aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/btrfs_inode.h
AgeCommit message (Expand)AuthorFilesLines
2024-05-28btrfs: ensure fast fsync waits for ordered extents after a write failureGravatar Filipe Manana 1-0/+10
2024-05-07btrfs: update comment for btrfs_set_inode_full_sync() about lockingGravatar Filipe Manana 1-3/+5
2024-05-07btrfs: export find_next_inode() as btrfs_find_first_inode()Gravatar Filipe Manana 1-0/+1
2024-05-07btrfs: move btrfs_page_mkwrite() from inode.c into file.cGravatar Filipe Manana 1-1/+0
2024-03-04btrfs: merge btrfs_del_delalloc_inode() helpersGravatar David Sterba 1-1/+1
2024-03-04btrfs: reduce inode lock critical section when setting and clearing delallocGravatar Filipe Manana 1-1/+0
2024-03-04btrfs: stop passing root argument to __btrfs_del_delalloc_inode()Gravatar Filipe Manana 1-1/+1
2024-03-04btrfs: add forward declarations and headers, part 3Gravatar David Sterba 1-0/+19
2024-03-04btrfs: remove the pg_offset parameter from btrfs_get_extent()Gravatar Qu Wenruo 1-2/+1
2023-12-15btrfs: fix mismatching parameter names for btrfs_get_extent()Gravatar Qu Wenruo 1-1/+1
2023-12-15btrfs: allocate btrfs_inode::file_extent_tree only without NO_HOLESGravatar David Sterba 1-2/+4
2023-12-15btrfs: cache that we don't have security.capability setGravatar Josef Bacik 1-0/+2
2023-10-12btrfs: open code timespec64 in struct btrfs_inodeGravatar David Sterba 1-1/+2
2023-10-12btrfs: update comment for struct btrfs_inode::lockGravatar Filipe Manana 1-14/+18
2023-10-12btrfs: add and use helpers for reading and writing last_log_commitGravatar Filipe Manana 1-1/+1
2023-10-12btrfs: reorder btrfs_inode to fill gapsGravatar David Sterba 1-8/+8
2023-10-12btrfs: open code btrfs_ordered_inode_tree in btrfs_inodeGravatar David Sterba 1-1/+3
2023-10-12btrfs: remove redundant root argument from btrfs_update_inode()Gravatar Filipe Manana 1-1/+1
2023-10-12btrfs: remove redundant root argument from btrfs_update_inode_fallback()Gravatar Filipe Manana 1-1/+1
2023-10-12btrfs: reduce size and reorder compression members in struct btrfs_inodeGravatar David Sterba 1-10/+9
2023-10-12btrfs: include trace header in where necessaryGravatar Josef Bacik 1-0/+1
2023-10-12btrfs: add fscrypt related dependencies to respective headersGravatar Josef Bacik 1-0/+1
2023-08-21btrfs: reduce the number of arguments to btrfs_run_delalloc_rangeGravatar Christoph Hellwig 1-2/+1
2023-08-21btrfs: remove btrfs_writepage_endio_finish_orderedGravatar Christoph Hellwig 1-3/+0
2023-06-19btrfs: tracepoints: also show actual number of the outstanding extentsGravatar Naohiro Aota 1-1/+1
2023-06-19btrfs: defer splitting of ordered extents until I/O completionGravatar Christoph Hellwig 1-2/+0
2023-06-19btrfs: move split_flags/combine_flags helpers to inode-item.hGravatar Josef Bacik 1-16/+0
2023-06-19btrfs: determine synchronous writers from bio or writeback controlGravatar Christoph Hellwig 1-3/+0
2023-04-17btrfs: avoid iterating over all indexes when logging directoryGravatar Filipe Manana 1-5/+27
2023-04-17btrfs: pass an ordered_extent to btrfs_extract_ordered_extentGravatar Christoph Hellwig 1-1/+2
2023-02-20Merge tag 'for-6.3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Gravatar Linus Torvalds 1-19/+3
2023-02-15btrfs: remove now spurious bio submission helpersGravatar Christoph Hellwig 1-3/+0
2023-02-15btrfs: handle recording of zoned writes in the storage layerGravatar Christoph Hellwig 1-0/+1
2023-02-15btrfs: open code the submit_bio_start helpersGravatar Christoph Hellwig 1-4/+0
2023-02-15btrfs: remove the io_failure_record infrastructureGravatar Christoph Hellwig 1-7/+0
2023-02-15btrfs: remove now unused checksumming helpersGravatar Christoph Hellwig 1-5/+0
2023-02-15btrfs: add a btrfs_data_csum_ok helperGravatar Christoph Hellwig 1-0/+2
2023-01-19fs: port inode_init_owner() to mnt_idmapGravatar Christian Brauner 1-1/+1
2022-12-05btrfs: pass btrfs_inode to btrfs_add_delayed_iputGravatar David Sterba 1-1/+1
2022-12-05btrfs: pass btrfs_inode to btrfs_clear_delalloc_extentGravatar David Sterba 1-1/+1
2022-12-05btrfs: pass btrfs_inode to btrfs_split_delalloc_extentGravatar David Sterba 1-1/+1
2022-12-05btrfs: pass btrfs_inode to btrfs_set_delalloc_extentGravatar David Sterba 1-1/+1
2022-12-05btrfs: pass btrfs_inode to btrfs_merge_delalloc_extentGravatar David Sterba 1-1/+1
2022-12-05btrfs: pass btrfs_inode to btrfs_delete_subvolumeGravatar David Sterba 1-1/+1
2022-12-05btrfs: pass btrfs_inode to btrfs_check_data_csumGravatar David Sterba 1-3/+1
2022-12-05btrfs: pass btrfs_inode to btrfs_inode_unlockGravatar David Sterba 1-1/+1
2022-12-05btrfs: pass btrfs_inode to btrfs_inode_lockGravatar David Sterba 1-1/+1
2022-12-05btrfs: pass btrfs_inode to btrfs_submit_dio_repair_bioGravatar David Sterba 1-1/+1
2022-12-05btrfs: pass btrfs_inode to btrfs_submit_data_read_bioGravatar David Sterba 1-1/+1
2022-12-05btrfs: pass btrfs_inode to btrfs_submit_data_write_bioGravatar David Sterba 1-1/+1