Age | Commit message (Expand) | Author |
2021-02-21 | Merge tag 'for-5.12-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda... | Linus Torvalds |
2021-02-12 | btrfs: initialize fs_info::csum_size earlier in open_ctree | Su Yue |
2021-02-09 | btrfs: zoned: reorder log node allocation on zoned filesystem | Naohiro Aota |
2021-02-09 | btrfs: zoned: extend zoned allocator to use dedicated tree-log block group | Naohiro Aota |
2021-02-09 | btrfs: split alloc_log_tree() | Naohiro Aota |
2021-02-09 | btrfs: zoned: do not use async metadata checksum on zoned filesystems | Naohiro Aota |
2021-02-09 | btrfs: zoned: serialize metadata IO | Naohiro Aota |
2021-02-09 | btrfs: zoned: handle REQ_OP_ZONE_APPEND as writing | Naohiro Aota |
2021-02-09 | btrfs: zoned: redirty released extent buffers | Naohiro Aota |
2021-02-09 | btrfs: zoned: do not load fs_info::zoned from incompat flag | Johannes Thumshirn |
2021-02-09 | btrfs: zoned: defer loading zone info after opening trees | Naohiro Aota |
2021-02-08 | btrfs: allow read-only mount of 4K sector size fs on 64K page system | Qu Wenruo |
2021-02-08 | btrfs: introduce subpage metadata validation check | Qu Wenruo |
2021-02-08 | btrfs: improve preemptive background space flushing | Josef Bacik |
2021-02-08 | btrfs: track ordered bytes instead of just dio ordered bytes | Josef Bacik |
2021-02-08 | btrfs: make btrfs_root::free_objectid hold the next available objectid | Nikolay Borisov |
2021-02-08 | btrfs: rename btrfs_root::highest_objectid to free_objectid | Nikolay Borisov |
2021-02-08 | btrfs: rename btrfs_find_free_objectid to btrfs_get_free_objectid | Nikolay Borisov |
2021-02-08 | btrfs: rename btrfs_find_highest_objectid to btrfs_init_root_free_objectid | Nikolay Borisov |
2021-01-07 | btrfs: print the actual offset in btrfs_root_name | Josef Bacik |
2020-12-18 | btrfs: add assertion for empty list of transactions at late stage of umount | Filipe Manana |
2020-12-18 | btrfs: fix race between RO remount and the cleaner task | Filipe Manana |
2020-12-18 | btrfs: fix transaction leak and crash after cleaning up orphans on RO mount | Filipe Manana |
2020-12-09 | btrfs: rename bio_offset of extent_submit_bio_start_t to dio_file_offset | Qu Wenruo |
2020-12-09 | btrfs: fix lockdep warning when creating free space tree | Boris Burkov |
2020-12-09 | btrfs: keep sb cache_generation consistent with space_cache | Boris Burkov |
2020-12-09 | btrfs: clear free space tree on ro->rw remount | Boris Burkov |
2020-12-09 | btrfs: clear oneshot options on mount and remount | Boris Burkov |
2020-12-09 | btrfs: create free space tree on ro->rw remount | Boris Burkov |
2020-12-09 | btrfs: start orphan cleanup on ro->rw remount | Boris Burkov |
2020-12-09 | btrfs: lift read-write mount setup from mount and remount | Boris Burkov |
2020-12-09 | btrfs: remove inode number cache feature | Nikolay Borisov |
2020-12-09 | btrfs: move btrfs_find_highest_objectid/btrfs_find_free_objectid to disk-io.c | Nikolay Borisov |
2020-12-09 | btrfs: implement log-structured superblock for ZONED mode | Naohiro Aota |
2020-12-09 | btrfs: check and enable ZONED mode | Naohiro Aota |
2020-12-08 | btrfs: remove unused parameter phy_offset from btrfs_validate_metadata_buffer | Qu Wenruo |
2020-12-08 | btrfs: drop unused argument step from btrfs_free_extra_devids | Anand Jain |
2020-12-08 | btrfs: set the lockdep class for extent buffers on creation | Josef Bacik |
2020-12-08 | btrfs: pass the owner_root and level to alloc_extent_buffer | Josef Bacik |
2020-12-08 | btrfs: pass root owner to read_tree_block | Josef Bacik |
2020-12-08 | btrfs: cleanup extent buffer readahead | Josef Bacik |
2020-12-08 | btrfs: remove lockdep classes for the fs tree | Josef Bacik |
2020-12-08 | btrfs: pass bvec to csum_dirty_buffer instead of page | Qu Wenruo |
2020-12-08 | btrfs: extract extent buffer verification from btrfs_validate_metadata_buffer() | Qu Wenruo |
2020-12-08 | btrfs: make csum_tree_block() handle node smaller than page | Qu Wenruo |
2020-12-08 | btrfs: grab fs_info from extent_buffer in btrfs_mark_buffer_dirty | Qu Wenruo |
2020-12-08 | btrfs: locking: remove all the blocking helpers | Josef Bacik |
2020-12-08 | btrfs: remove unnecessary local variables for checksum size | David Sterba |
2020-12-08 | btrfs: switch cached fs_info::csum_size from u16 to u32 | David Sterba |
2020-12-08 | btrfs: use cached value of fs_info::csum_size everywhere | David Sterba |