summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)Author
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
2022-01-07btrfs: zoned: unset dedicated block group on allocation failureNaohiro Aota
2022-01-07btrfs: zoned: drop redundant check for REQ_OP_ZONE_APPEND and btrfs_is_zonedJohannes Thumshirn
2022-01-07btrfs: zoned: sink zone check into btrfs_repair_one_zoneJohannes Thumshirn
2022-01-07btrfs: zoned: simplify btrfs_check_meta_write_pointerJohannes Thumshirn
2022-01-07btrfs: zoned: encapsulate inode locking for zoned relocationJohannes Thumshirn
2022-01-07btrfs: sysfs: add devinfo/fsid to retrieve actual fsid from the deviceAnand Jain
2022-01-07btrfs: reserve extra space for the free space treeJosef Bacik
2022-01-07btrfs: include the free space tree in the global rsv minimum calculationJosef Bacik
2022-01-07btrfs: scrub: merge SCRUB_PAGES_PER_RD_BIO and SCRUB_PAGES_PER_WR_BIOQu Wenruo
2022-01-07btrfs: update SCRUB_MAX_PAGES_PER_BLOCKQu Wenruo
2022-01-07btrfs: do not check -EAGAIN when truncating inodes in the log rootJosef Bacik
2022-01-07btrfs: make should_throttle loop local in btrfs_truncate_inode_itemsJosef Bacik
2022-01-07btrfs: combine extra if statements in btrfs_truncate_inode_itemsJosef Bacik
2022-01-07btrfs: convert BUG() for pending_del_nr into an ASSERTJosef Bacik
2022-01-07btrfs: convert BUG_ON() in btrfs_truncate_inode_items to ASSERTJosef Bacik