summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/ioctl.c
Commit message (Expand)AuthorAgeFilesLines
* btrfs: fix deadlock when cloning inline extent and low on free metadata spaceFilipe Manana2020-12-181-1/+1
* btrfs: remove inode number cache featureNikolay Borisov2020-12-091-1/+0
* btrfs: disallow NODATACOW in ZONED modeNaohiro Aota2020-12-091-0/+13
* btrfs: make btrfs_update_inode take btrfs_inodeNikolay Borisov2020-12-081-3/+3
* btrfs: remove unused argument seed from btrfs_find_deviceAnand Jain2020-12-081-2/+2
* btrfs: fix race when defragmenting leads to unnecessary IOFilipe Manana2020-12-081-0/+39
* btrfs: locking: rip out path->leave_spinningJosef Bacik2020-12-081-1/+0
* btrfs: fix potential overflow in cluster_pages_for_defrag on 32bit archMatthew Wilcox (Oracle)2020-11-051-6/+4
* btrfs: remove inode argument from btrfs_start_ordered_extentNikolay Borisov2020-10-071-1/+1
* btrfs: kill the RCU protection for fs_info->space_infoJosef Bacik2020-10-071-8/+2
* btrfs: sysfs: export currently running exclusive operationGoldwyn Rodrigues2020-10-071-0/+1
* btrfs: enumerate the type of exclusive operation in progressGoldwyn Rodrigues2020-10-071-17/+27
* btrfs: introduce BTRFS_NESTING_COW for cow'ing blocksJosef Bacik2020-10-071-1/+2
* btrfs: qgroup: fix qgroup meta rsv leak for subvolume operationsQu Wenruo2020-10-071-3/+3
* btrfs: change nr to u64 in btrfs_start_delalloc_rootsJosef Bacik2020-10-071-1/+1
* btrfs: fix wrong address when faulting in pages in the search ioctlFilipe Manana2020-09-141-1/+2
* btrfs: fix potential deadlock in the search ioctlJosef Bacik2020-08-271-7/+20
* btrfs: add missing check for nocow and compression inode flagsDavid Sterba2020-07-271-8/+22
* btrfs: add metadata_uuid to FS_INFO ioctlJohannes Thumshirn2020-07-271-0/+6
* btrfs: add filesystem generation to FS_INFO ioctlJohannes Thumshirn2020-07-271-0/+5
* btrfs: pass checksum type via BTRFS_IOC_FS_INFO ioctlJohannes Thumshirn2020-07-271-3/+13
* btrfs: preallocate anon block device at first phase of snapshot creationQu Wenruo2020-07-271-1/+20
* btrfs: make btrfs_delalloc_reserve_space take btrfs_inodeNikolay Borisov2020-07-271-1/+1
* btrfs: make btrfs_delalloc_release_space take btrfs_inodeNikolay Borisov2020-07-271-2/+2
* btrfs: make btrfs_lookup_ordered_extent take btrfs_inodeNikolay Borisov2020-07-271-1/+1
* btrfs: use kfree() in btrfs_ioctl_get_subvol_info()Waiman Long2020-06-161-1/+1
* btrfs: simplify iget helpersDavid Sterba2020-05-251-1/+1
* btrfs: simplify root lookup by idDavid Sterba2020-05-251-22/+6
* btrfs: reduce lock contention when creating snapshotRobbie Ko2020-05-251-29/+41
* btrfs: rename BTRFS_ROOT_REF_COWS to BTRFS_ROOT_SHAREABLEQu Wenruo2020-05-251-1/+1
* 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