summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/btrfs_inode.h
Commit message (Expand)AuthorAgeFilesLines
* btrfs: merge btrfs_del_delalloc_inode() helpersDavid Sterba2024-03-041-1/+1
* btrfs: reduce inode lock critical section when setting and clearing delallocFilipe Manana2024-03-041-1/+0
* btrfs: stop passing root argument to __btrfs_del_delalloc_inode()Filipe Manana2024-03-041-1/+1
* btrfs: add forward declarations and headers, part 3David Sterba2024-03-041-0/+19
* btrfs: remove the pg_offset parameter from btrfs_get_extent()Qu Wenruo2024-03-041-2/+1
* btrfs: fix mismatching parameter names for btrfs_get_extent()Qu Wenruo2023-12-151-1/+1
* btrfs: allocate btrfs_inode::file_extent_tree only without NO_HOLESDavid Sterba2023-12-151-2/+4
* btrfs: cache that we don't have security.capability setJosef Bacik2023-12-151-0/+2
* btrfs: open code timespec64 in struct btrfs_inodeDavid Sterba2023-10-121-1/+2
* btrfs: update comment for struct btrfs_inode::lockFilipe Manana2023-10-121-14/+18
* btrfs: add and use helpers for reading and writing last_log_commitFilipe Manana2023-10-121-1/+1
* btrfs: reorder btrfs_inode to fill gapsDavid Sterba2023-10-121-8/+8
* btrfs: open code btrfs_ordered_inode_tree in btrfs_inodeDavid Sterba2023-10-121-1/+3
* btrfs: remove redundant root argument from btrfs_update_inode()Filipe Manana2023-10-121-1/+1
* btrfs: remove redundant root argument from btrfs_update_inode_fallback()Filipe Manana2023-10-121-1/+1
* btrfs: reduce size and reorder compression members in struct btrfs_inodeDavid Sterba2023-10-121-10/+9
* btrfs: include trace header in where necessaryJosef Bacik2023-10-121-0/+1
* btrfs: add fscrypt related dependencies to respective headersJosef Bacik2023-10-121-0/+1
* btrfs: reduce the number of arguments to btrfs_run_delalloc_rangeChristoph Hellwig2023-08-211-2/+1
* btrfs: remove btrfs_writepage_endio_finish_orderedChristoph Hellwig2023-08-211-3/+0
* btrfs: tracepoints: also show actual number of the outstanding extentsNaohiro Aota2023-06-191-1/+1
* btrfs: defer splitting of ordered extents until I/O completionChristoph Hellwig2023-06-191-2/+0
* btrfs: move split_flags/combine_flags helpers to inode-item.hJosef Bacik2023-06-191-16/+0
* btrfs: determine synchronous writers from bio or writeback controlChristoph Hellwig2023-06-191-3/+0
* btrfs: avoid iterating over all indexes when logging directoryFilipe Manana2023-04-171-5/+27
* btrfs: pass an ordered_extent to btrfs_extract_ordered_extentChristoph Hellwig2023-04-171-1/+2
* Merge tag 'for-6.3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds2023-02-201-19/+3
|\
| * btrfs: remove now spurious bio submission helpersChristoph Hellwig2023-02-151-3/+0
| * btrfs: handle recording of zoned writes in the storage layerChristoph Hellwig2023-02-151-0/+1
| * btrfs: open code the submit_bio_start helpersChristoph Hellwig2023-02-151-4/+0
| * btrfs: remove the io_failure_record infrastructureChristoph Hellwig2023-02-151-7/+0
| * btrfs: remove now unused checksumming helpersChristoph Hellwig2023-02-151-5/+0
| * btrfs: add a btrfs_data_csum_ok helperChristoph Hellwig2023-02-151-0/+2
* | fs: port inode_init_owner() to mnt_idmapChristian Brauner2023-01-191-1/+1
|/
* btrfs: pass btrfs_inode to btrfs_add_delayed_iputDavid Sterba2022-12-051-1/+1
* btrfs: pass btrfs_inode to btrfs_clear_delalloc_extentDavid Sterba2022-12-051-1/+1
* btrfs: pass btrfs_inode to btrfs_split_delalloc_extentDavid Sterba2022-12-051-1/+1
* btrfs: pass btrfs_inode to btrfs_set_delalloc_extentDavid Sterba2022-12-051-1/+1
* btrfs: pass btrfs_inode to btrfs_merge_delalloc_extentDavid Sterba2022-12-051-1/+1
* btrfs: pass btrfs_inode to btrfs_delete_subvolumeDavid Sterba2022-12-051-1/+1
* btrfs: pass btrfs_inode to btrfs_check_data_csumDavid Sterba2022-12-051-3/+1
* btrfs: pass btrfs_inode to btrfs_inode_unlockDavid Sterba2022-12-051-1/+1
* btrfs: pass btrfs_inode to btrfs_inode_lockDavid Sterba2022-12-051-1/+1
* btrfs: pass btrfs_inode to btrfs_submit_dio_repair_bioDavid Sterba2022-12-051-1/+1
* btrfs: pass btrfs_inode to btrfs_submit_data_read_bioDavid Sterba2022-12-051-1/+1
* btrfs: pass btrfs_inode to btrfs_submit_data_write_bioDavid Sterba2022-12-051-1/+1
* btrfs: pass btrfs_inode to btrfs_submit_bio_start_direct_ioDavid Sterba2022-12-051-1/+1
* btrfs: pass btrfs_inode to btrfs_submit_bio_startDavid Sterba2022-12-051-1/+1
* btrfs: simplify btree_submit_bio_start and btrfs_submit_bio_start parametersDavid Sterba2022-12-051-2/+1
* btrfs: change how submit bio callback is passed to btrfs_wq_submit_bioDavid Sterba2022-12-051-0/+5