summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)Author
2022-02-25Merge tag 'for-5.17-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2022-02-24btrfs: reduce extent threshold for autodefragQu Wenruo
2022-02-23btrfs: autodefrag: only scan one inode onceQu Wenruo
2022-02-23btrfs: defrag: don't use merged extent map for their generation checkQu Wenruo
2022-02-23btrfs: defrag: bring back the old file extent search behaviorQu Wenruo
2022-02-23btrfs: defrag: remove an ambiguous condition for rejectionQu Wenruo
2022-02-23btrfs: defrag: don't defrag extents which are already at max capacityQu Wenruo
2022-02-23btrfs: defrag: don't try to merge regular extents with preallocated extentsQu Wenruo
2022-02-15btrfs: defrag: allow defrag_one_cluster() to skip large extent which is not a...Qu Wenruo
2022-02-15btrfs: prevent copying too big compressed lzo segmentDāvis Mosāns
2022-02-15Merge tag 'for-5.17-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2022-02-09btrfs: send: in case of IO error log itDāvis Mosāns
2022-02-09btrfs: get rid of warning on transaction commit when using flushoncommitFilipe Manana
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: skip reserved bytes warning on unmount after log cleanup failureFilipe Manana
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-31btrfs: tree-checker: check item_size for dev_itemSu Yue
2022-01-31btrfs: tree-checker: check item_size for inode_itemSu Yue
2022-01-31btrfs: fix deadlock between quota disable and qgroup rescan workerShin'ichiro Kawasaki
2022-01-31btrfs: don't start transaction for scrub if the fs is mounted read-onlyQu Wenruo
2022-01-28Merge tag 'fsnotify_for_v5.17-rc2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2022-01-25Merge tag 'for-5.17-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...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-22mm: remove cleancacheChristoph Hellwig
2022-01-20Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2022-01-20btrfs: use generic Kconfig option for 256kB page size limitNathan Chancellor
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: output more debug messages for uncommitted transactionQu Wenruo
2022-01-07btrfs: respect the max size in the header when activating swap fileFilipe Manana
2022-01-07btrfs: fix argument list that the kdoc format and script verifiedYang Li
2022-01-07btrfs: remove unnecessary parameter type from compression_decompress_bioSu Yue
2022-01-07btrfs: selftests: dump extent io tree if extent-io-tree test failedQu Wenruo
2022-01-07btrfs: scrub: cleanup the argument list of scrub_stripe()Qu Wenruo
2022-01-07btrfs: scrub: cleanup the argument list of scrub_chunk()Qu Wenruo
2022-01-07btrfs: remove reada infrastructureQu Wenruo
2022-01-07btrfs: scrub: use btrfs_path::reada for extent tree readaheadQu Wenruo
2022-01-07btrfs: scrub: remove the unnecessary path parameter for scrub_raid56_parity()Qu Wenruo
2022-01-07btrfs: refactor unlock_upNikolay Borisov
2022-01-07btrfs: skip transaction commit after failure to create subvolumeFilipe Manana
2022-01-07btrfs: zoned: fix chunk allocation condition for zoned allocatorNaohiro Aota
2022-01-07btrfs: add extent allocator hook to decide to allocate chunk or notNaohiro Aota