summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* configfs: fix race between dentry put and lookupJunxiao Bi2013-11-211-2/+14
* Merge tag 'squashfs-updates' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-11-2020-243/+1145
|\
| * Squashfs: Check stream is not NULL in decompressor_multi.cPhillip Lougher2013-11-201-4/+3
| * Squashfs: Directly decompress into the page cache for file dataPhillip Lougher2013-11-205-1/+336
| * Squashfs: Restructure squashfs_readpage()Phillip Lougher2013-11-204-71/+118
| * Squashfs: Generalise paging handling in the decompressorsPhillip Lougher2013-11-2013-67/+163
| * Squashfs: add multi-threaded decompression using percpu variablePhillip Lougher2013-11-203-20/+145
| * squashfs: Enhance parallel I/OMinchan Kim2013-11-203-1/+221
| * Squashfs: Refactor decompressor interface and codePhillip Lougher2013-11-2011-136/+216
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-11-2012-164/+52
|\ \
| * | fold try_to_ascend() into the sole remaining callerAl Viro2013-11-151-31/+18
| * | dcache.c: get rid of pointless macrosAl Viro2013-11-151-4/+2
| * | take read_seqbegin_or_lock() and friends to seqlock.hAl Viro2013-11-151-29/+0
| * | consolidate simple ->d_delete() instancesAl Viro2013-11-157-78/+13
| * | gfs2: endianness misannotationsAl Viro2013-11-153-19/+16
| * | dump_emit(): use __kernel_write(), not vfs_write()Al Viro2013-11-151-1/+1
| * | dump_align(): fix the dumb brainoAl Viro2013-11-151-2/+2
* | | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2013-11-201-1/+1
|\ \ \
| * | | bio: fix argument of __bio_add_page() for max_sectors > 0xffffAkinobu Mita2013-11-181-1/+1
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-11-192-6/+20
|\ \ \ \
| * | | | genetlink: make multicast groups const, prevent abuseJohannes Berg2013-11-191-8/+7
| * | | | genetlink: pass family to functions using groupsJohannes Berg2013-11-191-1/+1
| * | | | quota/genetlink: use proper genetlink multicast APIsJohannes Berg2013-11-191-2/+15
| * | | | genetlink: only pass array to genl_register_family_with_ops()Johannes Berg2013-11-191-4/+6
* | | | | seq_file: always clear m->count when we free m->bufAl Viro2013-11-181-1/+2
| |/ / / |/| | |
* | | | Merge branch 'for-linus' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2013-11-1617-74/+358
|\ \ \ \
| * | | | [CIFS] Warn if SMB3 encryption required by serverSteve French2013-11-152-0/+20
| * | | | setfacl removes part of ACL when setting POSIX ACLs to SambaSteve French2013-11-151-3/+5
| * | | | [CIFS] Set copychunk defaultsSteve French2013-11-152-1/+12
| * | | | CIFS: SMB2/SMB3 Copy offload support (refcopy) phase 1Steve French2013-11-144-1/+210
| * | | | cifs: Use data structures to compute NTLMv2 response offsetsTim Gardner2013-11-112-17/+31
| * | | | [CIFS] O_DIRECT opens should work on directio mountsSteve French2013-11-111-0/+22
| * | | | cifs: don't spam the logs on unexpected lookup errorsJeff Layton2013-11-111-1/+1
| * | | | cifs: change ERRnomem error mapping from ENOMEM to EREMOTEIOJeff Layton2013-11-112-2/+2
| * | | | CIFS: Fix symbolic links usagePavel Shilovsky2013-11-116-49/+55
* | | | | Merge tag 'nfs-for-3.13-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2013-11-163-5/+10
|\ \ \ \ \
| * | | | | nfs: fix pnfs Kconfig defaultsChristoph Hellwig2013-11-151-3/+3
| * | | | | NFS: correctly report misuse of "migration" mount option.NeilBrown2013-11-151-1/+1
| * | | | | nfs: don't retry detect_trunking with RPC_AUTH_UNIX more than onceJeff Layton2013-11-131-1/+6
* | | | | | Merge branch 'nfsd-next' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2013-11-165-77/+115
|\ \ \ \ \ \
| * | | | | | nfsd: export proper maximum file size to the clientChristoph Hellwig2013-11-141-1/+1
| * | | | | | nfsd4: improve write performance with better sendspace reservationsJ. Bruce Fields2013-11-131-0/+31
| * | | | | | Revert "nfsd: remove_stid can be incorporated into nfs4_put_delegation"J. Bruce Fields2013-11-041-1/+3
| * | | | | | nfsd4: fix discarded security labels on setattrJ. Bruce Fields2013-11-011-0/+1
| * | | | | | NFSD: Add support for NFS v4.2 operation checkingAnna Schumaker2013-10-301-3/+5
| * | | | | | nfsd4: nfsd_shutdown_net needs state lockJ. Bruce Fields2013-10-301-1/+2
| * | | | | | NFSD: Combine decode operations for v4 and v4.1Anna Schumaker2013-10-301-58/+40
| * | | | | | nfsd: -EINVAL on invalid anonuid/gid instead of silent failureJ. Bruce Fields2013-10-291-0/+9
| * | | | | | nfsd: return better errors to exportfsJ. Bruce Fields2013-10-291-4/+11
| * | | | | | nfsd: fh_update should error out in unexpected casesJ. Bruce Fields2013-10-291-5/+3