summaryrefslogtreecommitdiffstats
path: root/fs/btrfs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-05-272-18/+12
|\
| * switch xattr_handler->set() to passing dentry and inode separatelyAl Viro2016-05-271-7/+5
| * restore killability of old mutex_lock_killable(&inode->i_mutex) usersAl Viro2016-05-261-11/+7
* | Merge branch 'for-linus-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-05-2736-210/+219
|\ \ | |/ |/|
| * Btrfs: fix handling of faults from btrfs_copy_from_userChris Mason2016-05-261-10/+17
| * Merge branch 'cleanups-4.7' into for-chris-4.7-20160525David Sterba2016-05-2536-196/+193
| |\
| | * btrfs: fix string and comment grammatical issues and typosNicholas D Steeves2016-05-2533-105/+106
| | * btrfs: sink gfp parameter to convert_extent_bitDavid Sterba2016-04-293-8/+8
| | * btrfs: make state preallocation more speculative in __set_extent_bitDavid Sterba2016-04-291-1/+7
| | * btrfs: untangle gotos a bit in convert_extent_bitDavid Sterba2016-04-291-9/+7
| | * btrfs: untangle gotos a bit in __clear_extent_bitDavid Sterba2016-04-291-8/+8
| | * btrfs: untangle gotos a bit in __set_extent_bitDavid Sterba2016-04-291-8/+7
| | * btrfs: sink gfp parameter to set_record_extent_bitsDavid Sterba2016-04-293-7/+4
| | * btrfs: sink gfp parameter to set_extent_newDavid Sterba2016-04-292-3/+4
| | * btrfs: sink gfp parameter to set_extent_defragDavid Sterba2016-04-292-3/+3
| | * btrfs: sink gfp parameter to set_extent_delallocDavid Sterba2016-04-293-6/+6
| | * btrfs: sink gfp parameter to clear_extent_dirtyDavid Sterba2016-04-293-4/+4
| | * btrfs: sink gfp parameter to clear_record_extent_bitsDavid Sterba2016-04-293-8/+5
| | * btrfs: sink gfp parameter to clear_extent_bitsDavid Sterba2016-04-299-16/+15
| | * btrfs: sink gfp parameter to set_extent_bitsDavid Sterba2016-04-296-11/+10
| * | btrfs: scrub: Set bbio to NULL before calling btrfs_map_blockZhao Lei2016-05-251-1/+2
| * | Btrfs: fix unexpected return value of fiemapLiu Bo2016-05-251-1/+5
| * | Btrfs: free sys_array eb as soon as possibleLiu Bo2016-05-251-2/+2
* | | Merge branch 'for-linus-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-05-2128-1788/+1530
|\ \ \ | |/ /
| * | 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/+77
| | * | 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/+2
| | * | 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/+1
| |\ \
| | * | btrfs: uapi/linux/btrfs_tree.h migration, item types and definesJeff Mahoney2016-04-281-948/+1
| | * | btrfs: uapi/linux/btrfs.h migration, move struct btrfs_ioctl_defrag_range_argsJeff Mahoney2016-04-281-31/+0
| | * | btrfs: uapi/linux/btrfs.h migration, move balance flagsJeff Mahoney2016-04-281-46/+0
| | * | btrfs: uapi/linux/btrfs.h migration, move feature flagsJeff Mahoney2016-04-281-25/+0
| | * | btrfs: uapi/linux/btrfs.h migration, qgroup limit flagsJeff Mahoney2016-04-281-8/+0
| | * | btrfs: uapi/linux/btrfs.h migration, move BTRFS_LABEL_SIZEJeff Mahoney2016-04-281-1/+0
| | |/
| * | 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
OpenPOWER on IntegriCloud