summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/ioctl.c
Commit message (Expand)AuthorAgeFilesLines
* btrfs: delay blkdev_put until after the device removeJosef Bacik2021-09-071-4/+11
* btrfs: allow idmapped INO_LOOKUP_USER ioctlChristian Brauner2021-08-231-3/+4
* btrfs: allow idmapped SUBVOL_SETFLAGS ioctlChristian Brauner2021-08-231-1/+1
* btrfs: allow idmapped SET_RECEIVED_SUBVOL ioctlsChristian Brauner2021-08-231-3/+4
* btrfs: relax restrictions for SNAP_DESTROY_V2 with subvolidsChristian Brauner2021-08-231-11/+16
* btrfs: allow idmapped SNAP_DESTROY ioctlsChristian Brauner2021-08-231-7/+20
* btrfs: allow idmapped SNAP_CREATE/SUBVOL_CREATE ioctlsChristian Brauner2021-08-231-20/+27
* btrfs: check whether fsgid/fsuid are mapped during subvolume creationChristian Brauner2021-08-231-0/+2
* btrfs: allocate btrfs_ioctl_defrag_range_args on stackGoldwyn Rodrigues2021-08-231-16/+7
* btrfs: allocate btrfs_ioctl_quota_rescan_args on stackGoldwyn Rodrigues2021-08-231-9/+4
* btrfs: introduce btrfs_search_backwards functionMarcos Paulo de Souza2021-08-231-22/+8
* btrfs: initial fsverity supportBoris Burkov2021-08-231-2/+12
* btrfs: add ro compat flags to inodesBoris Burkov2021-08-231-3/+4
* btrfs: allow read-write for 4K sectorsize on 64K page size systemsQu Wenruo2021-08-231-0/+6
* btrfs: fix typos in commentsDavid Sterba2021-06-221-1/+1
* btrfs: sink wait_for_unblock parameter to async commitDavid Sterba2021-06-211-1/+1
* btrfs: add device delete cancelDavid Sterba2021-06-211-19/+24
* btrfs: add cancellation to resizeDavid Sterba2021-06-211-21/+26
* btrfs: add wrapper for conditional start of exclusive operationDavid Sterba2021-06-211-0/+42
* btrfs: introduce try-lock semantics for exclusive op startDavid Sterba2021-06-211-0/+26
* btrfs: protect exclusive_operation by super_lockDavid Sterba2021-06-211-1/+15
* btrfs: return EAGAIN if defrag is canceledTian Tao2021-06-211-3/+3
* Merge tag 'for-5.13-rc1-part2-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-05-111-0/+2
|\
| * btrfs: handle transaction start error in btrfs_fileattr_setRitesh Harjani2021-05-111-0/+2
* | Merge tag 'for-5.13-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-05-101-1/+1
|\ \ | |/ |/|
| * btrfs: fix deadlock when cloning inline extents and using qgroupsFilipe Manana2021-04-281-1/+1
* | Merge branch 'miklos.fileattr' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-04-271-192/+34
|\ \ | |/ |/|
| * btrfs: convert to fileattrMiklos Szeredi2021-04-121-192/+34
* | btrfs: fix metadata extent leak after failure to create subvolumeFilipe Manana2021-04-201-3/+15
* | btrfs: handle btrfs_record_root_in_trans failure in create_subvolJosef Bacik2021-04-191-1/+6
* | btrfs: use btrfs_inode_lock/btrfs_inode_unlock inode lock helpersJosef Bacik2021-04-191-13/+13
|/
* Merge tag 'for-5.12-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-03-051-1/+18
|\
| * btrfs: validate qgroup inherit for SNAP_CREATE_V2 ioctlDan Carpenter2021-03-021-1/+18
* | Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-02-231-12/+15
|\ \ | |/ |/|
| * namei: handle idmapped mounts in may_*() helpersChristian Brauner2021-01-241-2/+3
| * inode: make init and permission helpers idmapped mount awareChristian Brauner2021-01-241-5/+5
| * namei: make permission helpers idmapped mount awareChristian Brauner2021-01-241-5/+7
* | btrfs: zoned: disallow fitrim on zoned filesystemsNaohiro Aota2021-02-091-0/+8
* | btrfs: introduce btrfs_subpage for data inodesQu Wenruo2021-02-081-1/+7
* | btrfs: make btrfs_start_delalloc_root's nr argument a longNikolay Borisov2021-02-081-1/+1
* | btrfs: remove new_dirid argument from btrfs_create_subvol_rootNikolay Borisov2021-02-081-3/+2
* | btrfs: make btrfs_root::free_objectid hold the next available objectidNikolay Borisov2021-02-081-4/+0
* | btrfs: rename btrfs_root::highest_objectid to free_objectidNikolay Borisov2021-02-081-1/+1
* | btrfs: rename btrfs_find_free_objectid to btrfs_get_free_objectidNikolay Borisov2021-02-081-1/+1
|/
* 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