aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-02-15Merge tag 'for-5.17-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds3-2/+19
2022-02-09btrfs: send: in case of IO error log itDāvis Mosāns1-0/+4
2022-02-09btrfs: get rid of warning on transaction commit when using flushoncommitFilipe Manana1-2/+10
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/kdave/linuxLinus Torvalds8-9/+128
2022-01-31btrfs: skip reserved bytes warning on unmount after log cleanup failureFilipe Manana3-2/+53
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 Manana3-4/+27
2022-01-31btrfs: tree-checker: check item_size for dev_itemSu Yue1-0/+8
2022-01-31btrfs: tree-checker: check item_size for inode_itemSu Yue1-0/+7
2022-01-31btrfs: fix deadlock between quota disable and qgroup rescan workerShin'ichiro Kawasaki1-2/+19
2022-01-31btrfs: don't start transaction for scrub if the fs is mounted read-onlyQu Wenruo1-0/+13
2022-01-28Merge tag 'fsnotify_for_v5.17-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds1-4/+2
2022-01-25Merge tag 'for-5.17-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds1-9/+75
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-22mm: remove cleancacheChristoph Hellwig2-12/+0
2022-01-20Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-2/+1
2022-01-20btrfs: use generic Kconfig option for 256kB page size limitNathan Chancellor1-2/+1
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: output more debug messages for uncommitted transactionQu Wenruo1-1/+43
2022-01-07btrfs: respect the max size in the header when activating swap fileFilipe Manana1-0/+11
2022-01-07btrfs: fix argument list that the kdoc format and script verifiedYang Li2-4/+3
2022-01-07btrfs: remove unnecessary parameter type from compression_decompress_bioSu Yue1-4/+4
2022-01-07btrfs: selftests: dump extent io tree if extent-io-tree test failedQu Wenruo1-0/+52
2022-01-07btrfs: scrub: cleanup the argument list of scrub_stripe()Qu Wenruo1-32/+35
2022-01-07btrfs: scrub: cleanup the argument list of scrub_chunk()Qu Wenruo1-19/+19
2022-01-07btrfs: remove reada infrastructureQu Wenruo10-1189/+3
2022-01-07btrfs: scrub: use btrfs_path::reada for extent tree readaheadQu Wenruo1-0/+1
2022-01-07btrfs: scrub: remove the unnecessary path parameter for scrub_raid56_parity()Qu Wenruo1-14/+16
2022-01-07btrfs: refactor unlock_upNikolay Borisov1-15/+16
2022-01-07btrfs: skip transaction commit after failure to create subvolumeFilipe Manana1-4/+4
2022-01-07btrfs: zoned: fix chunk allocation condition for zoned allocatorNaohiro Aota3-18/+13
2022-01-07btrfs: add extent allocator hook to decide to allocate chunk or notNaohiro Aota1-0/+17
2022-01-07btrfs: zoned: unset dedicated block group on allocation failureNaohiro Aota1-4/+16
2022-01-07btrfs: zoned: drop redundant check for REQ_OP_ZONE_APPEND and btrfs_is_zonedJohannes Thumshirn1-3/+2
2022-01-07btrfs: zoned: sink zone check into btrfs_repair_one_zoneJohannes Thumshirn4-10/+13
2022-01-07btrfs: zoned: simplify btrfs_check_meta_write_pointerJohannes Thumshirn1-18/+8
2022-01-07btrfs: zoned: encapsulate inode locking for zoned relocationJohannes Thumshirn2-6/+19
2022-01-07btrfs: sysfs: add devinfo/fsid to retrieve actual fsid from the deviceAnand Jain1-0/+11
2022-01-07btrfs: reserve extra space for the free space treeJosef Bacik2-0/+23
2022-01-07btrfs: include the free space tree in the global rsv minimum calculationJosef Bacik1-13/+17
2022-01-07btrfs: scrub: merge SCRUB_PAGES_PER_RD_BIO and SCRUB_PAGES_PER_WR_BIOQu Wenruo1-20/+14
2022-01-07btrfs: update SCRUB_MAX_PAGES_PER_BLOCKQu Wenruo1-6/+5