summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/disk-io.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* btrfs: check-integrity: fix a warning on write caching disabled diskWang Yugui2021-11-161-1/+13
* btrfs: call btrfs_check_rw_degradable only if there is a missing deviceAnand Jain2021-10-291-1/+2
* btrfs: fix comment about sector sizes supported in 64K systemsAnand Jain2021-10-261-2/+1
* btrfs: add a BTRFS_FS_ERROR helperJosef Bacik2021-10-261-5/+3
* btrfs: assert that extent buffers are write locked instead of only lockedFilipe Manana2021-10-261-4/+4
* btrfs: rename struct btrfs_io_bio to btrfs_bioQu Wenruo2021-10-261-1/+1
* btrfs: zoned: add a dedicated data relocation block groupJohannes Thumshirn2021-10-261-0/+1
* btrfs: introduce btrfs_is_data_reloc_rootJohannes Thumshirn2021-10-261-1/+1
* btrfs: convert latest_bdev type to btrfs_device and renameAnand Jain2021-10-261-3/+3
* btrfs: zoned: implement active zone trackingNaohiro Aota2021-10-261-0/+2
* btrfs: zoned: finish superblock zone once no space left for new SBNaohiro Aota2021-10-261-1/+3
* btrfs: subpage: introduce btrfs_subpage_bitmap_infoQu Wenruo2021-10-251-3/+9
* btrfs: fix upper limit for max_inline for page size 64KAnand Jain2021-09-071-24/+24
* btrfs: allow read-write for 4K sectorsize on 64K page size systemsQu Wenruo2021-08-231-9/+4
* btrfs: subpage: reject raid56 filesystem and profile conversionQu Wenruo2021-08-231-0/+10
* btrfs: calculate number of eb pages properly in csum_tree_blockDavid Sterba2021-07-291-1/+1
* btrfs: rip out btrfs_space_info::total_bytes_pinnedJosef Bacik2021-06-221-3/+0
* btrfs: send: fix crash when memory allocations trigger reclaimFilipe Manana2021-06-221-17/+1
* btrfs: ensure relocation never runs while we have send operations runningFilipe Manana2021-06-221-0/+1
* btrfs: shorten integrity checker extent data mount optionDavid Sterba2021-06-221-2/+1
* btrfs: fix typos in commentsDavid Sterba2021-06-221-1/+1
* btrfs: add cancellable chunk relocation supportDavid Sterba2021-06-211-0/+1
* btrfs: simplify eb checksum verification in btrfs_validate_metadata_bufferDavid Sterba2021-06-211-5/+5
* btrfs: remove extra sb::s_id from message in btrfs_validate_metadata_bufferDavid Sterba2021-06-211-2/+2
* btrfs: rename check_async_write and let it return boolJohannes Thumshirn2021-06-211-7/+6
* btrfs: promote debugging asserts to full-fledged checks in validate_superNikolay Borisov2021-06-041-8/+18
* btrfs: zoned: automatically reclaim zonesJohannes Thumshirn2021-04-201-0/+13
* btrfs: rename delete_unused_bgs_mutex to reclaim_bgs_lockJohannes Thumshirn2021-04-201-3/+3
* btrfs: subpage: support metadata checksum calculation at write timeQu Wenruo2021-04-191-24/+72
* btrfs: subpage: do more sanity checks on metadata page dirtyingQu Wenruo2021-04-191-6/+41
* Merge tag 'for-5.12-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-03-251-2/+17
|\
| * btrfs: fix subvolume/snapshot deletion not triggered on mountFilipe Manana2021-03-171-1/+15
| * btrfs: initialize device::fs_info alwaysJosef Bacik2021-03-171-1/+2
* | Merge tag 'for-5.12-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds2021-02-211-31/+152
|\|
| * btrfs: zoned: reorder log node allocation on zoned filesystemNaohiro Aota2021-02-091-5/+7
| * btrfs: zoned: extend zoned allocator to use dedicated tree-log block groupNaohiro Aota2021-02-091-0/+1
| * btrfs: split alloc_log_tree()Naohiro Aota2021-02-091-6/+27
| * btrfs: zoned: do not use async metadata checksum on zoned filesystemsNaohiro Aota2021-02-091-0/+2
| * btrfs: zoned: serialize metadata IONaohiro Aota2021-02-091-0/+1
| * btrfs: zoned: handle REQ_OP_ZONE_APPEND as writingNaohiro Aota2021-02-091-2/+2
| * btrfs: zoned: redirty released extent buffersNaohiro Aota2021-02-091-0/+8
| * btrfs: zoned: do not load fs_info::zoned from incompat flagJohannes Thumshirn2021-02-091-2/+0
| * btrfs: zoned: defer loading zone info after opening treesNaohiro Aota2021-02-091-0/+13
| * btrfs: allow read-only mount of 4K sector size fs on 64K page systemQu Wenruo2021-02-081-3/+22
| * btrfs: introduce subpage metadata validation checkQu Wenruo2021-02-081-0/+57
| * btrfs: improve preemptive background space flushingJosef Bacik2021-02-081-0/+1
| * btrfs: track ordered bytes instead of just dio ordered bytesJosef Bacik2021-02-081-4/+4
| * btrfs: make btrfs_root::free_objectid hold the next available objectidNikolay Borisov2021-02-081-4/+4
| * btrfs: rename btrfs_root::highest_objectid to free_objectidNikolay Borisov2021-02-081-7/+7
| * btrfs: rename btrfs_find_free_objectid to btrfs_get_free_objectidNikolay Borisov2021-02-081-1/+1