summaryrefslogtreecommitdiffstats
path: root/fs/btrfs
Commit message (Expand)AuthorAgeFilesLines
...
* Btrfs: clean up scrub is_dev_replace parameterOmar Sandoval2018-10-151-14/+9
* btrfs: add helper to obtain number of devices with ongoing dev-replaceAnand Jain2018-10-151-14/+21
* btrfs: add assertions where number of devices could go below 0Anand Jain2018-10-151-2/+2
* btrfs: remove unneeded NULL checks before kfreezhong jiang2018-10-151-4/+2
* Btrfs: do not unnecessarily pass write_lock_level when processing leafLiu Bo2018-10-151-1/+1
* btrfs: Remove 'objectid' member from struct btrfs_rootMisono Tomohiro2018-10-1516-46/+50
* btrfs: remove a useless return statement in btrfs_block_rsv_addLu Fengqi2018-10-151-3/+1
* btrfs: Remove root parameter from btrfs_insert_dir_itemLu Fengqi2018-10-155-14/+10
* btrfs: switch update_size to bool in btrfs_block_rsv_migrate and btrfs_rsv_ad...Lu Fengqi2018-10-156-17/+17
* btrfs: simplify the send_in_progress check in btrfs_delete_subvolumeLu Fengqi2018-10-151-6/+5
* 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
| * | btrfs: don't leak ret from do_chunk_allocJosef Bacik2018-08-061-1/+1
| * | btrfs: merge free_fs_root helpersDavid Sterba2018-08-061-11/+5
| * | btrfs: constify strings passed to assertion helperDavid Sterba2018-08-061-1/+1