summaryrefslogtreecommitdiff
path: root/fs/btrfs/inode.c
AgeCommit message (Expand)Author
2023-07-18btrfs: fix ordered extent split error handling in btrfs_dio_submit_ioChristoph Hellwig
2023-07-18btrfs: set_page_extent_mapped after read_folio in btrfs_cont_expandJosef Bacik
2023-07-18btrfs: use irq safe locking when running and adding delayed iputsFilipe Manana
2023-07-18btrfs: fix iput() on error pointer after error during orphan cleanupFilipe Manana
2023-07-18btrfs: fix double iput() on inode after an error during orphan cleanupFilipe Manana
2023-06-19btrfs: do not BUG_ON after failure to migrate space during truncationFilipe Manana
2023-06-19btrfs: set FMODE_CAN_ODIRECT instead of a dummy direct_IO methodChristoph Hellwig
2023-06-19btrfs: use btrfs_finish_ordered_extent to complete direct writesChristoph Hellwig
2023-06-19btrfs: add an ordered_extent pointer to struct btrfs_bioChristoph Hellwig
2023-06-19btrfs: open code btrfs_bio_end_io in btrfs_dio_submit_ioChristoph Hellwig
2023-06-19btrfs: pass an ordered_extent to btrfs_submit_compressed_writeChristoph Hellwig
2023-06-19btrfs: pass an ordered_extent to btrfs_reloc_clone_csumsChristoph Hellwig
2023-06-19btrfs: merge the two calls to btrfs_add_ordered_extent in run_delalloc_nocowChristoph Hellwig
2023-06-19btrfs: don't treat zoned writeback as being from an async helper threadChristoph Hellwig
2023-06-19btrfs: remove PAGE_SET_ERRORChristoph Hellwig
2023-06-19btrfs: stop setting PageError in the data I/O pathChristoph Hellwig
2023-06-19btrfs: rename cow_file_range_async to run_delalloc_compressedChristoph Hellwig
2023-06-19btrfs: don't fail writeback when allocating the compression context failsChristoph Hellwig
2023-06-19btrfs: pass the new logical address to split_extent_mapChristoph Hellwig
2023-06-19btrfs: defer splitting of ordered extents until I/O completionChristoph Hellwig
2023-06-19btrfs: return the new ordered_extent from btrfs_split_ordered_extentChristoph Hellwig
2023-06-19btrfs: reorder conditions in btrfs_extract_ordered_extentChristoph Hellwig
2023-06-19btrfs: move split_extent_map to extent_map.cChristoph Hellwig
2023-06-19btrfs: optimize the logical to physical mapping for zoned writesChristoph Hellwig
2023-06-19btrfs: rename the bytenr field in struct btrfs_ordered_sum to logicalChristoph Hellwig
2023-06-19btrfs: drop gfp from parameter extent state helpersDavid Sterba
2023-06-19btrfs: open code set_extent_delallocDavid Sterba
2023-06-19btrfs: change for_rename argument of btrfs_record_unlink_dir() to boolFilipe Manana
2023-06-19btrfs: handle tree backref walk error properlyQu Wenruo
2023-06-19btrfs: output affected files when relocation failsQu Wenruo
2023-06-19btrfs: determine synchronous writers from bio or writeback controlChristoph Hellwig
2023-06-19btrfs: use SECTOR_SHIFT to convert physical offset to LBAAnand Jain
2023-06-13btrfs: can_nocow_file_extent should pass down args->strict from callersChris Mason
2023-06-13btrfs: fix iomap_begin length for nocow writesChristoph Hellwig
2023-05-10btrfs: zoned: zone finish data relocation BG with last IONaohiro Aota
2023-04-17btrfs: introduce btrfs_bio::fs_info memberQu Wenruo
2023-04-17btrfs, block: move REQ_CGROUP_PUNT to btrfsChristoph Hellwig
2023-04-17btrfs: also use kthread_associate_blkcg for uncompressible rangesChristoph Hellwig
2023-04-17btrfs: don't free the async_extent in submit_uncompressed_rangeChristoph Hellwig
2023-04-17btrfs: move kthread_associate_blkcg out of btrfs_submit_compressed_writeChristoph Hellwig
2023-04-17btrfs: split partial dio bios before submitBoris Burkov
2023-04-17btrfs: don't split NOCOW extent_maps in btrfs_extract_ordered_extentBoris Burkov
2023-04-17btrfs: pass an ordered_extent to btrfs_extract_ordered_extentChristoph Hellwig
2023-04-17btrfs: simplify extent map splitting and rename split_zoned_emChristoph Hellwig
2023-04-17btrfs: sink parameter len to btrfs_split_ordered_extentChristoph Hellwig
2023-04-17btrfs: simplify splitting logic in btrfs_extract_ordered_extentChristoph Hellwig
2023-04-17btrfs: move ordered_extent internal sanity checks into btrfs_split_ordered_ex...Christoph Hellwig
2023-04-17btrfs: stash ordered extent in dio_data during iomap dioBoris Burkov
2023-04-17btrfs: simplify exit paths of btrfs_evict_inode()Filipe Manana
2023-04-17btrfs: use a constant for the number of metadata units needed for an unlinkFilipe Manana