aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/disk-io.c
AgeCommit message (Expand)AuthorFilesLines
2021-12-17Merge tag 'for-5.16-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-0/+8
2021-12-14btrfs: fix double free of anon_dev after failure to create subvolumeGravatar Filipe Manana 1-0/+8
2021-11-18Merge tag 'for-5.16-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-1/+13
2021-11-16btrfs: check-integrity: fix a warning on write caching disabled diskGravatar Wang Yugui 1-1/+13
2021-11-01Merge tag 'for-5.16-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Gravatar Linus Torvalds 1-21/+30
2021-10-29btrfs: call btrfs_check_rw_degradable only if there is a missing deviceGravatar Anand Jain 1-1/+2
2021-10-26btrfs: fix comment about sector sizes supported in 64K systemsGravatar Anand Jain 1-2/+1
2021-10-26btrfs: add a BTRFS_FS_ERROR helperGravatar Josef Bacik 1-5/+3
2021-10-26btrfs: assert that extent buffers are write locked instead of only lockedGravatar Filipe Manana 1-4/+4
2021-10-26btrfs: rename struct btrfs_io_bio to btrfs_bioGravatar Qu Wenruo 1-1/+1
2021-10-26btrfs: zoned: add a dedicated data relocation block groupGravatar Johannes Thumshirn 1-0/+1
2021-10-26btrfs: introduce btrfs_is_data_reloc_rootGravatar Johannes Thumshirn 1-1/+1
2021-10-26btrfs: convert latest_bdev type to btrfs_device and renameGravatar Anand Jain 1-3/+3
2021-10-26btrfs: zoned: implement active zone trackingGravatar Naohiro Aota 1-0/+2
2021-10-26btrfs: zoned: finish superblock zone once no space left for new SBGravatar Naohiro Aota 1-1/+3
2021-10-25btrfs: subpage: introduce btrfs_subpage_bitmap_infoGravatar Qu Wenruo 1-3/+9
2021-10-18btrfs: use bdev_nr_bytes instead of open coding itGravatar Christoph Hellwig 1-1/+1
2021-09-07btrfs: fix upper limit for max_inline for page size 64KGravatar Anand Jain 1-24/+24
2021-08-23btrfs: allow read-write for 4K sectorsize on 64K page size systemsGravatar Qu Wenruo 1-9/+4
2021-08-23btrfs: subpage: reject raid56 filesystem and profile conversionGravatar Qu Wenruo 1-0/+10
2021-07-29btrfs: calculate number of eb pages properly in csum_tree_blockGravatar David Sterba 1-1/+1
2021-06-22btrfs: rip out btrfs_space_info::total_bytes_pinnedGravatar Josef Bacik 1-3/+0
2021-06-22btrfs: send: fix crash when memory allocations trigger reclaimGravatar Filipe Manana 1-17/+1
2021-06-22btrfs: ensure relocation never runs while we have send operations runningGravatar Filipe Manana 1-0/+1
2021-06-22btrfs: shorten integrity checker extent data mount optionGravatar David Sterba 1-2/+1
2021-06-22btrfs: fix typos in commentsGravatar David Sterba 1-1/+1
2021-06-21btrfs: add cancellable chunk relocation supportGravatar David Sterba 1-0/+1
2021-06-21btrfs: simplify eb checksum verification in btrfs_validate_metadata_bufferGravatar David Sterba 1-5/+5
2021-06-21btrfs: remove extra sb::s_id from message in btrfs_validate_metadata_bufferGravatar David Sterba 1-2/+2
2021-06-21btrfs: rename check_async_write and let it return boolGravatar Johannes Thumshirn 1-7/+6
2021-06-04btrfs: promote debugging asserts to full-fledged checks in validate_superGravatar Nikolay Borisov 1-8/+18
2021-04-20btrfs: zoned: automatically reclaim zonesGravatar Johannes Thumshirn 1-0/+13
2021-04-20btrfs: rename delete_unused_bgs_mutex to reclaim_bgs_lockGravatar Johannes Thumshirn 1-3/+3
2021-04-19btrfs: subpage: support metadata checksum calculation at write timeGravatar Qu Wenruo 1-24/+72
2021-04-19btrfs: subpage: do more sanity checks on metadata page dirtyingGravatar Qu Wenruo 1-6/+41
2021-03-25Merge tag 'for-5.12-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-2/+17
2021-03-17btrfs: fix subvolume/snapshot deletion not triggered on mountGravatar Filipe Manana 1-1/+15
2021-03-17btrfs: initialize device::fs_info alwaysGravatar Josef Bacik 1-1/+2
2021-02-21Merge tag 'for-5.12-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Gravatar Linus Torvalds 1-31/+152
2021-02-12btrfs: initialize fs_info::csum_size earlier in open_ctreeGravatar Su Yue 1-1/+2
2021-02-09btrfs: zoned: reorder log node allocation on zoned filesystemGravatar Naohiro Aota 1-5/+7
2021-02-09btrfs: zoned: extend zoned allocator to use dedicated tree-log block groupGravatar Naohiro Aota 1-0/+1
2021-02-09btrfs: split alloc_log_tree()Gravatar Naohiro Aota 1-6/+27
2021-02-09btrfs: zoned: do not use async metadata checksum on zoned filesystemsGravatar Naohiro Aota 1-0/+2
2021-02-09btrfs: zoned: serialize metadata IOGravatar Naohiro Aota 1-0/+1
2021-02-09btrfs: zoned: handle REQ_OP_ZONE_APPEND as writingGravatar Naohiro Aota 1-2/+2
2021-02-09btrfs: zoned: redirty released extent buffersGravatar Naohiro Aota 1-0/+8
2021-02-09btrfs: zoned: do not load fs_info::zoned from incompat flagGravatar Johannes Thumshirn 1-2/+0
2021-02-09btrfs: zoned: defer loading zone info after opening treesGravatar Naohiro Aota 1-0/+13
2021-02-08btrfs: allow read-only mount of 4K sector size fs on 64K page systemGravatar Qu Wenruo 1-3/+22