summaryrefslogtreecommitdiff
path: root/fs/btrfs/ioctl.c
AgeCommit message (Expand)Author
2017-02-11Merge branch 'for-linus-4.10' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-02-08btrfs: fix btrfs_compat_ioctl failures on non-compat ioctlsJeff Mahoney
2016-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-12-16Merge remote-tracking branch 'djwong/ocfs2-vfs-reflink-6' into for-linusAl Viro
2016-12-09fs: try to clone files first in vfs_copy_file_rangeChristoph Hellwig
2016-12-06btrfs: remove root parameter from transaction commit/end routinesJeff Mahoney
2016-12-06btrfs: take an fs_info directly when the root is not used otherwiseJeff Mahoney
2016-12-06btrfs: root->fs_info cleanup, add fs_info convenience variablesJeff Mahoney
2016-12-06btrfs: pull node/sector/stripe sizes out of root and into fs_infoJeff Mahoney
2016-12-06btrfs: btrfs_init_new_device should use fs_info->dev_rootJeff Mahoney
2016-12-06btrfs: call functions that always use the same root with fs_info insteadJeff Mahoney
2016-12-05constify btrfs_mksubvol()Al Viro
2016-11-30btrfs: return early from failed memory allocations in ioctl handlersShailendra Verma
2016-11-30btrfs: remove constant parameter to memset_extent_buffer and rename itDavid Sterba
2016-11-30btrfs: use new helpers to set uuids in ebDavid Sterba
2016-11-30btrfs: remove unused headers, statfs.hDavid Sterba
2016-11-04Merge branch 'for-4.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/k...Linus Torvalds
2016-10-24btrfs: make file clone aware of fatal signalsWang Xiaoguang
2016-10-11Merge branch 'for-linus-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2016-10-10Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro
2016-09-27fs: Replace current_fs_time() with current_time()Deepa Dinamani
2016-09-26btrfs: unsplit printed stringsJeff Mahoney
2016-09-21btrfs: ensure that file descriptor used with subvol ioctls is a dirJeff Mahoney
2016-08-25btrfs: waiting on qgroup rescan should not always be interruptibleJeff Mahoney
2016-07-26btrfs: btrfs_abort_transaction, drop root parameterJeff Mahoney
2016-07-26btrfs: copy_to_sk drop unused root parameterJeff Mahoney
2016-07-26btrfs: btrfs_test_opt and friends should take a btrfs_fs_infoJeff Mahoney
2016-05-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-05-27Merge branch 'for-linus-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2016-05-26restore killability of old mutex_lock_killable(&inode->i_mutex) usersAl Viro
2016-05-25Merge branch 'cleanups-4.7' into for-chris-4.7-20160525David Sterba
2016-05-25btrfs: fix string and comment grammatical issues and typosNicholas D Steeves
2016-05-21Merge branch 'for-linus-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2016-05-17Merge branch 'for-chris-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Chris Mason
2016-05-16Merge branch 'foreign/anand/dev-del-by-id-ext' into for-chris-4.7-20160516David Sterba
2016-05-16Merge branch 'cleanups-4.7' into for-chris-4.7-20160516David Sterba
2016-05-13Btrfs: don't wait for unrelated IO to finish before relocationFilipe Manana
2016-05-06btrfs: ioctl: reorder exclusive op check in RM_DEVDavid Sterba
2016-05-06btrfs: add write protection to SET_FEATURES ioctlDavid Sterba
2016-05-06btrfs: use dynamic allocation for root item in create_subvolDavid Sterba
2016-05-06btrfs: clone: use vmalloc only as fallback for nodesize buferDavid Sterba
2016-05-06btrfs: ioctl: reorder exclusive op check in RM_DEVDavid Sterba
2016-05-02parallel lookups: actual switch to rwsemAl Viro
2016-05-02btrfs: pass the right error code to the btrfs_std_errorAnand Jain
2016-04-29btrfs: sink gfp parameter to set_extent_defragDavid Sterba
2016-04-28btrfs: refactor btrfs_dev_replace_start for reuseAnand Jain
2016-04-28btrfs: rename flags for vol args v2David Sterba
2016-04-28btrfs: introduce device delete by devidAnand Jain
2016-04-28btrfs: bugfix: handle FS_IOC32_{GETFLAGS,SETFLAGS,GETVERSION} in btrfs_ioctlLuke Dashjr
2016-04-28btrfs: Simplify conditions about compress while mapping btrfs flags to inode ...Satoru Takeuchi