summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-05-2748-183/+205
|\ \ \ \
| * | | | switch ->setxattr() to passing dentry and inode separatelyAl Viro2016-05-2714-35/+43
| * | | | switch xattr_handler->set() to passing dentry and inode separatelyAl Viro2016-05-2732-130/+150
| * | | | restore killability of old mutex_lock_killable(&inode->i_mutex) usersAl Viro2016-05-263-20/+14
* | | | | Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-05-275-107/+38
|\ \ \ \ \
| * | | | | ovl: Do d_type check only if work dir creation was successfulVivek Goyal2016-05-271-8/+11
| * | | | | ovl: override creds with the ones from the superblock mounterAntonio Murdaca2016-05-275-99/+27
* | | | | | 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
* | | | | | | mm: remove more IS_ERR_VALUE abusesLinus Torvalds2016-05-272-17/+12
* | | | | | | remove lots of IS_ERR_VALUE abusesArnd Bergmann2016-05-273-13/+12
* | | | | | | direct-io: fix direct write stale data exposure from concurrent buffered readEryu Guan2016-05-271-7/+7
* | | | | | | ocfs2: bump up o2cb network protocol versionJunxiao Bi2016-05-271-1/+4
* | | | | | | ocfs2: o2hb: fix hb hung timeJunxiao Bi2016-05-271-1/+1
* | | | | | | ocfs2: o2hb: don't negotiate if last hb failJunxiao Bi2016-05-271-0/+10
* | | | | | | ocfs2: o2hb: add some user/debug logJunxiao Bi2016-05-271-7/+32
* | | | | | | ocfs2: o2hb: add NEGOTIATE_APPROVE messageJunxiao Bi2016-05-271-1/+27
* | | | | | | ocfs2: o2hb: add NEGO_TIMEOUT messageJunxiao Bi2016-05-271-1/+65
* | | | | | | ocfs2: o2hb: add negotiate timerJunxiao Bi2016-05-271-4/+47
* | | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-05-261-6/+1
|\ \ \ \ \ \ \
| * | | | | | | ocfs2: fix improper handling of return errnoEric Ren2016-05-261-6/+1
* | | | | | | | Merge tag 'dax-locking-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2016-05-262-171/+422
|\ \ \ \ \ \ \ \
| * | | | | | | | dax: Remove i_mmap_lock protectionJan Kara2016-05-191-19/+5
| * | | | | | | | dax: Use radix tree entry lock to protect cow faultsJan Kara2016-05-191-7/+5
| * | | | | | | | dax: New fault lockingJan Kara2016-05-191-146/+407
| * | | | | | | | dax: Define DAX lock bit for radix tree exceptional entryJan Kara2016-05-191-6/+11
| * | | | | | | | dax: Make huge page handling depend of CONFIG_BROKENJan Kara2016-05-192-1/+2
| * | | | | | | | dax: Fix condition for filling of PMD holesJan Kara2016-05-191-1/+1
* | | | | | | | | Merge tag 'dax-misc-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-05-2610-274/+173
|\| | | | | | | |
| * | | | | | | | dax: fix a comment in dax_zero_page_range and dax_truncate_pageVishal Verma2016-05-181-12/+0
| * | | | | | | | dax: for truncate/hole-punch, do zeroing through the driver if possibleVishal Verma2016-05-181-5/+25
| * | | | | | | | dax: export a low-level __dax_zero_page_range helperChristoph Hellwig2016-05-181-15/+20