summaryrefslogtreecommitdiff
path: root/fs/btrfs/inode.c
AgeCommit message (Expand)AuthorFilesLines
2023-06-13btrfs: can_nocow_file_extent should pass down args->strict from callersChris Mason1-1/+1
2023-06-13btrfs: fix iomap_begin length for nocow writesChristoph Hellwig1-6/+12
2023-05-10btrfs: zoned: zone finish data relocation BG with last IONaohiro Aota1-0/+3
2023-04-17btrfs: introduce btrfs_bio::fs_info memberQu Wenruo1-4/+9
2023-04-17btrfs, block: move REQ_CGROUP_PUNT to btrfsChristoph Hellwig1-1/+1
2023-04-17btrfs: also use kthread_associate_blkcg for uncompressible rangesChristoph Hellwig1-4/+5
2023-04-17btrfs: don't free the async_extent in submit_uncompressed_rangeChristoph Hellwig1-13/+11
2023-04-17btrfs: move kthread_associate_blkcg out of btrfs_submit_compressed_writeChristoph Hellwig1-4/+8
2023-04-17btrfs: split partial dio bios before submitBoris Burkov1-0/+18
2023-04-17btrfs: don't split NOCOW extent_maps in btrfs_extract_ordered_extentBoris Burkov1-0/+8
2023-04-17btrfs: pass an ordered_extent to btrfs_extract_ordered_extentChristoph Hellwig1-18/+8
2023-04-17btrfs: simplify extent map splitting and rename split_zoned_emChristoph Hellwig1-51/+26
2023-04-17btrfs: sink parameter len to btrfs_split_ordered_extentChristoph Hellwig1-7/+1
2023-04-17btrfs: simplify splitting logic in btrfs_extract_ordered_extentChristoph Hellwig1-16/+13
2023-04-17btrfs: move ordered_extent internal sanity checks into btrfs_split_ordered_ex...Christoph Hellwig1-18/+0
2023-04-17btrfs: stash ordered extent in dio_data during iomap dioBoris Burkov1-13/+23
2023-04-17btrfs: simplify exit paths of btrfs_evict_inode()Filipe Manana1-11/+10
2023-04-17btrfs: use a constant for the number of metadata units needed for an unlinkFilipe Manana1-9/+2
2023-04-17btrfs: calculate correct amount of space for delayed reference when evictingFilipe Manana1-1/+1
2023-04-17btrfs: don't throttle on delayed items when evicting deleted inodeFilipe Manana1-1/+6
2023-04-17btrfs: pass a bool to btrfs_block_rsv_migrate() at evict_refill_and_join()Filipe Manana1-1/+1
2023-04-17btrfs: return a btrfs_bio from btrfs_bio_allocChristoph Hellwig1-9/+9
2023-04-17btrfs: pass a btrfs_bio to btrfs_submit_bioChristoph Hellwig1-3/+3
2023-04-17btrfs: cleanup main loop in btrfs_encoded_read_regular_fill_pagesChristoph Hellwig1-28/+23
2023-04-17btrfs: remove unused members from struct btrfs_encoded_read_privateChristoph Hellwig1-4/+0
2023-04-17btrfs: embed a btrfs_bio into struct compressed_bioChristoph Hellwig1-19/+5
2023-04-17btrfs: open code btrfs_csum_ptrJohannes Thumshirn1-8/+2
2023-04-17btrfs: add missing iputs on orphan cleanup failureJosef Bacik1-1/+4
2023-03-24Merge tag 'for-6.3-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+6
2023-03-15btrfs: fix compiler warning on SPARC/PA-RISC handling fscrypt_setup_filenameSweet Tea Dorminy1-1/+6
2023-02-20Merge tag 'for-6.3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds1-552/+89
2023-02-20Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-26/+26
2023-02-15btrfs: don't rely on unchanging ->bi_bdev for zone append remapsChristoph Hellwig1-2/+2
2023-02-15btrfs: split zone append bios in btrfs_submit_bioChristoph Hellwig1-4/+0
2023-02-15btrfs: remove now spurious bio submission helpersChristoph Hellwig1-20/+0
2023-02-15btrfs: remove the fs_info argument to btrfs_submit_bioChristoph Hellwig1-7/+4
2023-02-15btrfs: open code submit_encoded_read_bioChristoph Hellwig1-20/+3
2023-02-15btrfs: remove stripe boundary calculation for encoded I/OQu Wenruo1-23/+2
2023-02-15btrfs: pass the iomap bio to btrfs_submit_bioChristoph Hellwig1-129/+32
2023-02-15btrfs: handle recording of zoned writes in the storage layerChristoph Hellwig1-30/+7
2023-02-15btrfs: handle checksum generation in the storage layerChristoph Hellwig1-65/+2
2023-02-15btrfs: simplify the btrfs_csum_one_bio calling conventionChristoph Hellwig1-2/+2
2023-02-15btrfs: open code the submit_bio_start helpersChristoph Hellwig1-20/+0
2023-02-15btrfs: remove the io_failure_record infrastructureChristoph Hellwig1-16/+0
2023-02-15btrfs: remove now unused checksumming helpersChristoph Hellwig1-108/+16
2023-02-15btrfs: handle checksum validation and repair at the storage layerChristoph Hellwig1-77/+4
2023-02-15btrfs: add a btrfs_data_csum_ok helperChristoph Hellwig1-0/+38
2023-02-15btrfs: pre-load data checksum for reads in btrfs_submit_bioChristoph Hellwig1-24/+0
2023-02-15btrfs: save the bio iter for checksum validation in common codeChristoph Hellwig1-7/+0
2023-02-15btrfs: simplify parameters of btrfs_lookup_bio_sumsChristoph Hellwig1-3/+3