summaryrefslogtreecommitdiffstats
path: root/fs/btrfs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-6.2-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-02-124-9/+34
|\
| * btrfs: free device in btrfs_close_devices for a single device filesystemAnand Jain2023-02-091-1/+15
| * btrfs: lock the inode in shared mode before starting fiemapFilipe Manana2023-02-091-0/+2
| * btrfs: simplify update of last_dir_index_offset when logging a directoryFilipe Manana2023-02-062-8/+17
* | Merge tag 'for-6.2-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-02-064-8/+20
|\|
| * btrfs: raid56: make error_bitmap update atomicQu Wenruo2023-01-271-2/+10
| * btrfs: send: limit number of clones and allocated memory sizeDavid Sterba2023-01-271-3/+3
| * btrfs: zlib: zero-initialize zlib workspaceAlexander Potapenko2023-01-251-1/+1
| * btrfs: limit device extents to the device sizeJosef Bacik2023-01-251-1/+5
| * btrfs: raid56: fix stripes if vertical errors are foundTanmay Bhushan2023-01-251-1/+1
* | Merge tag 'for-6.2-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-01-203-36/+52
|\|
| * btrfs: fix race between quota rescan and disable leading to NULL pointer derefFilipe Manana2023-01-161-8/+17
| * btrfs: fix invalid leaf access due to inline extent during lseekFilipe Manana2023-01-161-3/+10
| * btrfs: stop using write_one_page in btrfs_scratch_superblockChristoph Hellwig2023-01-161-9/+8
| * btrfs: factor out scratching of one regular super blockChristoph Hellwig2023-01-161-25/+26
* | Merge tag 'for-6.2-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-01-167-21/+71
|\|
| * btrfs: do not abort transaction on failure to update log rootFilipe Manana2023-01-121-7/+4
| * btrfs: do not abort transaction on failure to write log tree when syncing logFilipe Manana2023-01-122-3/+8
| * btrfs: add missing setup of log for full commit at add_conflicting_inode()Filipe Manana2023-01-121-1/+3
| * btrfs: fix directory logging due to race with concurrent index key deletionFilipe Manana2023-01-121-6/+15
| * btrfs: fix missing error handling when logging directory itemsFilipe Manana2023-01-121-0/+9
| * btrfs: zoned: enable metadata over-commit for non-ZNS setupNaohiro Aota2023-01-113-1/+10
| * btrfs: qgroup: do not warn on record without old_roots populatedQu Wenruo2023-01-111-2/+12
| * btrfs: add extra error messages to cover non-ENOMEM errors from device_add_li...Qu Wenruo2023-01-111-1/+10
* | Merge tag 'for-6.2-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-01-069-16/+53
|\|
| * btrfs: fix compat_ro checks against remountQu Wenruo2023-01-033-5/+7
| * btrfs: always report error in run_one_delayed_ref()Qu Wenruo2023-01-031-2/+5
| * btrfs: handle case when repair happens with dev-replaceQu Wenruo2023-01-031-1/+10
| * btrfs: fix off-by-one in delalloc search during lseekFilipe Manana2023-01-032-2/+2
| * btrfs: fix false alert on bad tree level checkQu Wenruo2023-01-031-5/+25
| * btrfs: add error message for metadata level mismatchQu Wenruo2023-01-031-0/+3
| * btrfs: fix ASSERT em->len condition in btrfs_get_extentTanmay Bhushan2023-01-031-1/+1
* | 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