summaryrefslogtreecommitdiff
path: root/fs/btrfs/ioctl.c
AgeCommit message (Expand)AuthorFilesLines
2022-12-05btrfs: move extent-tree helpers into their own header fileJosef Bacik1-0/+1
2022-12-05btrfs: use struct fscrypt_str instead of struct qstrSweet Tea Dorminy1-2/+2
2022-12-05btrfs: use struct qstr instead of name and namelen pairsSweet Tea Dorminy1-3/+4
2022-12-05btrfs: move accessor helpers into accessors.hJosef Bacik1-0/+1
2022-12-05btrfs: move fs wide helpers out of ctree.hJosef Bacik1-0/+1
2022-12-05btrfs: simplify generation check in btrfs_get_dentryDavid Sterba1-1/+1
2022-11-25use less confusing names for iov_iter direction initializersAl Viro1-2/+2
2022-11-15btrfs: free btrfs_path before copying subvol info to userspaceAnand Jain1-0/+2
2022-11-15btrfs: free btrfs_path before copying fspath to userspaceAnand Jain1-0/+2
2022-11-15btrfs: free btrfs_path before copying inodes to userspaceAnand Jain1-9/+7
2022-11-15btrfs: free btrfs_path before copying root refs to userspaceJosef Bacik1-1/+2
2022-09-26btrfs: replace delete argument with EXTENT_CLEAR_ALL_BITSJosef Bacik1-1/+1
2022-09-26btrfs: unify the lock/unlock extent variantsJosef Bacik1-11/+11
2022-09-26btrfs: remove the wake argument from clear_extent_bitsJosef Bacik1-1/+1
2022-07-25btrfs: use fs_info->max_extent_size in get_extent_max_capacity()Naohiro Aota1-4/+7
2022-07-25btrfs: sink iterator parameter to btrfs_ioctl_logical_to_inoDavid Sterba1-21/+1
2022-07-25btrfs: use btrfs_try_lock_balance in btrfs_ioctl_balanceNikolay Borisov1-46/+5
2022-07-25btrfs: introduce btrfs_try_lock_balanceNikolay Borisov1-0/+66
2022-05-25Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds1-1/+1
2022-05-25Merge tag 'for-5.19-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds1-132/+136
2022-05-24Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-1/+6
2022-05-17btrfs: allow defrag to convert inline extents to regular extentsQu Wenruo1-2/+22
2022-05-16btrfs: remove unnecessary type castsYu Zhe1-5/+2
2022-05-16btrfs: simplify code flow in btrfs_ioctl_balanceNikolay Borisov1-19/+16
2022-05-16btrfs: remove checks for arg argument in btrfs_ioctl_balanceNikolay Borisov1-34/+21
2022-05-16btrfs: move common inode creation code into btrfs_create_new_inode()Omar Sandoval1-40/+5
2022-05-16btrfs: reserve correct number of items for inode creationOmar Sandoval1-24/+58
2022-05-16btrfs: allocate inode outside of btrfs_new_inode()Omar Sandoval1-8/+14
2022-05-16btrfs: remove redundant name and name_len parameters to create_subvolOmar Sandoval1-2/+3
2022-05-16btrfs: fix anon_dev leak in create_subvol()Omar Sandoval1-26/+23
2022-05-09btrfs: Convert btrfs to read_folioMatthew Wilcox (Oracle)1-1/+1
2022-04-25btrfs: Avoid live-lock in search_ioctl() on hardware with sub-page faultsCatalin Marinas1-1/+6
2022-04-18block: add a bdev_discard_granularity helperChristoph Hellwig1-8/+4
2022-04-18block: remove QUEUE_FLAG_DISCARDChristoph Hellwig1-1/+1
2022-04-06btrfs: remove support of balance v1 ioctlNikolay Borisov1-2/+0
2022-03-24btrfs: avoid defragging extents whose next extents are not targetsQu Wenruo1-6/+14
2022-03-14btrfs: add BTRFS_IOC_ENCODED_WRITEOmar Sandoval1-0/+106
2022-03-14btrfs: add BTRFS_IOC_ENCODED_READ ioctlOmar Sandoval1-0/+106
2022-03-14btrfs: replace BUILD_BUG_ON by static_assertDavid Sterba1-4/+1
2022-03-14btrfs: disable snapshot creation/deletion for extent tree v2Josef Bacik1-0/+14
2022-03-14btrfs: disable scrub for extent-tree-v2Josef Bacik1-0/+5
2022-03-14btrfs: disable device manipulation ioctl's EXTENT_TREE_V2Josef Bacik1-0/+10
2022-03-14btrfs: reuse existing inode from btrfs_ioctlSahil Kang1-25/+16
2022-03-14btrfs: reuse existing pointers from btrfs_ioctlSahil Kang1-17/+11
2022-02-26Merge tag 'for-5.17-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-19/+237
2022-02-23btrfs: defrag: don't use merged extent map for their generation checkQu Wenruo1-0/+14
2022-02-23btrfs: defrag: bring back the old file extent search behaviorQu Wenruo1-4/+157
2022-02-23btrfs: defrag: remove an ambiguous condition for rejectionQu Wenruo1-4/+0
2022-02-23btrfs: defrag: don't defrag extents which are already at max capacityQu Wenruo1-0/+20
2022-02-23btrfs: defrag: don't try to merge regular extents with preallocated extentsQu Wenruo1-6/+11