aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/inode.c
AgeCommit message (Expand)AuthorFilesLines
2020-10-07btrfs: rename BTRFS_INODE_ORDERED_DATA_CLOSE flagGravatar Nikolay Borisov 1-3/+3
2020-10-07btrfs: remove BTRFS_INODE_READDIO_NEED_LOCKGravatar Goldwyn Rodrigues 1-3/+0
2020-10-07btrfs: remove struct extent_io_opsGravatar Nikolay Borisov 1-16/+0
2020-10-07btrfs: stop calling submit_bio_hook for data inodesGravatar Nikolay Borisov 1-5/+3
2020-10-07btrfs: remove extent_io_ops::readpage_end_io_hookGravatar Nikolay Borisov 1-1/+0
2020-10-07btrfs: replace readpage_end_io_hook with direct callsGravatar Nikolay Borisov 1-4/+3
2020-10-07btrfs: remove inode argument from btrfs_start_ordered_extentGravatar Nikolay Borisov 1-4/+4
2020-10-07btrfs: remove inode argument from add_pending_csumsGravatar Nikolay Borisov 1-5/+4
2020-10-07btrfs: sink inode argument in insert_ordered_extent_file_extentGravatar Nikolay Borisov 1-5/+4
2020-10-07btrfs: switch btrfs_remove_ordered_extent to btrfs_inodeGravatar Nikolay Borisov 1-2/+2
2020-10-07btrfs: clean BTRFS_I usage in btrfs_destroy_inodeGravatar Nikolay Borisov 1-21/+20
2020-10-07btrfs: open code extent_read_full_page to its sole callerGravatar Nikolay Borisov 1-2/+7
2020-10-07btrfs: sink read_flags argument into extent_read_full_pageGravatar Nikolay Borisov 1-1/+1
2020-10-07btrfs: sink mirror_num argument in extent_read_full_pageGravatar Nikolay Borisov 1-1/+1
2020-10-07btrfs: promote extent_read_full_page to btrfs_readpageGravatar Nikolay Borisov 1-1/+8
2020-10-07btrfs: remove mirror_num argument from extent_read_full_pageGravatar Nikolay Borisov 1-1/+1
2020-10-07btrfs: remove btrfs_get_extent indirection from __do_readpageGravatar Nikolay Borisov 1-1/+1
2020-10-07btrfs: rename btrfs_punch_hole_range() to a more generic nameGravatar Filipe Manana 1-1/+1
2020-10-07btrfs: rename struct btrfs_clone_extent_info to a more generic nameGravatar Filipe Manana 1-1/+1
2020-10-07btrfs: remove item_size member of struct btrfs_clone_extent_infoGravatar Filipe Manana 1-1/+0
2020-10-07btrfs: fix metadata reservation for fallocate that leads to transaction abortsGravatar Filipe Manana 1-22/+46
2020-10-07btrfs: enumerate the type of exclusive operation in progressGravatar Goldwyn Rodrigues 1-7/+7
2020-10-07btrfs: make extent_fiemap take btrfs_inodeGravatar Nikolay Borisov 1-1/+1
2020-10-07btrfs: make btrfs_writepage_endio_finish_ordered btrfs_inode-centricGravatar Nikolay Borisov 1-5/+5
2020-10-07btrfs: make btrfs_invalidatepage work on btrfs_inodeGravatar Nikolay Borisov 1-10/+8
2020-10-07btrfs: make btrfs_dec_test_ordered_pending take btrfs_inodeGravatar Nikolay Borisov 1-4/+4
2020-10-07btrfs: make btrfs_lookup_first_ordered_extent take btrfs_inodeGravatar Nikolay Borisov 1-1/+2
2020-10-07btrfs: make inode_tree_del take btrfs_inodeGravatar Nikolay Borisov 1-6/+6
2020-10-07btrfs: introduce btrfs_path::recurseGravatar Josef Bacik 1-0/+2
2020-10-07btrfs: qgroup: fix qgroup meta rsv leak for subvolume operationsGravatar Qu Wenruo 1-1/+1
2020-10-07btrfs: remove err variable from btrfs_get_extentGravatar Nikolay Borisov 1-18/+14
2020-10-07btrfs: dio iomap DSYNC workaroundGravatar Josef Bacik 1-2/+60
2020-10-07btrfs: switch to iomap for direct IOGravatar Goldwyn Rodrigues 1-170/+155
2020-10-07btrfs: do not commit logs and transactions during link and rename operationsGravatar Filipe Manana 1-102/+13
2020-10-07btrfs: remove unnecessarily shadowed variablesGravatar David Sterba 1-1/+0
2020-10-07btrfs: change nr to u64 in btrfs_start_delalloc_rootsGravatar Josef Bacik 1-16/+10
2020-10-07btrfs: remove spurious BUG_ON in btrfs_get_extentGravatar Nikolay Borisov 1-1/+0
2020-08-24Merge tag 'for-5.9-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-15/+14
2020-08-21btrfs: detect nocow for swap after snapshot deleteGravatar Boris Burkov 1-7/+11
2020-08-19btrfs: handle errors from async submissionGravatar Johannes Thumshirn 1-8/+3
2020-08-13Merge tag 'for-5.9-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Gravatar Linus Torvalds 1-6/+12
2020-08-11btrfs: fix return value mixup in btrfs_get_extentGravatar Pavel Machek 1-1/+1
2020-08-10btrfs: inode: fix NULL pointer dereference if inode doesn't need compressionGravatar Qu Wenruo 1-5/+11
2020-08-07Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-0/+1
2020-07-27btrfs: reduce contention on log trees when logging checksumsGravatar Filipe Manana 1-0/+9
2020-07-27btrfs: increment device corruption error in case of checksum errorGravatar Nikolay Borisov 1-0/+3
2020-07-27btrfs: free anon block device right after subvolume deletionGravatar Qu Wenruo 1-0/+2
2020-07-27btrfs: make btrfs_qgroup_check_reserved_leak take btrfs_inodeGravatar Nikolay Borisov 1-1/+1
2020-07-27btrfs: make btrfs_set_inode_last_trans take btrfs_inodeGravatar Nikolay Borisov 1-3/+3
2020-07-27btrfs: remove BTRFS_I calls in btrfs_writepage_fixup_workerGravatar Nikolay Borisov 1-21/+17