summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2023-01-12btrfs: do not abort transaction on failure to update log rootFilipe Manana1-7/+4
2023-01-12btrfs: do not abort transaction on failure to write log tree when syncing logFilipe Manana2-3/+8
2023-01-12btrfs: add missing setup of log for full commit at add_conflicting_inode()Filipe Manana1-1/+3
2023-01-12btrfs: fix directory logging due to race with concurrent index key deletionFilipe Manana1-6/+15
2023-01-12btrfs: fix missing error handling when logging directory itemsFilipe Manana1-0/+9
2023-01-11btrfs: zoned: enable metadata over-commit for non-ZNS setupNaohiro Aota3-1/+10
2023-01-11btrfs: qgroup: do not warn on record without old_roots populatedQu Wenruo1-2/+12
2023-01-11btrfs: add extra error messages to cover non-ENOMEM errors from device_add_li...Qu Wenruo1-1/+10
2023-01-03btrfs: fix compat_ro checks against remountQu Wenruo3-5/+7
2023-01-03btrfs: always report error in run_one_delayed_ref()Qu Wenruo1-2/+5
2023-01-03btrfs: handle case when repair happens with dev-replaceQu Wenruo1-1/+10
2023-01-03btrfs: fix off-by-one in delalloc search during lseekFilipe Manana2-2/+2
2023-01-03btrfs: fix false alert on bad tree level checkQu Wenruo1-5/+25
2023-01-03btrfs: add error message for metadata level mismatchQu Wenruo1-0/+3
2023-01-03btrfs: fix ASSERT em->len condition in btrfs_get_extentTanmay Bhushan1-1/+1
2022-12-20btrfs: fix fscrypt name leak after failure to join log transactionFilipe Manana1-1/+4
2022-12-20btrfs: scrub: fix uninitialized return value in recover_scrub_rbioJosef Bacik1-1/+1
2022-12-20btrfs: fix resolving backrefs for inline extent followed by preallocBoris Burkov1-0/+4
2022-12-15btrfs: restore BTRFS_SEQ_LAST when looking up qgroup backref lookupJosef Bacik1-0/+1
2022-12-15btrfs: fix leak of fs devices after removing btrfs moduleFilipe Manana1-0/+1
2022-12-15btrfs: fix an error handling path in btrfs_defrag_leaves()Christophe JAILLET1-2/+4
2022-12-15btrfs: fix an error handling path in btrfs_rename()Christophe JAILLET1-2/+4
2022-12-05btrfs: print transaction aborted messages with an error levelFilipe Manana1-3/+3
2022-12-05btrfs: do not BUG_ON() on ENOMEM when dropping extent items for a rangeFilipe Manana1-2/+8
2022-12-05btrfs: fix extent map use-after-free when handling missing device in read_one...void0red1-1/+2
2022-12-05btrfs: remove outdated logic from overwrite_item() and add assertionFilipe Manana1-5/+9
2022-12-05btrfs: unify overwrite_item() and do_overwrite_item()Filipe Manana1-52/+24
2022-12-05btrfs: replace strncpy() with strscpy()Artem Chernyshev2-7/+8
2022-12-05btrfs: fix uninitialized variable in find_first_clear_extent_bitJosef Bacik1-1/+1
2022-12-05btrfs: fix uninitialized parent in insert_stateJosef Bacik1-1/+1
2022-12-05btrfs: add might_sleep() annotationsChenXiaoSong1-0/+4
2022-12-05btrfs: add stack helpers for a few btrfs itemsJosef Bacik1-0/+37
2022-12-05btrfs: add nr_global_roots to the super block definitionJosef Bacik1-0/+2
2022-12-05btrfs: remove BTRFS_LEAF_DATA_OFFSETJosef Bacik3-9/+7
2022-12-05btrfs: add helpers for manipulating leaf items and dataJosef Bacik1-66/+115
2022-12-05btrfs: add eb to btrfs_node_key_ptr_offsetJosef Bacik5-20/+20
2022-12-05btrfs: pass the extent buffer for the btrfs_item_nr helpersJosef Bacik4-29/+30
2022-12-05btrfs: move the csum helpers into ctree.hJosef Bacik2-5/+5
2022-12-05btrfs: move eb offset helpers into extent_io.hJosef Bacik2-33/+33
2022-12-05btrfs: move file_extent_item helpers into file-item.hJosef Bacik5-30/+35
2022-12-05btrfs: move leaf_data_end into ctree.cJosef Bacik3-14/+18
2022-12-05btrfs: move root helpers back into ctree.hJosef Bacik2-17/+17
2022-12-05btrfs: move repair_io_failure to bio.cChristoph Hellwig4-116/+116
2022-12-05btrfs: split the bio submission path into a separate fileChristoph Hellwig14-403/+438
2022-12-05btrfs: move struct btrfs_tree_parent_check out of disk-io.hChristoph Hellwig7-32/+39
2022-12-05btrfs: raid56: do data csum verification during RMW cycleQu Wenruo1-32/+137
2022-12-05btrfs: raid56: prepare data checksums for later RMW verificationQu Wenruo2-0/+86
2022-12-05btrfs: introduce a bitmap based csum range search functionQu Wenruo6-23/+144
2022-12-05btrfs: refactor checksum calculations in btrfs_lookup_csums_range()Qu Wenruo1-21/+47
2022-12-05btrfs: allocate btrfs_io_context without GFP_NOFAILLi zeming1-1/+4