aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)AuthorFilesLines
2018-09-06Merge tag 'for-4.19-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 9-55/+197
2018-08-24btrfs: Fix suspicious RCU usage warning in btrfs_debug_in_rcuGravatar Misono Tomohiro 1-2/+9
2018-08-23btrfs: use after free in btrfs_quota_enableGravatar Dan Carpenter 1-3/+2
2018-08-23btrfs: btrfs_shrink_device should call commit transaction at the endGravatar Anand Jain 1-1/+6
2018-08-23btrfs: fix qgroup_free wrong num_bytes in btrfs_subvolume_reserve_metadataGravatar Lu Fengqi 1-9/+8
2018-08-23Btrfs: fix data corruption when deduplicating between different filesGravatar Filipe Manana 1-0/+19
2018-08-23Btrfs: sync log after logging new nameGravatar Filipe Manana 3-19/+131
2018-08-21Merge tag 'ovl-update-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 2-9/+7
2018-08-17btrfs: readpages() should submit IO as read-aheadGravatar Jens Axboe 1-1/+1
2018-08-17Btrfs: fix unexpected failure of nocow buffered writes after snapshotting whe...Gravatar Robbie Ko 4-21/+22
2018-08-13Merge tag 'for-4.19-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Gravatar Linus Torvalds 46-2939/+1816
2018-08-13Merge branch 'work.mkdir' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Gravatar Linus Torvalds 1-67/+39
2018-08-06btrfs: revert fs_devices state on error of btrfs_init_new_deviceGravatar Naohiro Aota 1-5/+24
2018-08-06btrfs: Exit gracefully when chunk map cannot be inserted to the treeGravatar Qu Wenruo 1-2/+6
2018-08-06btrfs: Introduce mount time chunk <-> dev extent mapping checkGravatar Qu Wenruo 3-0/+193
2018-08-06btrfs: Verify that every chunk has corresponding block group at mount timeGravatar Qu Wenruo 1-1/+57
2018-08-06btrfs: Check that each block group has corresponding chunk at mount timeGravatar Qu Wenruo 1-1/+27
2018-08-06Btrfs: send, fix incorrect file layout after hole punching beyond eofGravatar Filipe Manana 1-0/+9
2018-08-06btrfs: Use wrapper macro for rcu string to remove duplicate codeGravatar Misono Tomohiro 4-31/+12
2018-08-06btrfs: simplify btrfs_igetGravatar Al Viro 1-16/+13
2018-08-06btrfs: lift make_bad_inode into btrfs_igetGravatar Al Viro 1-2/+2
2018-08-06btrfs: simplify IS_ERR/PTR_ERR checksGravatar Al Viro 2-4/+3
2018-08-06btrfs: btrfs_iget never returns an is_bad_inode inodeGravatar Al Viro 3-14/+3
2018-08-06btrfs: replace: Reset on-disk dev stats value after replaceGravatar Misono Tomohiro 1-0/+6
2018-08-06btrfs: extent-tree: Remove unused __btrfs_free_block_rsvGravatar Misono Tomohiro 2-6/+0
2018-08-06btrfs: backref: Use ERR_CAST to return error codeGravatar Misono Tomohiro 1-1/+1
2018-08-06btrfs: Remove redundant btrfs_release_path from btrfs_unlink_subvolGravatar Lu Fengqi 1-1/+0
2018-08-06btrfs: Remove root parameter from btrfs_unlink_subvolGravatar Lu Fengqi 1-15/+10
2018-08-06btrfs: Remove fs_info from btrfs_add_root_refGravatar Lu Fengqi 5-14/+10
2018-08-06btrfs: Remove fs_info from btrfs_del_root_refGravatar Lu Fengqi 3-14/+10
2018-08-06btrfs: Remove fs_info from btrfs_del_rootGravatar Lu Fengqi 5-6/+6
2018-08-06btrfs: Remove fs_info from btrfs_delete_delayed_dir_indexGravatar Lu Fengqi 3-6/+5
2018-08-06btrfs: Remove fs_info from btrfs_insert_delayed_dir_indexGravatar Lu Fengqi 3-6/+3
2018-08-06btrfs: extent-tree: remove unused member walk_control::for_relocGravatar David Sterba 1-3/+0
2018-08-06Btrfs: fix send failure when root has deleted files still openGravatar Filipe Manana 1-8/+129
2018-08-06Btrfs: fix mount failure after fsync due to hard link recreationGravatar Filipe Manana 1-0/+66
2018-08-06btrfs: don't leak ret from do_chunk_allocGravatar Josef Bacik 1-1/+1
2018-08-06btrfs: merge free_fs_root helpersGravatar David Sterba 1-11/+5
2018-08-06btrfs: constify strings passed to assertion helperGravatar David Sterba 1-1/+1
2018-08-06btrfs: dev-replace: remove unused members of btrfs_dev_replaceGravatar David Sterba 2-4/+0
2018-08-06btrfs: remove unused member btrfs_root::nameGravatar David Sterba 2-3/+0
2018-08-06btrfs: allow defrag on a file opened read-only that has rw permissionsGravatar Adam Borowski 1-2/+8
2018-08-06Btrfs: fix btrfs_write_inode vs delayed iput deadlockGravatar Josef Bacik 2-27/+0
2018-08-06btrfs: Remove fs_info from btrfs_finish_chunk_allocGravatar Nikolay Borisov 3-13/+9
2018-08-06btrfs: Remove fs_info form btrfs_free_chunkGravatar Nikolay Borisov 1-3/+3
2018-08-06btrfs: Remove fs_info from btrfs_destroy_dev_replace_tgtdevGravatar Nikolay Borisov 3-8/+6
2018-08-06btrfs: Remove fs_info from btrfs_assign_next_active_deviceGravatar Nikolay Borisov 3-7/+8
2018-08-06btrfs: remove fs_info argument from update_dev_stat_itemGravatar Nikolay Borisov 1-2/+2
2018-08-06btrfs: Remove fs_info from btrfs_rm_dev_replace_remove_srcdevGravatar Nikolay Borisov 3-6/+4
2018-08-06btrfs: Remove fs_info argument from btrfs_add_dev_itemGravatar Nikolay Borisov 1-6/+4