summaryrefslogtreecommitdiff
path: root/fs/btrfs/ioctl.c
AgeCommit message (Expand)Author
2021-10-18gup: Turn fault_in_pages_{readable,writeable} into fault_in_{readable,writeable}Andreas Gruenbacher
2021-09-07btrfs: delay blkdev_put until after the device removeJosef Bacik
2021-08-23btrfs: allow idmapped INO_LOOKUP_USER ioctlChristian Brauner
2021-08-23btrfs: allow idmapped SUBVOL_SETFLAGS ioctlChristian Brauner
2021-08-23btrfs: allow idmapped SET_RECEIVED_SUBVOL ioctlsChristian Brauner
2021-08-23btrfs: relax restrictions for SNAP_DESTROY_V2 with subvolidsChristian Brauner
2021-08-23btrfs: allow idmapped SNAP_DESTROY ioctlsChristian Brauner
2021-08-23btrfs: allow idmapped SNAP_CREATE/SUBVOL_CREATE ioctlsChristian Brauner
2021-08-23btrfs: check whether fsgid/fsuid are mapped during subvolume creationChristian Brauner
2021-08-23btrfs: allocate btrfs_ioctl_defrag_range_args on stackGoldwyn Rodrigues
2021-08-23btrfs: allocate btrfs_ioctl_quota_rescan_args on stackGoldwyn Rodrigues
2021-08-23btrfs: introduce btrfs_search_backwards functionMarcos Paulo de Souza
2021-08-23btrfs: initial fsverity supportBoris Burkov
2021-08-23btrfs: add ro compat flags to inodesBoris Burkov
2021-08-23btrfs: allow read-write for 4K sectorsize on 64K page size systemsQu Wenruo
2021-06-22btrfs: fix typos in commentsDavid Sterba
2021-06-21btrfs: sink wait_for_unblock parameter to async commitDavid Sterba
2021-06-21btrfs: add device delete cancelDavid Sterba
2021-06-21btrfs: add cancellation to resizeDavid Sterba
2021-06-21btrfs: add wrapper for conditional start of exclusive operationDavid Sterba
2021-06-21btrfs: introduce try-lock semantics for exclusive op startDavid Sterba
2021-06-21btrfs: protect exclusive_operation by super_lockDavid Sterba
2021-06-21btrfs: return EAGAIN if defrag is canceledTian Tao
2021-05-11Merge tag 'for-5.13-rc1-part2-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2021-05-11btrfs: handle transaction start error in btrfs_fileattr_setRitesh Harjani
2021-05-10Merge tag 'for-5.13-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2021-04-28btrfs: fix deadlock when cloning inline extents and using qgroupsFilipe Manana
2021-04-27Merge branch 'miklos.fileattr' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2021-04-20btrfs: fix metadata extent leak after failure to create subvolumeFilipe Manana
2021-04-19btrfs: handle btrfs_record_root_in_trans failure in create_subvolJosef Bacik
2021-04-19btrfs: use btrfs_inode_lock/btrfs_inode_unlock inode lock helpersJosef Bacik
2021-04-12btrfs: convert to fileattrMiklos Szeredi
2021-03-05Merge tag 'for-5.12-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2021-03-02btrfs: validate qgroup inherit for SNAP_CREATE_V2 ioctlDan Carpenter
2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-02-09btrfs: zoned: disallow fitrim on zoned filesystemsNaohiro Aota
2021-02-08btrfs: introduce btrfs_subpage for data inodesQu Wenruo
2021-02-08btrfs: make btrfs_start_delalloc_root's nr argument a longNikolay Borisov
2021-02-08btrfs: remove new_dirid argument from btrfs_create_subvol_rootNikolay Borisov
2021-02-08btrfs: make btrfs_root::free_objectid hold the next available objectidNikolay Borisov
2021-02-08btrfs: rename btrfs_root::highest_objectid to free_objectidNikolay Borisov
2021-02-08btrfs: rename btrfs_find_free_objectid to btrfs_get_free_objectidNikolay Borisov
2021-01-24namei: handle idmapped mounts in may_*() helpersChristian Brauner
2021-01-24inode: make init and permission helpers idmapped mount awareChristian Brauner
2021-01-24namei: make permission helpers idmapped mount awareChristian Brauner
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