summaryrefslogtreecommitdiffstats
path: root/fs/btrfs
Commit message (Expand)AuthorAgeFilesLines
...
* btrfs: release metadata before running delayed refsJosef Bacik2018-11-131-3/+3
* Btrfs: don't clean dirty pages during buffered writesChris Mason2018-11-131-6/+23
* btrfs: wait on caching when putting the bg cacheJosef Bacik2018-11-131-0/+1
* btrfs: keep trim from interfering with transaction commitsJeff Mahoney2018-11-131-8/+17
* btrfs: don't attempt to trim devices that don't support itJeff Mahoney2018-11-131-0/+4
* btrfs: iterate all devices during trim, instead of fs_devices::alloc_listJeff Mahoney2018-11-131-2/+2
* btrfs: Ensure btrfs_trim_fs can trim the whole filesystemQu Wenruo2018-11-132-13/+8
* btrfs: Enhance btrfs_trim_fs function to handle error betterQu Wenruo2018-11-131-11/+38
* btrfs: fix error handling in btrfs_dev_replace_startJeff Mahoney2018-11-131-2/+5
* btrfs: fix error handling in free_log_treeJeff Mahoney2018-11-131-3/+6
* btrfs: locking: Add extra check in btrfs_init_new_buffer() to avoid deadlockQu Wenruo2018-11-131-0/+13
* btrfs: Handle owner mismatch gracefully when walking up treeQu Wenruo2018-11-132-7/+13
* btrfs: qgroup: Avoid calling qgroup functions if qgroup is not enabledQu Wenruo2018-11-132-0/+6
* Merge tag 'for-4.19-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-09-069-55/+197
|\
| * btrfs: Fix suspicious RCU usage warning in btrfs_debug_in_rcuMisono Tomohiro2018-08-241-2/+9
| * btrfs: use after free in btrfs_quota_enableDan Carpenter2018-08-231-3/+2
| * btrfs: btrfs_shrink_device should call commit transaction at the endAnand Jain2018-08-231-1/+6
| * btrfs: fix qgroup_free wrong num_bytes in btrfs_subvolume_reserve_metadataLu Fengqi2018-08-231-9/+8
| * Btrfs: fix data corruption when deduplicating between different filesFilipe Manana2018-08-231-0/+19
| * Btrfs: sync log after logging new nameFilipe Manana2018-08-233-19/+131
| * Btrfs: fix unexpected failure of nocow buffered writes after snapshotting whe...Robbie Ko2018-08-174-21/+22
* | Merge tag 'ovl-update-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-08-212-9/+7
|\ \
| * | vfs: dedupe: rationalize argsMiklos Szeredi2018-07-062-5/+7
| * | vfs: dedupe: return intMiklos Szeredi2018-07-062-9/+5
* | | btrfs: readpages() should submit IO as read-aheadJens Axboe2018-08-171-1/+1
* | | Merge tag 'for-4.19-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds2018-08-1346-2939/+1816
|\ \ \ | | |/ | |/|
| * | btrfs: revert fs_devices state on error of btrfs_init_new_deviceNaohiro Aota2018-08-061-5/+24
| * | btrfs: Exit gracefully when chunk map cannot be inserted to the treeQu Wenruo2018-08-061-2/+6
| * | btrfs: Introduce mount time chunk <-> dev extent mapping checkQu Wenruo2018-08-063-0/+193
| * | btrfs: Verify that every chunk has corresponding block group at mount timeQu Wenruo2018-08-061-1/+57
| * | btrfs: Check that each block group has corresponding chunk at mount timeQu Wenruo2018-08-061-1/+27
| * | Btrfs: send, fix incorrect file layout after hole punching beyond eofFilipe Manana2018-08-061-0/+9
| * | btrfs: Use wrapper macro for rcu string to remove duplicate codeMisono Tomohiro2018-08-064-31/+12
| * | btrfs: simplify btrfs_igetAl Viro2018-08-061-16/+13
| * | btrfs: lift make_bad_inode into btrfs_igetAl Viro2018-08-061-2/+2
| * | btrfs: simplify IS_ERR/PTR_ERR checksAl Viro2018-08-062-4/+3
| * | btrfs: btrfs_iget never returns an is_bad_inode inodeAl Viro2018-08-063-14/+3
| * | btrfs: replace: Reset on-disk dev stats value after replaceMisono Tomohiro2018-08-061-0/+6
| * | btrfs: extent-tree: Remove unused __btrfs_free_block_rsvMisono Tomohiro2018-08-062-6/+0
| * | btrfs: backref: Use ERR_CAST to return error codeMisono Tomohiro2018-08-061-1/+1
| * | btrfs: Remove redundant btrfs_release_path from btrfs_unlink_subvolLu Fengqi2018-08-061-1/+0
| * | btrfs: Remove root parameter from btrfs_unlink_subvolLu Fengqi2018-08-061-15/+10
| * | btrfs: Remove fs_info from btrfs_add_root_refLu Fengqi2018-08-065-14/+10
| * | btrfs: Remove fs_info from btrfs_del_root_refLu Fengqi2018-08-063-14/+10
| * | btrfs: Remove fs_info from btrfs_del_rootLu Fengqi2018-08-065-6/+6
| * | btrfs: Remove fs_info from btrfs_delete_delayed_dir_indexLu Fengqi2018-08-063-6/+5
| * | btrfs: Remove fs_info from btrfs_insert_delayed_dir_indexLu Fengqi2018-08-063-6/+3
| * | btrfs: extent-tree: remove unused member walk_control::for_relocDavid Sterba2018-08-061-3/+0
| * | Btrfs: fix send failure when root has deleted files still openFilipe Manana2018-08-061-8/+129
| * | Btrfs: fix mount failure after fsync due to hard link recreationFilipe Manana2018-08-061-0/+66
OpenPOWER on IntegriCloud