summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)Author
2022-08-21btrfs: raid56: don't trust any cached sector in __raid56_parity_recover()Qu Wenruo
2022-08-21btrfs: only write the sectors in the vertical stripe which has data stripesQu Wenruo
2022-08-17btrfs: convert count_max_extents() to use fs_info->max_extent_sizeNaohiro Aota
2022-08-17btrfs: join running log transaction when logging new nameFilipe Manana
2022-08-17btrfs: zoned: wait until zone is finished when allocation didn't progressNaohiro Aota
2022-08-17btrfs: zoned: write out partially allocated regionNaohiro Aota
2022-08-17btrfs: zoned: activate necessary block groupNaohiro Aota
2022-08-17btrfs: zoned: activate metadata block group on flush_spaceNaohiro Aota
2022-08-17btrfs: zoned: introduce space_info->active_total_bytesNaohiro Aota
2022-08-17btrfs: store chunk size in space-info structStefan Roesch
2022-08-17btrfs: zoned: introduce btrfs_zoned_bg_is_fullNaohiro Aota
2022-08-17btrfs: make the bg_reclaim_threshold per-space infoJosef Bacik
2022-08-17btrfs: zoned: disable metadata overcommit for zonedNaohiro Aota
2022-08-17btrfs: zoned: finish least available block group on data bg allocationNaohiro Aota
2022-08-17btrfs: let can_allocate_chunk return errorNaohiro Aota
2022-08-17btrfs: replace BTRFS_MAX_EXTENT_SIZE with fs_info->max_extent_sizeNaohiro Aota
2022-08-17btrfs: zoned: revive max_zone_append_bytesNaohiro Aota
2022-08-17btrfs: properly flag filesystem with BTRFS_FEATURE_INCOMPAT_BIG_METADATANikolay Borisov
2022-08-17btrfs: reset block group chunk force if we have to waitJosef Bacik
2022-08-17btrfs: fix error handling of fallback uncompress writeNaohiro Aota
2022-08-17btrfs: ensure pages are unlocked on cow_file_range() failureNaohiro Aota
2022-08-17btrfs: tree-log: make the return value for log syncing consistentJosef Bacik
2022-08-17btrfs: reject log replay if there is unsupported RO compat flagQu Wenruo
2022-08-11btrfs: zoned: drop optimization of zone finishNaohiro Aota
2022-08-11btrfs: zoned: fix critical section of relocation inode writebackNaohiro Aota
2022-08-11btrfs: zoned: prevent allocation from previous data relocation BGNaohiro Aota
2022-07-22btrfs: zoned: fix a leaked bioc in read_zone_infoChristoph Hellwig
2022-07-22btrfs: return -EAGAIN for NOWAIT dio reads/writes on compressed and inline ex...Filipe Manana
2022-06-29btrfs: fix deadlock with fsync+fiemap+transaction commitJosef Bacik
2022-06-29btrfs: don't set lock_owner when locking extent buffer for readingZygo Blaxell
2022-06-29btrfs: fix race between reflinking and ordered extent completionFilipe Manana
2022-06-29btrfs: add error messages to all unrecognized mount optionsDavid Sterba
2022-06-29btrfs: prevent remounting to v1 space cache for subpage mountQu Wenruo
2022-06-29btrfs: fix hang during unmount when block group reclaim task is runningFilipe Manana
2022-06-09btrfs: fix anon_dev leak in create_subvol()Omar Sandoval
2022-06-09btrfs: zoned: fix comparison of alloc_offset vs meta_write_pointerNaohiro Aota
2022-06-09btrfs: zoned: finish block group when there are no more allocatable bytes leftNaohiro Aota
2022-06-09btrfs: zoned: zone finish unused block groupNaohiro Aota
2022-06-09btrfs: zoned: properly finish block group on metadata writeNaohiro Aota
2022-06-09btrfs: fix deadlock between concurrent dio writes when low on free data spaceFilipe Manana
2022-06-09btrfs: fix the error handling for submit_extent_page() for btrfs_do_readpage()Qu Wenruo
2022-06-09btrfs: repair super block num_devices automaticallyQu Wenruo
2022-06-09btrfs: return correct error number for __extent_writepage_io()Qu Wenruo
2022-06-09btrfs: add "0x" prefix for unsupported optional featuresQu Wenruo
2022-05-06Merge tag 'for-5.18-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2022-05-05btrfs: sysfs: export the balance paused state of exclusive operationDavid Sterba
2022-05-05btrfs: fix assertion failure when logging directory key range itemFilipe Manana
2022-05-05btrfs: zoned: activate block group properly on unlimited active zone deviceNaohiro Aota
2022-05-05btrfs: zoned: move non-changing condition check out of the loopNaohiro Aota
2022-05-05btrfs: force v2 space cache usage for subpage mountQu Wenruo