summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)Author
2021-04-11Merge tag 'for-5.12-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2021-04-10btrfs: zoned: move superblock logging zone locationNaohiro Aota
2021-03-25Merge tag 'for-5.12-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2021-03-18Merge tag 'for-5.12-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2021-03-18btrfs: fix check_data_csum() error message for direct I/OOmar Sandoval
2021-03-18btrfs: fix sleep while in non-sleep context during qgroup removalFilipe Manana
2021-03-17btrfs: fix subvolume/snapshot deletion not triggered on mountFilipe Manana
2021-03-17btrfs: fix build when using M=fs/btrfsDavid Sterba
2021-03-17btrfs: do not initialize dev replace for bad dev rootJosef Bacik
2021-03-17btrfs: initialize device::fs_info alwaysJosef Bacik
2021-03-17btrfs: do not initialize dev stats if we have no dev_rootJosef Bacik
2021-03-17btrfs: zoned: remove outdated WARN_ON in direct IOJohannes Thumshirn
2021-03-16btrfs: always pin deleted leaves when there are active tree mod log usersFilipe Manana
2021-03-16btrfs: fix race when cloning extent buffer during rewind of an old rootFilipe Manana
2021-03-16btrfs: fix slab cache flags for free space tree bitmapDavid Sterba
2021-03-16btrfs: subpage: make readahead work properlyQu Wenruo
2021-03-16btrfs: subpage: fix wild pointer access during metadata read failureQu Wenruo
2021-03-15btrfs: zoned: fix linked list corruption after log root tree allocation failureFilipe Manana
2021-03-15btrfs: fix qgroup data rsv leak caused by falloc failureQu Wenruo
2021-03-15btrfs: track qgroup released data in own variable in insert_prealloc_file_extentQu Wenruo
2021-03-15btrfs: fix wrong offset to zero out range beyond i_sizeQu Wenruo
2021-03-12Merge tag 'block-5.12-2021-03-12-v2' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-03-11block: rename BIO_MAX_PAGES to BIO_MAX_VECSChristoph Hellwig
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