Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | nfsd: fix undefined behavior in nfsd4_layout_verify | Ari Kauppi | 2017-05-09 | 1 | -1/+2 | |
| * | | | | | | | | lockd: fix lockd shutdown race | J. Bruce Fields | 2017-05-08 | 1 | -2/+4 | |
| * | | | | | | | | NFSv4: Fix callback server shutdown | Trond Myklebust | 2017-04-27 | 1 | -8/+16 | |
| * | | | | | | | | NFSv4.x/callback: Create the callback service through svc_create_pooled | Kinglong Mee | 2017-04-27 | 1 | -1/+1 | |
| * | | | | | | | | lockd: remove redundant check on block | Colin Ian King | 2017-04-25 | 1 | -9/+9 | |
| * | | | | | | | | NFS: don't try to cross a mountpount when there isn't one there. | NeilBrown | 2017-04-25 | 1 | -4/+20 | |
| * | | | | | | | | nfsd4: remove pointless strdup_if_nonnull | NeilBrown | 2017-04-25 | 1 | -19/+6 | |
| * | | | | | | | | nfsd: check for oversized NFSv2/v3 arguments | J. Bruce Fields | 2017-04-25 | 2 | -9/+27 | |
* | | | | | | | | | Merge tag 'nfs-for-4.12-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 2017-05-10 | 39 | -2764/+618 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | pNFS/flexfiles: Always attempt to call layoutstats when flexfiles is enabled | Trond Myklebust | 2017-05-09 | 1 | -0/+11 | |
| * | | | | | | | | | NFSv4.1: Work around a Linux server bug... | Trond Myklebust | 2017-05-09 | 1 | -0/+6 | |
| * | | | | | | | | | NFS append COMMIT after synchronous COPY | Olga Kornievskaia | 2017-05-08 | 4 | -39/+35 | |
| * | | | | | | | | | NFSv4: Fix exclusive create attributes encoding | Trond Myklebust | 2017-05-08 | 1 | -40/+35 | |
| * | | | | | | | | | NFSv4: Fix an rcu lock leak | Trond Myklebust | 2017-05-08 | 1 | -2/+4 | |
| * | | | | | | | | | nfs: use kmap/kunmap directly | Fabian Frederick | 2017-05-05 | 1 | -55/+12 | |
| * | | | | | | | | | NFS: always treat the invocation of nfs_getattr as cache hit when noac is on | Hou Tao | 2017-05-05 | 1 | -1/+4 | |
| * | | | | | | | | | Fix nfs_client refcounting if kmalloc fails in nfs4_proc_exchange_id and nfs4... | Dave Wysochanski | 2017-05-05 | 1 | -2/+6 | |
| * | | | | | | | | | NFSv4.1: RECLAIM_COMPLETE must handle NFS4ERR_CONN_NOT_BOUND_TO_SESSION | Trond Myklebust | 2017-05-05 | 2 | -4/+13 | |
| * | | | | | | | | | pNFS: Fix NULL dereference in pnfs_generic_alloc_ds_commits | Fred Isaman | 2017-05-03 | 1 | -1/+1 | |
| * | | | | | | | | | pNFS: Fix a typo in pnfs_generic_alloc_ds_commits | Trond Myklebust | 2017-05-02 | 1 | -1/+1 | |
| * | | | | | | | | | pNFS: Fix a deadlock when coalescing writes and returning the layout | Trond Myklebust | 2017-05-02 | 1 | -2/+0 | |
| * | | | | | | | | | pNFS: Don't clear the layout return info if there are segments to return | Trond Myklebust | 2017-05-02 | 1 | -1/+7 | |
| * | | | | | | | | | pNFS: Ensure we commit the layout if it has been invalidated | Trond Myklebust | 2017-04-29 | 3 | -0/+5 | |
| * | | | | | | | | | pNFS: Don't send COMMITs to the DSes if the server invalidated our layout | Trond Myklebust | 2017-04-29 | 1 | -0/+7 | |
| * | | | | | | | | | pNFS/flexfiles: Fix up the ff_layout_write_pagelist failure path | Trond Myklebust | 2017-04-29 | 2 | -4/+21 | |
| * | | | | | | | | | pNFS: Ensure we check layout validity before marking it for return | Trond Myklebust | 2017-04-28 | 1 | -0/+4 | |
| * | | | | | | | | | NFS4.1 handle interrupted slot reuse from ERR_DELAY | Olga Kornievskaia | 2017-04-28 | 1 | -1/+2 | |
| * | | | | | | | | | NFSv4: check return value of xdr_inline_decode | Pan Bian | 2017-04-28 | 1 | -0/+2 | |
| * | | | | | | | | | nfs/filelayout: fix NULL pointer dereference in fl_pnfs_update_layout() | Artem Savkov | 2017-04-28 | 1 | -3/+3 | |
| * | | | | | | | | | NFSv4: Don't special case "launder" | Trond Myklebust | 2017-04-26 | 2 | -17/+12 | |
| * | | | | | | | | | NFS: Add a few more fatal I/O errors to nfs_error_is_fatal() | Trond Myklebust | 2017-04-26 | 1 | -0/+4 | |
| * | | | | | | | | | NFSv3: nfs3_nlm_alloc_call should be declared static | Trond Myklebust | 2017-04-25 | 1 | -3/+3 | |
| * | | | | | | | | | NFS: Don't write back further requests if there is a pending write error | Trond Myklebust | 2017-04-25 | 1 | -4/+21 | |
| * | | | | | | | | | pNFS: Fix use after free issues in pnfs_do_read() | Trond Myklebust | 2017-04-25 | 1 | -3/+13 | |
| * | | | | | | | | | pNFS: Ensure we check layout segment validity in the pg_init() callback | Trond Myklebust | 2017-04-25 | 4 | -0/+18 | |
| * | | | | | | | | | NFS: Always wait for I/O completion before unlock | Benjamin Coddington | 2017-04-21 | 3 | -6/+67 | |
| * | | | | | | | | | lockd: Introduce nlmclnt_operations | Benjamin Coddington | 2017-04-21 | 5 | -3/+29 | |
| * | | | | | | | | | NFS: Add an iocounter wait function for async RPC tasks | Benjamin Coddington | 2017-04-21 | 2 | -1/+34 | |
| * | | | | | | | | | locks: Set FL_CLOSE when removing flock locks on close() | Benjamin Coddington | 2017-04-21 | 2 | -2/+2 | |
| * | | | | | | | | | NFS: Move the flock open mode check into nfs_flock() | Benjamin Coddington | 2017-04-21 | 2 | -16/+16 | |
| * | | | | | | | | | NFS4: remove a redundant lock range check | Benjamin Coddington | 2017-04-21 | 1 | -3/+0 | |
| * | | | | | | | | | pNFS: unexport nfs4_pnfs_v3_ds_connect_unload | Trond Myklebust | 2017-04-20 | 1 | -1/+0 | |
| * | | | | | | | | | pNFS: Unexport pnfs_put_lseg_locked and _pnfs_return_layout | Trond Myklebust | 2017-04-20 | 1 | -2/+0 | |
| * | | | | | | | | | pNFS: Remove unused layout driver callbacks | Trond Myklebust | 2017-04-20 | 2 | -18/+4 | |
| * | | | | | | | | | nfs: remove the objlayout driver | Christoph Hellwig | 2017-04-20 | 7 | -1990/+0 | |
| * | | | | | | | | | pNFS/flexfiles: Check the result of nfs4_pnfs_ds_connect | Trond Myklebust | 2017-04-20 | 1 | -1/+1 | |
| * | | | | | | | | | NFSv4: Fix a hang in OPEN related to server reboot | Trond Myklebust | 2017-04-20 | 1 | -1/+3 | |
| * | | | | | | | | | NFS: move rw_mode to nfs_pageio_header | Benjamin Coddington | 2017-04-20 | 4 | -12/+15 | |
| * | | | | | | | | | NFS: move nfs_pgarray_set() to open code | Benjamin Coddington | 2017-04-20 | 1 | -20/+14 | |
| * | | | | | | | | | NFS: Use GFP_NOIO for two allocations in writeback | Benjamin Coddington | 2017-04-20 | 1 | -4/+11 |