summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | btrfs: introduce device delete by devidAnand Jain2016-04-283-4/+60
| * | | btrfs: make use of btrfs_scratch_superblocks() in btrfs_rm_device()Anand Jain2016-04-281-64/+13
| * | | btrfs: enhance btrfs_find_device_by_user_input() to check device pathAnand Jain2016-04-282-4/+3
| * | | btrfs: make use of btrfs_find_device_by_user_input()Anand Jain2016-04-281-63/+37
| * | | btrfs: create helper btrfs_find_device_by_user_input()Anand Jain2016-04-283-23/+23
| * | | btrfs: clean up and optimize __check_raid_min_device()Anand Jain2016-04-281-24/+19
| * | | btrfs: create helper function __check_raid_min_devices()Anand Jain2016-04-281-19/+32
| * | | btrfs: create a helper function to read the disk superAnand Jain2016-04-281-35/+52
| |/ /
* | | Merge branch 'cleanups-4.7' into for-chris-4.7-20160516David Sterba2016-05-1615-190/+176
|\ \ \
| * | | btrfs: GFP_NOFS does not GFP_HIGHMEMDavid Sterba2016-05-103-4/+4
| * | | btrfs: switch to common message helpers in open_ctree, adjust messagesDavid Sterba2016-05-101-52/+50
| * | | btrfs: ioctl: reorder exclusive op check in RM_DEVDavid Sterba2016-05-061-12/+11
| * | | btrfs: kill unused writepage_io_hook callbackDavid Sterba2016-05-062-24/+16
| * | | btrfs: pass the right error code to the btrfs_std_errorAnand Jain2016-05-021-2/+2
| * | | btrfs: fix typos in commentsLuis de Bethencourt2016-04-281-7/+7
| * | | Btrfs: Refactor btrfs_lock_cluster() to kill compiler warningGeert Uytterhoeven2016-04-281-21/+20
| * | | btrfs: remove save_error_info()Anand Jain2016-04-281-10/+6
| * | | btrfs: Simplify conditions about compress while mapping btrfs flags to inode ...Satoru Takeuchi2016-04-281-3/+3
| * | | btrfs: move error handling code together in ctree.hAnand Jain2016-04-281-38/+40
| * | | btrfs: remove unused function btrfs_assert()Anand Jain2016-04-281-1/+0
| * | | btrfs: rename btrfs_std_error to btrfs_handle_fs_errorAnand Jain2016-04-2812-31/+31
| |/ /
* | | btrfs: fix memory leak during RAID 5/6 device replacementScott Talbert2016-05-161-0/+2
* | | btrfs: build fixup for qgroup_account_snapshotDavid Sterba2016-05-121-0/+5
* | | btrfs: qgroup: Fix qgroup accounting when creating snapshotQu Wenruo2016-05-121-24/+105
* | | Btrfs: fix fspath error deallocationVincent Stehlé2016-05-101-1/+1
* | | btrfs: make find_workspace warn if there are no workspacesDavid Sterba2016-05-101-0/+14
* | | btrfs: make find_workspace always succeedDavid Sterba2016-05-101-8/+12
* | | btrfs: preallocate compression workspacesDavid Sterba2016-05-101-0/+16
* | | btrfs: rename and document compression workspace membersDavid Sterba2016-05-101-16/+19
* | | btrfs: fix int32 overflow in shrink_delalloc().Adam Borowski2016-05-091-1/+1
* | | btrfs: don't force mounts to wait for cleaner_kthread to delete one or more s...Zygo Blaxell2016-05-061-3/+15
* | | btrfs: ioctl: reorder exclusive op check in RM_DEVDavid Sterba2016-05-061-12/+11
* | | btrfs: add write protection to SET_FEATURES ioctlDavid Sterba2016-05-061-3/+13
* | | btrfs: fix lock dep warning move scratch super outside of chunk_mutexAnand Jain2016-05-061-4/+5
* | | btrfs: Fix BUG_ON condition in scrub_setup_recheck_block()Ashish Samant2016-05-061-1/+1
* | | Btrfs: remove BUG_ON()'s in btrfs_map_blockJosef Bacik2016-05-061-2/+16
* | | Btrfs: fix divide error upon chunk's stripe_lenLiu Bo2016-05-063-3/+3
* | | btrfs: sysfs: protect reading label by lockDavid Sterba2016-05-061-1/+7
* | | btrfs: add check to sysfs handler of labelDavid Sterba2016-05-061-0/+3
* | | btrfs: add read-only check to sysfs handler of featuresDavid Sterba2016-05-061-0/+3
* | | btrfs: reuse existing variable in scrub_stripe, reduce stack usageDavid Sterba2016-05-061-10/+9
* | | btrfs: use dynamic allocation for root item in create_subvolDavid Sterba2016-05-061-28/+37
* | | btrfs: clone: use vmalloc only as fallback for nodesize buferDavid Sterba2016-05-061-5/+8
* | | btrfs: send: use vmalloc only as fallback for clone_sources_tmpDavid Sterba2016-05-061-5/+8
* | | btrfs: send: use vmalloc only as fallback for clone_rootsDavid Sterba2016-05-061-4/+7
* | | btrfs: send: use temporary variable to store allocation sizeDavid Sterba2016-05-061-6/+8
* | | btrfs: send: use vmalloc only as fallback for read_bufDavid Sterba2016-05-061-4/+7
* | | btrfs: send: use vmalloc only as fallback for send_bufDavid Sterba2016-05-061-4/+7
* | | btrfs: fix lock dep warning, move scratch dev out of device_list_mutex and uu...Anand Jain2016-05-061-5/+12
* | | btrfs: send: silence an integer overflow warningDan Carpenter2016-05-061-0/+6