aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/inode.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-10-07btrfs: rename BTRFS_INODE_ORDERED_DATA_CLOSE flagNikolay Borisov1-3/+3
2020-10-07btrfs: remove BTRFS_INODE_READDIO_NEED_LOCKGoldwyn Rodrigues1-3/+0
2020-10-07btrfs: remove struct extent_io_opsNikolay Borisov1-16/+0
2020-10-07btrfs: stop calling submit_bio_hook for data inodesNikolay Borisov1-5/+3
2020-10-07btrfs: remove extent_io_ops::readpage_end_io_hookNikolay Borisov1-1/+0
2020-10-07btrfs: replace readpage_end_io_hook with direct callsNikolay Borisov1-4/+3
2020-10-07btrfs: remove inode argument from btrfs_start_ordered_extentNikolay Borisov1-4/+4
2020-10-07btrfs: remove inode argument from add_pending_csumsNikolay Borisov1-5/+4
2020-10-07btrfs: sink inode argument in insert_ordered_extent_file_extentNikolay Borisov1-5/+4
2020-10-07btrfs: switch btrfs_remove_ordered_extent to btrfs_inodeNikolay Borisov1-2/+2
2020-10-07btrfs: clean BTRFS_I usage in btrfs_destroy_inodeNikolay Borisov1-21/+20
2020-10-07btrfs: open code extent_read_full_page to its sole callerNikolay Borisov1-2/+7
2020-10-07btrfs: sink read_flags argument into extent_read_full_pageNikolay Borisov1-1/+1
2020-10-07btrfs: sink mirror_num argument in extent_read_full_pageNikolay Borisov1-1/+1
2020-10-07btrfs: promote extent_read_full_page to btrfs_readpageNikolay Borisov1-1/+8
2020-10-07btrfs: remove mirror_num argument from extent_read_full_pageNikolay Borisov1-1/+1
2020-10-07btrfs: remove btrfs_get_extent indirection from __do_readpageNikolay Borisov1-1/+1
2020-10-07btrfs: rename btrfs_punch_hole_range() to a more generic nameFilipe Manana1-1/+1
2020-10-07btrfs: rename struct btrfs_clone_extent_info to a more generic nameFilipe Manana1-1/+1
2020-10-07btrfs: remove item_size member of struct btrfs_clone_extent_infoFilipe Manana1-1/+0
2020-10-07btrfs: fix metadata reservation for fallocate that leads to transaction abortsFilipe Manana1-22/+46
2020-10-07btrfs: enumerate the type of exclusive operation in progressGoldwyn Rodrigues1-7/+7
2020-10-07btrfs: make extent_fiemap take btrfs_inodeNikolay Borisov1-1/+1
2020-10-07btrfs: make btrfs_writepage_endio_finish_ordered btrfs_inode-centricNikolay Borisov1-5/+5
2020-10-07btrfs: make btrfs_invalidatepage work on btrfs_inodeNikolay Borisov1-10/+8
2020-10-07btrfs: make btrfs_dec_test_ordered_pending take btrfs_inodeNikolay Borisov1-4/+4
2020-10-07btrfs: make btrfs_lookup_first_ordered_extent take btrfs_inodeNikolay Borisov1-1/+2
2020-10-07btrfs: make inode_tree_del take btrfs_inodeNikolay Borisov1-6/+6
2020-10-07btrfs: introduce btrfs_path::recurseJosef Bacik1-0/+2
2020-10-07btrfs: qgroup: fix qgroup meta rsv leak for subvolume operationsQu Wenruo1-1/+1
2020-10-07btrfs: remove err variable from btrfs_get_extentNikolay Borisov1-18/+14
2020-10-07btrfs: dio iomap DSYNC workaroundJosef Bacik1-2/+60
2020-10-07btrfs: switch to iomap for direct IOGoldwyn Rodrigues1-170/+155
2020-10-07btrfs: do not commit logs and transactions during link and rename operationsFilipe Manana1-102/+13
2020-10-07btrfs: remove unnecessarily shadowed variablesDavid Sterba1-1/+0
2020-10-07btrfs: change nr to u64 in btrfs_start_delalloc_rootsJosef Bacik1-16/+10
2020-10-07btrfs: remove spurious BUG_ON in btrfs_get_extentNikolay Borisov1-1/+0
2020-08-24Merge tag 'for-5.9-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds1-15/+14
2020-08-21btrfs: detect nocow for swap after snapshot deleteBoris Burkov1-7/+11
2020-08-19btrfs: handle errors from async submissionJohannes Thumshirn1-8/+3
2020-08-13Merge tag 'for-5.9-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds1-6/+12
2020-08-11btrfs: fix return value mixup in btrfs_get_extentPavel Machek1-1/+1
2020-08-10btrfs: inode: fix NULL pointer dereference if inode doesn't need compressionQu Wenruo1-5/+11
2020-08-07Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-0/+1
2020-07-27btrfs: reduce contention on log trees when logging checksumsFilipe Manana1-0/+9
2020-07-27btrfs: increment device corruption error in case of checksum errorNikolay Borisov1-0/+3
2020-07-27btrfs: free anon block device right after subvolume deletionQu Wenruo1-0/+2
2020-07-27btrfs: make btrfs_qgroup_check_reserved_leak take btrfs_inodeNikolay Borisov1-1/+1
2020-07-27btrfs: make btrfs_set_inode_last_trans take btrfs_inodeNikolay Borisov1-3/+3
2020-07-27btrfs: remove BTRFS_I calls in btrfs_writepage_fixup_workerNikolay Borisov1-21/+17