summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)AuthorFilesLines
2020-12-08btrfs: introduce btrfs_inode_lock()/unlock()Goldwyn Rodrigues3-16/+69
2020-12-08btrfs: introduce btrfs_write_check()Goldwyn Rodrigues1-74/+77
2020-12-08btrfs: check FS error state bit early during writeGoldwyn Rodrigues1-12/+8
2020-12-08btrfs: move pos increment and pagecache extension to btrfs_buffered_writeGoldwyn Rodrigues1-8/+5
2020-12-08btrfs: split btrfs_direct_IO to read and writeGoldwyn Rodrigues3-99/+94
2020-12-08btrfs: sysfs: add per-fs attribute for read policyAnand Jain1-0/+49
2020-12-08btrfs: create read policy frameworkAnand Jain2-1/+26
2020-12-08btrfs: add helper for string match ignoring leading/trailing whitespaceAnand Jain1-0/+19
2020-12-08btrfs: do not start and wait for delalloc on snapshot roots on transaction co...Filipe Manana1-43/+6
2020-12-08btrfs: switch extent buffer tree lock to rw_semaphoreJosef Bacik5-351/+70
2020-12-08btrfs: open code insert_orphan_itemNikolay Borisov1-13/+3
2020-12-08btrfs: introduce mount option rescue=allJosef Bacik2-0/+12
2020-12-08btrfs: introduce mount option rescue=ignoredatacsumsJosef Bacik4-10/+25
2020-12-08btrfs: introduce mount option rescue=ignorebadrootsJosef Bacik10-28/+130
2020-12-08btrfs: show rescue=usebackuproot in /proc/mountsJosef Bacik2-6/+2
2020-12-08btrfs: add a helper to print out rescue= optionsJosef Bacik1-1/+8
2020-12-08btrfs: sysfs: export supported rescue= mount optionsJosef Bacik1-0/+22
2020-12-08btrfs: push the NODATASUM check into btrfs_lookup_bio_sumsJosef Bacik3-12/+17
2020-12-08btrfs: unify the ro checking for mount optionsJosef Bacik1-7/+16
2020-12-08btrfs: do not start readahead for csum tree when scrubbing non-data block groupsFilipe Manana1-8/+12
2020-12-08btrfs: assert we are holding the reada_lock when releasing a readahead zoneFilipe Manana1-0/+2
2020-12-08btrfs: set EXTENT_NORESERVE bits side btrfs_dirty_pages()Goldwyn Rodrigues3-18/+12
2020-12-08btrfs: use round_down while calculating start position in btrfs_dirty_pages()Goldwyn Rodrigues1-1/+1
2020-12-08btrfs: use iosize while reading compressed pagesGoldwyn Rodrigues1-7/+3
2020-12-08btrfs: calculate num_pages, reserve_bytes once in btrfs_buffered_writeGoldwyn Rodrigues1-22/+12
2020-12-08btrfs: calculate more accurate remaining time to sleep in transaction_kthreadNikolay Borisov1-1/+3
2020-12-08btrfs: record delta directly in transaction_kthreadNikolay Borisov1-3/+3
2020-12-08btrfs: remove redundant time check in transaction kthread loopNikolay Borisov1-2/+1
2020-12-07btrfs: use helpers to convert from seconds to jiffies in transaction_kthreadNikolay Borisov1-2/+2
2020-12-07btrfs: sysfs: export filesystem generationAnand Jain1-0/+10
2020-11-27Merge tag 'for-5.10-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds7-73/+158
2020-11-23btrfs: fix lockdep splat when enabling and disabling qgroupsFilipe Manana2-9/+53
2020-11-23btrfs: do nofs allocations when adding and removing qgroup relationsFilipe Manana1-0/+9
2020-11-23btrfs: fix lockdep splat when reading qgroup config on mountFilipe Manana1-1/+1
2020-11-23btrfs: tree-checker: add missing returns after data_ref alignment checksDavid Sterba1-0/+2
2020-11-23btrfs: don't access possibly stale fs_info data for printing duplicate deviceJohannes Thumshirn1-1/+7
2020-11-14btrfs: tree-checker: add missing return after error in root_itemDaniel Xu1-0/+1
2020-11-14btrfs: qgroup: don't commit transaction when we already hold the handleQu Wenruo1-1/+19
2020-11-14btrfs: fix missing delalloc new bit for new delalloc rangesFilipe Manana3-61/+66
2020-11-10Merge tag 'for-5.10-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds8-39/+48
2020-11-05btrfs: ref-verify: fix memory leak in btrfs_ref_tree_modDinghao Liu1-0/+1
2020-11-05btrfs: dev-replace: fail mount if we don't have replace item with target deviceAnand Jain2-21/+31
2020-11-05btrfs: scrub: update message regarding read-only statusDavid Sterba1-2/+3
2020-11-05btrfs: clean up NULL checks in qgroup_unreserve_range()Dan Carpenter1-8/+4
2020-11-05btrfs: fix min reserved size calculation in merge_reloc_rootJosef Bacik1-1/+3
2020-11-05btrfs: print the block rsv type when we fail our reservationJosef Bacik1-1/+2
2020-11-05btrfs: fix potential overflow in cluster_pages_for_defrag on 32bit archMatthew Wilcox (Oracle)1-6/+4
2020-10-30Merge tag 'for-5.10-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds14-51/+225
2020-10-27btrfs: convert data_seqcount to seqcount_mutex_tDavidlohr Bueso2-7/+6
2020-10-27btrfs: don't fallback to buffered read if we don't need toJohannes Thumshirn1-1/+2