summaryrefslogtreecommitdiffstats
path: root/fs/btrfs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-6.0-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-09-202-8/+74
|\
| * btrfs: zoned: wait for extent buffer IOs before finishing a zoneNaohiro Aota2022-09-131-2/+38
| * btrfs: fix hang during unmount when stopping a space reclaim workerFilipe Manana2022-09-131-0/+25
| * btrfs: fix hang during unmount when stopping block group reclaim workerFilipe Manana2022-09-131-6/+11
* | Merge tag 'for-6.0-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-09-096-54/+60
|\|
| * 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
* | Merge tag 'for-6.0-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-08-2811-70/+79
|\|
| * 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
* | Merge tag 'for-6.0-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-08-1912-101/+176
|\|
| * 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
* | Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-08-051-0/+2
|\ \
| * | mm: shrinkers: provide shrinkers with namesRoman Gushchin2022-07-031-0/+2
* | | Merge tag 'for-5.20-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds2022-08-0350-2818/+3660
|\ \ \ | | |/ | |/|
| * | 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