summaryrefslogtreecommitdiff
path: root/fs/btrfs/disk-io.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ext/naohiro/zns' into for-next-next-v5.14-20210823David Sterba2021-08-231-1/+5
|\
| * btrfs: zoned: implement active zone trackingNaohiro Aota2021-08-231-0/+2
| * btrfs: zoned: finish superblock zone once no space left for new SBNaohiro Aota2021-08-231-1/+3
* | Merge branch 'ext/anand/latest-bdev' into for-next-next-v5.14-20210823David Sterba2021-08-231-3/+3
|\ \
| * | btrfs: save latest btrfs_device instead of its block_device in fs_devicesAnand Jain2021-08-231-3/+3
| |/
* | btrfs: add a btrfs_has_fs_error helperJosef Bacik2021-08-231-5/+3
|/
* btrfs: subpage: introduce btrfs_subpage_bitmap_infoQu Wenruo2021-08-231-3/+9
* 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
| * btrfs: rename btrfs_find_highest_objectid to btrfs_init_root_free_objectidNikolay Borisov2021-02-081-7/+5
* | btrfs: initialize fs_info::csum_size earlier in open_ctreeSu Yue2021-02-121-1/+2
|/
* btrfs: print the actual offset in btrfs_root_nameJosef Bacik2021-01-071-1/+1
* btrfs: add assertion for empty list of transactions at late stage of umountFilipe Manana2020-12-181-0/+3
* btrfs: fix race between RO remount and the cleaner taskFilipe Manana2020-12-181-1/+4
* btrfs: fix transaction leak and crash after cleaning up orphans on RO mountFilipe Manana2020-12-181-4/+1