summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* ocfs2/cluster: block BH in TCP callbacksEric Dumazet2016-05-191-8/+9
* Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2016-05-191-1/+1
|\
| * crash_dump: Add vmcore_elf32_check_archDaniel Wagner2016-05-131-1/+1
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2016-05-194-10/+25
|\ \
| * \ Merge tag 'keys-next-20160505' of git://git.kernel.org/pub/scm/linux/kernel/g...James Morris2016-05-062-2/+2
| |\ \
| | * | KEYS: Add a facility to restrict new links into a keyringDavid Howells2016-04-112-2/+2
| * | | ima: add support for creating files using the mknodat syscallMimi Zohar2016-05-011-0/+2
| * | | vfs: forbid write access when reading a file into memoryDmitry Kasatkin2016-05-011-8/+21
| |/ /
* | | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-05-185-62/+45Star
|\ \ \
| * | | coredump: only charge written data against RLIMIT_COREOmar Sandoval2016-05-121-3/+2Star
| * | | coredump: get rid of coredump_params->writtenOmar Sandoval2016-05-123-7/+5Star
| * | | ecryptfs_lookup(): try either only encrypted or plaintext nameAl Viro2016-03-311-35/+20Star
| * | | ecryptfs: avoid multiple aliases for directoriesAl Viro2016-03-311-20/+20
| * | | __d_alloc(): treat NULL name as QSTR("/", 1)Al Viro2016-03-281-6/+7
* | | | Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-05-182-21/+14Star
|\ \ \ \
| * \ \ \ Merge branch 'for-linus' into work.iov_iterAl Viro2016-04-042-4/+9
| |\ \ \ \
| * | | | | rw_verify_area(): saner calling conventionsAl Viro2016-04-041-19/+14Star
| * | | | | aio: remove a pointless assignmentAl Viro2016-04-041-2/+0Star
| | |/ / / | |/| | |
* | | | | Merge branch 'work.lookups' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-05-182-10/+15
|\ \ \ \ \
| * | | | | xfs: concurrent readdir hangs on data buffer locksDave Chinner2016-05-181-9/+14
| * | | | | Revert "btrfs: switch to ->iterate_shared()"Al Viro2016-05-181-1/+1
* | | | | | Merge branch 'sendmsg.cifs' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-05-188-383/+167Star
|\ \ \ \ \ \
| * | | | | | cifs: don't bother with kmap on read_pages sideAl Viro2016-03-283-70/+55Star
| * | | | | | cifs_readv_receive: use cifs_read_from_socket()Al Viro2016-03-281-7/+4Star
| * | | | | | cifs: no need to wank with copying and advancing iovec on recvmsg side eitherAl Viro2016-03-282-69/+5Star
| * | | | | | cifs: quit playing games with draining iovecsAl Viro2016-03-282-102/+41Star
| * | | | | | cifs: merge the hash calculation helpersAl Viro2016-03-283-140/+67Star
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-05-1822-563/+338Star
|\ \ \ \ \ \
| * | | | | | btrfs: Switch to generic xattr handlersAndreas Gruenbacher2016-05-183-30/+11Star
| * | | | | | ubifs: Switch to generic xattr handlersAndreas Gruenbacher2016-05-185-90/+79Star
| * | | | | | jfs: Switch to generic xattr handlersAndreas Gruenbacher2016-05-135-116/+84Star
| * | | | | | jfs: Clean up xattr name mappingAndreas Gruenbacher2016-05-131-55/+25Star
| * | | | | | gfs2: Switch to generic xattr handlersAl Viro2016-05-134-88/+99
| * | | | | | ceph: kill __ceph_removexattr()Yan, Zheng2016-04-231-126/+0Star
| * | | | | | ceph: Switch to generic xattr handlersAndreas Gruenbacher2016-04-234-52/+38Star
| * | | | | | ceph: Get rid of d_find_alias in ceph_set_aclAndreas Gruenbacher2016-04-234-33/+29Star
* | | | | | | 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-184-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-184-15/+35
|\ \ \ \ \ \ \ \ \ \