summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2014-10-01NFS: Implement SEEKAnna Schumaker9-2/+221
2014-10-01Merge commit '24bab491220f' into client-4.2Trond Myklebust26-330/+868
2014-09-29NFSD: Implement SEEKAnna Schumaker3-2/+97
2014-09-29NFSD: Add generic v4.2 infrastructureAnna Schumaker1-0/+28
2014-09-27nfsd: introduce nfsd4_callback_opsChristoph Hellwig3-71/+83
2014-09-27nfsd: split nfsd4_callback initialization and useChristoph Hellwig3-12/+13
2014-09-27nfsd: introduce a generic nfsd4_cbChristoph Hellwig3-35/+22
2014-09-27nfsd: remove nfsd4_callback.cb_opChristoph Hellwig2-9/+9
2014-09-27nfsd: do not clear rpc_resp in nfsd4_cb_done_sequenceBenny Halevy1-3/+0
2014-09-27nfsd: fix nfsd4_cb_recall_done error handlingChristoph Hellwig1-10/+7
2014-09-18nfsd4: clarify how grace period endsJ. Bruce Fields1-0/+20
2014-09-18nfsd4: stop grace_time update at end of grace periodJ. Bruce Fields1-6/+0
2014-09-18nfsd: skip subsequent UMH "create" operations after the first one for v4.0 cl...Jeff Layton1-0/+16
2014-09-18nfsd: set and test NFSD4_CLIENT_STABLE bit to reduce nfsdcltrack upcallsJeff Layton1-4/+18
2014-09-18nfsd: serialize nfsdcltrack upcalls for a particular clientJeff Layton2-0/+30
2014-09-18nfsd: pass extra info in env vars to upcalls to allow for early grace period endJeff Layton2-15/+85
2014-09-18nfsd: add a v4_end_grace file to /proc/fs/nfsdJeff Layton3-1/+49
2014-09-18lockd: add a /proc/fs/lockd/nlm_end_grace fileJeff Layton4-0/+130
2014-09-18nfsd: reject reclaim request when client has already sent RECLAIM_COMPLETEJeff Layton1-0/+3
2014-09-18nfsd: remove redundant boot_time parm from grace_done client tracking opJeff Layton3-11/+10
2014-09-18lockd: move lockd's grace period handling into its own moduleJeff Layton7-15/+68
2014-09-11nfsd: update mtime on truncateChristoph Hellwig1-0/+10
2014-09-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds4-14/+18
2014-09-07ufs: fix deadlocks introduced by sb mutex mergeAlexey Khoroshilov2-13/+8
2014-09-06Merge tag 'xfs-for-linus-3.17-rc3' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds4-12/+114
2014-09-05Export sync_filesystem() for modular ->remount_fs() useAnton Altaparmakov1-1/+1
2014-09-05Merge git://git.kvack.org/~bcrl/aio-fixesLinus Torvalds1-1/+12
2014-09-05aio: block exit_aio() until all context requests are completedGu Zheng1-1/+6
2014-09-04NFSD: Put export if prepare_creds() failKinglong Mee1-2/+4
2014-09-04NFSD: Full checking of authentication nameKinglong Mee1-9/+5
2014-09-04NFSD: Fix bad using of return value from qword_getKinglong Mee1-3/+3
2014-09-04NFSD: Fix a memory leak if nfsd4_recdir_load failKinglong Mee1-13/+17
2014-09-04NFSD: Reset creds after mnt_want_write_file() failKinglong Mee1-1/+2
2014-09-04NFSD: Put file after ima_file_check fail in nfsd_open()Kinglong Mee1-10/+17
2014-09-03Merge tag 'for-f2fs-3.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds18-228/+248
2014-09-03nfs: do not start the callback thread until we set rqstp->rq_taskTrond Myklebust1-1/+2
2014-09-03lockd: Do not start the lockd thread before we've set nlmsvc_rqst->rq_taskTrond Myklebust1-1/+2
2014-09-02aio: add missing smp_rmb() in read_events_ringJeff Moyer1-0/+6
2014-09-02f2fs: reposition unlock_new_inode to prevent accessing invalid inodeChao Yu2-16/+6
2014-09-02xfs: trim eofblocks before collapse rangeBrian Foster1-2/+9
2014-09-02xfs: xfs_file_collapse_range is delalloc challengedDave Chinner1-0/+13
2014-09-02xfs: don't log inode unless extent shift makes extent modificationsBrian Foster1-8/+10
2014-09-02xfs: use ranged writeback and invalidation for direct IODave Chinner1-4/+6
2014-09-02xfs: don't zero partial page cache pages during O_DIRECT writesDave Chinner1-1/+9
2014-09-02xfs: don't zero partial page cache pages during O_DIRECT writesChris Mason1-1/+10
2014-09-02xfs: don't dirty buffers beyond EOFDave Chinner1-0/+61
2014-08-31Merge tag 'locks-v3.17-3' of git://git.samba.org/jlayton/linuxLinus Torvalds1-1/+1
2014-08-31fix EBUSY on umount() from MNT_SHRINKABLEAl Viro1-0/+6
2014-08-31get rid of propagate_umount() mistakenly treating slaves as busy.Al Viro2-1/+4
2014-08-30Merge branch 'akpm' (fixes from Andrew Morton)Linus Torvalds4-94/+94