summaryrefslogtreecommitdiffstats
path: root/fs/btrfs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-6.2-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-01-027-6/+19
|\
| * btrfs: fix fscrypt name leak after failure to join log transactionFilipe Manana2022-12-201-1/+4
| * btrfs: scrub: fix uninitialized return value in recover_scrub_rbioJosef Bacik2022-12-201-1/+1
| * btrfs: fix resolving backrefs for inline extent followed by preallocBoris Burkov2022-12-201-0/+4
| * btrfs: restore BTRFS_SEQ_LAST when looking up qgroup backref lookupJosef Bacik2022-12-151-0/+1
| * btrfs: fix leak of fs devices after removing btrfs moduleFilipe Manana2022-12-151-0/+1
| * btrfs: fix an error handling path in btrfs_defrag_leaves()Christophe JAILLET2022-12-151-2/+4
| * btrfs: fix an error handling path in btrfs_rename()Christophe JAILLET2022-12-151-2/+4
* | Merge tag 'hardening-v6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-12-141-5/+6
|\ \
| * | btrfs: send: Proactively round up to kmalloc bucket sizeKees Cook2022-11-011-5/+6
* | | Merge tag 'for-6.2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds2022-12-12118-9422/+10924
|\ \ \ | | |/ | |/|
| * | btrfs: print transaction aborted messages with an error levelFilipe Manana2022-12-051-3/+3
| * | btrfs: do not BUG_ON() on ENOMEM when dropping extent items for a rangeFilipe Manana2022-12-051-2/+8
| * | btrfs: fix extent map use-after-free when handling missing device in read_one...void0red2022-12-051-1/+2
| * | btrfs: remove outdated logic from overwrite_item() and add assertionFilipe Manana2022-12-051-5/+9
| * | btrfs: unify overwrite_item() and do_overwrite_item()Filipe Manana2022-12-051-52/+24
| * | btrfs: replace strncpy() with strscpy()Artem Chernyshev2022-12-052-7/+8
| * | btrfs: fix uninitialized variable in find_first_clear_extent_bitJosef Bacik2022-12-051-1/+1
| * | btrfs: fix uninitialized parent in insert_stateJosef Bacik2022-12-051-1/+1
| * | btrfs: add might_sleep() annotationsChenXiaoSong2022-12-051-0/+4
| * | btrfs: add stack helpers for a few btrfs itemsJosef Bacik2022-12-051-0/+37
| * | btrfs: add nr_global_roots to the super block definitionJosef Bacik2022-12-051-0/+2
| * | btrfs: remove BTRFS_LEAF_DATA_OFFSETJosef Bacik2022-12-053-9/+7
| * | btrfs: add helpers for manipulating leaf items and dataJosef Bacik2022-12-051-66/+115
| * | btrfs: add eb to btrfs_node_key_ptr_offsetJosef Bacik2022-12-055-20/+20
| * | btrfs: pass the extent buffer for the btrfs_item_nr helpersJosef Bacik2022-12-054-29/+30
| * | btrfs: move the csum helpers into ctree.hJosef Bacik2022-12-052-5/+5
| * | btrfs: move eb offset helpers into extent_io.hJosef Bacik2022-12-052-33/+33
| * | btrfs: move file_extent_item helpers into file-item.hJosef Bacik2022-12-055-30/+35
| * | btrfs: move leaf_data_end into ctree.cJosef Bacik2022-12-053-14/+18
| * | btrfs: move root helpers back into ctree.hJosef Bacik2022-12-052-17/+17
| * | btrfs: move repair_io_failure to bio.cChristoph Hellwig2022-12-054-116/+116
| * | btrfs: split the bio submission path into a separate fileChristoph Hellwig2022-12-0514-403/+438
| * | btrfs: move struct btrfs_tree_parent_check out of disk-io.hChristoph Hellwig2022-12-057-32/+39
| * | btrfs: raid56: do data csum verification during RMW cycleQu Wenruo2022-12-051-32/+137
| * | btrfs: raid56: prepare data checksums for later RMW verificationQu Wenruo2022-12-052-0/+86
| * | btrfs: introduce a bitmap based csum range search functionQu Wenruo2022-12-056-23/+144
| * | btrfs: refactor checksum calculations in btrfs_lookup_csums_range()Qu Wenruo2022-12-051-21/+47
| * | btrfs: allocate btrfs_io_context without GFP_NOFAILLi zeming2022-12-051-1/+4
| * | btrfs: use btrfs_dev_name() helper to handle missing devices betterQu Wenruo2022-12-0510-39/+36
| * | btrfs: use cached state when looking for delalloc ranges with lseekFilipe Manana2022-12-052-8/+33
| * | btrfs: use cached state when looking for delalloc ranges with fiemapFilipe Manana2022-12-053-4/+18
| * | btrfs: update stale comment for count_range_bits()Filipe Manana2022-12-051-3/+23
| * | btrfs: allow passing a cached state record to count_range_bits()Filipe Manana2022-12-054-6/+49
| * | btrfs: remove no longer used btrfs_next_extent_map()Filipe Manana2022-12-052-31/+0
| * | btrfs: search for delalloc more efficiently during lseek/fiemapFilipe Manana2022-12-051-104/+48
| * | btrfs: skip unnecessary delalloc searches during lseek/fiemapFilipe Manana2022-12-051-1/+7
| * | btrfs: add an early exit when searching for delalloc range for lseek/fiemapFilipe Manana2022-12-051-6/+16
| * | btrfs: remove leftover setting of EXTENT_UPTODATE state in an inode's io_treeFilipe Manana2022-12-052-23/+3
| * | btrfs: move tree block parentness check into validate_extent_buffer()Qu Wenruo2022-12-054-28/+93