summaryrefslogtreecommitdiff
path: root/fs/btrfs/disk-io.c
AgeCommit message (Expand)Author
2020-12-09btrfs: implement log-structured superblock for ZONED modeNaohiro Aota
2020-12-09btrfs: check and enable ZONED modeNaohiro Aota
2020-12-08btrfs: remove unused parameter phy_offset from btrfs_validate_metadata_bufferQu Wenruo
2020-12-08btrfs: drop unused argument step from btrfs_free_extra_devidsAnand Jain
2020-12-08btrfs: set the lockdep class for extent buffers on creationJosef Bacik
2020-12-08btrfs: pass the owner_root and level to alloc_extent_bufferJosef Bacik
2020-12-08btrfs: pass root owner to read_tree_blockJosef Bacik
2020-12-08btrfs: cleanup extent buffer readaheadJosef Bacik
2020-12-08btrfs: remove lockdep classes for the fs treeJosef Bacik
2020-12-08btrfs: pass bvec to csum_dirty_buffer instead of pageQu Wenruo
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: locking: remove all the blocking helpersJosef Bacik
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: use precalculated sectorsize_bits from fs_infoDavid Sterba
2020-12-08btrfs: replace fs_info and private_data with inode in btrfs_wq_submit_bioQu Wenruo
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: generate lockdep keyset names at compile timeDavid Sterba
2020-12-08btrfs: use the right number of levels for lockdep keysetsDavid Sterba
2020-12-08btrfs: introduce mount option rescue=ignoredatacsumsJosef Bacik
2020-12-08btrfs: introduce mount option rescue=ignorebadrootsJosef Bacik
2020-12-08btrfs: show rescue=usebackuproot in /proc/mountsJosef Bacik
2020-12-08btrfs: calculate more accurate remaining time to sleep in transaction_kthreadNikolay Borisov
2020-12-08btrfs: record delta directly in transaction_kthreadNikolay Borisov
2020-12-08btrfs: remove redundant time check in transaction kthread loopNikolay Borisov
2020-12-07btrfs: use helpers to convert from seconds to jiffies in transaction_kthreadNikolay Borisov
2020-10-30Merge tag 'for-5.10-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2020-10-26btrfs: add a helper to read the tree_root commit root for backref lookupJosef Bacik
2020-10-13Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-10-07btrfs: skip devices without magic signature when mountingAnand Jain
2020-10-07btrfs: remove struct extent_io_opsNikolay Borisov
2020-10-07btrfs: call submit_bio_hook directly for metadata pagesNikolay Borisov
2020-10-07btrfs: remove extent_io_ops::readpage_end_io_hookNikolay Borisov
2020-10-07btrfs: replace readpage_end_io_hook with direct callsNikolay Borisov
2020-10-07btrfs: use own btree inode io_tree owner idQu Wenruo
2020-10-07btrfs: remove btree_get_extentNikolay Borisov
2020-10-07btrfs: remove btree_readpageNikolay Borisov
2020-10-07btrfs: pretty print leaked root nameJosef Bacik
2020-10-07btrfs: introduce BTRFS_NESTING_COW for cow'ing blocksJosef Bacik
2020-10-07btrfs: rework error detection in init_tree_rootsNikolay Borisov
2020-10-07btrfs: switch seed device to list apiNikolay Borisov
2020-10-07btrfs: do async reclaim for data reservationsJosef Bacik
2020-10-07btrfs: delete duplicated words + other fixes in commentsRandy Dunlap
2020-09-24bdi: remove BDI_CAP_CGROUP_WRITEBACKChristoph Hellwig