summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/ioctl.c
Commit message (Expand)AuthorAgeFilesLines
* btrfs: use fs_info->max_extent_size in get_extent_max_capacity()Naohiro Aota2022-07-251-4/+7
* btrfs: sink iterator parameter to btrfs_ioctl_logical_to_inoDavid Sterba2022-07-251-21/+1
* btrfs: use btrfs_try_lock_balance in btrfs_ioctl_balanceNikolay Borisov2022-07-251-46/+5
* btrfs: introduce btrfs_try_lock_balanceNikolay Borisov2022-07-251-0/+66
* Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-05-241-1/+1
|\
| * btrfs: Convert btrfs to read_folioMatthew Wilcox (Oracle)2022-05-091-1/+1
* | Merge tag 'for-5.19-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds2022-05-241-132/+136
|\ \
| * | btrfs: allow defrag to convert inline extents to regular extentsQu Wenruo2022-05-171-2/+22
| * | btrfs: remove unnecessary type castsYu Zhe2022-05-161-5/+2
| * | btrfs: simplify code flow in btrfs_ioctl_balanceNikolay Borisov2022-05-161-19/+16
| * | btrfs: remove checks for arg argument in btrfs_ioctl_balanceNikolay Borisov2022-05-161-34/+21
| * | btrfs: move common inode creation code into btrfs_create_new_inode()Omar Sandoval2022-05-161-40/+5
| * | btrfs: reserve correct number of items for inode creationOmar Sandoval2022-05-161-24/+58
| * | btrfs: allocate inode outside of btrfs_new_inode()Omar Sandoval2022-05-161-8/+14
| * | btrfs: remove redundant name and name_len parameters to create_subvolOmar Sandoval2022-05-161-2/+3
| * | btrfs: fix anon_dev leak in create_subvol()Omar Sandoval2022-05-161-26/+23
| |/
* | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2022-05-231-1/+6
|\ \
| * | btrfs: Avoid live-lock in search_ioctl() on hardware with sub-page faultsCatalin Marinas2022-04-251-1/+6
| |/
* | block: add a bdev_discard_granularity helperChristoph Hellwig2022-04-171-8/+4
* | block: remove QUEUE_FLAG_DISCARDChristoph Hellwig2022-04-171-1/+1
|/
* btrfs: remove support of balance v1 ioctlNikolay Borisov2022-04-061-2/+0
* btrfs: avoid defragging extents whose next extents are not targetsQu Wenruo2022-03-241-6/+14
* btrfs: add BTRFS_IOC_ENCODED_WRITEOmar Sandoval2022-03-141-0/+106
* btrfs: add BTRFS_IOC_ENCODED_READ ioctlOmar Sandoval2022-03-141-0/+106
* btrfs: replace BUILD_BUG_ON by static_assertDavid Sterba2022-03-141-4/+1
* btrfs: disable snapshot creation/deletion for extent tree v2Josef Bacik2022-03-141-0/+14
* btrfs: disable scrub for extent-tree-v2Josef Bacik2022-03-141-0/+5
* btrfs: disable device manipulation ioctl's EXTENT_TREE_V2Josef Bacik2022-03-141-0/+10
* btrfs: reuse existing inode from btrfs_ioctlSahil Kang2022-03-141-25/+16
* btrfs: reuse existing pointers from btrfs_ioctlSahil Kang2022-03-141-17/+11
* Merge tag 'for-5.17-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-02-251-19/+237
|\
| * btrfs: defrag: don't use merged extent map for their generation checkQu Wenruo2022-02-231-0/+14
| * btrfs: defrag: bring back the old file extent search behaviorQu Wenruo2022-02-231-4/+157
| * btrfs: defrag: remove an ambiguous condition for rejectionQu Wenruo2022-02-231-4/+0
| * btrfs: defrag: don't defrag extents which are already at max capacityQu Wenruo2022-02-231-0/+20
| * btrfs: defrag: don't try to merge regular extents with preallocated extentsQu Wenruo2022-02-231-6/+11
| * btrfs: defrag: allow defrag_one_cluster() to skip large extent which is not a...Qu Wenruo2022-02-151-9/+39
* | Merge tag 'for-5.17-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-02-151-0/+5
|\|
| * btrfs: defrag: don't try to defrag extents which are under writebackQu Wenruo2022-02-091-0/+4
| * btrfs: don't hold CPU for too long when defragging a fileQu Wenruo2022-02-091-0/+1
* | Merge tag 'for-5.17-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-02-041-5/+2
|\|
| * btrfs: fix use of uninitialized variable at rm device ioctlTom Rix2022-01-311-1/+1
| * btrfs: fix use-after-free after failure to create a snapshotFilipe Manana2022-01-311-4/+1
* | Merge tag 'fsnotify_for_v5.17-rc2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-01-281-4/+2
|\ \ | |/ |/|
| * fsnotify: invalidate dcache before IN_DELETE eventAmir Goldstein2022-01-241-4/+2
* | btrfs: update writeback index when starting defragFilipe Manana2022-01-241-0/+9
* | btrfs: add back missing dirty page rate limiting to defragFilipe Manana2022-01-241-0/+5
* | btrfs: fix deadlock when reserving space during defragFilipe Manana2022-01-241-1/+30
* | btrfs: defrag: properly update range->start for autodefragQu Wenruo2022-01-191-2/+16
* | btrfs: defrag: fix wrong number of defragged sectorsQu Wenruo2022-01-191-3/+7