summaryrefslogtreecommitdiff
path: root/fs/btrfs/disk-io.c
AgeCommit message (Expand)Author
2021-09-07btrfs: fix upper limit for max_inline for page size 64KAnand Jain
2021-08-23btrfs: allow read-write for 4K sectorsize on 64K page size systemsQu Wenruo
2021-08-23btrfs: subpage: reject raid56 filesystem and profile conversionQu Wenruo
2021-07-29btrfs: calculate number of eb pages properly in csum_tree_blockDavid Sterba
2021-06-22btrfs: rip out btrfs_space_info::total_bytes_pinnedJosef Bacik
2021-06-22btrfs: send: fix crash when memory allocations trigger reclaimFilipe Manana
2021-06-22btrfs: ensure relocation never runs while we have send operations runningFilipe Manana
2021-06-22btrfs: shorten integrity checker extent data mount optionDavid Sterba
2021-06-22btrfs: fix typos in commentsDavid Sterba
2021-06-21btrfs: add cancellable chunk relocation supportDavid Sterba
2021-06-21btrfs: simplify eb checksum verification in btrfs_validate_metadata_bufferDavid Sterba
2021-06-21btrfs: remove extra sb::s_id from message in btrfs_validate_metadata_bufferDavid Sterba
2021-06-21btrfs: rename check_async_write and let it return boolJohannes Thumshirn
2021-06-04btrfs: promote debugging asserts to full-fledged checks in validate_superNikolay Borisov
2021-04-20btrfs: zoned: automatically reclaim zonesJohannes Thumshirn
2021-04-20btrfs: rename delete_unused_bgs_mutex to reclaim_bgs_lockJohannes Thumshirn
2021-04-19btrfs: subpage: support metadata checksum calculation at write timeQu Wenruo
2021-04-19btrfs: subpage: do more sanity checks on metadata page dirtyingQu Wenruo
2021-03-25Merge tag 'for-5.12-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2021-03-17btrfs: fix subvolume/snapshot deletion not triggered on mountFilipe Manana
2021-03-17btrfs: initialize device::fs_info alwaysJosef Bacik
2021-02-21Merge tag 'for-5.12-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds
2021-02-12btrfs: initialize fs_info::csum_size earlier in open_ctreeSu Yue
2021-02-09btrfs: zoned: reorder log node allocation on zoned filesystemNaohiro 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: do not use async metadata checksum on zoned filesystemsNaohiro Aota
2021-02-09btrfs: zoned: serialize metadata IONaohiro Aota
2021-02-09btrfs: zoned: handle REQ_OP_ZONE_APPEND as writingNaohiro Aota
2021-02-09btrfs: zoned: redirty released extent buffersNaohiro Aota
2021-02-09btrfs: zoned: do not load fs_info::zoned from incompat flagJohannes Thumshirn
2021-02-09btrfs: zoned: defer loading zone info after opening treesNaohiro Aota
2021-02-08btrfs: allow read-only mount of 4K sector size fs on 64K page systemQu Wenruo
2021-02-08btrfs: introduce subpage metadata validation checkQu Wenruo
2021-02-08btrfs: improve preemptive background space flushingJosef Bacik
2021-02-08btrfs: track ordered bytes instead of just dio ordered bytesJosef Bacik
2021-02-08btrfs: make btrfs_root::free_objectid hold the next available objectidNikolay Borisov
2021-02-08btrfs: rename btrfs_root::highest_objectid to free_objectidNikolay Borisov
2021-02-08btrfs: rename btrfs_find_free_objectid to btrfs_get_free_objectidNikolay Borisov
2021-02-08btrfs: rename btrfs_find_highest_objectid to btrfs_init_root_free_objectidNikolay Borisov
2021-01-07btrfs: print the actual offset in btrfs_root_nameJosef Bacik
2020-12-18btrfs: add assertion for empty list of transactions at late stage of umountFilipe Manana
2020-12-18btrfs: fix race between RO remount and the cleaner taskFilipe Manana
2020-12-18btrfs: fix transaction leak and crash after cleaning up orphans on RO mountFilipe Manana
2020-12-09btrfs: rename bio_offset of extent_submit_bio_start_t to dio_file_offsetQu Wenruo
2020-12-09btrfs: fix lockdep warning when creating free space treeBoris Burkov
2020-12-09btrfs: keep sb cache_generation consistent with space_cacheBoris Burkov
2020-12-09btrfs: clear free space tree on ro->rw remountBoris Burkov
2020-12-09btrfs: clear oneshot options on mount and remountBoris Burkov
2020-12-09btrfs: create free space tree on ro->rw remountBoris Burkov