summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)Author
2023-05-17btrfs: fix backref walking not returning all inode refsFilipe Manana
2023-05-17btrfs: zoned: fix full zone super block reading on ZNSNaohiro Aota
2023-05-17btrfs: zoned: zone finish data relocation BG with last IONaohiro Aota
2023-05-17btrfs: fix space cache inconsistency after error loading it from diskFilipe Manana
2023-05-17btrfs: print-tree: parent bytenr must be aligned to sector sizeAnastasia Belova
2023-05-17btrfs: make clear_cache mount option to rebuild FST without disabling itQu Wenruo
2023-05-17btrfs: zero the buffer before marking it dirty in btrfs_redirty_list_addChristoph Hellwig
2023-05-17btrfs: don't free qgroup space unless specifiedJosef Bacik
2023-05-17btrfs: fix encoded write i_size corruption with no-holesBoris Burkov
2023-05-17btrfs: fix assertion of exclop condition when starting balancexiaoshoukui
2023-05-17btrfs: properly reject clear_cache and v1 cache for block-group-treeQu Wenruo
2023-05-17btrfs: zoned: fix wrong use of bitops API in btrfs_ensure_empty_zonesNaohiro Aota
2023-05-17btrfs: fix btrfs_prev_leaf() to not return the same key twiceFilipe Manana
2023-05-11btrfs: scrub: reject unsupported scrub flagsQu Wenruo
2023-05-01btrfs: fix uninitialized variable warningsGenjian Zhang
2023-04-26btrfs: reinterpret async discard iops_limit=0 as no delayBoris Burkov
2023-04-26btrfs: set default discard iops_limit to 1000Boris Burkov
2023-04-20btrfs: fix fast csum implementation detectionChristoph Hellwig
2023-04-20btrfs: restore the thread_pool= behavior in remount for the end I/O workqueuesChristoph Hellwig
2023-04-06btrfs: ignore fiemap path cache when there are multiple paths for a nodeFilipe Manana
2023-04-06btrfs: scan device in non-exclusive modeAnand Jain
2023-04-06btrfs: fix race between quota disable and quota assign ioctlsFilipe Manana
2023-04-06btrfs: fix deadlock when aborting transaction during relocation with scrubFilipe Manana
2023-04-06btrfs: use temporary variable for space_info in btrfs_update_block_groupJosef Bacik
2023-04-06btrfs: fix uninitialized variable warning in btrfs_update_block_groupJosef Bacik
2023-04-06btrfs: zoned: drop space_info->active_total_bytesNaohiro Aota
2023-04-06btrfs: zoned: count fresh BG region as zone unusableNaohiro Aota
2023-04-06btrfs: rename BTRFS_FS_NO_OVERCOMMIT to BTRFS_FS_ACTIVE_ZONE_TRACKINGJosef Bacik
2023-03-30btrfs: zoned: fix btrfs_can_activate_zone() to support DUP profileNaohiro Aota
2023-03-17btrfs: fix extent map logging bit not cleared for split maps after dropping r...Filipe Manana
2023-03-17btrfs: fix block group item corruption after inserting new block groupFilipe Manana
2023-03-17btrfs: fix percent calculation for bg reclaim messageJohannes Thumshirn
2023-03-17btrfs: fix unnecessary increment of read error stat on write errorNaohiro Aota
2023-03-10btrfs: sysfs: update fs features directory asynchronouslyQu Wenruo
2023-03-10btrfs: hold block group refcount during async discardBoris Burkov
2023-03-10btrfs: scrub: improve tree block error reportingQu Wenruo
2023-02-12Merge tag 'for-6.2-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-02-09btrfs: free device in btrfs_close_devices for a single device filesystemAnand Jain
2023-02-09btrfs: lock the inode in shared mode before starting fiemapFilipe Manana
2023-02-06btrfs: simplify update of last_dir_index_offset when logging a directoryFilipe Manana
2023-02-06Merge tag 'for-6.2-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-01-27btrfs: raid56: make error_bitmap update atomicQu Wenruo
2023-01-27btrfs: send: limit number of clones and allocated memory sizeDavid Sterba
2023-01-25btrfs: zlib: zero-initialize zlib workspaceAlexander Potapenko
2023-01-25btrfs: limit device extents to the device sizeJosef Bacik
2023-01-25btrfs: raid56: fix stripes if vertical errors are foundTanmay Bhushan
2023-01-20Merge tag 'for-6.2-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-01-16btrfs: fix race between quota rescan and disable leading to NULL pointer derefFilipe Manana
2023-01-16btrfs: fix invalid leaf access due to inline extent during lseekFilipe Manana
2023-01-16btrfs: stop using write_one_page in btrfs_scratch_superblockChristoph Hellwig