summaryrefslogtreecommitdiffstats
path: root/fs/btrfs
Commit message (Expand)AuthorAgeFilesLines
* gcc-9: don't warn about uninitialized btrfs extent_type variableLinus Torvalds2019-05-011-1/+1
* Merge tag 'for-5.1-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-04-262-5/+13
|\
| * btrfs: Switch memory allocations in async csum calculation path to kvmallocNikolay Borisov2019-04-252-5/+13
* | Merge tag 'for-5.1-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-04-112-4/+14
|\|
| * btrfs: prop: fix vanished compression property after failed setAnand Jain2019-04-041-3/+3
| * btrfs: prop: fix zstd compression parameter validationAnand Jain2019-04-041-1/+1
| * Btrfs: do not allow trimming when a fs is mounted with the nologreplay optionFilipe Manana2019-03-281-0/+10
* | Merge tag 'for-5.1-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-03-266-21/+72
|\|
| * Btrfs: fix assertion failure on fsync with NO_HOLES enabledFilipe Manana2019-03-201-8/+1Star
| * btrfs: Avoid possible qgroup_rsv_size overflow in btrfs_calculate_inode_block...Nikolay Borisov2019-03-191-1/+1
| * btrfs: Fix bound checking in qgroup_trace_new_subtree_blocksNikolay Borisov2019-03-191-2/+2
| * btrfs: raid56: properly unmap parity page in finish_parity_scrub()Andrea Righi2019-03-181-1/+2
| * btrfs: don't report readahead errors and don't update statisticsDavid Sterba2019-03-131-1/+1
| * Btrfs: fix file corruption after snapshotting due to mix of buffered/DIO writesFilipe Manana2019-03-131-6/+43
| * btrfs: remove WARN_ON in log_dir_itemsJosef Bacik2019-03-131-2/+9
| * Btrfs: fix incorrect file size after shrinking truncate and fsyncFilipe Manana2019-03-131-0/+13
* | 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