Age | Commit message (Expand) | Author | Files | Lines |
2014-07-13 | nfs4: queue free_lock_state job submission to nfsiod | Jeff Layton | 2 | -12/+25 |
2014-07-13 | nfs4: treat lock owners as opaque values | Jeff Layton | 2 | -48/+10 |
2014-07-13 | nfs41: layout return on close in delegation return | Peng Tao | 1 | -1/+16 |
2014-07-13 | nfs41: return layout on last close | Peng Tao | 1 | -1/+43 |
2014-07-13 | nfs4: add nfs4_check_delegation | Peng Tao | 2 | -9/+26 |
2014-07-13 | pnfs/filelayout: retry ds commit if nfs_commitdata_alloc fails | Peng Tao | 1 | -13/+26 |
2014-07-13 | pnfs/filelayout: fix race between mark_request_commit and scan_commit_lists | Peng Tao | 1 | -18/+25 |
2014-07-13 | NFSv4: Fix OPEN w/create access mode checking | Trond Myklebust | 1 | -5/+13 |
2014-07-13 | NFS: Remove 2 unused variables | Trond Myklebust | 2 | -4/+0 |
2014-07-13 | nfs: handle multiple reqs in nfs_wb_page_cancel | Weston Andros Adamson | 1 | -20/+21 |
2014-07-13 | nfs: handle multiple reqs in nfs_page_async_flush | Weston Andros Adamson | 3 | -25/+235 |
2014-07-13 | nfs: change find_request to find_head_request | Weston Andros Adamson | 1 | -9/+24 |
2014-07-13 | nfs: nfs_page should take a ref on the head req | Weston Andros Adamson | 1 | -0/+10 |
2014-07-13 | nfs: mark nfs_page reqs with flag for extra ref | Weston Andros Adamson | 2 | -3/+9 |
2014-07-08 | nfs: only show Posix ACLs in listxattr if actually present | Christoph Hellwig | 2 | -2/+45 |
2014-07-08 | nfs: check hostname in nfs_get_client | Peng Tao | 1 | -2/+7 |
2014-07-08 | nfsv4: set hostname when creating nfsv4 ds connection | Peng Tao | 1 | -0/+5 |
2014-06-26 | FS/NFS: replace count*size kzalloc by kcalloc | Fabian Frederick | 2 | -2/+2 |
2014-06-26 | nfs: get rid of duplicate dprintk | Weston Andros Adamson | 1 | -6/+0 |
2014-06-25 | nfs: Fix unused variable error | Anna Schumaker | 1 | -3/+2 |
2014-06-25 | nfs: remove unneeded EXPORTs | Weston Andros Adamson | 1 | -2/+0 |
2014-06-25 | pnfs: clean up *_resend_to_mds | Weston Andros Adamson | 4 | -68/+45 |
2014-06-25 | nfs: remove pgio_header refcount, related cleanup | Weston Andros Adamson | 2 | -31/+11 |
2014-06-25 | nfs: remove unused writeverf code | Weston Andros Adamson | 6 | -43/+18 |
2014-06-25 | nfs: merge nfs_pgio_data into _header | Weston Andros Adamson | 17 | -456/+434 |
2014-06-25 | nfs: rename members of nfs_pgio_data | Weston Andros Adamson | 4 | -19/+23 |
2014-06-25 | nfs: move nfs_pgio_data and remove nfs_rw_header | Weston Andros Adamson | 6 | -95/+53 |
2014-06-25 | NFSv4: test SECINFO RPC_AUTH_GSS pseudoflavors for support | Andy Adamson | 3 | -45/+57 |
2014-06-25 | NFS Return -EPERM if no supported or matching SECINFO flavor | Andy Adamson | 1 | -7/+4 |
2014-06-25 | NFS check the return of nfs4_negotiate_security in nfs4_submount | Andy Adamson | 1 | -2/+5 |
2014-06-25 | NFS: Don't mark the data cache as invalid if it has been flushed | Trond Myklebust | 1 | -35/+40 |
2014-06-25 | NFS: Clear NFS_INO_REVAL_PAGECACHE when we update the file size | Trond Myklebust | 1 | -0/+1 |
2014-06-25 | nfs: Fix cache_validity check in nfs_write_pageuptodate() | Scott Mayhew | 1 | -1/+3 |
2014-06-12 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 4 | -281/+126 |
2014-06-12 | nfs: switch to iter_splice_write_file() | Al Viro | 3 | -34/+2 |
2014-06-11 | Merge tag 'nfs-for-3.16-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 29 | -1203/+1316 |
2014-06-10 | Merge branch 'for-3.16' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 1 | -1/+1 |
2014-06-10 | NFS: populate ->net in mount data when remounting | Mateusz Guzik | 1 | -0/+1 |
2014-06-10 | pnfs: fix lockup caused by pnfs_generic_pg_test | Weston Andros Adamson | 1 | -14/+18 |
2014-06-09 | NFSv4.1: Fix typo in dprintk | Tom Haynes | 1 | -1/+1 |
2014-06-09 | NFSv4.1: Comment is now wrong and redundant to code | Tom Haynes | 1 | -4/+1 |
2014-06-07 | nfs4: remove unused CHANGE_SECURITY_LABEL | J. Bruce Fields | 1 | -1/+1 |
2014-06-07 | nfs: convert use of typedef ctl_table to struct ctl_table | Joe Perches | 2 | -6/+6 |
2014-06-05 | NFS: Use raw_write_seqcount_begin/end int nfs4_reclaim_open_state | Trond Myklebust | 1 | -3/+3 |
2014-06-04 | Merge tag 'locks-v3.16' of git://git.samba.org/jlayton/linux into next | Linus Torvalds | 1 | -4/+0 |
2014-06-02 | locks: ensure that fl_owner is always initialized properly in flock and lease... | Jeff Layton | 1 | -4/+0 |
2014-05-30 | Push the file layout driver into a subdirectory | Tom Haynes | 5 | -12/+15 |
2014-05-30 | pNFS: Handle allocation errors correctly in objlayout_alloc_layout_hdr() | Trond Myklebust | 1 | -4/+4 |
2014-05-30 | pNFS: Handle allocation errors correctly in filelayout_alloc_layout_hdr() | Trond Myklebust | 1 | -1/+1 |
2014-05-30 | nfs: Apply NFS_MOUNT_CMP_FLAGMASK to nfs_compare_remount_data() | Scott Mayhew | 1 | -13/+13 |