summaryrefslogtreecommitdiffstats
path: root/fs/btrfs
AgeCommit message (Expand)AuthorFilesLines
2021-03-01Merge branch 'kmap-conversion-for-5.12' of git://git.kernel.org/pub/scm/linux...Linus Torvalds7-32/+12
2021-03-01Merge tag 'for-5.12-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds11-59/+175
2021-02-26btrfs: use copy_highpage() instead of 2 kmaps()Ira Weiny1-9/+1
2021-02-26btrfs: use memcpy_[to|from]_page() and kmap_local_page()Ira Weiny6-23/+11
2021-02-24mm/filemap: rename generic_file_buffered_read to filemap_readChristoph Hellwig1-1/+1
2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds6-36/+50
2021-02-22btrfs: zoned: fix deadlock on log syncJohannes Thumshirn1-3/+0
2021-02-22btrfs: avoid double put of block group when emptying clusterJosef Bacik1-4/+4
2021-02-22btrfs: fix stale data exposure after cloning a hole with NO_HOLES enabledFilipe Manana1-0/+18
2021-02-22btrfs: tree-checker: do not error out if extent ref hash doesn't matchJosef Bacik1-12/+4
2021-02-22btrfs: fix race between swap file activation and snapshot creationFilipe Manana1-2/+19
2021-02-22btrfs: fix race between writes to swap files and scrubFilipe Manana5-3/+72
2021-02-22btrfs: avoid checking for RO block group twice during nocow writebackFilipe Manana1-3/+1
2021-02-22btrfs: fix race between extent freeing/allocation when using bitmapsNikolay Borisov1-2/+4
2021-02-22btrfs: make check_compressed_csum() to be subpage compatibleQu Wenruo1-13/+26
2021-02-22btrfs: make btrfs_submit_compressed_read() subpage compatibleQu Wenruo1-6/+17
2021-02-22btrfs: fix raid6 qstripe kmapIra Weiny1-11/+10
2021-02-21Merge tag 'for-5.12/block-2021-02-17' of git://git.kernel.dk/linux-blockLinus Torvalds5-14/+11
2021-02-21Merge tag 'iomap-5.12-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-4/+3
2021-02-21Merge tag 'for-5.12-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds50-1093/+4694
2021-02-13Merge tag 'for-5.11-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+2
2021-02-12btrfs: initialize fs_info::csum_size earlier in open_ctreeSu Yue1-1/+2
2021-02-09btrfs: zoned: enable to mount ZONED incompat flagNaohiro Aota1-1/+2
2021-02-09btrfs: zoned: deal with holes writing out tree-log pagesNaohiro Aota1-1/+22
2021-02-09btrfs: zoned: reorder log node allocation on zoned filesystemNaohiro Aota2-11/+28
2021-02-09btrfs: zoned: serialize log transaction on zoned filesystemsNaohiro Aota1-1/+33
2021-02-09btrfs: zoned: extend zoned allocator to use dedicated tree-log block groupNaohiro Aota5-4/+90
2021-02-09btrfs: split alloc_log_tree()Naohiro Aota2-6/+29
2021-02-09btrfs: zoned: relocate block group to repair IO failure in zoned filesystemsNaohiro Aota5-0/+80
2021-02-09btrfs: zoned: enable relocation on a zoned filesystemNaohiro Aota1-2/+32
2021-02-09btrfs: zoned: support dev-replace in zoned filesystemsNaohiro Aota3-0/+123
2021-02-09btrfs: zoned: implement copying for zoned device-replaceNaohiro Aota4-1/+101
2021-02-09btrfs: zoned: implement cloning for zoned device-replaceNaohiro Aota3-17/+80
2021-02-09btrfs: zoned: mark block groups to copy for device-replaceNaohiro Aota4-0/+204
2021-02-09btrfs: zoned: do not use async metadata checksum on zoned filesystemsNaohiro Aota1-0/+2
2021-02-09btrfs: zoned: wait for existing extents before truncatingNaohiro Aota1-0/+9
2021-02-09btrfs: zoned: serialize metadata IONaohiro Aota6-1/+109
2021-02-09btrfs: zoned: introduce dedicated data write path for zoned filesystemsNaohiro Aota1-2/+32
2021-02-09btrfs: zoned: enable zone append writing for direct IONaohiro Aota1-0/+18
2021-02-09btrfs: zoned: use ZONE_APPEND write for zoned modeNaohiro Aota8-3/+129
2021-02-09btrfs: save irq flags when looking up an ordered extentJohannes Thumshirn1-2/+3
2021-02-09btrfs: zoned: cache if block group is on a sequential zoneJohannes Thumshirn3-0/+38
2021-02-09btrfs: extend btrfs_rmap_block for specifying a deviceNaohiro Aota3-11/+15
2021-02-09btrfs: zoned: check if bio spans across an ordered extentJohannes Thumshirn3-2/+36
2021-02-09btrfs: zoned: split ordered extent when bio is sentNaohiro Aota3-0/+175
2021-02-09btrfs: zoned: handle REQ_OP_ZONE_APPEND as writingNaohiro Aota4-11/+12
2021-02-09btrfs: zoned: use bio_add_zone_append_pageNaohiro Aota1-3/+26
2021-02-09btrfs: factor out helper adding a page to bioNaohiro Aota1-15/+45
2021-02-09btrfs: zoned: reset zones of unused block groupsNaohiro Aota3-7/+33
2021-02-09btrfs: zoned: advance allocation pointer after tree log nodeNaohiro Aota1-1/+15