aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)AuthorFilesLines
2019-03-26Merge tag 'for-5.1-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 6-21/+72
2019-03-20Btrfs: fix assertion failure on fsync with NO_HOLES enabledGravatar Filipe Manana 1-8/+1
2019-03-19btrfs: Avoid possible qgroup_rsv_size overflow in btrfs_calculate_inode_block...Gravatar Nikolay Borisov 1-1/+1
2019-03-19btrfs: Fix bound checking in qgroup_trace_new_subtree_blocksGravatar Nikolay Borisov 1-2/+2
2019-03-18btrfs: raid56: properly unmap parity page in finish_parity_scrub()Gravatar Andrea Righi 1-1/+2
2019-03-13btrfs: don't report readahead errors and don't update statisticsGravatar David Sterba 1-1/+1
2019-03-13Btrfs: fix file corruption after snapshotting due to mix of buffered/DIO writesGravatar Filipe Manana 1-6/+43
2019-03-13btrfs: remove WARN_ON in log_dir_itemsGravatar Josef Bacik 1-2/+9
2019-03-13Btrfs: fix incorrect file size after shrinking truncate and fsyncGravatar Filipe Manana 1-0/+13
2019-03-12Merge tag 'for-5.1-part2-tag' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 7-38/+90
2019-03-12mm: refactor readahead defines in mm.hGravatar Nikolay Borisov 1-1/+1
2019-03-08Merge tag 'for-5.1/block-20190302' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 5-11/+20
2019-03-07Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-24/+10
2019-03-07btrfs: implement btrfs_debug* in terms of helper macroGravatar Rasmus Villemoes 1-24/+10
2019-02-27btrfs: zstd: ensure reclaim timer is properly cleaned upGravatar Dennis Zhou 1-2/+4
2019-02-27btrfs: move ulist allocation out of transaction in quota enableGravatar David Sterba 1-7/+6
2019-02-27btrfs: save drop_progress if we drop refs at allGravatar Josef Bacik 1-6/+20
2019-02-27btrfs: check for refs on snapshot delete resumeGravatar Josef Bacik 3-3/+55
2019-02-27Btrfs: fix deadlock between clone/dedupe and renameGravatar Filipe Manana 1-18/+3
2019-02-27Btrfs: fix corruption reading shared and compressed extents after hole punchingGravatar Filipe Manana 1-2/+2
2019-02-25btrfs: Remove unnecessary casts in btrfs_read_root_itemGravatar YueHaibing 1-2/+2
2019-02-25Btrfs: remove assertion when searching for a key in a node/leafGravatar Filipe Manana 1-21/+0
2019-02-25Btrfs: add missing error handling after doing leaf/node binary searchGravatar Filipe Manana 3-0/+18
2019-02-25btrfs: drop the lock on error in btrfs_dev_replace_cancelGravatar Dan Carpenter 1-0/+1
2019-02-25btrfs: ensure that a DUP or RAID1 block group has exactly two stripesGravatar Johannes Thumshirn 1-2/+2
2019-02-25btrfs: init csum_list before possible freeGravatar Dan Robertson 1-1/+1
2019-02-25Btrfs: remove no longer needed range length checks for deduplicationGravatar Filipe Manana 1-17/+2
2019-02-25Btrfs: fix fsync after succession of renames and unlink/rmdirGravatar Filipe Manana 1-12/+37
2019-02-25Btrfs: fix fsync after succession of renames of different filesGravatar Filipe Manana 1-44/+197
2019-02-25btrfs: honor path->skip_locking in backref codeGravatar Josef Bacik 1-7/+13
2019-02-25btrfs: qgroup: Make qgroup async transaction commit more aggressiveGravatar Qu Wenruo 1-14/+14
2019-02-25btrfs: qgroup: Move reserved data accounting from btrfs_delayed_ref_head to b...Gravatar Qu Wenruo 5-38/+30
2019-02-25btrfs: scrub: remove unused nocow worker pointerGravatar David Sterba 1-1/+0
2019-02-25btrfs: scrub: add assertions for worker pointersGravatar David Sterba 2-0/+11
2019-02-25btrfs: scrub: convert scrub_workers_refcnt to refcount_tGravatar Anand Jain 3-5/+8
2019-02-25btrfs: scrub: add scrub_lock lockdep check in scrub_workers_getGravatar Anand Jain 1-0/+2
2019-02-25btrfs: scrub: fix circular locking dependency warningGravatar Anand Jain 1-11/+11
2019-02-25btrfs: fix comment its device list mutex not volume lockGravatar Anand Jain 1-1/+0
2019-02-25btrfs: extent_io: Kill the forward declaration of flush_write_bioGravatar Qu Wenruo 1-34/+32
2019-02-25btrfs: Fix grossly misleading argument names in extent io searchGravatar Nikolay Borisov 1-8/+8
2019-02-25btrfs: Remove EXTENT_FIRST_DELALLOC bitGravatar Nikolay Borisov 2-10/+7
2019-02-25btrfs: use WARN_ON in a canonical form btrfs_remove_block_groupGravatar Nikolay Borisov 1-6/+3
2019-02-25btrfs: reserve extra space during evictGravatar Josef Bacik 1-2/+23
2019-02-25btrfs: be more explicit about allowed flush statesGravatar Josef Bacik 1-11/+11
2019-02-25btrfs: loop in inode_rsv_refillGravatar Josef Bacik 1-16/+47
2019-02-25btrfs: don't enospc all tickets on flush failureGravatar Josef Bacik 1-20/+25
2019-02-25btrfs: don't use global reserve for chunk allocationGravatar Josef Bacik 2-11/+18
2019-02-25btrfs: dump block_rsv details when dumping space infoGravatar Josef Bacik 1-0/+15
2019-02-25btrfs: check if there are free block groups for commitGravatar Josef Bacik 1-12/+19
2019-02-25btrfs: add zstd compression level supportGravatar Dennis Zhou 2-9/+245