summaryrefslogtreecommitdiff
path: root/fs/btrfs/ioctl.c
AgeCommit message (Expand)Author
2022-02-15Merge tag 'for-5.17-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2022-02-09btrfs: defrag: don't try to defrag extents which are under writebackQu Wenruo
2022-02-09btrfs: don't hold CPU for too long when defragging a fileQu Wenruo
2022-02-04Merge tag 'for-5.17-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2022-01-31btrfs: fix use of uninitialized variable at rm device ioctlTom Rix
2022-01-31btrfs: fix use-after-free after failure to create a snapshotFilipe Manana
2022-01-28Merge tag 'fsnotify_for_v5.17-rc2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2022-01-24btrfs: update writeback index when starting defragFilipe Manana
2022-01-24btrfs: add back missing dirty page rate limiting to defragFilipe Manana
2022-01-24btrfs: fix deadlock when reserving space during defragFilipe Manana
2022-01-24fsnotify: invalidate dcache before IN_DELETE eventAmir Goldstein
2022-01-19btrfs: defrag: properly update range->start for autodefragQu Wenruo
2022-01-19btrfs: defrag: fix wrong number of defragged sectorsQu Wenruo
2022-01-19btrfs: allow defrag to be interruptibleFilipe Manana
2022-01-19btrfs: fix too long loop when defragging a 1 byte fileFilipe Manana
2022-01-07btrfs: skip transaction commit after failure to create subvolumeFilipe Manana
2022-01-07btrfs: allow device add if balance is pausedNikolay Borisov
2022-01-07btrfs: make device add compatible with paused balance in btrfs_exclop_start_t...Nikolay Borisov
2022-01-07btrfs: introduce exclusive operation BALANCE_PAUSED stateNikolay Borisov
2022-01-03btrfs: rework async transaction committingJosef Bacik
2022-01-03btrfs: drop the _nr from the item helpersJosef Bacik
2021-12-17Merge tag 'for-5.16-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2021-12-15btrfs: fix warning when freeing leaf after subvolume creation failureFilipe Manana
2021-12-15btrfs: fix invalid delayed ref after subvolume creation failureFilipe Manana
2021-12-10Merge tag 'for-5.16-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2021-12-08btrfs: fix error pointer dereference in btrfs_ioctl_rm_dev_v2()Dan Carpenter
2021-11-18Merge tag 'for-5.16-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2021-11-16btrfs: deprecate BTRFS_IOC_BALANCE ioctlNikolay Borisov
2021-11-02Merge tag 'gfs2-v5.15-rc5-mmap-fault' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2021-11-01Merge tag 'for-5.16-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds
2021-10-29btrfs: send: prepare for v2 protocolDavid Sterba
2021-10-26btrfs: fix deadlock when defragging transparent huge pagesOmar Sandoval
2021-10-26btrfs: use btrfs_get_dev_args_from_path in dev removal ioctlsJosef Bacik
2021-10-26btrfs: handle device lookup with btrfs_dev_lookup_argsJosef Bacik
2021-10-26btrfs: defrag: enable defrag for subpage caseQu Wenruo
2021-10-26btrfs: defrag: remove the old infrastructureQu Wenruo
2021-10-26btrfs: defrag: use defrag_one_cluster() to implement btrfs_defrag_file()Qu Wenruo
2021-10-26btrfs: defrag: introduce helper to defrag one clusterQu Wenruo
2021-10-26btrfs: defrag: introduce helper to defrag a rangeQu Wenruo
2021-10-26btrfs: defrag: introduce helper to defrag a contiguous prepared rangeQu Wenruo
2021-10-26btrfs: defrag: introduce helper to collect target file extentsQu Wenruo
2021-10-26btrfs: defrag: factor out page preparation into a helperQu Wenruo
2021-10-26btrfs: defrag: replace hard coded PAGE_SIZE with sectorsizeQu Wenruo
2021-10-26btrfs: defrag: also check PagePrivate for subpage cases in cluster_pages_for_...Qu Wenruo
2021-10-26btrfs: defrag: pass file_ra_state instead of file to btrfs_defrag_file()Qu Wenruo
2021-10-25btrfs: drop unnecessary ret in ioctl_quota_rescan_statusAnand Jain
2021-10-18btrfs: use bdev_nr_bytes instead of open coding itChristoph Hellwig
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