summaryrefslogtreecommitdiffstats
path: root/fs/btrfs
Commit message (Expand)AuthorAgeFilesLines
* btrfs: don't enospc all tickets on flush failureJosef Bacik2019-04-051-20/+25
* btrfs: qgroup: Make qgroup async transaction commit more aggressiveQu Wenruo2019-04-051-14/+14
* btrfs: save drop_progress if we drop refs at allJosef Bacik2019-04-051-6/+20
* Btrfs: fix assertion failure on fsync with NO_HOLES enabledFilipe Manana2019-04-031-8/+1
* btrfs: Avoid possible qgroup_rsv_size overflow in btrfs_calculate_inode_block...Nikolay Borisov2019-04-031-1/+1
* btrfs: Fix bound checking in qgroup_trace_new_subtree_blocksNikolay Borisov2019-04-031-2/+2
* btrfs: raid56: properly unmap parity page in finish_parity_scrub()Andrea Righi2019-04-031-1/+2
* btrfs: don't report readahead errors and don't update statisticsDavid Sterba2019-04-031-1/+1
* btrfs: remove WARN_ON in log_dir_itemsJosef Bacik2019-04-031-2/+9
* Btrfs: fix incorrect file size after shrinking truncate and fsyncFilipe Manana2019-04-031-0/+13
* Btrfs: fix deadlock between clone/dedupe and renameFilipe Manana2019-03-231-18/+3
* Btrfs: fix corruption reading shared and compressed extents after hole punchingFilipe Manana2019-03-231-2/+2
* btrfs: init csum_list before possible freeDan Robertson2019-03-231-1/+1
* btrfs: ensure that a DUP or RAID1 block group has exactly two stripesJohannes Thumshirn2019-03-231-2/+2
* btrfs: drop the lock on error in btrfs_dev_replace_cancelDan Carpenter2019-03-231-0/+1
* btrfs: scrub: fix circular locking dependency warningAnand Jain2019-03-231-11/+11
* Btrfs: setup a nofs context for memory allocation at __btrfs_set_aclFilipe Manana2019-03-231-0/+9
* Btrfs: setup a nofs context for memory allocation at btrfs_create_tree()Filipe Manana2019-03-231-0/+8
* Merge tag 'for-5.0-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-02-034-38/+71
|\
| * btrfs: On error always free subvol_name in btrfs_mountEric W. Biederman2019-01-301-0/+3
| * btrfs: clean up pending block groups when transaction commit abortsDavid Sterba2019-01-301-0/+16
| * btrfs: fix potential oops in device_list_addAl Viro2019-01-301-2/+2
| * btrfs: don't end the transaction for delayed refs in throttleJosef Bacik2019-01-281-8/+0
| * Btrfs: fix deadlock when allocating tree block during leaf/node splitFilipe Manana2019-01-281-28/+50
* | Merge tag 'for-5.0-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-01-214-10/+35
|\ \ | |/
| * btrfs: wakeup cleaner thread when adding delayed iputJosef Bacik2019-01-183-0/+8
| * btrfs: run delayed iputs before committingJosef Bacik2019-01-181-0/+9
| * btrfs: wait on ordered extents on abort cleanupJosef Bacik2019-01-181-0/+8
| * btrfs: handle delayed ref head accounting cleanup in abortJosef Bacik2019-01-183-7/+10
| * Revert "btrfs: balance dirty metadata pages in btrfs_finish_ordered_io"David Sterba2019-01-181-3/+0
* | Merge tag 'for-5.0-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-01-143-13/+64
|\ \ | |/
| * btrfs: Use real device structure to verify dev extentQu Wenruo2019-01-101-0/+12
| * Btrfs: fix deadlock when using free space tree due to block group creationFilipe Manana2019-01-091-7/+9
| * Btrfs: fix race between reflink/dedupe and relocationFilipe Manana2019-01-091-6/+28
| * Btrfs: fix race between cloning range ending at eof and writebackFilipe Manana2019-01-091-0/+15
* | Merge branch 'mount.part1' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2019-01-052-75/+11
|\ \
| * | LSM: hide struct security_mnt_opts from any generic codeAl Viro2018-12-211-6/+4
| * | btrfs: sanitize security_mnt_opts useAl Viro2018-12-212-58/+9
| * | new helper: security_sb_eat_lsm_opts()Al Viro2018-12-211-14/+1
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-01-051-2/+1
|\ \ \
| * | | fs: don't open code lru_to_page()Nikolay Borisov2019-01-041-2/+1
| | |/ | |/|
* | | Remove 'type' argument from access_ok() functionLinus Torvalds2019-01-031-1/+1
|/ /
* | btrfs: Fix typos in comments and stringsAndrea Gelmini2018-12-1725-69/+70
* | btrfs: improve error handling of btrfs_add_linkJohannes Thumshirn2018-12-171-1/+6
* | Btrfs: use generic_remap_file_range_prep() for cloning and deduplicationFilipe Manana2018-12-171-491/+133
* | btrfs: Refactor main loop in extent_readpagesNikolay Borisov2018-12-171-20/+14
* | btrfs: Remove 1st shrink/grow phase from balanceNikolay Borisov2018-12-171-53/+0
* | Btrfs: send, fix race with transaction commits that create snapshotsFilipe Manana2018-12-171-6/+23
* | Btrfs: use nofs context when initializing security xattrs to avoid deadlockFilipe Manana2018-12-171-0/+8
* | btrfs: run delayed items before dropping the snapshotJosef Bacik2018-12-171-0/+4
OpenPOWER on IntegriCloud