aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-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
2023-01-16btrfs: factor out scratching of one regular super blockChristoph Hellwig
2023-01-12btrfs: do not abort transaction on failure to update log rootFilipe Manana
2023-01-12btrfs: do not abort transaction on failure to write log tree when syncing logFilipe Manana
2023-01-12btrfs: add missing setup of log for full commit at add_conflicting_inode()Filipe Manana
2023-01-12btrfs: fix directory logging due to race with concurrent index key deletionFilipe Manana
2023-01-12btrfs: fix missing error handling when logging directory itemsFilipe Manana
2023-01-11btrfs: zoned: enable metadata over-commit for non-ZNS setupNaohiro Aota
2023-01-11btrfs: qgroup: do not warn on record without old_roots populatedQu Wenruo
2023-01-11btrfs: add extra error messages to cover non-ENOMEM errors from device_add_li...Qu Wenruo
2023-01-03btrfs: fix compat_ro checks against remountQu Wenruo
2023-01-03btrfs: always report error in run_one_delayed_ref()Qu Wenruo
2023-01-03btrfs: handle case when repair happens with dev-replaceQu Wenruo
2023-01-03btrfs: fix off-by-one in delalloc search during lseekFilipe Manana
2023-01-03btrfs: fix false alert on bad tree level checkQu Wenruo
2023-01-03btrfs: add error message for metadata level mismatchQu Wenruo
2023-01-03btrfs: fix ASSERT em->len condition in btrfs_get_extentTanmay Bhushan
2022-12-20btrfs: fix fscrypt name leak after failure to join log transactionFilipe Manana
2022-12-20btrfs: scrub: fix uninitialized return value in recover_scrub_rbioJosef Bacik
2022-12-20btrfs: fix resolving backrefs for inline extent followed by preallocBoris Burkov
2022-12-15btrfs: fix trace event name typo for FLUSH_DELAYED_REFSNaohiro Aota
2022-12-15btrfs: restore BTRFS_SEQ_LAST when looking up qgroup backref lookupJosef Bacik
2022-12-15btrfs: fix leak of fs devices after removing btrfs moduleFilipe Manana
2022-12-15btrfs: fix an error handling path in btrfs_defrag_leaves()Christophe JAILLET
2022-12-15btrfs: fix an error handling path in btrfs_rename()Christophe JAILLET
2022-12-05btrfs: print transaction aborted messages with an error levelFilipe Manana
2022-12-05btrfs: sync some cleanups from progs into uapi/btrfs.hJosef Bacik
2022-12-05btrfs: do not BUG_ON() on ENOMEM when dropping extent items for a rangeFilipe Manana
2022-12-05btrfs: fix extent map use-after-free when handling missing device in read_one...void0red
2022-12-05btrfs: remove outdated logic from overwrite_item() and add assertionFilipe Manana
2022-12-05btrfs: unify overwrite_item() and do_overwrite_item()Filipe Manana
2022-12-05btrfs: replace strncpy() with strscpy()Artem Chernyshev
2022-12-05btrfs: fix uninitialized variable in find_first_clear_extent_bitJosef Bacik
2022-12-05btrfs: fix uninitialized parent in insert_stateJosef Bacik
2022-12-05btrfs: add might_sleep() annotationsChenXiaoSong
2022-12-05btrfs: add stack helpers for a few btrfs itemsJosef Bacik
2022-12-05btrfs: add nr_global_roots to the super block definitionJosef Bacik
2022-12-05btrfs: remove BTRFS_LEAF_DATA_OFFSETJosef Bacik
2022-12-05btrfs: add helpers for manipulating leaf items and dataJosef Bacik
2022-12-05btrfs: add eb to btrfs_node_key_ptr_offsetJosef Bacik
2022-12-05btrfs: pass the extent buffer for the btrfs_item_nr helpersJosef Bacik
2022-12-05btrfs: move the csum helpers into ctree.hJosef Bacik
2022-12-05btrfs: move eb offset helpers into extent_io.hJosef Bacik
2022-12-05btrfs: move file_extent_item helpers into file-item.hJosef Bacik
2022-12-05btrfs: move leaf_data_end into ctree.cJosef Bacik
2022-12-05btrfs: move root helpers back into ctree.hJosef Bacik