Age | Commit message (Expand) | Author | Files | Lines |
2020-10-02 | NFSv4: Wait for stateid updates after CLOSE/OPEN_DOWNGRADE | Benjamin Coddington | 1 | -0/+8 |
2020-08-15 | Merge tag 'nfs-for-5.9-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 1 | -0/+35 |
2020-07-29 | NFSv4: Use sequence counter with associated spinlock | Ahmed S. Darwish | 1 | -1/+1 |
2020-07-14 | NFSv4.2: add client side xattr caching. | Frank van der Linden | 1 | -0/+22 |
2020-07-14 | nfs: make the buf_to_pages_noslab function available to the nfs code | Frank van der Linden | 1 | -0/+2 |
2020-07-14 | nfs: modify update_changeattr to deal with regular files | Frank van der Linden | 1 | -0/+5 |
2020-07-14 | NFSv4.2: define limits and sizes for user xattr handling | Frank van der Linden | 1 | -0/+6 |
2020-03-16 | NFSv4: Add support for CB_RECALL_ANY for flexfiles layouts | Trond Myklebust | 1 | -1/+3 |
2020-02-04 | NFSv4.0: nfs4_do_fsinfo() should not do implicit lease renewals | Robert Milkowski | 1 | -3/+1 |
2020-01-25 | NFS: Add softreval behaviour to nfs_lookup_revalidate() | Trond Myklebust | 1 | -2/+4 |
2020-01-15 | NFS: Add fs_context support. | David Howells | 1 | -4/+5 |
2020-01-15 | nfs: don't bother passing nfs_subversion to ->try_mount() and nfs_fs_mount_co... | Al Viro | 1 | -1/+1 |
2019-11-18 | NFS4: Trace lock reclaims | Chuck Lever | 1 | -2/+0 |
2019-11-18 | NFSv4: add declaration of current_stateid | Ben Dooks | 1 | -0/+2 |
2019-11-06 | Merge branch 'linux-ssc-for-5.5' | Trond Myklebust | 1 | -0/+11 |
2019-11-04 | NFS: nfs_inode_find_state_and_recover() fix stateid matching | Trond Myklebust | 1 | -0/+6 |
2019-10-09 | NFS: handle source server reboot | Olga Kornievskaia | 1 | -0/+1 |
2019-10-09 | NFS: skip recovery of copy open on dest server | Olga Kornievskaia | 1 | -0/+1 |
2019-10-09 | NFS: inter ssc open | Olga Kornievskaia | 1 | -0/+7 |
2019-10-09 | NFS: add COPY_NOTIFY operation | Olga Kornievskaia | 1 | -0/+2 |
2019-09-20 | NFSv4: Handle NFS4ERR_OLD_STATEID in CLOSE/OPEN_DOWNGRADE | Trond Myklebust | 1 | -2/+0 |
2019-09-20 | NFSv4: Add a helper to increment stateid seqids | Trond Myklebust | 1 | -0/+9 |
2019-08-05 | NFSv4: Fix a potential sleep while atomic in nfs4_do_reclaim() | Trond Myklebust | 1 | -1/+2 |
2019-07-13 | nfs4: Make nfs4_proc_get_lease_time available for nfs4.0 | Donald Buczek | 1 | -2/+2 |
2019-04-25 | NFS: Allow signal interruption of NFS4ERR_DELAYed operations | Trond Myklebust | 1 | -0/+1 |
2019-01-02 | sunrpc: Add xprt after nfs4_test_session_trunk() | Santosh kumar pradhan | 1 | -1/+2 |
2018-12-19 | NFS/NFSD/SUNRPC: replace generic creds with 'struct cred'. | NeilBrown | 1 | -28/+28 |
2018-12-19 | NFS/SUNRPC: don't lookup machine credential until rpcauth_bindcred(). | NeilBrown | 1 | -8/+1 |
2018-12-19 | NFSv4: don't require lock for get_renew_cred or get_machine_cred | NeilBrown | 1 | -3/+3 |
2018-11-20 | NFSv4: Fix a NFSv4 state manager deadlock | Trond Myklebust | 1 | -0/+2 |
2018-09-30 | NFSv4: Convert struct nfs4_state to use refcount_t | Trond Myklebust | 1 | -1/+1 |
2018-09-30 | NFSv4: Convert open state lookup to use RCU | Trond Myklebust | 1 | -0/+1 |
2018-08-24 | Merge tag 'nfs-for-4.19-1' of git://git.linux-nfs.org/projects/anna/linux-nfs | Linus Torvalds | 1 | -1/+7 |
2018-08-14 | NFS recover from destination server reboot for copies | Olga Kornievskaia | 1 | -0/+3 |
2018-08-09 | NFS add a simple sync nfs4_proc_commit after async COPY | Olga Kornievskaia | 1 | -1/+1 |
2018-08-09 | NFS export nfs4_async_handle_error | Olga Kornievskaia | 1 | -0/+3 |
2018-07-12 | get rid of 'opened' argument of ->atomic_open() - part 3 | Al Viro | 1 | -1/+1 |
2018-05-31 | pnfs: Move nfs4_opendata into nfs4_fs.h | Fred Isaman | 1 | -0/+25 |
2018-05-31 | NFS: Pass "privileged" value to nfs4_init_sequence() | Anna Schumaker | 1 | -1/+1 |
2017-11-18 | Merge tag 'nfs-for-4.15-1' of git://git.linux-nfs.org/projects/anna/linux-nfs | Linus Torvalds | 1 | -2/+10 |
2017-11-18 | NFSv4: Replace closed stateids with the "invalid special stateid" | Trond Myklebust | 1 | -0/+1 |
2017-11-18 | NFSv4: Don't try to CLOSE if the stateid 'other' field has changed | Trond Myklebust | 1 | -0/+2 |
2017-11-18 | NFSv4: Retry CLOSE and DELEGRETURN on NFS4ERR_OLD_STATEID. | Trond Myklebust | 1 | -0/+2 |
2017-11-18 | NFSv4: Fix OPEN / CLOSE race | Trond Myklebust | 1 | -0/+3 |
2017-11-17 | fs, nfs: convert nfs4_lock_state.ls_count from atomic_t to refcount_t | Elena Reshetova | 1 | -1/+1 |
2017-11-17 | NFSv4.1: Fix up replays of interrupted requests | Trond Myklebust | 1 | -1/+1 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
2017-08-20 | NFSv4.1: don't use machine credentials for CLOSE when using 'sec=sys' | NeilBrown | 1 | -0/+11 |
2017-05-15 | sunrpc: mark all struct svc_version instances as const | Christoph Hellwig | 1 | -2/+2 |
2017-05-15 | sunrpc: mark all struct rpc_procinfo instances as const | Christoph Hellwig | 1 | -1/+1 |