summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-12-08btrfs: extract extent buffer verification from btrfs_validate_metadata_buffer()Qu Wenruo
2020-12-08btrfs: make csum_tree_block() handle node smaller than pageQu Wenruo
2020-12-08btrfs: grab fs_info from extent_buffer in btrfs_mark_buffer_dirtyQu Wenruo
2020-12-08btrfs: make buffer_radix take sector size unitsQu Wenruo
2020-12-08btrfs: assert page mapping lock in attach_extent_buffer_pageQu Wenruo
2020-12-08btrfs: protect fs_info->caching_block_groups by block_group_cache_lockJosef Bacik
2020-12-08btrfs: load free space cache asynchronouslyJosef Bacik
2020-12-08btrfs: load the free space cache inode extents from commit rootJosef Bacik
2020-12-08btrfs: load free space cache into a temporary ctlJosef Bacik
2020-12-08btrfs: cleanup btrfs_discard_update_discardable usageJosef Bacik
2020-12-08btrfs: explicitly protect ->last_byte_to_unpin in unpin_extent_rangeJosef Bacik
2020-12-08btrfs: update last_byte_to_unpin in switch_commit_rootsJosef Bacik
2020-12-08btrfs: do not shorten unpin len for caching block groupsJosef Bacik
2020-12-08btrfs: reorder extent buffer members for better packingDavid Sterba
2020-12-08btrfs: locking: rip out path->leave_spinningJosef Bacik
2020-12-08btrfs: locking: remove all the blocking helpersJosef Bacik
2020-12-08btrfs: scrub: remove local copy of csum_size from contextDavid Sterba
2020-12-08btrfs: check integrity: remove local copy of csum_sizeDavid Sterba
2020-12-08btrfs: remove unnecessary local variables for checksum sizeDavid Sterba
2020-12-08btrfs: switch cached fs_info::csum_size from u16 to u32David Sterba
2020-12-08btrfs: use cached value of fs_info::csum_size everywhereDavid Sterba
2020-12-08btrfs: precalculate checksums per leaf onceDavid Sterba
2020-12-08btrfs: store precalculated csum_size in fs_infoDavid Sterba
2020-12-08btrfs: replace s_blocksize_bits with fs_info::sectorsize_bitsDavid Sterba
2020-12-08btrfs: replace div_u64 by shift in free_space_bitmap_sizeDavid Sterba
2020-12-08btrfs: use precalculated sectorsize_bits from fs_infoDavid Sterba
2020-12-08btrfs: rename page_size to io_size in submit_extent_pageQu Wenruo
2020-12-08btrfs: only require sector size alignment for page readQu Wenruo
2020-12-08btrfs: rename pages_locked in process_pages_contig()Qu Wenruo
2020-12-08btrfs: sink parameter start and len to check_data_csumQu Wenruo
2020-12-08btrfs: replace fs_info and private_data with inode in btrfs_wq_submit_bioQu Wenruo
2020-12-08btrfs: sink the failed_start parameter to set_extent_bitQu Wenruo
2020-12-08btrfs: update the comment for find_first_extent_bitQu Wenruo
2020-12-08btrfs: fix the comment on lock_extent_buffer_for_ioQu Wenruo
2020-12-08btrfs: remove unnecessary casts in printkDavid Sterba
2020-12-08btrfs: add set/get accessors for root_item::drop_levelDavid Sterba
2020-12-08btrfs: use root_item helpers for limit and flags in btrfs_create_treeDavid Sterba
2020-12-08btrfs: check-integrity: use proper helper to access btrfs_headerDavid Sterba
2020-12-08btrfs: send: use helpers to access root_item::ctransidDavid Sterba
2020-12-08btrfs: generate lockdep keyset names at compile timeDavid Sterba
2020-12-08btrfs: use the right number of levels for lockdep keysetsDavid Sterba
2020-12-08btrfs: remove dio iomap DSYNC workaroundGoldwyn Rodrigues
2020-12-08btrfs: call iomap_dio_complete() without inode_lockGoldwyn Rodrigues
2020-12-08btrfs: remove btrfs_inode::dio_semGoldwyn Rodrigues
2020-12-08btrfs: use shared lock for direct writes within EOFGoldwyn Rodrigues
2020-12-08btrfs: push inode locking and unlocking into buffered/direct writeGoldwyn Rodrigues
2020-12-08btrfs: introduce btrfs_inode_lock()/unlock()Goldwyn Rodrigues
2020-12-08btrfs: introduce btrfs_write_check()Goldwyn Rodrigues
2020-12-08btrfs: check FS error state bit early during writeGoldwyn Rodrigues
2020-12-08btrfs: move pos increment and pagecache extension to btrfs_buffered_writeGoldwyn Rodrigues