summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/disk-io.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* btrfs: extract extent buffer verification from btrfs_validate_metadata_buffer()Qu Wenruo2020-12-081-36/+42
* btrfs: make csum_tree_block() handle node smaller than pageQu Wenruo2020-12-081-2/+3
* btrfs: grab fs_info from extent_buffer in btrfs_mark_buffer_dirtyQu Wenruo2020-12-081-4/+1
* btrfs: locking: remove all the blocking helpersJosef Bacik2020-12-081-6/+2
* btrfs: remove unnecessary local variables for checksum sizeDavid Sterba2020-12-081-2/+1
* btrfs: switch cached fs_info::csum_size from u16 to u32David Sterba2020-12-081-1/+1
* btrfs: use cached value of fs_info::csum_size everywhereDavid Sterba2020-12-081-3/+3
* btrfs: precalculate checksums per leaf onceDavid Sterba2020-12-081-0/+1
* btrfs: store precalculated csum_size in fs_infoDavid Sterba2020-12-081-0/+1
* btrfs: use precalculated sectorsize_bits from fs_infoDavid Sterba2020-12-081-0/+2
* btrfs: replace fs_info and private_data with inode in btrfs_wq_submit_bioQu Wenruo2020-12-081-11/+11
* btrfs: add set/get accessors for root_item::drop_levelDavid Sterba2020-12-081-1/+1
* btrfs: use root_item helpers for limit and flags in btrfs_create_treeDavid Sterba2020-12-081-2/+2
* btrfs: generate lockdep keyset names at compile timeDavid Sterba2020-12-081-27/+29
* btrfs: use the right number of levels for lockdep keysetsDavid Sterba2020-12-081-2/+2
* btrfs: introduce mount option rescue=ignoredatacsumsJosef Bacik2020-12-081-9/+12
* btrfs: introduce mount option rescue=ignorebadrootsJosef Bacik2020-12-081-24/+41
* btrfs: show rescue=usebackuproot in /proc/mountsJosef Bacik2020-12-081-6/+0
* btrfs: calculate more accurate remaining time to sleep in transaction_kthreadNikolay Borisov2020-12-081-1/+3
* btrfs: record delta directly in transaction_kthreadNikolay Borisov2020-12-081-3/+3
* btrfs: remove redundant time check in transaction kthread loopNikolay Borisov2020-12-081-2/+1
* btrfs: use helpers to convert from seconds to jiffies in transaction_kthreadNikolay Borisov2020-12-071-2/+2
* Merge tag 'for-5.10-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-10-301-40/+99
|\
| * btrfs: add a helper to read the tree_root commit root for backref lookupJosef Bacik2020-10-261-40/+99
* | Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-blockLinus Torvalds2020-10-131-2/+0
|\ \ | |/ |/|
| * bdi: remove BDI_CAP_CGROUP_WRITEBACKChristoph Hellwig2020-09-241-1/+0
| * bdi: initialize ->ra_pages and ->io_pages in bdi_initChristoph Hellwig2020-09-241-1/+0
* | btrfs: skip devices without magic signature when mountingAnand Jain2020-10-071-2/+6
* | btrfs: remove struct extent_io_opsNikolay Borisov2020-10-071-7/+0
* | btrfs: call submit_bio_hook directly for metadata pagesNikolay 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/+4
* | btrfs: use own btree inode io_tree owner idQu Wenruo2020-10-071-1/+1
* | btrfs: remove btree_get_extentNikolay Borisov2020-10-071-47/+0
* | btrfs: remove btree_readpageNikolay Borisov2020-10-071-6/+0
* | btrfs: pretty print leaked root nameJosef Bacik2020-10-071-2/+4
* | btrfs: introduce BTRFS_NESTING_COW for cow'ing blocksJosef Bacik2020-10-071-2/+3
* | btrfs: rework error detection in init_tree_rootsNikolay Borisov2020-10-071-10/+9
* | btrfs: switch seed device to list apiNikolay Borisov2020-10-071-21/+18
* | btrfs: do async reclaim for data reservationsJosef Bacik2020-10-071-1/+2
* | btrfs: delete duplicated words + other fixes in commentsRandy Dunlap2020-10-071-1/+1
* | Merge tag 'for-5.9-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-09-231-6/+5
|\ \
| * | btrfs: fix overflow when copying corrupt csums for a messageJohannes Thumshirn2020-09-211-6/+5
* | | Merge tag 'for-5.9-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-09-121-0/+2
|\| | | |/ |/|
| * btrfs: free data reloc tree on failed mountJosef Bacik2020-09-071-0/+2
* | Merge tag 'for-5.9-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-08-241-0/+1
|\|
| * btrfs: fix space cache memory leak after transaction abortFilipe Manana2020-08-191-0/+1
* | Merge tag 'for-5.9/block-20200802' of git://git.kernel.dk/linux-blockLinus Torvalds2020-08-031-23/+0
|\ \ | |/ |/|
| * writeback: remove bdi->congested_fnChristoph Hellwig2020-07-091-23/+0
* | btrfs: qgroup: remove ASYNC_COMMIT mechanism in favor of reserve retry-after-...Qu Wenruo2020-07-271-1/+0