summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2016-05-16Merge branch 'foreign/anand/dev-del-by-id-ext' into for-chris-4.7-20160516David Sterba5-241/+310
2016-05-16Merge branch 'cleanups-4.7' into for-chris-4.7-20160516David Sterba15-190/+176
2016-05-16btrfs: fix memory leak during RAID 5/6 device replacementScott Talbert1-0/+2
2016-05-12btrfs: build fixup for qgroup_account_snapshotDavid Sterba1-0/+5
2016-05-12btrfs: qgroup: Fix qgroup accounting when creating snapshotQu Wenruo1-24/+105
2016-05-10Btrfs: fix fspath error deallocationVincent Stehlé1-1/+1
2016-05-10btrfs: make find_workspace warn if there are no workspacesDavid Sterba1-0/+14
2016-05-10btrfs: make find_workspace always succeedDavid Sterba1-8/+12
2016-05-10btrfs: preallocate compression workspacesDavid Sterba1-0/+16
2016-05-10btrfs: rename and document compression workspace membersDavid Sterba1-16/+19
2016-05-10btrfs: GFP_NOFS does not GFP_HIGHMEMDavid Sterba3-4/+4
2016-05-10btrfs: switch to common message helpers in open_ctree, adjust messagesDavid Sterba1-52/+50
2016-05-09btrfs: fix int32 overflow in shrink_delalloc().Adam Borowski1-1/+1
2016-05-06btrfs: don't force mounts to wait for cleaner_kthread to delete one or more s...Zygo Blaxell1-3/+15
2016-05-06btrfs: ioctl: reorder exclusive op check in RM_DEVDavid Sterba1-12/+11
2016-05-06btrfs: add write protection to SET_FEATURES ioctlDavid Sterba1-3/+13
2016-05-06btrfs: fix lock dep warning move scratch super outside of chunk_mutexAnand Jain1-4/+5
2016-05-06btrfs: Fix BUG_ON condition in scrub_setup_recheck_block()Ashish Samant1-1/+1
2016-05-06Btrfs: remove BUG_ON()'s in btrfs_map_blockJosef Bacik1-2/+16
2016-05-06Btrfs: fix divide error upon chunk's stripe_lenLiu Bo3-3/+3
2016-05-06btrfs: sysfs: protect reading label by lockDavid Sterba1-1/+7
2016-05-06btrfs: add check to sysfs handler of labelDavid Sterba1-0/+3
2016-05-06btrfs: add read-only check to sysfs handler of featuresDavid Sterba1-0/+3
2016-05-06btrfs: reuse existing variable in scrub_stripe, reduce stack usageDavid Sterba1-10/+9
2016-05-06btrfs: use dynamic allocation for root item in create_subvolDavid Sterba1-28/+37
2016-05-06btrfs: clone: use vmalloc only as fallback for nodesize buferDavid Sterba1-5/+8
2016-05-06btrfs: send: use vmalloc only as fallback for clone_sources_tmpDavid Sterba1-5/+8
2016-05-06btrfs: send: use vmalloc only as fallback for clone_rootsDavid Sterba1-4/+7
2016-05-06btrfs: send: use temporary variable to store allocation sizeDavid Sterba1-6/+8
2016-05-06btrfs: send: use vmalloc only as fallback for read_bufDavid Sterba1-4/+7
2016-05-06btrfs: send: use vmalloc only as fallback for send_bufDavid Sterba1-4/+7
2016-05-06btrfs: fix lock dep warning, move scratch dev out of device_list_mutex and uu...Anand Jain1-5/+12
2016-05-06btrfs: send: silence an integer overflow warningDan Carpenter1-0/+6
2016-05-06btrfs: avoid overflowing f_bfreeLuis de Bethencourt1-1/+5
2016-05-06btrfs: fix mixed block count of available spaceLuis de Bethencourt1-3/+13
2016-05-06btrfs: allow balancing to dup with multi-deviceAustin S. Hemmelgarn1-4/+2
2016-05-06btrfs: ioctl: reorder exclusive op check in RM_DEVDavid Sterba1-12/+11
2016-05-06btrfs: kill unused writepage_io_hook callbackDavid Sterba2-24/+16
2016-05-04btrfs: cleanup assigning next active device with a checkAnand Jain3-22/+48
2016-05-04btrfs: s_bdev is not null after missing replaceAnand Jain2-3/+6
2016-05-02btrfs: pass the right error code to the btrfs_std_errorAnand Jain1-2/+2
2016-04-28btrfs: refactor btrfs_dev_replace_start for reuseAnand Jain3-23/+41
2016-04-28btrfs: use fs_info directlyAnand Jain1-4/+4
2016-04-28btrfs: rename flags for vol args v2David Sterba1-4/+4
2016-04-28btrfs: rename btrfs_find_device_by_user_inputDavid Sterba3-10/+13
2016-04-28btrfs: use existing device constraints table btrfs_raid_arrayDavid Sterba1-14/+9
2016-04-28btrfs: introduce raid-type to error-code table, for minimum device constraintDavid Sterba2-1/+16
2016-04-28btrfs: pass number of devices to btrfs_check_raid_min_devicesDavid Sterba1-15/+20
2016-04-28btrfs: rename __check_raid_min_devicesDavid Sterba1-2/+2
2016-04-28btrfs: optimize check for stale deviceAnand Jain1-1/+2