summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)AuthorFilesLines
2021-12-14btrfs: fix re-dirty process of tree-log nodesNaohiro Aota1-2/+3
2021-12-14btrfs: clear extent buffer uptodate when we fail to write itJosef Bacik1-0/+6
2021-12-08btrfs: check-integrity: fix a warning on write caching disabled diskWang Yugui1-1/+13
2021-12-08btrfs: silence lockdep when reading chunk tree during mountFilipe Manana1-5/+13
2021-11-25btrfs: update device path inode time instead of bd_inodeJosef Bacik1-8/+13
2021-11-25btrfs: fix memory ordering between normal and ordered work functionsNikolay Borisov1-0/+14
2021-11-25btrfs: make 1-bit bit-fields of scrub_page unsigned intColin Ian King1-2/+2
2021-11-21btrfs: zoned: allow preallocation for relocation inodesJohannes Thumshirn1-33/+2
2021-11-21btrfs: check for relocation inodes on zoned btrfs in should_nocowJohannes Thumshirn1-1/+9
2021-11-21btrfs: zoned: use regular writes for relocationJohannes Thumshirn1-0/+11
2021-11-21btrfs: zoned: only allow one process to add pages to a relocation inodeJohannes Thumshirn1-0/+11
2021-11-21btrfs: zoned: add a dedicated data relocation block groupJohannes Thumshirn6-2/+74
2021-11-21btrfs: introduce btrfs_is_data_reloc_rootJohannes Thumshirn5-15/+16
2021-11-18btrfs: do not take the uuid_mutex in btrfs_rm_deviceJosef Bacik1-5/+5
2021-11-18btrfs: reflink: initialize return value to 0 in btrfs_extent_same()Sidong Yang1-1/+1
2021-11-18btrfs: call btrfs_check_rw_degradable only if there is a missing deviceAnand Jain1-1/+2
2021-11-18btrfs: fix lost error handling when replaying directory deletesFilipe Manana1-1/+3
2021-11-18btrfs: clear MISSING device status bit in btrfs_close_one_deviceLi Zhang1-1/+3
2021-11-12btrfs: fix lzo_decompress_bio() kmap leakageLinus Torvalds1-1/+2
2021-10-29Merge tag 'for-5.15-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds5-33/+72
2021-10-29Revert "btrfs: compression: drop kmap/kunmap from lzo"David Sterba1-11/+25
2021-10-29Revert "btrfs: compression: drop kmap/kunmap from zlib"David Sterba1-11/+25
2021-10-29Revert "btrfs: compression: drop kmap/kunmap from zstd"David Sterba1-9/+18
2021-10-27Revert "btrfs: compression: drop kmap/kunmap from generic helpers"David Sterba2-2/+4
2021-10-12Merge tag 'for-5.15-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds5-52/+97
2021-10-07btrfs: fix abort logic in btrfs_replace_file_extentsJosef Bacik1-7/+9
2021-10-07btrfs: check for error when looking up inode during dir entry replayFilipe Manana1-7/+7
2021-10-07btrfs: unify lookup return value when dir entry is missingFilipe Manana3-22/+42
2021-10-07btrfs: deal with errors when adding inode reference during log replayFilipe Manana1-2/+7
2021-10-07btrfs: deal with errors when replaying dir entry during log replayFilipe Manana1-1/+8
2021-10-07btrfs: deal with errors when checking if a dir entry exists during log replayFilipe Manana1-18/+29
2021-10-07btrfs: update refs for any root except tree log rootsJosef Bacik1-2/+1
2021-10-07btrfs: unlock newly allocated extent buffer after errorQu Wenruo1-0/+1
2021-09-24Merge tag 'for-5.15-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds4-5/+32
2021-09-17btrfs: prevent __btrfs_dump_space_info() to underflow its free spaceQu Wenruo1-2/+3
2021-09-17btrfs: fix mount failure due to past and transient device flush errorFilipe Manana1-0/+13
2021-09-17btrfs: fix transaction handle leak after verity rollback failureFilipe Manana1-2/+4
2021-09-17btrfs: replace BUG_ON() in btrfs_csum_one_bio() with proper error handlingQu Wenruo1-1/+12
2021-09-10Merge tag 'for-5.15-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds6-47/+77
2021-09-07btrfs: zoned: fix double counting of split ordered extentNaohiro Aota1-0/+8
2021-09-07btrfs: fix lockdep warning while mounting sprout fsAnand Jain1-3/+4
2021-09-07btrfs: delay blkdev_put until after the device removeJosef Bacik3-11/+30
2021-09-07btrfs: update the bdev time directly when closingJosef Bacik1-8/+10
2021-09-07btrfs: use correct header for div_u64 in misc.hKari Argillander1-1/+1
2021-09-07btrfs: fix upper limit for max_inline for page size 64KAnand Jain1-24/+24
2021-09-02Merge tag 'ovl-update-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-2/+5
2021-08-31Merge tag 'iomap-5.15-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-2/+3
2021-08-31Merge tag 'for-5.15-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds46-1375/+2638
2021-08-26Merge tag 'for-5.14-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2021-08-25Revert "btrfs: compression: don't try to compress if we don't have enough pages"Qu Wenruo1-1/+1