aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/ioctl.c
AgeCommit message (Expand)AuthorFilesLines
2016-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-13/+1
2016-12-16Merge remote-tracking branch 'djwong/ocfs2-vfs-reflink-6' into for-linusGravatar Al Viro 1-12/+0
2016-12-09fs: try to clone files first in vfs_copy_file_rangeGravatar Christoph Hellwig 1-12/+0
2016-12-06btrfs: remove root parameter from transaction commit/end routinesGravatar Jeff Mahoney 1-34/+31
2016-12-06btrfs: take an fs_info directly when the root is not used otherwiseGravatar Jeff Mahoney 1-57/+51
2016-12-06btrfs: root->fs_info cleanup, add fs_info convenience variablesGravatar Jeff Mahoney 1-193/+231
2016-12-06btrfs: pull node/sector/stripe sizes out of root and into fs_infoGravatar Jeff Mahoney 1-7/+9
2016-12-06btrfs: btrfs_init_new_device should use fs_info->dev_rootGravatar Jeff Mahoney 1-1/+1
2016-12-06btrfs: call functions that always use the same root with fs_info insteadGravatar Jeff Mahoney 1-10/+8
2016-12-05constify btrfs_mksubvol()Gravatar Al Viro 1-1/+1
2016-11-30btrfs: return early from failed memory allocations in ioctl handlersGravatar Shailendra Verma 1-15/+6
2016-11-30btrfs: remove constant parameter to memset_extent_buffer and rename itGravatar David Sterba 1-1/+1
2016-11-30btrfs: use new helpers to set uuids in ebGravatar David Sterba 1-5/+3
2016-11-30btrfs: remove unused headers, statfs.hGravatar David Sterba 1-1/+0
2016-11-04Merge branch 'for-4.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/k...Gravatar Linus Torvalds 1-0/+5
2016-10-24btrfs: make file clone aware of fatal signalsGravatar Wang Xiaoguang 1-0/+5
2016-10-11Merge branch 'for-linus-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-6/+8
2016-10-10Merge remote-tracking branch 'ovl/rename2' into for-linusGravatar Al Viro 1-0/+12
2016-09-27fs: Replace current_fs_time() with current_time()Gravatar Deepa Dinamani 1-4/+4
2016-09-26btrfs: unsplit printed stringsGravatar Jeff Mahoney 1-6/+8
2016-09-21btrfs: ensure that file descriptor used with subvol ioctls is a dirGravatar Jeff Mahoney 1-0/+12
2016-08-25btrfs: waiting on qgroup rescan should not always be interruptibleGravatar Jeff Mahoney 1-1/+1
2016-07-26btrfs: btrfs_abort_transaction, drop root parameterGravatar Jeff Mahoney 1-18/+15
2016-07-26btrfs: copy_to_sk drop unused root parameterGravatar Jeff Mahoney 1-3/+2
2016-07-26btrfs: btrfs_test_opt and friends should take a btrfs_fs_infoGravatar Jeff Mahoney 1-1/+1
2016-05-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-11/+7
2016-05-27Merge branch 'for-linus-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-6/+6
2016-05-26restore killability of old mutex_lock_killable(&inode->i_mutex) usersGravatar Al Viro 1-11/+7
2016-05-25Merge branch 'cleanups-4.7' into for-chris-4.7-20160525Gravatar David Sterba 1-6/+6
2016-05-25btrfs: fix string and comment grammatical issues and typosGravatar Nicholas D Steeves 1-5/+5
2016-05-21Merge branch 'for-linus-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-50/+148
2016-05-17Merge branch 'for-chris-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Chris Mason 1-1/+1
2016-05-16Merge branch 'foreign/anand/dev-del-by-id-ext' into for-chris-4.7-20160516Gravatar David Sterba 1-2/+58
2016-05-16Merge branch 'cleanups-4.7' into for-chris-4.7-20160516Gravatar David Sterba 1-5/+5
2016-05-13Btrfs: don't wait for unrelated IO to finish before relocationGravatar Filipe Manana 1-1/+1
2016-05-06btrfs: ioctl: reorder exclusive op check in RM_DEVGravatar David Sterba 1-12/+11
2016-05-06btrfs: add write protection to SET_FEATURES ioctlGravatar David Sterba 1-3/+13
2016-05-06btrfs: use dynamic allocation for root item in create_subvolGravatar David Sterba 1-28/+37
2016-05-06btrfs: clone: use vmalloc only as fallback for nodesize buferGravatar David Sterba 1-5/+8
2016-05-06btrfs: ioctl: reorder exclusive op check in RM_DEVGravatar David Sterba 1-12/+11
2016-05-02parallel lookups: actual switch to rwsemGravatar Al Viro 1-7/+11
2016-05-02btrfs: pass the right error code to the btrfs_std_errorGravatar Anand Jain 1-2/+2
2016-04-29btrfs: sink gfp parameter to set_extent_defragGravatar David Sterba 1-1/+1
2016-04-28btrfs: refactor btrfs_dev_replace_start for reuseGravatar Anand Jain 1-1/+1
2016-04-28btrfs: rename flags for vol args v2Gravatar David Sterba 1-4/+4
2016-04-28btrfs: introduce device delete by devidGravatar Anand Jain 1-1/+57
2016-04-28btrfs: bugfix: handle FS_IOC32_{GETFLAGS,SETFLAGS,GETVERSION} in btrfs_ioctlGravatar Luke Dashjr 1-0/+21
2016-04-28btrfs: Simplify conditions about compress while mapping btrfs flags to inode ...Gravatar Satoru Takeuchi 1-3/+3
2016-04-28btrfs: rename btrfs_std_error to btrfs_handle_fs_errorGravatar Anand Jain 1-1/+1
2016-04-09Merge branch 'for-linus-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-1/+1