- 9b378f6 btrfs: fix infinite directory reads by Filipe Manana · 1 year, 7 months ago
- 12b2d64 btrfs: properly clear end of the unreserved range in cow_file_range by Christoph Hellwig · 1 year, 8 months ago
- 7cad645 btrfs: fix ordered extent split error handling in btrfs_dio_submit_io by Christoph Hellwig · 1 year, 8 months ago
- 17b17fc btrfs: set_page_extent_mapped after read_folio in btrfs_cont_expand by Josef Bacik · 1 year, 8 months ago
- 866e98a btrfs: use irq safe locking when running and adding delayed iputs by Filipe Manana · 1 year, 8 months ago
- cbaee87 btrfs: fix iput() on error pointer after error during orphan cleanup by Filipe Manana · 1 year, 8 months ago
- b777d27 btrfs: fix double iput() on inode after an error during orphan cleanup by Filipe Manana · 1 year, 8 months ago
- 6822b3f btrfs: do not BUG_ON after failure to migrate space during truncation by Filipe Manana · 1 year, 9 months ago
- f02c75e btrfs: set FMODE_CAN_ODIRECT instead of a dummy direct_IO method by Christoph Hellwig · 1 year, 9 months ago
- b41b6f6 btrfs: use btrfs_finish_ordered_extent to complete direct writes by Christoph Hellwig · 1 year, 9 months ago
- ec63b84 btrfs: add an ordered_extent pointer to struct btrfs_bio by Christoph Hellwig · 1 year, 9 months ago
- 112397a btrfs: open code btrfs_bio_end_io in btrfs_dio_submit_io by Christoph Hellwig · 1 year, 9 months ago
- d611935 btrfs: pass an ordered_extent to btrfs_submit_compressed_write by Christoph Hellwig · 1 year, 9 months ago
- 34bfaf1 btrfs: pass an ordered_extent to btrfs_reloc_clone_csums by Christoph Hellwig · 1 year, 9 months ago
- 3daea5f btrfs: merge the two calls to btrfs_add_ordered_extent in run_delalloc_nocow by Christoph Hellwig · 1 year, 9 months ago
- 7027f87 btrfs: don't treat zoned writeback as being from an async helper thread by Christoph Hellwig · 1 year, 9 months ago
- a994310 btrfs: remove PAGE_SET_ERROR by Christoph Hellwig · 1 year, 9 months ago
- 2b2553f btrfs: stop setting PageError in the data I/O path by Christoph Hellwig · 1 year, 9 months ago
- bb7b05f btrfs: rename cow_file_range_async to run_delalloc_compressed by Christoph Hellwig · 1 year, 9 months ago
- 973fb26 btrfs: don't fail writeback when allocating the compression context fails by Christoph Hellwig · 1 year, 9 months ago
- f000bc6 btrfs: pass the new logical address to split_extent_map by Christoph Hellwig · 1 year, 10 months ago
- 71df088 btrfs: defer splitting of ordered extents until I/O completion by Christoph Hellwig · 1 year, 10 months ago
- b0307e2 btrfs: return the new ordered_extent from btrfs_split_ordered_extent by Christoph Hellwig · 1 year, 10 months ago
- ebdb44a btrfs: reorder conditions in btrfs_extract_ordered_extent by Christoph Hellwig · 1 year, 10 months ago
- a6f3e20 btrfs: move split_extent_map to extent_map.c by Christoph Hellwig · 1 year, 10 months ago
- cbfce4c btrfs: optimize the logical to physical mapping for zoned writes by Christoph Hellwig · 1 year, 10 months ago
- 5cfe76f btrfs: rename the bytenr field in struct btrfs_ordered_sum to logical by Christoph Hellwig · 1 year, 10 months ago
- 1d12680 btrfs: drop gfp from parameter extent state helpers by David Sterba · 1 year, 10 months ago
- 66240ab btrfs: open code set_extent_delalloc by David Sterba · 1 year, 10 months ago
- 59fcf38 btrfs: change for_rename argument of btrfs_record_unlink_dir() to bool by Filipe Manana · 1 year, 10 months ago
- b7f9945 btrfs: handle tree backref walk error properly by Qu Wenruo · 1 year, 10 months ago
- b9a9a85 btrfs: output affected files when relocation fails by Qu Wenruo · 1 year, 10 months ago
- e917ff5 btrfs: determine synchronous writers from bio or writeback control by Christoph Hellwig · 1 year, 10 months ago
- 29e70be btrfs: use SECTOR_SHIFT to convert physical offset to LBA by Anand Jain · 1 year, 11 months ago
- deccae4 btrfs: can_nocow_file_extent should pass down args->strict from callers by Chris Mason · 1 year, 9 months ago
- 7833b86 btrfs: fix iomap_begin length for nocow writes by Christoph Hellwig · 1 year, 9 months ago
- f84353c btrfs: zoned: zone finish data relocation BG with last IO by Naohiro Aota · 1 year, 10 months ago
- 4317ff0 btrfs: introduce btrfs_bio::fs_info member by Qu Wenruo · 2 years ago
- 3480373 btrfs, block: move REQ_CGROUP_PUNT to btrfs by Christoph Hellwig · 2 years ago
- 896d7c1 btrfs: also use kthread_associate_blkcg for uncompressible ranges by Christoph Hellwig · 2 years ago
- e43a621 btrfs: don't free the async_extent in submit_uncompressed_range by Christoph Hellwig · 2 years ago
- 05d06a5 btrfs: move kthread_associate_blkcg out of btrfs_submit_compressed_write by Christoph Hellwig · 2 years ago
- b73a6fd btrfs: split partial dio bios before submit by Boris Burkov · 2 years ago
- f0f5329 btrfs: don't split NOCOW extent_maps in btrfs_extract_ordered_extent by Boris Burkov · 2 years ago
- 7edd339 btrfs: pass an ordered_extent to btrfs_extract_ordered_extent by Christoph Hellwig · 2 years ago
- 2e38a84 btrfs: simplify extent map splitting and rename split_zoned_em by Christoph Hellwig · 2 years ago
- 8f4af4b btrfs: sink parameter len to btrfs_split_ordered_extent by Christoph Hellwig · 2 years ago
- 11d33ab btrfs: simplify splitting logic in btrfs_extract_ordered_extent by Christoph Hellwig · 2 years ago
- e44ca71 btrfs: move ordered_extent internal sanity checks into btrfs_split_ordered_extent by Christoph Hellwig · 2 years ago
- 53f2c20 btrfs: stash ordered extent in dio_data during iomap dio by Boris Burkov · 2 years ago
- b7b1167 btrfs: simplify exit paths of btrfs_evict_inode() by Filipe Manana · 2 years ago
- 5630e2b btrfs: use a constant for the number of metadata units needed for an unlink by Filipe Manana · 2 years ago
- b13d57d btrfs: calculate correct amount of space for delayed reference when evicting by Filipe Manana · 2 years ago
- afa4b0a btrfs: don't throttle on delayed items when evicting deleted inode by Filipe Manana · 2 years ago
- 4e0527d btrfs: pass a bool to btrfs_block_rsv_migrate() at evict_refill_and_join() by Filipe Manana · 2 years ago
- b41bbd2 btrfs: return a btrfs_bio from btrfs_bio_alloc by Christoph Hellwig · 2 years ago
- ae42a15 btrfs: pass a btrfs_bio to btrfs_submit_bio by Christoph Hellwig · 2 years ago
- 34f888c btrfs: cleanup main loop in btrfs_encoded_read_regular_fill_pages by Christoph Hellwig · 2 years ago
- b665aff btrfs: remove unused members from struct btrfs_encoded_read_private by Christoph Hellwig · 2 years ago
- 544fe4a btrfs: embed a btrfs_bio into struct compressed_bio by Christoph Hellwig · 2 years, 1 month ago
- fa13661 btrfs: open code btrfs_csum_ptr by Johannes Thumshirn · 2 years, 1 month ago
- a13bb2c btrfs: add missing iputs on orphan cleanup failure by Josef Bacik · 2 years, 1 month ago
- 2850630 Merge tag 'for-6.3-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 2 years ago
- 10a8857 btrfs: fix compiler warning on SPARC/PA-RISC handling fscrypt_setup_filename by Sweet Tea Dorminy · 2 years ago
- 885ce48 Merge tag 'for-6.3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 2 years, 1 month ago
- 05e6295f Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/idmapping by Linus Torvalds · 2 years, 1 month ago
- 04f0847 btrfs: don't rely on unchanging ->bi_bdev for zone append remaps by Christoph Hellwig · 2 years, 3 months ago
- d5e4377 btrfs: split zone append bios in btrfs_submit_bio by Christoph Hellwig · 2 years, 2 months ago
- 35a8d7d btrfs: remove now spurious bio submission helpers by Christoph Hellwig · 2 years, 2 months ago
- 285599b btrfs: remove the fs_info argument to btrfs_submit_bio by Christoph Hellwig · 2 years, 2 months ago
- 48253076 btrfs: open code submit_encoded_read_bio by Christoph Hellwig · 2 years, 2 months ago
- a34e4c3 btrfs: remove stripe boundary calculation for encoded I/O by Qu Wenruo · 2 years, 2 months ago
- 67d6698 btrfs: pass the iomap bio to btrfs_submit_bio by Christoph Hellwig · 2 years, 2 months ago
- 69ccf3f btrfs: handle recording of zoned writes in the storage layer by Christoph Hellwig · 2 years, 2 months ago
- f8a53bb btrfs: handle checksum generation in the storage layer by Christoph Hellwig · 2 years, 2 months ago
- f8c4467 btrfs: simplify the btrfs_csum_one_bio calling convention by Christoph Hellwig · 2 years, 2 months ago
- deb6216 btrfs: open code the submit_bio_start helpers by Christoph Hellwig · 2 years, 2 months ago
- 0571b63 btrfs: remove the io_failure_record infrastructure by Christoph Hellwig · 2 years, 2 months ago
- 3d49d0d btrfs: remove now unused checksumming helpers by Christoph Hellwig · 2 years, 2 months ago
- 7609afa btrfs: handle checksum validation and repair at the storage layer by Christoph Hellwig · 2 years, 2 months ago
- e521904 btrfs: add a btrfs_data_csum_ok helper by Christoph Hellwig · 2 years, 2 months ago
- 1c2b3ee btrfs: pre-load data checksum for reads in btrfs_submit_bio by Christoph Hellwig · 2 years, 2 months ago
- 7276aa7 btrfs: save the bio iter for checksum validation in common code by Christoph Hellwig · 2 years, 2 months ago
- 4ae2edf btrfs: simplify parameters of btrfs_lookup_bio_sums by Christoph Hellwig · 2 years, 2 months ago
- 5fa3565 btrfs: remove the direct I/O read checksum lookup optimization by Christoph Hellwig · 2 years, 2 months ago
- d0e5cb2 btrfs: add a btrfs_inode pointer to struct btrfs_bio by Christoph Hellwig · 2 years, 2 months ago
- 36d4556 btrfs: remove the wait argument to btrfs_start_ordered_extent by Christoph Hellwig · 2 years, 3 months ago
- ce394a7 btrfs: use PAGE_{ALIGN, ALIGNED, ALIGN_DOWN} macro by Yushan Zhou · 2 years, 2 months ago
- d31de37 btrfs: go to matching label when cleaning em in btrfs_submit_direct by Peng Hao · 2 years, 2 months ago
- 0e47b25 btrfs: fix uninitialized variable warning in btrfs_cleanup_ordered_extents by Josef Bacik · 2 years, 3 months ago
- f2d4014 fs: port inode_init_owner() to mnt_idmap by Christian Brauner · 2 years, 2 months ago
- 4609e1f fs: port ->permission() to pass mnt_idmap by Christian Brauner · 2 years, 2 months ago
- 13e83a4 fs: port ->set_acl() to pass mnt_idmap by Christian Brauner · 2 years, 2 months ago
- 011e2b7 fs: port ->tmpfile() to pass mnt_idmap by Christian Brauner · 2 years, 2 months ago
- e18275a fs: port ->rename() to pass mnt_idmap by Christian Brauner · 2 years, 2 months ago
- 5ebb29b fs: port ->mknod() to pass mnt_idmap by Christian Brauner · 2 years, 2 months ago
- c54bd91 fs: port ->mkdir() to pass mnt_idmap by Christian Brauner · 2 years, 2 months ago
- 7a77db9 fs: port ->symlink() to pass mnt_idmap by Christian Brauner · 2 years, 2 months ago
- 6c960e6 fs: port ->create() to pass mnt_idmap by Christian Brauner · 2 years, 2 months ago
- b74d24f fs: port ->getattr() to pass mnt_idmap by Christian Brauner · 2 years, 2 months ago