summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/ioctl.c
Commit message (Expand)AuthorAgeFilesLines
* btrfs: Remove async_transid from btrfs_mksubvol/create_subvol/create_snapshotNikolay Borisov2020-03-231-27/+10
* btrfs: Remove transid argument from btrfs_ioctl_snap_create_transidNikolay Borisov2020-03-231-10/+8
* btrfs: Remove BTRFS_SUBVOL_CREATE_ASYNC supportNikolay Borisov2020-03-231-24/+1
* Btrfs: move all reflink implementation code into its own fileFilipe Manana2020-03-231-733/+0
* btrfs: switch to use new generic UUID APIAndy Shevchenko2020-03-231-3/+1
* btrfs: ioctl: resize: only show message if size is changedMarcos Paulo de Souza2020-03-231-3/+5
* btrfs: convert snapshot/nocow exlcusion to drew lockNikolay Borisov2020-03-231-7/+3
* btrfs: add new BTRFS_IOC_SNAP_DESTROY_V2 ioctlMarcos Paulo de Souza2020-03-231-20/+116
* btrfs: use ioctl args support mask for device deleteDavid Sterba2020-03-231-2/+1
* btrfs: use ioctl args support mask for subvolume create/deleteDavid Sterba2020-03-231-3/+1
* btrfs: rename btrfs_put_fs_root and btrfs_grab_fs_rootJosef Bacik2020-03-231-9/+9
* btrfs: push btrfs_grab_fs_root into btrfs_get_fs_rootJosef Bacik2020-03-231-26/+0
* btrfs: hold a ref on the root in create_pending_snapshotJosef Bacik2020-03-231-0/+1
* btrfs: hold ref on root in btrfs_ioctl_default_subvolJosef Bacik2020-03-231-8/+14
* btrfs: hold a ref on the root in btrfs_ioctl_get_subvol_infoJosef Bacik2020-03-231-4/+8
* btrfs: hold a ref on the root in btrfs_search_path_in_tree_userJosef Bacik2020-03-231-13/+20
* btrfs: hold a ref on the root in btrfs_search_path_in_treeJosef Bacik2020-03-231-0/+7
* btrfs: hold a ref on the root in search_ioctlJosef Bacik2020-03-231-1/+6
* btrfs: hold a ref on the root in create_subvolJosef Bacik2020-03-231-0/+6
* btrfs: open code btrfs_read_fs_root_no_nameJosef Bacik2020-03-231-6/+6
* btrfs: replace all uses of btrfs_ordered_update_i_sizeJosef Bacik2020-03-231-1/+1
* btrfs: use btrfs_ordered_update_i_size in clone_finish_inode_updateJosef Bacik2020-03-231-2/+4
* Merge tag 'fs-dedupe-last-block-tag' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2020-01-281-1/+2
|\
| * Btrfs: make deduplication with range including the last block workFilipe Manana2020-01-231-1/+2
* | btrfs: drop create parameter to btrfs_get_extent()Omar Sandoval2020-01-201-1/+1
|/
* Btrfs: always copy scrub arguments back to user spaceFilipe Manana2020-01-171-1/+13
* btrfs: abort transaction after failed inode updates in create_subvolJosef Bacik2019-12-131-2/+8
* Btrfs: fix hole extent items with a zero size after range cloningFilipe Manana2019-12-131-11/+5
* btrfs: rename btrfs_block_group_cacheDavid Sterba2019-11-181-1/+1
* btrfs: add dedicated members for start and length of a block groupDavid Sterba2019-11-181-1/+1
* btrfs: move block_group_item::used to block groupDavid Sterba2019-11-181-2/+1
* btrfs: ioctl: Try to use btrfs_fs_info instead of *fileMarcos Paulo de Souza2019-11-181-21/+15
* btrfs: use better definition of number of compression typeChengguang Xu2019-11-181-1/+1
* btrfs: add __pure attribute to functionsDavid Sterba2019-11-181-1/+1
* btrfs: drop unused parameter is_new from btrfs_igetDavid Sterba2019-11-181-1/+1
* btrfs: un-deprecate ioctls START_SYNC and WAIT_SYNCDavid Sterba2019-11-041-6/+0
* btrfs: qgroup: Always free PREALLOC META reserve in btrfs_delalloc_release_ex...Qu Wenruo2019-10-151-4/+2
* btrfs: stop clearing EXTENT_DIRTY in inode I/O treeOmar Sandoval2019-09-091-3/+2
* btrfs: Deprecate BTRFS_SUBVOL_CREATE_ASYNC flagNikolay Borisov2019-09-091-1/+14
* btrfs: sysfs: replace direct access to feature set names with a helperDavid Sterba2019-09-091-1/+1
* btrfs: move basic block_group definitions to their own headerJosef Bacik2019-09-091-0/+1
* Btrfs: remove unnecessary condition in btrfs_clone() to avoid too much nestingFilipe Manana2019-09-091-145/+131
* btrfs: use common vfs LABEL ioctl definitionsEric Sandeen2019-09-091-4/+4
* Btrfs: fix ENOSPC errors, leading to transaction aborts, when cloning extentsFilipe Manana2019-09-091-152/+43
* Merge tag 'for-5.3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds2019-07-161-0/+23
|\
| * btrfs: migrate the delalloc space stuff to it's own homeJosef Bacik2019-07-041-0/+1
| * btrfs: move space_info to space-info.hJosef Bacik2019-07-021-0/+1
| * btrfs: Flush before reflinking any extent to prevent NOCOW write falling back...Qu Wenruo2019-07-011-0/+21
* | Merge tag 'vfs-fix-ioctl-checking-3' of git://git.kernel.org/pub/scm/fs/xfs/x...Linus Torvalds2019-07-121-19/+11
|\ \
| * | vfs: create a generic checking function for FS_IOC_FSSETXATTRDarrick J. Wong2019-07-011-11/+6