Age | Commit message (Expand) | Author | Files | Lines |
2019-08-27 | NFS: remove set but not used variable 'mapping' | YueHaibing | 1 | -2/+0 |
2019-08-27 | NFSv2: Fix write regression | Trond Myklebust | 1 | -1/+3 |
2019-08-27 | NFSv2: Fix eof handling | Trond Myklebust | 1 | -1/+2 |
2019-08-26 | NFS: Fix writepage(s) error handling to not report errors twice | Trond Myklebust | 1 | -8/+13 |
2019-08-26 | NFS: Fix spurious EIO read errors | Trond Myklebust | 3 | -21/+36 |
2019-08-26 | pNFS/flexfiles: Don't time out requests on hard mounts | Trond Myklebust | 1 | -2/+9 |
2019-08-26 | Revert "NFSv4/flexfiles: Abort I/O early if the layout segment was invalidated" | Trond Myklebust | 1 | -17/+0 |
2019-08-26 | pNFS/flexfiles: Turn off soft RPC calls | Trond Myklebust | 1 | -5/+10 |
2019-08-19 | NFS: On fatal writeback errors, we need to call nfs_inode_remove_request() | Trond Myklebust | 1 | -0/+3 |
2019-08-19 | NFS: Fix initialisation of I/O result struct in nfs_pgio_rpcsetup | Trond Myklebust | 1 | -1/+1 |
2019-08-19 | NFS: Ensure O_DIRECT reports an error if the bytes read/written is 0 | Trond Myklebust | 2 | -9/+19 |
2019-08-19 | NFSv4/pnfs: Fix a page lock leak in nfs_pageio_resend() | Trond Myklebust | 1 | -7/+9 |
2019-08-19 | NFSv4: Fix return value in nfs_finish_open() | Trond Myklebust | 1 | -1/+1 |
2019-08-19 | NFSv4: Fix return values for nfs4_file_open() | Trond Myklebust | 1 | -6/+6 |
2019-08-19 | NFS: Don't refresh attributes with mounted-on-file information | Trond Myklebust | 1 | -14/+19 |
2019-08-07 | NFSv4: Ensure state recovery handles ETIMEDOUT correctly | Trond Myklebust | 2 | -2/+7 |
2019-08-05 | NFS: Fix regression whereby fscache errors are appearing on 'nofsc' mounts | Trond Myklebust | 3 | -2/+8 |
2019-08-05 | NFSv4: Fix an Oops in nfs4_do_setattr | Trond Myklebust | 1 | -1/+1 |
2019-08-05 | NFSv4: Fix a potential sleep while atomic in nfs4_do_reclaim() | Trond Myklebust | 3 | -7/+28 |
2019-08-05 | NFSv4: Check the return value of update_open_stateid() | Trond Myklebust | 1 | -4/+8 |
2019-08-05 | NFSv4.1: Only reap expired delegations | Trond Myklebust | 1 | -6/+17 |
2019-08-05 | NFSv4.1: Fix open stateid recovery | Trond Myklebust | 1 | -27/+38 |
2019-08-05 | NFSv4: Report the error from nfs4_select_rw_stateid() | Trond Myklebust | 1 | -6/+1 |
2019-08-05 | NFSv4: When recovering state fails with EAGAIN, retry the same recovery | Trond Myklebust | 1 | -1/+8 |
2019-08-05 | NFSv4: Print an error in the syslog when state is marked as irrecoverable | Trond Myklebust | 1 | -2/+4 |
2019-08-05 | NFSv4: Fix delegation state recovery | Trond Myklebust | 3 | -15/+14 |
2019-08-05 | NFSv4: Fix a credential refcount leak in nfs41_check_delegation_stateid | Trond Myklebust | 1 | -2/+1 |
2019-07-20 | Merge branch 'work.dcache2' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -4/+2 |
2019-07-19 | Merge tag 'nfs-for-5.3-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 27 | -336/+885 |
2019-07-18 | pnfs/flexfiles: Add tracepoints for detecting pnfs fallback to MDS | Trond Myklebust | 4 | -1/+111 |
2019-07-18 | pnfs: Fix a problem where we gratuitously start doing I/O through the MDS | Trond Myklebust | 1 | -1/+1 |
2019-07-18 | pnfs/flexfiles: Fix PTR_ERR() dereferences in ff_layout_track_ds_error | Trond Myklebust | 1 | -1/+1 |
2019-07-18 | NFSv4: Don't use the zero stateid with layoutget | Trond Myklebust | 2 | -5/+12 |
2019-07-18 | SUNRPC: Fix up backchannel slot table accounting | Trond Myklebust | 1 | -0/+3 |
2019-07-15 | NFSv4: Validate the stateid before applying it to state recovery | Trond Myklebust | 1 | -2/+19 |
2019-07-13 | nfs4.0: Refetch lease_time after clientid update | Donald Buczek | 1 | -22/+22 |
2019-07-13 | nfs4: Rename nfs41_setup_state_renewal | Donald Buczek | 1 | -2/+2 |
2019-07-13 | nfs4: Make nfs4_proc_get_lease_time available for nfs4.0 | Donald Buczek | 3 | -4/+18 |
2019-07-13 | nfs: Fix copy-and-paste error in debug message | Donald Buczek | 1 | -1/+1 |
2019-07-13 | NFS: Replace 16 seq_printf() calls by seq_puts() | Markus Elfring | 1 | -16/+16 |
2019-07-13 | NFS: Use seq_putc() in nfs_show_stats() | Markus Elfring | 1 | -1/+1 |
2019-07-12 | Revert "NFS: readdirplus optimization by cache mechanism" (memleak) | Max Kellermann | 2 | -86/+7 |
2019-07-12 | Merge tag 'nfs-rdma-for-5.3-1' of git://git.linux-nfs.org/projects/anna/linux... | Trond Myklebust | 6 | -149/+325 |
2019-07-11 | Merge tag 'copy-file-range-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xf... | Linus Torvalds | 1 | -3/+20 |
2019-07-11 | Merge tag 'fsnotify_for_v5.3-rc1' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -6/+0 |
2019-07-11 | Revert "Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -24/+6 |
2019-07-09 | NFS: Record task, client ID, and XID in xdr_status trace points | Chuck Lever | 5 | -7/+29 |
2019-07-09 | NFS: Update symbolic flags displayed by trace events | Chuck Lever | 1 | -26/+124 |
2019-07-09 | NFS: Display symbolic status code names in trace log | Chuck Lever | 1 | -35/+41 |
2019-07-09 | NFS: Fix show_nfs_errors macros again | Chuck Lever | 1 | -82/+82 |