summaryrefslogtreecommitdiffstats
path: root/fs/btrfs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mm-hotfixes-stable-2022-11-11' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2022-11-111-6/+8
|\
| * fs: fix leaked psi pressure stateJohannes Weiner2022-11-081-6/+8
* | Merge tag 'for-6.1-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-11-109-25/+109
|\ \ | |/ |/|
| * btrfs: zoned: fix locking imbalance on scrubJohannes Thumshirn2022-11-071-1/+0
| * btrfs: zoned: initialize device's zone info for seedingJohannes Thumshirn2022-11-073-4/+13
| * btrfs: zoned: clone zoned device info when cloning a deviceJohannes Thumshirn2022-11-073-0/+63
| * Revert "btrfs: scrub: use larger block size for data extent scrub"Qu Wenruo2022-11-071-7/+1
| * btrfs: don't print stack trace when transaction is aborted due to ENOMEMDavid Sterba2022-11-072-4/+23
| * btrfs: selftests: fix wrong error check in btrfs_free_dummy_root()Zhang Xiaoxu2022-11-071-1/+1
| * btrfs: fix match incorrectly in dev_args_match_deviceLiu Shixin2022-11-071-8/+8
* | Merge tag 'for-6.1-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-11-035-49/+91
|\|
| * btrfs: fix inode reserve space leak due to nowait buffered writeFilipe Manana2022-11-021-1/+3
| * btrfs: fix nowait buffered write returning -ENOSPCFilipe Manana2022-11-021-0/+3
| * btrfs: remove pointless and double ulist frees in error paths of qgroup testsFilipe Manana2022-11-021-12/+4
| * btrfs: fix ulist leaks in error paths of qgroup self testsFilipe Manana2022-11-021-5/+15
| * btrfs: fix inode list leak during backref walking at find_parent_nodes()Filipe Manana2022-11-021-1/+17
| * btrfs: fix inode list leak during backref walking at resolve_indirect_refs()Filipe Manana2022-11-021-19/+17
| * btrfs: fix lost file sync on direct IO write with nowait and dsync iocbFilipe Manana2022-10-313-10/+31
| * btrfs: fix a memory allocation failure test in btrfs_submit_directChristophe JAILLET2022-10-311-1/+1
* | Merge tag 'for-6.1-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-10-3110-40/+73
|\|
| * btrfs: don't use btrfs_chunk::sub_stripes from diskQu Wenruo2022-10-251-1/+11
| * btrfs: fix type of parameter generation in btrfs_get_dentryDavid Sterba2022-10-242-2/+2
| * btrfs: send: fix send failure of a subcase of orphan inodesBingJing Chang2022-10-241-11/+13
| * btrfs: make thaw time super block check to also verify checksumQu Wenruo2022-10-243-6/+22
| * btrfs: fix tree mod log mishandling of reallocated nodesJosef Bacik2022-10-241-12/+13
| * btrfs: reorder btrfs_bio for better packingDavid Sterba2022-10-241-1/+1
| * btrfs: raid56: avoid double freeing for rbio if full_stripe_write() failedQu Wenruo2022-10-241-5/+7
| * btrfs: raid56: properly handle the error when unable to find the missing stripeQu Wenruo2022-10-241-2/+4
* | Merge tag 'for-6.1-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-10-186-25/+87
|\|
| * btrfs: ignore fiemap path cache if we have multiple leaves for a data extentFilipe Manana2022-10-112-0/+26
| * btrfs: fix processing of delayed tree block refs during backref walkingFilipe Manana2022-10-111-6/+7
| * btrfs: fix processing of delayed data refs during backref walkingFilipe Manana2022-10-111-9/+24
| * btrfs: delete stale comments after merge conflict resolutionDavid Sterba2022-10-111-2/+0
| * btrfs: unlock locked extent area if we have contentionJosef Bacik2022-10-111-7/+8
| * btrfs: send: update command for protocol version checkDavid Sterba2022-10-111-1/+4
| * btrfs: send: allow protocol version 3 with CONFIG_BTRFS_DEBUGBoris Burkov2022-10-112-1/+6
| * btrfs: add missing path cache update during fiemapFilipe Manana2022-10-071-0/+13
* | Merge tag 'pull-tmpfile' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2022-10-101-4/+4
|\ \
| * | vfs: open inside ->tmpfile()Miklos Szeredi2022-09-241-4/+4
* | | Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-10-104-50/+48
|\ \ \
| * | | btrfs: convert process_page_range() to use filemap_get_folios_contig()Vishal Moola (Oracle)2022-09-112-16/+18
| * | | btrfs: convert end_compressed_writeback() to use filemap_get_folios()Vishal Moola (Oracle)2022-09-111-16/+15
| * | | btrfs: convert __process_pages_contig() to use filemap_get_folios_contig()Vishal Moola (Oracle)2022-09-111-18/+15
* | | | Merge tag 'for-6.1/block-2022-10-03' of git://git.kernel.dk/linuxLinus Torvalds2022-10-071-2/+12
|\ \ \ \ | |_|_|/ |/| | |
| * | | btrfs: add manual PSI accounting for compressed readsChristoph Hellwig2022-09-201-2/+12
* | | | btrfs: set generation before calling btrfs_clean_tree_block in btrfs_init_new...Tetsuo Handa2022-09-291-0/+3
* | | | btrfs: drop extent map range more efficientlyFilipe Manana2022-09-291-45/+74
* | | | btrfs: avoid pointless extent map tree search when flushing delallocFilipe Manana2022-09-291-1/+0
* | | | btrfs: remove unnecessary next extent map searchFilipe Manana2022-09-291-14/+17
* | | | btrfs: remove unnecessary NULL pointer checks when searching extent mapsFilipe Manana2022-09-291-14/+14