Age | Commit message (Expand) | Author | Files | Lines |
2012-10-02 | NFS: Fix a problem with the legacy binary mount code | Trond Myklebust | 1 | -0/+2 |
2012-10-02 | NFS: Fix the initialisation of the readdir 'cookieverf' array | Trond Myklebust | 3 | -4/+4 |
2012-09-14 | NFS: Alias the nfs module to nfs4 | bjschuma@gmail.com | 1 | -0/+2 |
2012-09-14 | NFS: return -ENOKEY when the upcall fails to map the name | Bryan Schumaker | 1 | -4/+2 |
2012-09-14 | NFS: Clear key construction data if the idmap upcall fails | Bryan Schumaker | 1 | -14/+42 |
2012-09-14 | NFSv4.1: Remove a bogus BUG_ON() in nfs4_layoutreturn_done | Trond Myklebust | 1 | -6/+2 |
2012-09-14 | pnfs: defer release of pages in layoutget | Idan Kedar | 3 | -40/+58 |
2012-09-14 | NFSv3: Ensure that do_proc_get_root() reports errors correctly | Trond Myklebust | 1 | -1/+1 |
2012-08-09 | NFS: Fix a number of bugs in the idmapper | David Howells | 1 | -6/+20 |
2012-08-09 | nfs: skip commit in releasepage if we're freeing memory for fs-related reasons | Jeff Layton | 1 | -2/+5 |
2012-08-09 | pnfs-obj: Fix __r4w_get_page when offset is beyond i_size | Boaz Harrosh | 1 | -3/+13 |
2012-07-29 | pnfs-obj: don't leak objio_state if ore_write/read fails | Boaz Harrosh | 1 | -2/+7 |
2012-07-16 | NFS: hard-code init_net for NFS callback transports | Stanislav Kinsbursky | 1 | -6/+5 |
2012-07-16 | SUNRPC: move per-net operations from svc_destroy() | Stanislav Kinsbursky | 1 | -0/+3 |
2012-07-16 | SUNRPC: new svc_bind() routine introduced | Stanislav Kinsbursky | 1 | -0/+8 |
2012-07-16 | NFS: Force the legacy idmapper to be single threaded | Bryan Schumaker | 1 | -5/+8 |
2012-06-22 | NFSv4: Fix unnecessary delegation returns in nfs4_do_open | Trond Myklebust | 1 | -0/+1 |
2012-06-09 | NFSv4: Map NFS4ERR_SHARE_DENIED into an EACCES error instead of EIO | Trond Myklebust | 1 | -0/+2 |
2012-06-09 | NFS: kmalloc() doesn't return an ERR_PTR() | Dan Carpenter | 1 | -7/+3 |
2012-04-30 | NFSv4.1: Use the correct hostname in the client identifier string | Trond Myklebust | 1 | -3/+2 |
2012-04-28 | NFS: get module in idmap PipeFS notifier callback | Stanislav Kinsbursky | 1 | -0/+4 |
2012-04-27 | NFS: Remove unused function nfs_lookup_with_sec() | Bryan Schumaker | 1 | -62/+0 |
2012-04-27 | NFS: Honor the authflavor set in the clone mount data | Bryan Schumaker | 4 | -7/+8 |
2012-04-27 | NFS: Fix following referral mount points with different security | Bryan Schumaker | 5 | -26/+72 |
2012-04-27 | NFS: Do secinfo as part of lookup | Bryan Schumaker | 5 | -20/+103 |
2012-04-27 | NFS: Handle exceptions coming out of nfs4_proc_fs_locations() | Bryan Schumaker | 1 | -1/+14 |
2012-04-27 | NFS: Fix SECINFO_NO_NAME | Bryan Schumaker | 1 | -5/+19 |
2012-04-27 | Avoid beyond bounds copy while caching ACL | Sachin Prabhu | 2 | -8/+6 |
2012-04-27 | Avoid reading past buffer when calling GETACL | Sachin Prabhu | 2 | -13/+21 |
2012-04-26 | fix page number calculation bug for block layout decode buffer | Jim Rees | 1 | -1/+3 |
2012-04-26 | NFSv4.1 fix page number calculation bug for filelayout decode buffers | Andy Adamson | 2 | -2/+2 |
2012-04-26 | pnfs-obj: Remove unused variable from objlayout_get_deviceinfo() | Sachin Bhamare | 1 | -2/+0 |
2012-04-26 | nfs4: fix referrals on mounts that use IPv6 addrs | Weston Andros Adamson | 1 | -3/+27 |
2012-04-21 | NFSv4: Keep dropped state owners on the LRU list for a while | Trond Myklebust | 1 | -9/+11 |
2012-04-21 | NFSv4: Ensure that we don't drop a state owner more than once | Trond Myklebust | 1 | -3/+7 |
2012-04-21 | NFSv4: Ensure we do not reuse open owner names | Trond Myklebust | 4 | -7/+10 |
2012-04-21 | nfs: Enclose hostname in brackets when needed in nfs_do_root_mount | Jan Kara | 1 | -2/+6 |
2012-04-20 | NFS: put open context on error in nfs_flush_multi | Fred Isaman | 1 | -1/+1 |
2012-04-20 | NFS: put open context on error in nfs_pagein_multi | Fred Isaman | 1 | -1/+1 |
2012-04-19 | NFSv4: Fix open(O_TRUNC) and ftruncate() error handling | Trond Myklebust | 2 | -5/+14 |
2012-04-19 | NFSv4: Ensure that we check lock exclusive/shared type against open modes | Trond Myklebust | 1 | -0/+14 |
2012-04-19 | NFSv4: Ensure that the LOCK code sets exception->inode | Trond Myklebust | 1 | -2/+7 |
2012-04-18 | NFS: check for req==NULL in nfs_try_to_update_request cleanup | Fred Isaman | 1 | -1/+2 |
2012-03-29 | Merge tag 'nfs-for-3.4-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 2 | -21/+23 |
2012-03-29 | Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub... | Linus Torvalds | 7 | -7/+0 |
2012-03-28 | Remove all #inclusions of asm/system.h | David Howells | 7 | -7/+0 |
2012-03-28 | NFSv4: Minor cleanups for nfs4_handle_exception and nfs4_async_handle_error | Trond Myklebust | 1 | -5/+5 |
2012-03-28 | NFSv4.1: Fix layoutcommit error handling | Trond Myklebust | 1 | -12/+13 |
2012-03-28 | NFSv4: Fix two infinite loops in the mount code | Trond Myklebust | 1 | -2/+4 |
2012-03-24 | NFS4.1: remove duplicate variable declaration in filelayout_clear_request_commit | Fred Isaman | 1 | -1/+0 |