aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/ioctl.c
AgeCommit message (Expand)AuthorFilesLines
2020-12-09btrfs: remove inode number cache featureGravatar Nikolay Borisov 1-1/+0
2020-12-09btrfs: disallow NODATACOW in ZONED modeGravatar Naohiro Aota 1-0/+13
2020-12-08btrfs: make btrfs_update_inode take btrfs_inodeGravatar Nikolay Borisov 1-3/+3
2020-12-08btrfs: remove unused argument seed from btrfs_find_deviceGravatar Anand Jain 1-2/+2
2020-12-08btrfs: fix race when defragmenting leads to unnecessary IOGravatar Filipe Manana 1-0/+39
2020-12-08btrfs: locking: rip out path->leave_spinningGravatar Josef Bacik 1-1/+0
2020-11-05btrfs: fix potential overflow in cluster_pages_for_defrag on 32bit archGravatar Matthew Wilcox (Oracle) 1-6/+4
2020-10-07btrfs: remove inode argument from btrfs_start_ordered_extentGravatar Nikolay Borisov 1-1/+1
2020-10-07btrfs: kill the RCU protection for fs_info->space_infoGravatar Josef Bacik 1-8/+2
2020-10-07btrfs: sysfs: export currently running exclusive operationGravatar Goldwyn Rodrigues 1-0/+1
2020-10-07btrfs: enumerate the type of exclusive operation in progressGravatar Goldwyn Rodrigues 1-17/+27
2020-10-07btrfs: introduce BTRFS_NESTING_COW for cow'ing blocksGravatar Josef Bacik 1-1/+2
2020-10-07btrfs: qgroup: fix qgroup meta rsv leak for subvolume operationsGravatar Qu Wenruo 1-3/+3
2020-10-07btrfs: change nr to u64 in btrfs_start_delalloc_rootsGravatar Josef Bacik 1-1/+1
2020-09-14btrfs: fix wrong address when faulting in pages in the search ioctlGravatar Filipe Manana 1-1/+2
2020-08-27btrfs: fix potential deadlock in the search ioctlGravatar Josef Bacik 1-7/+20
2020-07-27btrfs: add missing check for nocow and compression inode flagsGravatar David Sterba 1-8/+22
2020-07-27btrfs: add metadata_uuid to FS_INFO ioctlGravatar Johannes Thumshirn 1-0/+6
2020-07-27btrfs: add filesystem generation to FS_INFO ioctlGravatar Johannes Thumshirn 1-0/+5
2020-07-27btrfs: pass checksum type via BTRFS_IOC_FS_INFO ioctlGravatar Johannes Thumshirn 1-3/+13
2020-07-27btrfs: preallocate anon block device at first phase of snapshot creationGravatar Qu Wenruo 1-1/+20
2020-07-27btrfs: make btrfs_delalloc_reserve_space take btrfs_inodeGravatar Nikolay Borisov 1-1/+1
2020-07-27btrfs: make btrfs_delalloc_release_space take btrfs_inodeGravatar Nikolay Borisov 1-2/+2
2020-07-27btrfs: make btrfs_lookup_ordered_extent take btrfs_inodeGravatar Nikolay Borisov 1-1/+1
2020-06-16btrfs: use kfree() in btrfs_ioctl_get_subvol_info()Gravatar Waiman Long 1-1/+1
2020-05-25btrfs: simplify iget helpersGravatar David Sterba 1-1/+1
2020-05-25btrfs: simplify root lookup by idGravatar David Sterba 1-22/+6
2020-05-25btrfs: reduce lock contention when creating snapshotGravatar Robbie Ko 1-29/+41
2020-05-25btrfs: rename BTRFS_ROOT_REF_COWS to BTRFS_ROOT_SHAREABLEGravatar Qu Wenruo 1-1/+1
2020-03-23btrfs: Remove async_transid from btrfs_mksubvol/create_subvol/create_snapshotGravatar Nikolay Borisov 1-27/+10
2020-03-23btrfs: Remove transid argument from btrfs_ioctl_snap_create_transidGravatar Nikolay Borisov 1-10/+8
2020-03-23btrfs: Remove BTRFS_SUBVOL_CREATE_ASYNC supportGravatar Nikolay Borisov 1-24/+1
2020-03-23Btrfs: move all reflink implementation code into its own fileGravatar Filipe Manana 1-733/+0
2020-03-23btrfs: switch to use new generic UUID APIGravatar Andy Shevchenko 1-3/+1
2020-03-23btrfs: ioctl: resize: only show message if size is changedGravatar Marcos Paulo de Souza 1-3/+5
2020-03-23btrfs: convert snapshot/nocow exlcusion to drew lockGravatar Nikolay Borisov 1-7/+3
2020-03-23btrfs: add new BTRFS_IOC_SNAP_DESTROY_V2 ioctlGravatar Marcos Paulo de Souza 1-20/+116
2020-03-23btrfs: use ioctl args support mask for device deleteGravatar David Sterba 1-2/+1
2020-03-23btrfs: use ioctl args support mask for subvolume create/deleteGravatar David Sterba 1-3/+1
2020-03-23btrfs: rename btrfs_put_fs_root and btrfs_grab_fs_rootGravatar Josef Bacik 1-9/+9
2020-03-23btrfs: push btrfs_grab_fs_root into btrfs_get_fs_rootGravatar Josef Bacik 1-26/+0
2020-03-23btrfs: hold a ref on the root in create_pending_snapshotGravatar Josef Bacik 1-0/+1
2020-03-23btrfs: hold ref on root in btrfs_ioctl_default_subvolGravatar Josef Bacik 1-8/+14
2020-03-23btrfs: hold a ref on the root in btrfs_ioctl_get_subvol_infoGravatar Josef Bacik 1-4/+8
2020-03-23btrfs: hold a ref on the root in btrfs_search_path_in_tree_userGravatar Josef Bacik 1-13/+20
2020-03-23btrfs: hold a ref on the root in btrfs_search_path_in_treeGravatar Josef Bacik 1-0/+7
2020-03-23btrfs: hold a ref on the root in search_ioctlGravatar Josef Bacik 1-1/+6
2020-03-23btrfs: hold a ref on the root in create_subvolGravatar Josef Bacik 1-0/+6
2020-03-23btrfs: open code btrfs_read_fs_root_no_nameGravatar Josef Bacik 1-6/+6
2020-03-23btrfs: replace all uses of btrfs_ordered_update_i_sizeGravatar Josef Bacik 1-1/+1