summaryrefslogtreecommitdiffstats
path: root/fs/btrfs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-5.1-part2-tag' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-03-127-38/+90
|\
| * btrfs: zstd: ensure reclaim timer is properly cleaned upDennis Zhou2019-02-271-2/+4
| * btrfs: move ulist allocation out of transaction in quota enableDavid Sterba2019-02-271-7/+6Star
| * btrfs: save drop_progress if we drop refs at allJosef Bacik2019-02-271-6/+20
| * btrfs: check for refs on snapshot delete resumeJosef Bacik2019-02-273-3/+55
| * Btrfs: fix deadlock between clone/dedupe and renameFilipe Manana2019-02-271-18/+3Star
| * Btrfs: fix corruption reading shared and compressed extents after hole punchingFilipe Manana2019-02-271-2/+2
* | mm: refactor readahead defines in mm.hNikolay Borisov2019-03-121-1/+1
* | Merge tag 'for-5.1/block-20190302' of git://git.kernel.dk/linux-blockLinus Torvalds2019-03-085-11/+20
|\ \
| * \ Merge tag 'v5.0-rc6' into for-5.1/blockJens Axboe2019-02-154-38/+71
| |\ \
| * | | block: allow bio_for_each_segment_all() to iterate over multi-page bvecMing Lei2019-02-155-8/+16
| * | | btrfs: use mp_bvec_last_segment to get bio's last pageMing Lei2019-02-151-2/+3
| * | | btrfs: look at bi_size for repair decisionsChristoph Hellwig2019-02-151-1/+1
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-03-081-24/+10Star
|\ \ \ \ | |_|_|/ |/| | |
| * | | btrfs: implement btrfs_debug* in terms of helper macroRasmus Villemoes2019-03-081-24/+10Star
| | |/ | |/|
* | | btrfs: Remove unnecessary casts in btrfs_read_root_itemYueHaibing2019-02-251-2/+2
* | | Btrfs: remove assertion when searching for a key in a node/leafFilipe Manana2019-02-251-21/+0Star
* | | Btrfs: add missing error handling after doing leaf/node binary searchFilipe Manana2019-02-253-0/+18
* | | btrfs: drop the lock on error in btrfs_dev_replace_cancelDan Carpenter2019-02-251-0/+1
* | | btrfs: ensure that a DUP or RAID1 block group has exactly two stripesJohannes Thumshirn2019-02-251-2/+2
* | | btrfs: init csum_list before possible freeDan Robertson2019-02-251-1/+1
* | | Btrfs: remove no longer needed range length checks for deduplicationFilipe Manana2019-02-251-17/+2Star
* | | Btrfs: fix fsync after succession of renames and unlink/rmdirFilipe Manana2019-02-251-12/+37
* | | Btrfs: fix fsync after succession of renames of different filesFilipe Manana2019-02-251-44/+197
* | | btrfs: honor path->skip_locking in backref codeJosef Bacik2019-02-251-7/+13
* | | btrfs: qgroup: Make qgroup async transaction commit more aggressiveQu Wenruo2019-02-251-14/+14
* | | btrfs: qgroup: Move reserved data accounting from btrfs_delayed_ref_head to b...Qu Wenruo2019-02-255-38/+30Star
* | | btrfs: scrub: remove unused nocow worker pointerDavid Sterba2019-02-251-1/+0Star
* | | btrfs: scrub: add assertions for worker pointersDavid Sterba2019-02-252-0/+11
* | | btrfs: scrub: convert scrub_workers_refcnt to refcount_tAnand Jain2019-02-253-5/+8
* | | btrfs: scrub: add scrub_lock lockdep check in scrub_workers_getAnand Jain2019-02-251-0/+2
* | | btrfs: scrub: fix circular locking dependency warningAnand Jain2019-02-251-11/+11
* | | btrfs: fix comment its device list mutex not volume lockAnand Jain2019-02-251-1/+0Star
* | | btrfs: extent_io: Kill the forward declaration of flush_write_bioQu Wenruo2019-02-251-34/+32Star
* | | btrfs: Fix grossly misleading argument names in extent io searchNikolay Borisov2019-02-251-8/+8
* | | btrfs: Remove EXTENT_FIRST_DELALLOC bitNikolay Borisov2019-02-252-10/+7Star
* | | btrfs: use WARN_ON in a canonical form btrfs_remove_block_groupNikolay Borisov2019-02-251-6/+3Star
* | | btrfs: reserve extra space during evictJosef Bacik2019-02-251-2/+23
* | | btrfs: be more explicit about allowed flush statesJosef Bacik2019-02-251-11/+11
* | | btrfs: loop in inode_rsv_refillJosef Bacik2019-02-251-16/+47
* | | btrfs: don't enospc all tickets on flush failureJosef Bacik2019-02-251-20/+25
* | | btrfs: don't use global reserve for chunk allocationJosef Bacik2019-02-252-11/+18
* | | btrfs: dump block_rsv details when dumping space infoJosef Bacik2019-02-251-0/+15
* | | btrfs: check if there are free block groups for commitJosef Bacik2019-02-251-12/+19
* | | btrfs: add zstd compression level supportDennis Zhou2019-02-252-9/+245
* | | btrfs: make zstd memory requirements monotonicDennis Zhou2019-02-251-5/+33
* | | btrfs: zstd use the passed through level instead of defaultDennis Zhou2019-02-251-6/+13
* | | btrfs: change set_level() to bound the level passed inDennis Zhou2019-02-256-21/+41
* | | btrfs: plumb level through the compression interfaceDennis Zhou2019-02-255-27/+30
* | | btrfs: move to function pointers for get/put workspacesDennis Zhou2019-02-255-45/+160