aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/ioctl.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-05-10Merge branch 'for-linus-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-18/+15
2017-05-08treewide: use kv[mz]alloc* rather than opencoded variantsMichal Hocko1-6/+3
2017-04-18btrfs: track exclusive filesystem operation in flagsDavid Sterba1-18/+15
2017-02-28btrfs: constify name of subvolume in creation helpersDavid Sterba1-3/+3
2017-02-28btrfs: Make get_extent_t take btrfs_inodeNikolay Borisov1-1/+1
2017-02-28btrfs: Make clone_update_extent_map take btrfs_inodeNikolay Borisov1-14/+13
2017-02-28btrfs: Make btrfs_extent_item_to_extent_map take btrfs_inodeNikolay Borisov1-1/+2
2017-02-28btrfs: Make btrfs_drop_extent_cache take btrfs_inodeNikolay Borisov1-1/+1
2017-02-28btrfs: Make btrfs_i_size_write take btrfs_inodeNikolay Borisov1-2/+2
2017-02-28btrfs: Make btrfs_set_inode_index take btrfs_inodeNikolay Borisov1-1/+1
2017-02-28btrfs: Make btrfs_insert_dir_item take btrfs_inodeNikolay Borisov1-1/+1
2017-02-22Btrfs: fix deadlock between dedup on same file and starting writebackFilipe Manana1-2/+12
2017-02-17btrfs: remove unused parameter from clone_copy_inline_extentDavid Sterba1-3/+2
2017-02-17btrfs: remove unused parameters from btrfs_cmp_dataDavid Sterba1-3/+2
2017-02-17btrfs: remove unused parameter from create_snapshotDavid Sterba1-2/+2
2017-02-17btrfs: remove unused parameter from btrfs_subvolume_release_metadataDavid Sterba1-7/+4
2017-02-17btrfs: use GFP_KERNEL in create_snapshotDavid Sterba1-2/+2
2017-02-14Btrfs: refactor btrfs_extent_same() slightlyOmar Sandoval1-21/+12
2017-02-14btrfs: Make btrfs_record_snapshot_destroy take btrfs_inodeNikolay Borisov1-1/+1
2017-02-14btrfs: Make btrfs_ino take a struct btrfs_inodeNikolay Borisov1-13/+13
2017-02-14btrfs: btrfs_defrag_root() doesn't defrag extent root treeAnand Jain1-3/+0
2017-02-14Btrfs: code cleanup min/max -> min_t/max_tSeraphime Kirkovski1-1/+1
2017-02-11Merge branch 'for-linus-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-2/+4
2017-02-08btrfs: fix btrfs_compat_ioctl failures on non-compat ioctlsJeff Mahoney1-2/+4
2016-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-13/+1
2016-12-16Merge remote-tracking branch 'djwong/ocfs2-vfs-reflink-6' into for-linusAl Viro1-12/+0
2016-12-09fs: try to clone files first in vfs_copy_file_rangeChristoph Hellwig1-12/+0
2016-12-06btrfs: remove root parameter from transaction commit/end routinesJeff Mahoney1-34/+31
2016-12-06btrfs: take an fs_info directly when the root is not used otherwiseJeff Mahoney1-57/+51
2016-12-06btrfs: root->fs_info cleanup, add fs_info convenience variablesJeff Mahoney1-193/+231
2016-12-06btrfs: pull node/sector/stripe sizes out of root and into fs_infoJeff Mahoney1-7/+9
2016-12-06btrfs: btrfs_init_new_device should use fs_info->dev_rootJeff Mahoney1-1/+1
2016-12-06btrfs: call functions that always use the same root with fs_info insteadJeff Mahoney1-10/+8
2016-12-05constify btrfs_mksubvol()Al Viro1-1/+1
2016-11-30btrfs: return early from failed memory allocations in ioctl handlersShailendra Verma1-15/+6
2016-11-30btrfs: remove constant parameter to memset_extent_buffer and rename itDavid Sterba1-1/+1
2016-11-30btrfs: use new helpers to set uuids in ebDavid Sterba1-5/+3
2016-11-30btrfs: remove unused headers, statfs.hDavid Sterba1-1/+0
2016-11-04Merge branch 'for-4.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds1-0/+5
2016-10-24btrfs: make file clone aware of fatal signalsWang Xiaoguang1-0/+5
2016-10-11Merge branch 'for-linus-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-6/+8
2016-10-10Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro1-0/+12
2016-09-27fs: Replace current_fs_time() with current_time()Deepa Dinamani1-4/+4
2016-09-26btrfs: unsplit printed stringsJeff Mahoney1-6/+8
2016-09-21btrfs: ensure that file descriptor used with subvol ioctls is a dirJeff Mahoney1-0/+12
2016-08-25btrfs: waiting on qgroup rescan should not always be interruptibleJeff Mahoney1-1/+1
2016-07-26btrfs: btrfs_abort_transaction, drop root parameterJeff Mahoney1-18/+15
2016-07-26btrfs: copy_to_sk drop unused root parameterJeff Mahoney1-3/+2
2016-07-26btrfs: btrfs_test_opt and friends should take a btrfs_fs_infoJeff Mahoney1-1/+1
2016-05-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-11/+7