summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/inode.c
AgeCommit message (Expand)AuthorFilesLines
2020-12-08btrfs: locking: remove all the blocking helpersJosef Bacik1-1/+0
2020-12-08btrfs: switch cached fs_info::csum_size from u16 to u32David Sterba1-3/+2
2020-12-08btrfs: use cached value of fs_info::csum_size everywhereDavid Sterba1-3/+3
2020-12-08btrfs: replace s_blocksize_bits with fs_info::sectorsize_bitsDavid Sterba1-3/+3
2020-12-08btrfs: sink parameter start and len to check_data_csumQu Wenruo1-8/+18
2020-12-08btrfs: replace fs_info and private_data with inode in btrfs_wq_submit_bioQu Wenruo1-12/+8
2020-12-08btrfs: sink the failed_start parameter to set_extent_bitQu Wenruo1-2/+1
2020-12-08btrfs: add set/get accessors for root_item::drop_levelDavid Sterba1-1/+1
2020-12-08btrfs: remove dio iomap DSYNC workaroundGoldwyn Rodrigues1-50/+0
2020-12-08btrfs: remove btrfs_inode::dio_semGoldwyn Rodrigues1-1/+0
2020-12-08btrfs: introduce btrfs_inode_lock()/unlock()Goldwyn Rodrigues1-0/+45
2020-12-08btrfs: split btrfs_direct_IO to read and writeGoldwyn Rodrigues1-88/+3
2020-12-08btrfs: introduce mount option rescue=ignorebadrootsJosef Bacik1-1/+5
2020-12-08btrfs: push the NODATASUM check into btrfs_lookup_bio_sumsJosef Bacik1-3/+9
2020-11-13btrfs: fix missing delalloc new bit for new delalloc rangesFilipe Manana1-0/+58
2020-10-16btrfs: fix relocation failure due to race with fallocateFilipe Manana1-1/+7
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