summaryrefslogtreecommitdiffstats
path: root/fs/btrfs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-05-2128-1788/+1530Star
|\
| * Merge branch 'for-chris-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Chris Mason2016-05-1712-134/+608
| |\
| | * Btrfs: add semaphore to synchronize direct IO writes with fsyncFilipe Manana2016-05-133-118/+77Star
| | * Btrfs: fix race between block group relocation and nocow writesFilipe Manana2016-05-134-1/+81
| | * Btrfs: fix race between fsync and direct IO writes for prealloc extentsFilipe Manana2016-05-131-6/+37
| | * Btrfs: fix number of transaction units for renames with whiteoutFilipe Manana2016-05-131-1/+8
| | * Btrfs: pin logs earlier when doing a rename exchange operationFilipe Manana2016-05-131-4/+4
| | * Btrfs: unpin logs if rename exchange operation failsFilipe Manana2016-05-131-2/+36
| | * Btrfs: fix inode leak on failure to setup whiteout inode in renameFilipe Manana2016-05-131-6/+6
| | * btrfs: add support for RENAME_EXCHANGE and RENAME_WHITEOUTDan Fuhry2016-05-131-7/+257
| | * Btrfs: pin log earlier when renamingFilipe Manana2016-05-131-9/+2Star
| | * Btrfs: unpin log if rename operation failsFilipe Manana2016-05-131-1/+27
| | * Btrfs: don't do unnecessary delalloc flushes when relocatingFilipe Manana2016-05-134-7/+79
| | * Btrfs: don't wait for unrelated IO to finish before relocationFilipe Manana2016-05-138-19/+38
| | * Btrfs: fix empty symlink after creating symlink and fsync parent dirFilipe Manana2016-05-131-1/+1
| | * Btrfs: fix for incorrect directory entries after fsync log replayFilipe Manana2016-05-131-5/+8
| * | Merge branch 'foreign/jeffm/uapi' into for-chris-4.7-20160516David Sterba2016-05-162-1059/+1Star
| |\ \
| | * | btrfs: uapi/linux/btrfs_tree.h migration, item types and definesJeff Mahoney2016-04-281-948/+1Star
| | * | btrfs: uapi/linux/btrfs.h migration, move struct btrfs_ioctl_defrag_range_argsJeff Mahoney2016-04-281-31/+0Star
| | * | btrfs: uapi/linux/btrfs.h migration, move balance flagsJeff Mahoney2016-04-281-46/+0Star
| | * | btrfs: uapi/linux/btrfs.h migration, move feature flagsJeff Mahoney2016-04-281-25/+0Star
| | * | btrfs: uapi/linux/btrfs.h migration, qgroup limit flagsJeff Mahoney2016-04-281-8/+0Star
| | * | btrfs: uapi/linux/btrfs.h migration, move BTRFS_LABEL_SIZEJeff Mahoney2016-04-281-1/+0Star
| | |/
| * | Merge branch 'foreign/anand/dev-del-by-id-ext' into for-chris-4.7-20160516David Sterba2016-05-165-241/+310
| |\ \
| | * | btrfs: cleanup assigning next active device with a checkAnand Jain2016-05-043-22/+48
| | * | btrfs: s_bdev is not null after missing replaceAnand Jain2016-05-042-3/+6
| | * | btrfs: refactor btrfs_dev_replace_start for reuseAnand Jain2016-04-283-23/+41
| | * | btrfs: use fs_info directlyAnand Jain2016-04-281-4/+4
| | * | btrfs: rename flags for vol args v2David Sterba2016-04-281-4/+4
| | * | btrfs: rename btrfs_find_device_by_user_inputDavid Sterba2016-04-283-10/+13
| | * | btrfs: use existing device constraints table btrfs_raid_arrayDavid Sterba2016-04-281-14/+9Star
| | * | btrfs: introduce raid-type to error-code table, for minimum device constraintDavid Sterba2016-04-282-1/+16
| | * | btrfs: pass number of devices to btrfs_check_raid_min_devicesDavid Sterba2016-04-281-15/+20
| | * | btrfs: rename __check_raid_min_devicesDavid Sterba2016-04-281-2/+2
| | * | btrfs: optimize check for stale deviceAnand Jain2016-04-281-1/+2
| | * | 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/+13Star
| | * | btrfs: enhance btrfs_find_device_by_user_input() to check device pathAnand Jain2016-04-282-4/+3Star
| | * | btrfs: make use of btrfs_find_device_by_user_input()Anand Jain2016-04-281-63/+37Star
| | * | 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/+19Star
| | * | 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/+176Star
| |\ \
| | * | 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/+50Star
| | * | btrfs: ioctl: reorder exclusive op check in RM_DEVDavid Sterba2016-05-061-12/+11Star
| | * | btrfs: kill unused writepage_io_hook callbackDavid Sterba2016-05-062-24/+16Star
| | * | 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