summaryrefslogtreecommitdiff
path: root/fs/btrfs/btrfs_inode.h
AgeCommit message (Expand)AuthorFilesLines
2023-08-21btrfs: reduce the number of arguments to btrfs_run_delalloc_rangeChristoph Hellwig1-2/+1
2023-08-21btrfs: remove btrfs_writepage_endio_finish_orderedChristoph Hellwig1-3/+0
2023-06-19btrfs: tracepoints: also show actual number of the outstanding extentsNaohiro Aota1-1/+1
2023-06-19btrfs: defer splitting of ordered extents until I/O completionChristoph Hellwig1-2/+0
2023-06-19btrfs: move split_flags/combine_flags helpers to inode-item.hJosef Bacik1-16/+0
2023-06-19btrfs: determine synchronous writers from bio or writeback controlChristoph Hellwig1-3/+0
2023-04-17btrfs: avoid iterating over all indexes when logging directoryFilipe Manana1-5/+27
2023-04-17btrfs: pass an ordered_extent to btrfs_extract_ordered_extentChristoph Hellwig1-1/+2
2023-02-20Merge tag 'for-6.3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds1-19/+3
2023-02-15btrfs: remove now spurious bio submission helpersChristoph Hellwig1-3/+0
2023-02-15btrfs: handle recording of zoned writes in the storage layerChristoph Hellwig1-0/+1
2023-02-15btrfs: open code the submit_bio_start helpersChristoph Hellwig1-4/+0
2023-02-15btrfs: remove the io_failure_record infrastructureChristoph Hellwig1-7/+0
2023-02-15btrfs: remove now unused checksumming helpersChristoph Hellwig1-5/+0
2023-02-15btrfs: add a btrfs_data_csum_ok helperChristoph Hellwig1-0/+2
2023-01-19fs: port inode_init_owner() to mnt_idmapChristian Brauner1-1/+1
2022-12-05btrfs: pass btrfs_inode to btrfs_add_delayed_iputDavid Sterba1-1/+1
2022-12-05btrfs: pass btrfs_inode to btrfs_clear_delalloc_extentDavid Sterba1-1/+1
2022-12-05btrfs: pass btrfs_inode to btrfs_split_delalloc_extentDavid Sterba1-1/+1
2022-12-05btrfs: pass btrfs_inode to btrfs_set_delalloc_extentDavid Sterba1-1/+1
2022-12-05btrfs: pass btrfs_inode to btrfs_merge_delalloc_extentDavid Sterba1-1/+1
2022-12-05btrfs: pass btrfs_inode to btrfs_delete_subvolumeDavid Sterba1-1/+1
2022-12-05btrfs: pass btrfs_inode to btrfs_check_data_csumDavid Sterba1-3/+1
2022-12-05btrfs: pass btrfs_inode to btrfs_inode_unlockDavid Sterba1-1/+1
2022-12-05btrfs: pass btrfs_inode to btrfs_inode_lockDavid Sterba1-1/+1
2022-12-05btrfs: pass btrfs_inode to btrfs_submit_dio_repair_bioDavid Sterba1-1/+1
2022-12-05btrfs: pass btrfs_inode to btrfs_submit_data_read_bioDavid Sterba1-1/+1
2022-12-05btrfs: pass btrfs_inode to btrfs_submit_data_write_bioDavid Sterba1-1/+1
2022-12-05btrfs: pass btrfs_inode to btrfs_submit_bio_start_direct_ioDavid Sterba1-1/+1
2022-12-05btrfs: pass btrfs_inode to btrfs_submit_bio_startDavid Sterba1-1/+1
2022-12-05btrfs: simplify btree_submit_bio_start and btrfs_submit_bio_start parametersDavid Sterba1-2/+1
2022-12-05btrfs: change how submit bio callback is passed to btrfs_wq_submit_bioDavid Sterba1-0/+5
2022-12-05btrfs: drop parameter compression_type from btrfs_submit_dio_repair_bioDavid Sterba1-3/+1
2022-12-05btrfs: change how repair action is passed to btrfs_repair_one_sectorDavid Sterba1-0/+3
2022-12-05btrfs: move inode prototypes to btrfs_inode.hJosef Bacik1-0/+136
2022-12-05btrfs: move btrfs_print_data_csum_error into inode.cJosef Bacik1-26/+0
2022-09-26btrfs: use a runtime flag to indicate an inode is a free space inodeJosef Bacik1-7/+3
2022-09-26btrfs: open code and remove btrfs_insert_inode_hash helperJosef Bacik1-7/+0
2022-09-26btrfs: open code and remove btrfs_inode_sectorsize helperJosef Bacik1-5/+0
2022-09-26btrfs: convert the io_failure_tree to a plain rb_treeJosef Bacik1-1/+2
2022-07-25btrfs: add optimized btrfs_ino() version for 64 bits systemsFilipe Manana1-0/+15
2022-07-25btrfs: set the objectid of the btree inode's location keyFilipe Manana1-5/+2
2022-07-25btrfs: remove the inode cache check at btrfs_is_free_space_inode()Filipe Manana1-2/+1
2022-05-16btrfs: move struct btrfs_dio_private to inode.cChristoph Hellwig1-24/+0
2022-05-16btrfs: remove the disk_bytenr in struct btrfs_dio_privateChristoph Hellwig1-1/+0
2022-04-27btrfs: export a helper for compression hard checkChung-Chiang Cheng1-0/+11
2022-03-14btrfs: reset last_reflink_trans after fsyncing inodeFilipe Manana1-0/+30
2022-03-14btrfs: put initial index value of a directory in a constantFilipe Manana1-2/+10
2022-01-03btrfs: only copy dir index keys when logging a directoryFilipe Manana1-13/+5
2021-10-26btrfs: rename btrfs_dio_private::logical_offset to file_offsetQu Wenruo1-1/+6