summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/ioctl.c
AgeCommit message (Expand)AuthorFilesLines
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-25Merge 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
2022-02-15btrfs: defrag: allow defrag_one_cluster() to skip large extent which is not a...Qu Wenruo1-9/+39
2022-02-15Merge tag 'for-5.17-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+5
2022-02-09btrfs: defrag: don't try to defrag extents which are under writebackQu Wenruo1-0/+4
2022-02-09btrfs: don't hold CPU for too long when defragging a fileQu Wenruo1-0/+1
2022-02-04Merge tag 'for-5.17-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-5/+2
2022-01-31btrfs: fix use of uninitialized variable at rm device ioctlTom Rix1-1/+1
2022-01-31btrfs: fix use-after-free after failure to create a snapshotFilipe Manana1-4/+1
2022-01-28Merge tag 'fsnotify_for_v5.17-rc2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-4/+2
2022-01-24btrfs: update writeback index when starting defragFilipe Manana1-0/+9
2022-01-24btrfs: add back missing dirty page rate limiting to defragFilipe Manana1-0/+5
2022-01-24btrfs: fix deadlock when reserving space during defragFilipe Manana1-1/+30
2022-01-24fsnotify: invalidate dcache before IN_DELETE eventAmir Goldstein1-4/+2
2022-01-19btrfs: defrag: properly update range->start for autodefragQu Wenruo1-2/+16
2022-01-19btrfs: defrag: fix wrong number of defragged sectorsQu Wenruo1-3/+7
2022-01-19btrfs: allow defrag to be interruptibleFilipe Manana1-0/+5
2022-01-19btrfs: fix too long loop when defragging a 1 byte fileFilipe Manana1-6/+6
2022-01-07btrfs: skip transaction commit after failure to create subvolumeFilipe Manana1-4/+4
2022-01-07btrfs: allow device add if balance is pausedNikolay Borisov1-3/+18
2022-01-07btrfs: make device add compatible with paused balance in btrfs_exclop_start_t...Nikolay Borisov1-1/+4
2022-01-07btrfs: introduce exclusive operation BALANCE_PAUSED stateNikolay Borisov1-0/+24
2022-01-03btrfs: rework async transaction committingJosef Bacik1-6/+1
2022-01-03btrfs: drop the _nr from the item helpersJosef Bacik1-3/+3
2021-12-17Merge tag 'for-5.16-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-4/+6
2021-12-15btrfs: fix warning when freeing leaf after subvolume creation failureFilipe Manana1-3/+4
2021-12-15btrfs: fix invalid delayed ref after subvolume creation failureFilipe Manana1-4/+5
2021-12-10Merge tag 'for-5.16-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-4/+2
2021-12-08btrfs: fix error pointer dereference in btrfs_ioctl_rm_dev_v2()Dan Carpenter1-4/+2
2021-11-18Merge tag 'for-5.16-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+4
2021-11-16btrfs: deprecate BTRFS_IOC_BALANCE ioctlNikolay Borisov1-0/+4
2021-11-02Merge tag 'gfs2-v5.15-rc5-mmap-fault' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-3/+2
2021-11-01Merge tag 'for-5.16-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds1-519/+485
2021-10-29btrfs: send: prepare for v2 protocolDavid Sterba1-1/+2
2021-10-26btrfs: fix deadlock when defragging transparent huge pagesOmar Sandoval1-0/+14
2021-10-26btrfs: use btrfs_get_dev_args_from_path in dev removal ioctlsJosef Bacik1-27/+40