summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* CIFS: Fix async reading on reconnectsPavel Shilovsky2014-08-021-2/+2
* cifs: Separate rawntlmssp auth from CIFS_SessSetup()Sachin Prabhu2014-08-011-227/+263
* cifs: Split Kerberos authentication off CIFS_SessSetup()Sachin Prabhu2014-08-011-62/+153
* cifs: Split ntlm and ntlmv2 authentication methods off CIFS_SessSetup()Sachin Prabhu2014-08-011-84/+232
* cifs: Split lanman auth from CIFS_SessSetup()Sachin Prabhu2014-08-011-45/+258
* cifs: replace code with free_rsp_buf()Sachin Prabhu2014-08-014-26/+14Star
* AFS: Correctly assemble the client UUIDDavid Howells2014-07-291-2/+2
* Merge branch 'vfs-for-3.16' of git://git.infradead.org/users/hch/vfsLinus Torvalds2014-07-272-8/+9
|\
| * fs: umount on symlink leaks mnt countVasily Averin2014-07-241-1/+2
| * direct-io: fix uninitialized warning in do_direct_IO()Boaz Harrosh2014-07-241-7/+7
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds2014-07-261-4/+1Star
|\ \ | |/ |/|
| * fuse: add FUSE_NO_OPEN_SUPPORT flag to INITAndrew Gallagher2014-07-221-1/+1
| * fuse: s_time_gran fixMiklos Szeredi2014-07-221-3/+0Star
* | Merge branch 'for-3.16' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2014-07-241-1/+3
|\ \
| * | NFSD: Fix crash encoding lock reply on 32-bitKinglong Mee2014-07-231-1/+3
* | | simple_xattr: permit 0-size extended attributesHugh Dickins2014-07-241-1/+1
* | | coredump: fix the setting of PF_DUMPCORESilesh C V2014-07-241-1/+1
| |/ |/|
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2014-07-212-4/+15
|\ \
| * | btrfs: test for valid bdev before kobj removal in btrfs_rm_deviceEric Sandeen2014-07-191-4/+4
| * | Btrfs: fix abnormal long waiting in fsyncLiu Bo2014-07-191-0/+11
* | | Merge tag 'nfs-for-3.16-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2014-07-216-62/+343
|\ \ \
| * | | NFS: Don't reset pg_moreio in __nfs_pageio_add_requestTrond Myklebust2014-07-131-1/+1
| * | | NFS: Remove 2 unused variablesTrond Myklebust2014-07-122-4/+0Star
| * | | nfs: handle multiple reqs in nfs_wb_page_cancelWeston Andros Adamson2014-07-121-20/+21
| * | | nfs: handle multiple reqs in nfs_page_async_flushWeston Andros Adamson2014-07-123-25/+235
| * | | nfs: change find_request to find_head_requestWeston Andros Adamson2014-07-121-9/+24
| * | | nfs: nfs_page should take a ref on the head reqWeston Andros Adamson2014-07-121-0/+10
| * | | nfs: mark nfs_page reqs with flag for extra refWeston Andros Adamson2014-07-122-3/+9
| * | | nfs: only show Posix ACLs in listxattr if actually presentChristoph Hellwig2014-07-082-2/+45
* | | | Merge tag 'gfs2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/steve...Linus Torvalds2014-07-185-13/+17
|\ \ \ \
| * | | | GFS2: fs/gfs2/rgrp.c: kernel-doc warning fixesFabian Frederick2014-07-181-2/+2
| * | | | GFS2: memcontrol: Spelling s/invlidate/invalidate/Geert Uytterhoeven2014-07-181-2/+2
| * | | | GFS2: Allow caching of glocks for flockBob Peterson2014-07-181-1/+1
| * | | | GFS2: Allow flocks to use normal glock dq rather than dq_waitBob Peterson2014-07-182-4/+2Star
| * | | | GFS2: replace count*size kzalloc by kcallocFabian Frederick2014-07-181-2/+2
| * | | | GFS2: Use GFP_NOFS when allocating glocksSteven Whitehouse2014-07-181-2/+2
| * | | | GFS2: Fix race in glock lru glock disposalSteven Whitehouse2014-07-181-3/+7
| * | | | GFS2: Only wait for demote when last holder is dequeuedBob Peterson2014-07-181-1/+3
* | | | | Merge tag 'xfs-for-linus-3.16-rc5' of git://oss.sgi.com/xfs/xfsLinus Torvalds2014-07-187-72/+106
|\ \ \ \ \
| * | | | | xfs: null unused quota inodes when quota is onDave Chinner2014-07-141-4/+21
| * | | | | xfs: refine the allocation stack switchDave Chinner2014-07-146-62/+90
| * | | | | Revert "xfs: block allocation work needs to be kswapd aware"Dave Chinner2014-07-142-20/+9Star
* | | | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2014-07-161-0/+2
|\ \ \ \ \ \
| * | | | | | quota: missing lock in dqcache_shrink_scan()Niu Yawei2014-07-151-0/+2
* | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds2014-07-154-53/+69
|\ \ \ \ \ \ \
| * | | | | | | fuse: replace count*size kzalloc by kcallocFabian Frederick2014-07-141-2/+2
| * | | | | | | fuse: release temporary page if fuse_writepage_locked() failedMaxim Patlasov2014-07-141-1/+3
| * | | | | | | fuse: restructure ->rename2()Miklos Szeredi2014-07-101-14/+20
| * | | | | | | fuse: avoid scheduling while atomicMiklos Szeredi2014-07-071-28/+23Star
| * | | | | | | fuse: handle large user and group IDMiklos Szeredi2014-07-071-4/+16