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-1822-563/+338
|\
| * btrfs: Switch to generic xattr handlersAndreas Gruenbacher2016-05-173-30/+11
| * ubifs: Switch to generic xattr handlersAndreas Gruenbacher2016-05-175-90/+79
| * jfs: Switch to generic xattr handlersAndreas Gruenbacher2016-05-125-116/+84
| * jfs: Clean up xattr name mappingAndreas Gruenbacher2016-05-121-55/+25
| * gfs2: Switch to generic xattr handlersAl Viro2016-05-124-88/+99
| * ceph: kill __ceph_removexattr()Yan, Zheng2016-04-231-126/+0
| * ceph: Switch to generic xattr handlersAndreas Gruenbacher2016-04-234-52/+38
| * ceph: Get rid of d_find_alias in ceph_set_aclAndreas Gruenbacher2016-04-234-33/+29
* | Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2016-05-1810-69/+121
|\ \
| * | remove directory incorrectly tries to set delete on close on non-empty direct...Steve French2016-05-174-2/+25
| * | Update cifs.ko version to 2.09Steve French2016-05-171-1/+1
| * | fs/cifs: correctly to anonymous authentication for the NTLM(v2) authenticationStefan Metzmacher2016-05-171-14/+18
| * | fs/cifs: correctly to anonymous authentication for the NTLM(v1) authenticationStefan Metzmacher2016-05-171-18/+23
| * | fs/cifs: correctly to anonymous authentication for the LANMAN authenticationStefan Metzmacher2016-05-171-12/+16
| * | fs/cifs: correctly to anonymous authentication via NTLMSSPStefan Metzmacher2016-05-171-12/+20
| * | cifs: remove any preceding delimiter from prefix_pathSachin Prabhu2016-05-172-3/+11
| * | cifs: Use file_dentry()Goldwyn Rodrigues2016-05-172-4/+4
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2016-05-174-6/+6
|\ \ \
| * | | treewide: Fix typos in printkMasanari Iida2016-04-181-1/+1
| * | | Merge branch 'master' into for-nextJiri Kosina2016-04-18854-21933/+45899
| |\ \ \
| * | | | Doc: treewide : Fix typos in DocBook/filesystem.xmlMasanari Iida2016-04-183-5/+5
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2016-05-174-15/+35
|\ \ \ \ \
| * \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-05-1516-106/+233
| |\ \ \ \ \
| * \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-05-092-12/+16
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-05-047-13/+52
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-04-271-41/+12
| |\ \ \ \ \ \ \ \
| * | | | | | | | | fs/quota: use nla_put_u64_64bit()Nicolas Dichtel2016-04-261-5/+7
| * | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-04-239-64/+85
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | sock: tigthen lockdep checks for sock_owned_by_userHannes Frederic Sowa2016-04-131-2/+2
| * | | | | | | | | | rxrpc: Differentiate local and remote abort codes in structsDavid Howells2016-04-111-3/+11
| * | | | | | | | | | afs: Wait for outstanding async calls before closing rxrpc socketDavid Howells2016-04-111-3/+13
| * | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-04-09263-2402/+2752
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | rhashtable: accept GFP flags in rhashtable_walk_initBob Copeland2016-04-051-2/+2
* | | | | | | | | | | | Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-05-1737-185/+149
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | nfsd: use RWF_SYNCChristoph Hellwig2016-05-011-11/+7
| * | | | | | | | | | | | fs: add RWF_DSYNC aand RWF_SYNCChristoph Hellwig2016-05-011-1/+5
| * | | | | | | | | | | | ceph: use generic_write_syncChristoph Hellwig2016-05-011-6/+5
| * | | | | | | | | | | | fs: simplify the generic_write_sync prototypeChristoph Hellwig2016-05-0110-52/+26
| * | | | | | | | | | | | fs: add IOCB_SYNC and IOCB_DSYNCChristoph Hellwig2016-05-0111-11/+14
| * | | | | | | | | | | | direct-io: remove the offset argument to dio_completeChristoph Hellwig2016-05-011-5/+5
| * | | | | | | | | | | | direct-io: eliminate the offset argument to ->direct_IOChristoph Hellwig2016-05-0129-95/+85
| * | | | | | | | | | | | xfs: eliminate the pos variable in xfs_file_dio_aio_writeChristoph Hellwig2016-05-011-9/+8
| * | | | | | | | | | | | filemap: remove the pos argument to generic_file_direct_writeChristoph Hellwig2016-05-012-6/+5
* | | | | | | | | | | | | Merge branch 'work.const-path' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-05-172-4/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | constify security_path_{mkdir,mknod,symlink}Al Viro2016-03-281-1/+1
| * | | | | | | | | | | | | constify chmod_common/security_path_chmodAl Viro2016-03-281-1/+1
| * | | | | | | | | | | | | constify chown_common/security_path_chownAl Viro2016-03-281-1/+1
| * | | | | | | | | | | | | constify vfs_truncate()Al Viro2016-03-281-1/+1
* | | | | | | | | | | | | | Merge branch 'for-cifs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2016-05-175-220/+167
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
OpenPOWER on IntegriCloud