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