aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)Author
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: get the next extent map during fiemap/lseek more efficientlyFilipe Manana
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: 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: 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 percent calculation for bg reclaim messageJohannes Thumshirn
2023-03-17btrfs: fix unnecessary increment of read error stat on write errorNaohiro Aota
2023-03-10btrfs: hold block group refcount during async discardBoris Burkov
2023-03-10btrfs: scrub: improve tree block error reportingQu Wenruo
2023-03-03btrfs: send: limit number of clones and allocated memory sizeDavid Sterba
2023-02-22btrfs: lock the inode in shared mode before starting fiemapFilipe Manana
2023-02-22btrfs: move the auto defrag code to defrag.cJosef Bacik
2023-02-14btrfs: free device in btrfs_close_devices for a single device filesystemAnand Jain
2023-02-14btrfs: simplify update of last_dir_index_offset when logging a directoryFilipe Manana
2023-02-14btrfs: zlib: zero-initialize zlib workspaceAlexander Potapenko
2023-02-14btrfs: limit device extents to the device sizeJosef Bacik
2023-02-09use less confusing names for iov_iter direction initializersAl Viro
2023-02-01btrfs: zoned: enable metadata over-commit for non-ZNS setupNaohiro Aota
2023-01-24btrfs: fix race between quota rescan and disable leading to NULL pointer derefFilipe Manana
2023-01-24btrfs: fix invalid leaf access due to inline extent during lseekFilipe Manana
2023-01-24btrfs: qgroup: do not warn on record without old_roots populatedQu Wenruo
2023-01-24btrfs: do not abort transaction on failure to update log rootFilipe Manana
2023-01-24btrfs: do not abort transaction on failure to write log tree when syncing logFilipe Manana
2023-01-24btrfs: add missing setup of log for full commit at add_conflicting_inode()Filipe Manana
2023-01-24btrfs: fix directory logging due to race with concurrent index key deletionFilipe Manana
2023-01-24btrfs: fix missing error handling when logging directory itemsFilipe Manana
2023-01-24btrfs: add extra error messages to cover non-ENOMEM errors from device_add_li...Qu Wenruo
2023-01-24btrfs: always report error in run_one_delayed_ref()Qu Wenruo
2023-01-12btrfs: handle case when repair happens with dev-replaceQu Wenruo