summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-05-174-16/+34
|\
| * fs: add RWF_DSYNC aand RWF_SYNCChristoph Hellwig2016-05-011-0/+2
| * fs: simplify the generic_write_sync prototypeChristoph Hellwig2016-05-011-6/+18
| * fs: add IOCB_SYNC and IOCB_DSYNCChristoph Hellwig2016-05-011-4/+10
| * direct-io: eliminate the offset argument to ->direct_IOChristoph Hellwig2016-05-013-9/+7
| * filemap: remove the pos argument to generic_file_direct_writeChristoph Hellwig2016-05-011-1/+1
* | Merge branch 'work.const-path' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-05-173-44/+44
|\ \
| * | constify security_sb_pivotroot()Al Viro2016-03-282-4/+4
| * | constify security_path_chroot()Al Viro2016-03-282-3/+3
| * | constify security_path_{link,rename}Al Viro2016-03-282-9/+9
| * | constify security_path_{mkdir,mknod,symlink}Al Viro2016-03-282-9/+9
| * | constify security_path_{unlink,rmdir}Al Viro2016-03-282-6/+6
| * | constify chmod_common/security_path_chmodAl Viro2016-03-282-3/+3
| * | constify security_sb_mount()Al Viro2016-03-282-3/+3
| * | constify chown_common/security_path_chownAl Viro2016-03-282-3/+3
| * | constify vfs_truncate()Al Viro2016-03-281-1/+1
| * | constify security_path_truncate()Al Viro2016-03-282-3/+3
* | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2016-05-171-0/+2
|\ \ \
| * | | udf: Export superblock magic to userspaceJan Kara2016-04-281-0/+2
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-05-178-24/+93
|\ \ \ \
| * \ \ \ Merge branch 'ovl-fixes' into for-linusAl Viro2016-05-1754-242/+401
| |\ \ \ \
| * | | | | ext4: switch to ->iterate_shared()Al Viro2016-05-121-0/+7
| * | | | | nfs: per-name sillyunlink exclusionAl Viro2016-05-092-10/+5
| * | | | | Merge branch 'for-linus' into work.lookupsAl Viro2016-05-021-0/+1
| |\ \ \ \ \
| * | | | | | introduce a parallel variant of ->iterate()Al Viro2016-05-021-0/+1
| * | | | | | give readdir(2)/getdents(2)/etc. uniform exclusion with lseek()Al Viro2016-05-021-0/+13
| * | | | | | parallel lookups: actual switch to rwsemAl Viro2016-05-021-6/+21
| * | | | | | parallel lookups machinery, part 4 (and last)Al Viro2016-05-021-2/+6
| * | | | | | parallel lookups machinery, part 3Al Viro2016-05-021-0/+2
| * | | | | | parallel lookups machinery, part 2Al Viro2016-05-021-0/+1
| * | | | | | beginning of transition to parallel lookups - marking in-lookup dentriesAl Viro2016-05-021-0/+18
| * | | | | | Merge getxattr prototype change into work.lookupsAl Viro2016-05-024-7/+20
| |\ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| | * | | | | ->getxattr(): pass dentry and inode as separate argumentsAl Viro2016-04-112-2/+3
| | * | | | | xattr_handler: pass dentry and inode as separate arguments of ->get()Al Viro2016-04-101-1/+2
| | * | | | | don't bother with ->d_inode->i_sb - it's always equal to ->d_sbAl Viro2016-04-101-3/+3
| | * | | | | posix_acl: Unexport acl_by_type and make it staticAndreas Gruenbacher2016-03-311-1/+0
| | * | | | | posix_acl: Inode acl caching fixesAndreas Gruenbacher2016-03-311-0/+12
| | | |_|_|/ | | |/| | |
* | | | | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-05-175-6/+80
|\ \ \ \ \ \
| * | | | | | irqchip/gic-v3: Remove inexistant register definitionMarc Zyngier2016-05-111-2/+0
| * | | | | | irqchip: Add per-cpu interrupt partitioning libraryMarc Zyngier2016-05-021-0/+59
| * | | | | | genirq: Allow the affinity of a percpu interrupt to be set/retrievedMarc Zyngier2016-05-022-0/+5
| * | | | | | irqdomain: Allow domain matching on irq_fwspecMarc Zyngier2016-05-021-1/+14
| * | | | | | genirq: Add error code reporting to irq_{reserve,destroy}_ipiMatt Redfearn2016-05-021-3/+2
| * | | | | | genirq: Make irq_destroy_ipi take a cpumask of IPIs to destroyMatt Redfearn2016-05-021-1/+1
* | | | | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-05-174-7/+36
|\ \ \ \ \ \ \
| * | | | | | | time: Introduce do_sys_settimeofday64()Baolin Wang2016-04-221-2/+15
| * | | | | | | security: Introduce security_settime64()Baolin Wang2016-04-222-5/+20
| * | | | | | | clocksource: Add missing include of of.h.David Lechner2016-04-221-0/+1
* | | | | | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2016-05-175-10/+38
|\ \ \ \ \ \ \ \
| * | | | | | | | crypto: ccp - Register the CCP as a DMA resourceGary R Hook2016-04-201-2/+34