aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/ioctl.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-06-22btrfs: fix typos in commentsDavid Sterba1-1/+1
2021-06-21btrfs: sink wait_for_unblock parameter to async commitDavid Sterba1-1/+1
2021-06-21btrfs: add device delete cancelDavid Sterba1-19/+24
2021-06-21btrfs: add cancellation to resizeDavid Sterba1-21/+26
2021-06-21btrfs: add wrapper for conditional start of exclusive operationDavid Sterba1-0/+42
2021-06-21btrfs: introduce try-lock semantics for exclusive op startDavid Sterba1-0/+26
2021-06-21btrfs: protect exclusive_operation by super_lockDavid Sterba1-1/+15
2021-06-21btrfs: return EAGAIN if defrag is canceledTian Tao1-3/+3
2021-05-11Merge tag 'for-5.13-rc1-part2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds1-0/+2
2021-05-11btrfs: handle transaction start error in btrfs_fileattr_setRitesh Harjani1-0/+2
2021-05-10Merge tag 'for-5.13-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds1-1/+1
2021-04-28btrfs: fix deadlock when cloning inline extents and using qgroupsFilipe Manana1-1/+1
2021-04-27Merge branch 'miklos.fileattr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-192/+34
2021-04-20btrfs: fix metadata extent leak after failure to create subvolumeFilipe Manana1-3/+15
2021-04-19btrfs: handle btrfs_record_root_in_trans failure in create_subvolJosef Bacik1-1/+6
2021-04-19btrfs: use btrfs_inode_lock/btrfs_inode_unlock inode lock helpersJosef Bacik1-13/+13
2021-04-12btrfs: convert to fileattrMiklos Szeredi1-192/+34
2021-03-05Merge tag 'for-5.12-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds1-1/+18
2021-03-02btrfs: validate qgroup inherit for SNAP_CREATE_V2 ioctlDan Carpenter1-1/+18
2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linuxLinus Torvalds1-12/+15
2021-02-09btrfs: zoned: disallow fitrim on zoned filesystemsNaohiro Aota1-0/+8
2021-02-08btrfs: introduce btrfs_subpage for data inodesQu Wenruo1-1/+7
2021-02-08btrfs: make btrfs_start_delalloc_root's nr argument a longNikolay Borisov1-1/+1
2021-02-08btrfs: remove new_dirid argument from btrfs_create_subvol_rootNikolay Borisov1-3/+2
2021-02-08btrfs: make btrfs_root::free_objectid hold the next available objectidNikolay Borisov1-4/+0
2021-02-08btrfs: rename btrfs_root::highest_objectid to free_objectidNikolay Borisov1-1/+1
2021-02-08btrfs: rename btrfs_find_free_objectid to btrfs_get_free_objectidNikolay Borisov1-1/+1
2021-01-24namei: handle idmapped mounts in may_*() helpersChristian Brauner1-2/+3
2021-01-24inode: make init and permission helpers idmapped mount awareChristian Brauner1-5/+5
2021-01-24namei: make permission helpers idmapped mount awareChristian Brauner1-5/+7
2020-12-18btrfs: fix deadlock when cloning inline extent and low on free metadata spaceFilipe Manana1-1/+1
2020-12-09btrfs: remove inode number cache featureNikolay Borisov1-1/+0
2020-12-09btrfs: disallow NODATACOW in ZONED modeNaohiro Aota1-0/+13
2020-12-08btrfs: make btrfs_update_inode take btrfs_inodeNikolay Borisov1-3/+3
2020-12-08btrfs: remove unused argument seed from btrfs_find_deviceAnand Jain1-2/+2
2020-12-08btrfs: fix race when defragmenting leads to unnecessary IOFilipe Manana1-0/+39
2020-12-08btrfs: locking: rip out path->leave_spinningJosef Bacik1-1/+0
2020-11-05btrfs: fix potential overflow in cluster_pages_for_defrag on 32bit archMatthew Wilcox (Oracle)1-6/+4
2020-10-07btrfs: remove inode argument from btrfs_start_ordered_extentNikolay Borisov1-1/+1
2020-10-07btrfs: kill the RCU protection for fs_info->space_infoJosef Bacik1-8/+2
2020-10-07btrfs: sysfs: export currently running exclusive operationGoldwyn Rodrigues1-0/+1
2020-10-07btrfs: enumerate the type of exclusive operation in progressGoldwyn Rodrigues1-17/+27
2020-10-07btrfs: introduce BTRFS_NESTING_COW for cow'ing blocksJosef Bacik1-1/+2
2020-10-07btrfs: qgroup: fix qgroup meta rsv leak for subvolume operationsQu Wenruo1-3/+3
2020-10-07btrfs: change nr to u64 in btrfs_start_delalloc_rootsJosef Bacik1-1/+1
2020-09-14btrfs: fix wrong address when faulting in pages in the search ioctlFilipe Manana1-1/+2
2020-08-27btrfs: fix potential deadlock in the search ioctlJosef Bacik1-7/+20
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