summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/inode.c
Commit message (Expand)AuthorAgeFilesLines
* btrfs: fix missing delalloc new bit for new delalloc rangesFilipe Manana2020-11-131-0/+58
* btrfs: fix relocation failure due to race with fallocateFilipe Manana2020-10-161-1/+7
* btrfs: rename BTRFS_INODE_ORDERED_DATA_CLOSE flagNikolay Borisov2020-10-071-3/+3
* btrfs: remove BTRFS_INODE_READDIO_NEED_LOCKGoldwyn Rodrigues2020-10-071-3/+0
* btrfs: remove struct extent_io_opsNikolay Borisov2020-10-071-16/+0
* btrfs: stop calling submit_bio_hook for data inodesNikolay Borisov2020-10-071-5/+3
* btrfs: remove extent_io_ops::readpage_end_io_hookNikolay Borisov2020-10-071-1/+0
* btrfs: replace readpage_end_io_hook with direct callsNikolay Borisov2020-10-071-4/+3
* btrfs: remove inode argument from btrfs_start_ordered_extentNikolay Borisov2020-10-071-4/+4
* btrfs: remove inode argument from add_pending_csumsNikolay Borisov2020-10-071-5/+4
* btrfs: sink inode argument in insert_ordered_extent_file_extentNikolay Borisov2020-10-071-5/+4
* btrfs: switch btrfs_remove_ordered_extent to btrfs_inodeNikolay Borisov2020-10-071-2/+2
* btrfs: clean BTRFS_I usage in btrfs_destroy_inodeNikolay Borisov2020-10-071-21/+20
* btrfs: open code extent_read_full_page to its sole callerNikolay Borisov2020-10-071-2/+7
* btrfs: sink read_flags argument into extent_read_full_pageNikolay Borisov2020-10-071-1/+1
* btrfs: sink mirror_num argument in extent_read_full_pageNikolay Borisov2020-10-071-1/+1
* btrfs: promote extent_read_full_page to btrfs_readpageNikolay Borisov2020-10-071-1/+8
* btrfs: remove mirror_num argument from extent_read_full_pageNikolay Borisov2020-10-071-1/+1
* btrfs: remove btrfs_get_extent indirection from __do_readpageNikolay Borisov2020-10-071-1/+1
* btrfs: rename btrfs_punch_hole_range() to a more generic nameFilipe Manana2020-10-071-1/+1
* btrfs: rename struct btrfs_clone_extent_info to a more generic nameFilipe Manana2020-10-071-1/+1
* btrfs: remove item_size member of struct btrfs_clone_extent_infoFilipe Manana2020-10-071-1/+0
* btrfs: fix metadata reservation for fallocate that leads to transaction abortsFilipe Manana2020-10-071-22/+46
* btrfs: enumerate the type of exclusive operation in progressGoldwyn Rodrigues2020-10-071-7/+7
* btrfs: make extent_fiemap take btrfs_inodeNikolay Borisov2020-10-071-1/+1
* btrfs: make btrfs_writepage_endio_finish_ordered btrfs_inode-centricNikolay Borisov2020-10-071-5/+5
* btrfs: make btrfs_invalidatepage work on btrfs_inodeNikolay Borisov2020-10-071-10/+8
* btrfs: make btrfs_dec_test_ordered_pending take btrfs_inodeNikolay Borisov2020-10-071-4/+4
* btrfs: make btrfs_lookup_first_ordered_extent take btrfs_inodeNikolay Borisov2020-10-071-1/+2
* btrfs: make inode_tree_del take btrfs_inodeNikolay Borisov2020-10-071-6/+6
* btrfs: introduce btrfs_path::recurseJosef Bacik2020-10-071-0/+2
* btrfs: qgroup: fix qgroup meta rsv leak for subvolume operationsQu Wenruo2020-10-071-1/+1
* btrfs: remove err variable from btrfs_get_extentNikolay Borisov2020-10-071-18/+14
* btrfs: dio iomap DSYNC workaroundJosef Bacik2020-10-071-2/+60
* btrfs: switch to iomap for direct IOGoldwyn Rodrigues2020-10-071-170/+155
* btrfs: do not commit logs and transactions during link and rename operationsFilipe Manana2020-10-071-102/+13
* btrfs: remove unnecessarily shadowed variablesDavid Sterba2020-10-071-1/+0
* btrfs: change nr to u64 in btrfs_start_delalloc_rootsJosef Bacik2020-10-071-16/+10
* btrfs: remove spurious BUG_ON in btrfs_get_extentNikolay Borisov2020-10-071-1/+0
* Merge tag 'for-5.9-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-08-241-15/+14
|\
| * btrfs: detect nocow for swap after snapshot deleteBoris Burkov2020-08-211-7/+11
| * btrfs: handle errors from async submissionJohannes Thumshirn2020-08-191-8/+3
* | Merge tag 'for-5.9-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds2020-08-131-6/+12
|\|
| * btrfs: fix return value mixup in btrfs_get_extentPavel Machek2020-08-111-1/+1
| * btrfs: inode: fix NULL pointer dereference if inode doesn't need compressionQu Wenruo2020-08-101-5/+11
* | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2020-08-071-0/+1
|\ \ | |/ |/|
| * iov_iter: Move unnecessary inclusion of crypto/hash.hHerbert Xu2020-06-301-0/+1
* | btrfs: reduce contention on log trees when logging checksumsFilipe Manana2020-07-271-0/+9
* | btrfs: increment device corruption error in case of checksum errorNikolay Borisov2020-07-271-0/+3
* | btrfs: free anon block device right after subvolume deletionQu Wenruo2020-07-271-0/+2