summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/ioctl.c
AgeCommit message (Expand)Author
2020-12-18btrfs: fix deadlock when cloning inline extent and low on free metadata spaceFilipe Manana
2020-12-09btrfs: remove inode number cache featureNikolay Borisov
2020-12-09btrfs: disallow NODATACOW in ZONED modeNaohiro Aota
2020-12-08btrfs: make btrfs_update_inode take btrfs_inodeNikolay Borisov
2020-12-08btrfs: remove unused argument seed from btrfs_find_deviceAnand Jain
2020-12-08btrfs: fix race when defragmenting leads to unnecessary IOFilipe Manana
2020-12-08btrfs: locking: rip out path->leave_spinningJosef Bacik
2020-11-05btrfs: fix potential overflow in cluster_pages_for_defrag on 32bit archMatthew Wilcox (Oracle)
2020-10-07btrfs: remove inode argument from btrfs_start_ordered_extentNikolay Borisov
2020-10-07btrfs: kill the RCU protection for fs_info->space_infoJosef Bacik
2020-10-07btrfs: sysfs: export currently running exclusive operationGoldwyn Rodrigues
2020-10-07btrfs: enumerate the type of exclusive operation in progressGoldwyn Rodrigues
2020-10-07btrfs: introduce BTRFS_NESTING_COW for cow'ing blocksJosef Bacik
2020-10-07btrfs: qgroup: fix qgroup meta rsv leak for subvolume operationsQu Wenruo
2020-10-07btrfs: change nr to u64 in btrfs_start_delalloc_rootsJosef Bacik
2020-09-14btrfs: fix wrong address when faulting in pages in the search ioctlFilipe Manana
2020-08-27btrfs: fix potential deadlock in the search ioctlJosef Bacik
2020-07-27btrfs: add missing check for nocow and compression inode flagsDavid Sterba
2020-07-27btrfs: add metadata_uuid to FS_INFO ioctlJohannes Thumshirn
2020-07-27btrfs: add filesystem generation to FS_INFO ioctlJohannes Thumshirn
2020-07-27btrfs: pass checksum type via BTRFS_IOC_FS_INFO ioctlJohannes Thumshirn
2020-07-27btrfs: preallocate anon block device at first phase of snapshot creationQu Wenruo
2020-07-27btrfs: make btrfs_delalloc_reserve_space take btrfs_inodeNikolay Borisov
2020-07-27btrfs: make btrfs_delalloc_release_space take btrfs_inodeNikolay Borisov
2020-07-27btrfs: make btrfs_lookup_ordered_extent take btrfs_inodeNikolay Borisov
2020-06-16btrfs: use kfree() in btrfs_ioctl_get_subvol_info()Waiman Long
2020-05-25btrfs: simplify iget helpersDavid Sterba
2020-05-25btrfs: simplify root lookup by idDavid Sterba
2020-05-25btrfs: reduce lock contention when creating snapshotRobbie Ko
2020-05-25btrfs: rename BTRFS_ROOT_REF_COWS to BTRFS_ROOT_SHAREABLEQu Wenruo
2020-03-23btrfs: Remove async_transid from btrfs_mksubvol/create_subvol/create_snapshotNikolay Borisov
2020-03-23btrfs: Remove transid argument from btrfs_ioctl_snap_create_transidNikolay Borisov
2020-03-23btrfs: Remove BTRFS_SUBVOL_CREATE_ASYNC supportNikolay Borisov
2020-03-23Btrfs: move all reflink implementation code into its own fileFilipe Manana
2020-03-23btrfs: switch to use new generic UUID APIAndy Shevchenko
2020-03-23btrfs: ioctl: resize: only show message if size is changedMarcos Paulo de Souza
2020-03-23btrfs: convert snapshot/nocow exlcusion to drew lockNikolay Borisov
2020-03-23btrfs: add new BTRFS_IOC_SNAP_DESTROY_V2 ioctlMarcos Paulo de Souza
2020-03-23btrfs: use ioctl args support mask for device deleteDavid Sterba
2020-03-23btrfs: use ioctl args support mask for subvolume create/deleteDavid Sterba
2020-03-23btrfs: rename btrfs_put_fs_root and btrfs_grab_fs_rootJosef Bacik
2020-03-23btrfs: push btrfs_grab_fs_root into btrfs_get_fs_rootJosef Bacik
2020-03-23btrfs: hold a ref on the root in create_pending_snapshotJosef Bacik
2020-03-23btrfs: hold ref on root in btrfs_ioctl_default_subvolJosef Bacik
2020-03-23btrfs: hold a ref on the root in btrfs_ioctl_get_subvol_infoJosef Bacik
2020-03-23btrfs: hold a ref on the root in btrfs_search_path_in_tree_userJosef Bacik
2020-03-23btrfs: hold a ref on the root in btrfs_search_path_in_treeJosef Bacik
2020-03-23btrfs: hold a ref on the root in search_ioctlJosef Bacik
2020-03-23btrfs: hold a ref on the root in create_subvolJosef Bacik
2020-03-23btrfs: open code btrfs_read_fs_root_no_nameJosef Bacik