summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)AuthorFilesLines
2022-05-23Merge tag 'for-5.19/block-2022-05-22' of git://git.kernel.dk/linux-blockLinus Torvalds6-34/+19
2022-05-07Merge tag 'for-5.18-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds4-34/+53
2022-05-05btrfs: sysfs: export the balance paused state of exclusive operationDavid Sterba1-0/+3
2022-05-05btrfs: fix assertion failure when logging directory key range itemFilipe Manana1-14/+25
2022-05-05btrfs: zoned: activate block group properly on unlimited active zone deviceNaohiro Aota1-14/+8
2022-05-05btrfs: zoned: move non-changing condition check out of the loopNaohiro Aota1-6/+6
2022-05-05btrfs: force v2 space cache usage for subpage mountQu Wenruo1-0/+11
2022-05-02Merge tag 'for-5.18-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds6-23/+91
2022-04-27btrfs: skip compression property for anything other than files and dirsFilipe Manana3-0/+47
2022-04-27btrfs: do not BUG_ON() on failure to update inode when setting xattrFilipe Manana1-2/+4
2022-04-27btrfs: always log symlinks in full modeFilipe Manana1-1/+13
2022-04-27btrfs: do not allow compression on nodatacow filesChung-Chiang Cheng3-7/+14
2022-04-27btrfs: export a helper for compression hard checkChung-Chiang Cheng2-13/+13
2022-04-26Merge tag 'for-5.18-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds9-29/+76
2022-04-21btrfs: zoned: use dedicated lock for data relocationNaohiro Aota3-2/+4
2022-04-21btrfs: fix assertion failure during scrub due to block group reallocationFilipe Manana2-2/+31
2022-04-19btrfs: fix direct I/O writes for split bios on zoned devicesChristoph Hellwig1-2/+3
2022-04-19btrfs: fix direct I/O read repair for split biosChristoph Hellwig3-8/+9
2022-04-19btrfs: fix and document the zoned device choice in alloc_new_bioChristoph Hellwig1-15/+28
2022-04-19btrfs: fix leaked plug after failure syncing log on zoned filesystemsFilipe Manana1-0/+1
2022-04-18block: decouple REQ_OP_SECURE_ERASE from REQ_OP_DISCARDChristoph Hellwig1-2/+2
2022-04-18block: add a bdev_discard_granularity helperChristoph Hellwig1-8/+4
2022-04-18block: remove QUEUE_FLAG_DISCARDChristoph Hellwig2-3/+3
2022-04-18block: add a bdev_write_cache helperChristoph Hellwig1-2/+1
2022-04-18block: add a bdev_nonrot helperChristoph Hellwig1-2/+2
2022-04-18btrfs: use bdev_max_active_zones instead of open coding itChristoph Hellwig1-2/+1
2022-04-18btrfs: simplify ->flush_bio handlingChristoph Hellwig3-16/+7
2022-04-14Merge tag 'for-5.18-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds8-23/+49
2022-04-06btrfs: fix btrfs_submit_compressed_write cgroup attributionDennis Zhou1-0/+8
2022-04-06btrfs: fix root ref counts in error handling in btrfs_get_root_refJia-Ju Bai1-2/+3
2022-04-06btrfs: zoned: activate block group only for extent allocationNaohiro Aota3-9/+21
2022-04-06btrfs: return allocated block group from do_chunk_alloc()Naohiro Aota1-3/+13
2022-04-06btrfs: mark resumed async balance as writingNaohiro Aota1-0/+2
2022-04-06btrfs: remove support of balance v1 ioctlNikolay Borisov1-2/+0
2022-04-06btrfs: release correct delalloc amount in direct IO write pathNaohiro Aota1-3/+3
2022-04-06btrfs: remove unused variable in btrfs_{start,write}_dirty_block_groups()Nathan Chancellor1-4/+0
2022-04-06btrfs: zoned: remove redundant condition in btrfs_run_delalloc_rangeHaowen Bai1-2/+1
2022-04-05Merge tag 'for-5.18-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds6-55/+81
2022-04-01btrfs: Remove a use of PAGE_SIZE in btrfs_invalidate_folio()Matthew Wilcox (Oracle)1-1/+1
2022-04-01fs: Remove ->readpages address space operationMatthew Wilcox (Oracle)1-2/+2
2022-03-26Merge tag 'for-5.18/write-streams-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+0
2022-03-25Merge tag 'kbuild-gnu11-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+1
2022-03-24btrfs: prevent subvol with swapfile from being deletedKaiwen Hu1-0/+22
2022-03-24btrfs: do not warn for free space inode in cow_file_rangeJosef Bacik1-1/+0
2022-03-24btrfs: avoid defragging extents whose next extents are not targetsQu Wenruo1-6/+14
2022-03-24btrfs: fix fallocate to use file_modified to update permissions consistentlyDarrick J. Wong1-2/+11
2022-03-24btrfs: remove device item and update super block in the same transactionQu Wenruo1-37/+28
2022-03-24btrfs: fix qgroup reserve overflow the qgroup limitEthan Lien1-1/+1
2022-03-24btrfs: zoned: remove left over ASSERT checking for single profileJohannes Thumshirn1-4/+0
2022-03-24btrfs: zoned: traverse devices under chunk_mutex in btrfs_can_activate_zoneJohannes Thumshirn1-4/+5