summaryrefslogtreecommitdiffstats
path: root/fs/btrfs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-5.18-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-04-148-23/+49
|\
| * btrfs: fix btrfs_submit_compressed_write cgroup attributionDennis Zhou2022-04-061-0/+8
| * btrfs: fix root ref counts in error handling in btrfs_get_root_refJia-Ju Bai2022-04-061-2/+3
| * btrfs: zoned: activate block group only for extent allocationNaohiro Aota2022-04-063-9/+21
| * btrfs: return allocated block group from do_chunk_alloc()Naohiro Aota2022-04-061-3/+13
| * btrfs: mark resumed async balance as writingNaohiro Aota2022-04-061-0/+2
| * btrfs: remove support of balance v1 ioctlNikolay Borisov2022-04-061-2/+0
| * btrfs: release correct delalloc amount in direct IO write pathNaohiro Aota2022-04-061-3/+3
| * btrfs: remove unused variable in btrfs_{start,write}_dirty_block_groups()Nathan Chancellor2022-04-061-4/+0
| * btrfs: zoned: remove redundant condition in btrfs_run_delalloc_rangeHaowen Bai2022-04-061-2/+1
* | Merge tag 'for-5.18-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-04-056-55/+81
|\|
| * btrfs: prevent subvol with swapfile from being deletedKaiwen Hu2022-03-241-0/+22
| * btrfs: do not warn for free space inode in cow_file_rangeJosef Bacik2022-03-241-1/+0
| * btrfs: avoid defragging extents whose next extents are not targetsQu Wenruo2022-03-241-6/+14
| * btrfs: fix fallocate to use file_modified to update permissions consistentlyDarrick J. Wong2022-03-241-2/+11
| * btrfs: remove device item and update super block in the same transactionQu Wenruo2022-03-241-37/+28
| * btrfs: fix qgroup reserve overflow the qgroup limitEthan Lien2022-03-231-1/+1
| * btrfs: zoned: remove left over ASSERT checking for single profileJohannes Thumshirn2022-03-231-4/+0
| * btrfs: zoned: traverse devices under chunk_mutex in btrfs_can_activate_zoneJohannes Thumshirn2022-03-231-4/+5
* | btrfs: Remove a use of PAGE_SIZE in btrfs_invalidate_folio()Matthew Wilcox (Oracle)2022-04-011-1/+1
* | fs: Remove ->readpages address space operationMatthew Wilcox (Oracle)2022-04-011-2/+2
* | Merge tag 'for-5.18/write-streams-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds2022-03-261-1/+0
|\ \
| * | block: remove the per-bio/request write hintChristoph Hellwig2022-03-071-1/+0
| * | Merge branch 'for-5.18/block' into for-5.18/write-streamsJens Axboe2022-03-073-10/+7
| |\ \
* | \ \ Merge tag 'kbuild-gnu11-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-03-251-0/+1
|\ \ \ \
| * | | | Kbuild: add -Wno-shift-negative-value where -Wextra is usedArnd Bergmann2022-03-131-0/+1
* | | | | Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-03-225-86/+87
|\ \ \ \ \
| * | | | | btrfs: Convert extent_range_redirty_for_io() to use foliosMatthew Wilcox (Oracle)2022-03-151-7/+7
| * | | | | fs: Convert trivial uses of __set_page_dirty_nobuffers to filemap_dirty_folioMatthew Wilcox (Oracle)2022-03-151-6/+1
| * | | | | btrfs: Convert from set_page_dirty to dirty_folioMatthew Wilcox (Oracle)2022-03-151-12/+13
| * | | | | btrfs: Convert from invalidatepage to invalidate_folioMatthew Wilcox (Oracle)2022-03-155-59/+63
| * | | | | btrfs: Use folio_invalidate()Matthew Wilcox (Oracle)2022-03-151-2/+3
| |/ / / /
* | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-03-221-1/+1
|\ \ \ \ \
| * | | | | fs: allocate inode by using alloc_inode_sb()Muchun Song2022-03-221-1/+1
| | |/ / / | |/| | |
* | | | | Merge tag 'for-5.18-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds2022-03-2242-1303/+2948
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | btrfs: zoned: put block group after final usageNikolay Borisov2022-03-141-3/+4
| * | | | btrfs: don't access possibly stale fs_info data in device_list_addDongliang Mu2022-03-141-7/+6
| * | | | btrfs: add lockdep_assert_held to need_preemptive_reclaimNiels Dossche2022-03-141-0/+2
| * | | | btrfs: verify the tranisd of the to-be-written dirty extent bufferQu Wenruo2022-03-141-6/+20
| * | | | btrfs: unify the error handling of btrfs_read_buffer()Qu Wenruo2022-03-141-6/+6
| * | | | btrfs: unify the error handling pattern for read_tree_block()Qu Wenruo2022-03-145-27/+34
| * | | | btrfs: factor out do_free_extent_accounting helperJosef Bacik2022-03-141-22/+30
| * | | | btrfs: remove last_ref from the extent freeing codeJosef Bacik2022-03-141-23/+11
| * | | | btrfs: add a alloc_reserved_extent helperJosef Bacik2022-03-141-32/+24
| * | | | btrfs: remove BUG_ON(ret) in alloc_reserved_tree_blockJosef Bacik2022-03-141-1/+2
| * | | | btrfs: add and use helper for unlinking inode during log replayFilipe Manana2022-03-141-48/+29
| * | | | btrfs: extend locking to all space_info members accessesNiels Dossche2022-03-141-1/+2
| * | | | btrfs: zoned: mark relocation as writingNaohiro Aota2022-03-142-1/+10
| * | | | btrfs: remove the cross file system checks from remapJosef Bacik2022-03-141-3/+1
| * | | | btrfs: pass btrfs_fs_info to btrfs_recover_relocationJosef Bacik2022-03-143-5/+4