summaryrefslogtreecommitdiff
path: root/fs/btrfs
Commit message (Expand)AuthorAgeFilesLines
* btrfs: fix deadlock with fsync+fiemap+transaction commitJosef Bacik2022-06-291-15/+52
* btrfs: don't set lock_owner when locking extent buffer for readingZygo Blaxell2022-06-291-3/+0
* btrfs: fix race between reflinking and ordered extent completionFilipe Manana2022-06-291-4/+11
* btrfs: add error messages to all unrecognized mount optionsDavid Sterba2022-06-291-7/+32
* btrfs: prevent remounting to v1 space cache for subpage mountQu Wenruo2022-06-291-0/+8
* btrfs: fix hang during unmount when block group reclaim task is runningFilipe Manana2022-06-291-2/+11
* btrfs: fix anon_dev leak in create_subvol()Omar Sandoval2022-06-091-26/+23
* btrfs: zoned: fix comparison of alloc_offset vs meta_write_pointerNaohiro Aota2022-06-091-1/+1
* btrfs: zoned: finish block group when there are no more allocatable bytes leftNaohiro Aota2022-06-091-1/+10
* btrfs: zoned: zone finish unused block groupNaohiro Aota2022-06-091-0/+8
* btrfs: zoned: properly finish block group on metadata writeNaohiro Aota2022-06-095-6/+39
* btrfs: fix deadlock between concurrent dio writes when low on free data spaceFilipe Manana2022-06-091-17/+64
* btrfs: fix the error handling for submit_extent_page() for btrfs_do_readpage()Qu Wenruo2022-06-091-2/+6
* btrfs: repair super block num_devices automaticallyQu Wenruo2022-06-091-4/+4
* btrfs: return correct error number for __extent_writepage_io()Qu Wenruo2022-06-091-1/+12
* btrfs: add "0x" prefix for unsupported optional featuresQu Wenruo2022-06-091-2/+2
* Merge tag 'for-5.18-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-05-064-34/+53
|\
| * btrfs: sysfs: export the balance paused state of exclusive operationDavid Sterba2022-05-051-0/+3
| * btrfs: fix assertion failure when logging directory key range itemFilipe Manana2022-05-051-14/+25
| * btrfs: zoned: activate block group properly on unlimited active zone deviceNaohiro Aota2022-05-051-14/+8
| * btrfs: zoned: move non-changing condition check out of the loopNaohiro Aota2022-05-051-6/+6
| * btrfs: force v2 space cache usage for subpage mountQu Wenruo2022-05-051-0/+11
* | Merge tag 'for-5.18-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-05-026-23/+91
|\ \ | |/
| * btrfs: skip compression property for anything other than files and dirsFilipe Manana2022-04-273-0/+47
| * btrfs: do not BUG_ON() on failure to update inode when setting xattrFilipe Manana2022-04-271-2/+4
| * btrfs: always log symlinks in full modeFilipe Manana2022-04-271-1/+13
| * btrfs: do not allow compression on nodatacow filesChung-Chiang Cheng2022-04-273-7/+14
| * btrfs: export a helper for compression hard checkChung-Chiang Cheng2022-04-272-13/+13
* | Merge tag 'for-5.18-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-04-269-29/+76
|\ \ | |/
| * btrfs: zoned: use dedicated lock for data relocationNaohiro Aota2022-04-213-2/+4
| * btrfs: fix assertion failure during scrub due to block group reallocationFilipe Manana2022-04-212-2/+31
| * btrfs: fix direct I/O writes for split bios on zoned devicesChristoph Hellwig2022-04-191-2/+3
| * btrfs: fix direct I/O read repair for split biosChristoph Hellwig2022-04-193-8/+9
| * btrfs: fix and document the zoned device choice in alloc_new_bioChristoph Hellwig2022-04-191-15/+28
| * btrfs: fix leaked plug after failure syncing log on zoned filesystemsFilipe Manana2022-04-191-0/+1
* | Merge tag 'for-5.18-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-04-148-23/+49
|\ \ | |/
| * btrfs: fix btrfs_submit_compressed_write cgroup attributionDennis Zhou2022-04-061-0/+8
| * btrfs: fix root ref counts in error handling in btrfs_get_root_refJia-Ju Bai2022-04-061-2/+3
| * btrfs: zoned: activate block group only for extent allocationNaohiro Aota2022-04-063-9/+21
| * btrfs: return allocated block group from do_chunk_alloc()Naohiro Aota2022-04-061-3/+13
| * btrfs: mark resumed async balance as writingNaohiro Aota2022-04-061-0/+2
| * btrfs: remove support of balance v1 ioctlNikolay Borisov2022-04-061-2/+0
| * btrfs: release correct delalloc amount in direct IO write pathNaohiro Aota2022-04-061-3/+3
| * btrfs: remove unused variable in btrfs_{start,write}_dirty_block_groups()Nathan Chancellor2022-04-061-4/+0
| * btrfs: zoned: remove redundant condition in btrfs_run_delalloc_rangeHaowen Bai2022-04-061-2/+1
* | Merge tag 'for-5.18-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-04-056-55/+81
|\ \ | |/
| * btrfs: prevent subvol with swapfile from being deletedKaiwen Hu2022-03-241-0/+22
| * btrfs: do not warn for free space inode in cow_file_rangeJosef Bacik2022-03-241-1/+0
| * btrfs: avoid defragging extents whose next extents are not targetsQu Wenruo2022-03-241-6/+14
| * btrfs: fix fallocate to use file_modified to update permissions consistentlyDarrick J. Wong2022-03-241-2/+11