aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/ioctl.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-07-27btrfs: add missing check for nocow and compression inode flagsDavid Sterba1-8/+22
2020-07-27btrfs: add metadata_uuid to FS_INFO ioctlJohannes Thumshirn1-0/+6
2020-07-27btrfs: add filesystem generation to FS_INFO ioctlJohannes Thumshirn1-0/+5
2020-07-27btrfs: pass checksum type via BTRFS_IOC_FS_INFO ioctlJohannes Thumshirn1-3/+13
2020-07-27btrfs: preallocate anon block device at first phase of snapshot creationQu Wenruo1-1/+20
2020-07-27btrfs: make btrfs_delalloc_reserve_space take btrfs_inodeNikolay Borisov1-1/+1
2020-07-27btrfs: make btrfs_delalloc_release_space take btrfs_inodeNikolay Borisov1-2/+2
2020-07-27btrfs: make btrfs_lookup_ordered_extent take btrfs_inodeNikolay Borisov1-1/+1
2020-06-16btrfs: use kfree() in btrfs_ioctl_get_subvol_info()Waiman Long1-1/+1
2020-05-25btrfs: simplify iget helpersDavid Sterba1-1/+1
2020-05-25btrfs: simplify root lookup by idDavid Sterba1-22/+6
2020-05-25btrfs: reduce lock contention when creating snapshotRobbie Ko1-29/+41
2020-05-25btrfs: rename BTRFS_ROOT_REF_COWS to BTRFS_ROOT_SHAREABLEQu Wenruo1-1/+1
2020-03-23btrfs: Remove async_transid from btrfs_mksubvol/create_subvol/create_snapshotNikolay Borisov1-27/+10
2020-03-23btrfs: Remove transid argument from btrfs_ioctl_snap_create_transidNikolay Borisov1-10/+8
2020-03-23btrfs: Remove BTRFS_SUBVOL_CREATE_ASYNC supportNikolay Borisov1-24/+1
2020-03-23Btrfs: move all reflink implementation code into its own fileFilipe Manana1-733/+0
2020-03-23btrfs: switch to use new generic UUID APIAndy Shevchenko1-3/+1
2020-03-23btrfs: ioctl: resize: only show message if size is changedMarcos Paulo de Souza1-3/+5
2020-03-23btrfs: convert snapshot/nocow exlcusion to drew lockNikolay Borisov1-7/+3
2020-03-23btrfs: add new BTRFS_IOC_SNAP_DESTROY_V2 ioctlMarcos Paulo de Souza1-20/+116
2020-03-23btrfs: use ioctl args support mask for device deleteDavid Sterba1-2/+1
2020-03-23btrfs: use ioctl args support mask for subvolume create/deleteDavid Sterba1-3/+1
2020-03-23btrfs: rename btrfs_put_fs_root and btrfs_grab_fs_rootJosef Bacik1-9/+9
2020-03-23btrfs: push btrfs_grab_fs_root into btrfs_get_fs_rootJosef Bacik1-26/+0
2020-03-23btrfs: hold a ref on the root in create_pending_snapshotJosef Bacik1-0/+1
2020-03-23btrfs: hold ref on root in btrfs_ioctl_default_subvolJosef Bacik1-8/+14
2020-03-23btrfs: hold a ref on the root in btrfs_ioctl_get_subvol_infoJosef Bacik1-4/+8
2020-03-23btrfs: hold a ref on the root in btrfs_search_path_in_tree_userJosef Bacik1-13/+20
2020-03-23btrfs: hold a ref on the root in btrfs_search_path_in_treeJosef Bacik1-0/+7
2020-03-23btrfs: hold a ref on the root in search_ioctlJosef Bacik1-1/+6
2020-03-23btrfs: hold a ref on the root in create_subvolJosef Bacik1-0/+6
2020-03-23btrfs: open code btrfs_read_fs_root_no_nameJosef Bacik1-6/+6
2020-03-23btrfs: replace all uses of btrfs_ordered_update_i_sizeJosef Bacik1-1/+1
2020-03-23btrfs: use btrfs_ordered_update_i_size in clone_finish_inode_updateJosef Bacik1-2/+4
2020-01-28Merge tag 'fs-dedupe-last-block-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds1-1/+2
2020-01-23Btrfs: make deduplication with range including the last block workFilipe Manana1-1/+2
2020-01-20btrfs: drop create parameter to btrfs_get_extent()Omar Sandoval1-1/+1
2020-01-17Btrfs: always copy scrub arguments back to user spaceFilipe Manana1-1/+13
2019-12-13btrfs: abort transaction after failed inode updates in create_subvolJosef Bacik1-2/+8
2019-12-13Btrfs: fix hole extent items with a zero size after range cloningFilipe Manana1-11/+5
2019-11-18btrfs: rename btrfs_block_group_cacheDavid Sterba1-1/+1
2019-11-18btrfs: add dedicated members for start and length of a block groupDavid Sterba1-1/+1
2019-11-18btrfs: move block_group_item::used to block groupDavid Sterba1-2/+1
2019-11-18btrfs: ioctl: Try to use btrfs_fs_info instead of *fileMarcos Paulo de Souza1-21/+15
2019-11-18btrfs: use better definition of number of compression typeChengguang Xu1-1/+1
2019-11-18btrfs: add __pure attribute to functionsDavid Sterba1-1/+1
2019-11-18btrfs: drop unused parameter is_new from btrfs_igetDavid Sterba1-1/+1
2019-11-04btrfs: un-deprecate ioctls START_SYNC and WAIT_SYNCDavid Sterba1-6/+0
2019-10-15btrfs: qgroup: Always free PREALLOC META reserve in btrfs_delalloc_release_extents()Qu Wenruo1-4/+2