summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/inode.c
AgeCommit message (Expand)AuthorFilesLines
2022-12-05btrfs: extract the inline extent read code into its own functionQu Wenruo1-35/+34
2022-12-05btrfs: remove new_inline argument from btrfs_extent_item_to_extent_map()Qu Wenruo1-1/+1
2022-12-05btrfs: do not reset extent map members for inline extents readQu Wenruo1-4/+9
2022-12-05btrfs: make inline extent read calculation much simplerQu Wenruo1-18/+20
2022-12-05btrfs: move orphan prototypes into orphan.hJosef Bacik1-0/+1
2022-12-05btrfs: move super_block specific helpers into super.hJosef Bacik1-0/+1
2022-12-05btrfs: move verity prototypes into verity.hJosef Bacik1-0/+1
2022-12-05btrfs: move relocation prototypes into relocation.hJosef Bacik1-0/+1
2022-12-05btrfs: move acl prototypes into acl.hJosef Bacik1-0/+1
2022-12-05btrfs: move file prototypes to file.hJosef Bacik1-0/+1
2022-12-05btrfs: move ioctl prototypes into ioctl.hJosef Bacik1-0/+1
2022-12-05btrfs: move uuid tree prototypes to uuid-tree.hJosef Bacik1-0/+1
2022-12-05btrfs: move file-item prototypes into their own headerJosef Bacik1-0/+1
2022-12-05btrfs: move dir-item prototypes into dir-item.hJosef Bacik1-0/+1
2022-12-05btrfs: move defrag related prototypes to their own headerJosef Bacik1-0/+1
2022-12-05btrfs: update function commentsDavid Sterba1-7/+7
2022-12-05btrfs: move root tree prototypes to their own headerJosef Bacik1-0/+1
2022-12-05btrfs: move extent-tree helpers into their own header fileJosef Bacik1-0/+1
2022-12-05btrfs: extend btrfs_dir_item type to store encryption statusOmar Sandoval1-6/+7
2022-12-05btrfs: use struct fscrypt_str instead of struct qstrSweet Tea Dorminy1-53/+34
2022-12-05btrfs: setup qstr from dentrys using fscrypt helperSweet Tea Dorminy1-44/+148
2022-12-05btrfs: use struct qstr instead of name and namelen pairsSweet Tea Dorminy1-76/+54
2022-12-05btrfs: move btrfs_map_token to accessorsJosef Bacik1-0/+1
2022-12-05btrfs: move fs wide helpers out of ctree.hJosef Bacik1-0/+1
2022-12-05btrfs: move free space cachep's out of ctree.hJosef Bacik1-16/+0
2022-12-05btrfs: move btrfs_path_cachep out of ctree.hJosef Bacik1-8/+0
2022-12-05btrfs: move trans_handle_cachep out of ctree.hJosef Bacik1-8/+0
2022-12-05btrfs: move btrfs_print_data_csum_error into inode.cJosef Bacik1-0/+26
2022-12-05btrfs: add a cached_state to try_lock_extentJosef Bacik1-1/+2
2022-11-03Merge tag 'for-6.1-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-4/+12
2022-10-31btrfs: fix lost file sync on direct IO write with nowait and dsync iocbFilipe Manana1-3/+11
2022-10-31btrfs: fix a memory allocation failure test in btrfs_submit_directChristophe JAILLET1-1/+1
2022-10-10Merge tag 'pull-tmpfile' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-4/+4
2022-09-29btrfs: avoid pointless extent map tree search when flushing delallocFilipe Manana1-1/+0
2022-09-29btrfs: add helper to replace extent map range with a new extent mapFilipe Manana1-42/+8
2022-09-29btrfs: move open coded extent map tree deletion out of inode evictionFilipe Manana1-14/+1
2022-09-29btrfs: use cond_resched_rwlock_write() during inode evictionFilipe Manana1-5/+1
2022-09-29btrfs: move btrfs_drop_extent_cache() to extent_map.cFilipe Manana1-28/+31
2022-09-29btrfs: make btrfs_check_nocow_lock nowait compatibleJosef Bacik1-1/+1
2022-09-29btrfs: add the ability to use NO_FLUSH for data reservationsJosef Bacik1-2/+2
2022-09-29btrfs: make can_nocow_extent nowait compatibleJosef Bacik1-6/+10
2022-09-26btrfs: use a runtime flag to indicate an inode is a free space inodeJosef Bacik1-0/+5
2022-09-26btrfs: move btrfs_csum_ptr to inode.cJosef Bacik1-0/+7
2022-09-26btrfs: don't init io tree with private data for non-inodesJosef Bacik1-1/+1
2022-09-26btrfs: replace delete argument with EXTENT_CLEAR_ALL_BITSJosef Bacik1-22/+19
2022-09-26btrfs: remove extent_io_tree::track_uptodateJosef Bacik1-1/+0
2022-09-26btrfs: unify the lock/unlock extent variantsJosef Bacik1-51/+47
2022-09-26btrfs: drop extent_changeset from set_extent_bitJosef Bacik1-2/+2
2022-09-26btrfs: remove failed_start argument from set_extent_bitJosef Bacik1-2/+2
2022-09-26btrfs: remove the wake argument from clear_extent_bitsJosef Bacik1-9/+8