summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* btrfs: fix the max chunk size and stripe length calculationQu Wenruo2022-09-062-1/+4
* btrfs: zoned: fix mounting with conventional zonesJohannes Thumshirn2022-09-051-41/+40
* btrfs: zoned: set pseudo max append zone limit in zone emulation modeShin'ichiro Kawasaki2022-09-051-3/+12
* btrfs: zoned: fix API misuse of zone finish waitingNaohiro Aota2022-09-054-9/+4
* btrfs: add info when mount fails due to stale replace targetAnand Jain2022-08-231-1/+1
* btrfs: replace: drop assert for suspended replaceAnand Jain2022-08-231-2/+1
* btrfs: fix silent failure when deleting root referenceFilipe Manana2022-08-231-2/+3
* btrfs: fix space cache corruption and potential double allocationsOmar Sandoval2022-08-234-60/+22
* btrfs: don't allow large NOWAIT direct readsJosef Bacik2022-08-221-0/+14
* btrfs: don't merge pages into bio if their page offset is not contiguousQu Wenruo2022-08-221-4/+29
* btrfs: update generation of hole file extent item when merging holesFilipe Manana2022-08-221-0/+2
* btrfs: fix possible memory leak in btrfs_get_dev_args_from_path()Zixuan Fu2022-08-221-1/+4
* btrfs: check if root is readonly while setting security xattrGoldwyn Rodrigues2022-08-221-0/+3
* btrfs: tree-checker: check for overlapping extent itemsJosef Bacik2022-08-171-2/+23
* btrfs: fix warning during log replay when bumping inode link countFilipe Manana2022-08-171-2/+2
* btrfs: fix lost error handling when looking up extended ref on log replayFilipe Manana2022-08-171-1/+3
* btrfs: fix lockdep splat with reloc root extent buffersJosef Bacik2022-08-177-2/+50
* btrfs: move lockdep class helpers to locking.cJosef Bacik2022-08-174-92/+89
* btrfs: unset reloc control if transaction commit fails in prepare_to_relocate()Zixuan Fu2022-08-171-1/+6
* btrfs: reset RO counter on block group if we fail to relocateJosef Bacik2022-07-271-1/+3
* btrfs: don't call btrfs_page_set_checked in finish_compressed_bio_readChristoph Hellwig2022-07-252-27/+2
* btrfs: fix repair of compressed extentsChristoph Hellwig2022-07-256-157/+76
* btrfs: remove the start argument to check_data_csum and exportChristoph Hellwig2022-07-252-15/+13
* btrfs: pass a btrfs_bio to btrfs_repair_one_sectorChristoph Hellwig2022-07-253-29/+31
* btrfs: simplify the pending I/O counting in struct compressed_bioChristoph Hellwig2022-07-252-97/+32
* btrfs: repair all known bad mirrorsChristoph Hellwig2022-07-252-66/+61
* btrfs: merge btrfs_dev_stat_print_on_error with its only callerChristoph Hellwig2022-07-251-5/+0
* btrfs: join running log transaction when logging new nameFilipe Manana2022-07-251-1/+8
* btrfs: simplify error handling in btrfs_lookup_dentryNikolay Borisov2022-07-251-4/+4
* btrfs: send: always use the rbtree based inode ref management infrastructureFilipe Manana2022-07-251-181/+12
* btrfs: send: fix sending link commands for existing file pathsBingJing Chang2022-07-251-4/+152
* btrfs: send: introduce recorded_ref_alloc and recorded_ref_freeBingJing Chang2022-07-251-10/+24
* btrfs: zoned: wait until zone is finished when allocation didn't progressNaohiro Aota2022-07-254-2/+19
* btrfs: zoned: write out partially allocated regionNaohiro Aota2022-07-252-14/+59
* btrfs: zoned: activate necessary block groupNaohiro Aota2022-07-251-0/+16
* btrfs: zoned: activate metadata block group on flush_spaceNaohiro Aota2022-07-253-0/+93
* btrfs: zoned: disable metadata overcommit for zonedNaohiro Aota2022-07-251-1/+4
* btrfs: zoned: introduce space_info->active_total_bytesNaohiro Aota2022-07-254-13/+50
* btrfs: zoned: finish least available block group on data bg allocationNaohiro Aota2022-07-253-10/+87
* btrfs: let can_allocate_chunk return errorNaohiro Aota2022-07-251-7/+8
* btrfs: use fs_info->max_extent_size in get_extent_max_capacity()Naohiro Aota2022-07-251-4/+7
* btrfs: convert count_max_extents() to use fs_info->max_extent_sizeNaohiro Aota2022-07-253-19/+24
* btrfs: replace BTRFS_MAX_EXTENT_SIZE with fs_info->max_extent_sizeNaohiro Aota2022-07-255-4/+19
* btrfs: zoned: revive max_zone_append_bytesNaohiro Aota2022-07-253-0/+20
* block: add bdev_max_segments() helperNaohiro Aota2022-07-251-0/+5
* btrfs: add optimized btrfs_ino() version for 64 bits systemsFilipe Manana2022-07-252-0/+16
* btrfs: set the objectid of the btree inode's location keyFilipe Manana2022-07-252-6/+5
* btrfs: replace kmap_atomic() with kmap_local_page()Fabio M. De Francesco2022-07-251-4/+4
* btrfs: zlib: replace kmap() with kmap_local_page() in zlib_decompress_bio()Fabio M. De Francesco2022-07-251-5/+5
* btrfs: zlib: replace kmap() with kmap_local_page() in zlib_compress_pages()Fabio M. De Francesco2022-07-251-19/+13