aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-03-12Merge tag 'for-5.1-part2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds7-38/+90
2019-03-12mm: refactor readahead defines in mm.hNikolay Borisov1-1/+1
2019-03-08Merge tag 'for-5.1/block-20190302' of git://git.kernel.dk/linux-blockLinus Torvalds5-11/+20
2019-03-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-24/+10
2019-03-07btrfs: implement btrfs_debug* in terms of helper macroRasmus Villemoes1-24/+10
2019-02-27btrfs: zstd: ensure reclaim timer is properly cleaned upDennis Zhou1-2/+4
2019-02-27btrfs: move ulist allocation out of transaction in quota enableDavid Sterba1-7/+6
2019-02-27btrfs: save drop_progress if we drop refs at allJosef Bacik1-6/+20
2019-02-27btrfs: check for refs on snapshot delete resumeJosef Bacik3-3/+55
2019-02-27Btrfs: fix deadlock between clone/dedupe and renameFilipe Manana1-18/+3
2019-02-27Btrfs: fix corruption reading shared and compressed extents after hole punchingFilipe Manana1-2/+2
2019-02-25btrfs: Remove unnecessary casts in btrfs_read_root_itemYueHaibing1-2/+2
2019-02-25Btrfs: remove assertion when searching for a key in a node/leafFilipe Manana1-21/+0
2019-02-25Btrfs: add missing error handling after doing leaf/node binary searchFilipe Manana3-0/+18
2019-02-25btrfs: drop the lock on error in btrfs_dev_replace_cancelDan Carpenter1-0/+1
2019-02-25btrfs: ensure that a DUP or RAID1 block group has exactly two stripesJohannes Thumshirn1-2/+2
2019-02-25btrfs: init csum_list before possible freeDan Robertson1-1/+1
2019-02-25Btrfs: remove no longer needed range length checks for deduplicationFilipe Manana1-17/+2
2019-02-25Btrfs: fix fsync after succession of renames and unlink/rmdirFilipe Manana1-12/+37
2019-02-25Btrfs: fix fsync after succession of renames of different filesFilipe Manana1-44/+197
2019-02-25btrfs: honor path->skip_locking in backref codeJosef Bacik1-7/+13
2019-02-25btrfs: qgroup: Make qgroup async transaction commit more aggressiveQu Wenruo1-14/+14
2019-02-25btrfs: qgroup: Move reserved data accounting from btrfs_delayed_ref_head to btrfs_qgroup_extent_recordQu Wenruo5-38/+30
2019-02-25btrfs: scrub: remove unused nocow worker pointerDavid Sterba1-1/+0
2019-02-25btrfs: scrub: add assertions for worker pointersDavid Sterba2-0/+11
2019-02-25btrfs: scrub: convert scrub_workers_refcnt to refcount_tAnand Jain3-5/+8
2019-02-25btrfs: scrub: add scrub_lock lockdep check in scrub_workers_getAnand Jain1-0/+2
2019-02-25btrfs: scrub: fix circular locking dependency warningAnand Jain1-11/+11
2019-02-25btrfs: fix comment its device list mutex not volume lockAnand Jain1-1/+0
2019-02-25btrfs: extent_io: Kill the forward declaration of flush_write_bioQu Wenruo1-34/+32
2019-02-25btrfs: Fix grossly misleading argument names in extent io searchNikolay Borisov1-8/+8
2019-02-25btrfs: Remove EXTENT_FIRST_DELALLOC bitNikolay Borisov2-10/+7
2019-02-25btrfs: use WARN_ON in a canonical form btrfs_remove_block_groupNikolay Borisov1-6/+3
2019-02-25btrfs: reserve extra space during evictJosef Bacik1-2/+23
2019-02-25btrfs: be more explicit about allowed flush statesJosef Bacik1-11/+11
2019-02-25btrfs: loop in inode_rsv_refillJosef Bacik1-16/+47
2019-02-25btrfs: don't enospc all tickets on flush failureJosef Bacik1-20/+25
2019-02-25btrfs: don't use global reserve for chunk allocationJosef Bacik2-11/+18
2019-02-25btrfs: dump block_rsv details when dumping space infoJosef Bacik1-0/+15
2019-02-25btrfs: check if there are free block groups for commitJosef Bacik1-12/+19
2019-02-25btrfs: add zstd compression level supportDennis Zhou2-9/+245
2019-02-25btrfs: make zstd memory requirements monotonicDennis Zhou1-5/+33
2019-02-25btrfs: zstd use the passed through level instead of defaultDennis Zhou1-6/+13
2019-02-25btrfs: change set_level() to bound the level passed inDennis Zhou6-21/+41
2019-02-25btrfs: plumb level through the compression interfaceDennis Zhou5-27/+30
2019-02-25btrfs: move to function pointers for get/put workspacesDennis Zhou5-45/+160
2019-02-25btrfs: add compression interface in (get/put)_workspaceDennis Zhou1-23/+34
2019-02-25btrfs: add helper methods for workspace manager init and cleanupDennis Zhou1-39/+43
2019-02-25btrfs: unify compression ops with workspace_managerDennis Zhou1-4/+7
2019-02-25btrfs: manage heuristic workspace as index 0Dennis Zhou2-82/+34