summaryrefslogtreecommitdiffstats
path: root/fs/btrfs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'ovl-update-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-08-222-9/+7Star
|\
| * vfs: dedupe: rationalize argsMiklos Szeredi2018-07-062-5/+7
| * vfs: dedupe: return intMiklos Szeredi2018-07-062-9/+5Star
* | btrfs: readpages() should submit IO as read-aheadJens Axboe2018-08-181-1/+1
* | Merge tag 'for-4.19-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds2018-08-1446-2939/+1816Star
|\ \
| * | 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/+12Star
| * | btrfs: simplify btrfs_igetAl Viro2018-08-061-16/+13Star
| * | btrfs: lift make_bad_inode into btrfs_igetAl Viro2018-08-061-2/+2
| * | btrfs: simplify IS_ERR/PTR_ERR checksAl Viro2018-08-062-4/+3Star
| * | btrfs: btrfs_iget never returns an is_bad_inode inodeAl Viro2018-08-063-14/+3Star
| * | 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/+0Star
| * | 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/+0Star
| * | btrfs: Remove root parameter from btrfs_unlink_subvolLu Fengqi2018-08-061-15/+10Star
| * | btrfs: Remove fs_info from btrfs_add_root_refLu Fengqi2018-08-065-14/+10Star
| * | btrfs: Remove fs_info from btrfs_del_root_refLu Fengqi2018-08-063-14/+10Star
| * | 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/+5Star
| * | btrfs: Remove fs_info from btrfs_insert_delayed_dir_indexLu Fengqi2018-08-063-6/+3Star
| * | btrfs: extent-tree: remove unused member walk_control::for_relocDavid Sterba2018-08-061-3/+0Star
| * | 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
| * | btrfs: don't leak ret from do_chunk_allocJosef Bacik2018-08-061-1/+1
| * | btrfs: merge free_fs_root helpersDavid Sterba2018-08-061-11/+5Star
| * | btrfs: constify strings passed to assertion helperDavid Sterba2018-08-061-1/+1
| * | btrfs: dev-replace: remove unused members of btrfs_dev_replaceDavid Sterba2018-08-062-4/+0Star
| * | btrfs: remove unused member btrfs_root::nameDavid Sterba2018-08-062-3/+0Star
| * | btrfs: allow defrag on a file opened read-only that has rw permissionsAdam Borowski2018-08-061-2/+8
| * | Btrfs: fix btrfs_write_inode vs delayed iput deadlockJosef Bacik2018-08-062-27/+0Star
| * | btrfs: Remove fs_info from btrfs_finish_chunk_allocNikolay Borisov2018-08-063-13/+9Star
| * | btrfs: Remove fs_info form btrfs_free_chunkNikolay Borisov2018-08-061-3/+3
| * | btrfs: Remove fs_info from btrfs_destroy_dev_replace_tgtdevNikolay Borisov2018-08-063-8/+6Star
| * | btrfs: Remove fs_info from btrfs_assign_next_active_deviceNikolay Borisov2018-08-063-7/+8
| * | btrfs: remove fs_info argument from update_dev_stat_itemNikolay Borisov2018-08-061-2/+2
| * | btrfs: Remove fs_info from btrfs_rm_dev_replace_remove_srcdevNikolay Borisov2018-08-063-6/+4Star
| * | btrfs: Remove fs_info argument from btrfs_add_dev_itemNikolay Borisov2018-08-061-6/+4Star
| * | btrfs: extent-tree: Remove dead alignment checkQu Wenruo2018-08-061-2/+1Star
| * | Btrfs: remove unused key assignment when doing a full sendFilipe Manana2018-08-061-7/+2Star
| * | btrfs: drop extent_io_ops::set_range_writeback callbackDavid Sterba2018-08-065-15/+4Star
| * | btrfs: drop extent_io_ops::merge_bio_hook callbackDavid Sterba2018-08-065-17/+7Star
| * | btrfs: drop extent_io_ops::tree_fs_info callbackDavid Sterba2018-08-064-25/+4Star
| * | btrfs: unify end_io callbacks of async_submit_bioDavid Sterba2018-08-064-35/+9Star
| * | btrfs: remove unused member async_submit_bio::bio_flagsDavid Sterba2018-08-061-2/+0Star