summaryrefslogtreecommitdiffstats
path: root/fs/btrfs
AgeCommit message (Expand)Author
2021-03-05Merge tag 'for-5.12-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2021-03-04btrfs: zoned: do not account freed region of read-only block group as zone_un...Naohiro Aota
2021-03-04btrfs: zoned: use sector_t for zone sectorsNaohiro Aota
2021-03-02btrfs: subpage: fix the false data csum mismatch errorQu Wenruo
2021-03-02btrfs: fix warning when creating a directory with smack enabledFilipe Manana
2021-03-02btrfs: don't flush from btrfs_delayed_inode_reserve_metadataNikolay Borisov
2021-03-02btrfs: export and rename qgroup_reserve_metaNikolay Borisov
2021-03-02btrfs: free correct amount of space in btrfs_delayed_inode_reserve_metadataNikolay Borisov
2021-03-02btrfs: fix spurious free_space_tree remount warningBoris Burkov
2021-03-02btrfs: validate qgroup inherit for SNAP_CREATE_V2 ioctlDan Carpenter
2021-03-02btrfs: unlock extents in btrfs_zero_range in case of quota reservation errorsNikolay Borisov
2021-03-02btrfs: ref-verify: use 'inline void' keyword orderingRandy Dunlap
2021-03-01Merge branch 'kmap-conversion-for-5.12' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2021-03-01Merge tag 'for-5.12-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2021-02-26btrfs: use copy_highpage() instead of 2 kmaps()Ira Weiny
2021-02-26btrfs: use memcpy_[to|from]_page() and kmap_local_page()Ira Weiny
2021-02-24mm/filemap: rename generic_file_buffered_read to filemap_readChristoph Hellwig
2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-02-22btrfs: zoned: fix deadlock on log syncJohannes Thumshirn
2021-02-22btrfs: avoid double put of block group when emptying clusterJosef Bacik
2021-02-22btrfs: fix stale data exposure after cloning a hole with NO_HOLES enabledFilipe Manana
2021-02-22btrfs: tree-checker: do not error out if extent ref hash doesn't matchJosef Bacik
2021-02-22btrfs: fix race between swap file activation and snapshot creationFilipe Manana
2021-02-22btrfs: fix race between writes to swap files and scrubFilipe Manana
2021-02-22btrfs: avoid checking for RO block group twice during nocow writebackFilipe Manana
2021-02-22btrfs: fix race between extent freeing/allocation when using bitmapsNikolay Borisov
2021-02-22btrfs: make check_compressed_csum() to be subpage compatibleQu Wenruo
2021-02-22btrfs: make btrfs_submit_compressed_read() subpage compatibleQu Wenruo
2021-02-22btrfs: fix raid6 qstripe kmapIra Weiny
2021-02-21Merge tag 'for-5.12/block-2021-02-17' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-02-21Merge tag 'iomap-5.12-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2021-02-21Merge tag 'for-5.12-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds
2021-02-13Merge tag 'for-5.11-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2021-02-12btrfs: initialize fs_info::csum_size earlier in open_ctreeSu Yue
2021-02-09btrfs: zoned: enable to mount ZONED incompat flagNaohiro Aota
2021-02-09btrfs: zoned: deal with holes writing out tree-log pagesNaohiro Aota
2021-02-09btrfs: zoned: reorder log node allocation on zoned filesystemNaohiro Aota
2021-02-09btrfs: zoned: serialize log transaction on zoned filesystemsNaohiro Aota
2021-02-09btrfs: zoned: extend zoned allocator to use dedicated tree-log block groupNaohiro Aota
2021-02-09btrfs: split alloc_log_tree()Naohiro Aota
2021-02-09btrfs: zoned: relocate block group to repair IO failure in zoned filesystemsNaohiro Aota
2021-02-09btrfs: zoned: enable relocation on a zoned filesystemNaohiro Aota
2021-02-09btrfs: zoned: support dev-replace in zoned filesystemsNaohiro Aota
2021-02-09btrfs: zoned: implement copying for zoned device-replaceNaohiro Aota
2021-02-09btrfs: zoned: implement cloning for zoned device-replaceNaohiro Aota
2021-02-09btrfs: zoned: mark block groups to copy for device-replaceNaohiro Aota
2021-02-09btrfs: zoned: do not use async metadata checksum on zoned filesystemsNaohiro Aota
2021-02-09btrfs: zoned: wait for existing extents before truncatingNaohiro Aota
2021-02-09btrfs: zoned: serialize metadata IONaohiro Aota
2021-02-09btrfs: zoned: introduce dedicated data write path for zoned filesystemsNaohiro Aota