aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfsd
AgeCommit message (Expand)AuthorFilesLines
2015-03-19Subject: nfsd: don't recursively call nfsd4_cb_layout_failChristoph Hellwig1-2/+0
2015-03-03Merge branch 'for-4.0' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-1/+1
2015-02-26nfsd: fix clp->cl_revoked list deletion causing softlock in nfsdAndrew Elble1-1/+1
2015-02-22VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)David Howells3-10/+10
2015-02-16nfsd4: fix v3-less buildJ. Bruce Fields1-0/+5
2015-02-12nfsd: fix comparison in fh_fsid_match()Dan Carpenter1-1/+1
2015-02-09nfsd: default NFSv4.2 to onJ. Bruce Fields1-0/+1
2015-02-05nfsd: pNFS block layout driverChristoph Hellwig6-1/+418
2015-02-02nfsd: add trace eventsChristoph Hellwig5-3/+85
2015-02-02nfsd: implement pNFS layout recallsChristoph Hellwig6-1/+330
2015-02-02nfsd: implement pNFS operationsChristoph Hellwig13-4/+1319
2015-02-02nfsd: make find_any_file available outside nfs4state.cChristoph Hellwig2-1/+2
2015-02-02nfsd: make find/get/put file available outside nfs4state.cChristoph Hellwig2-8/+9
2015-02-02nfsd: make lookup/alloc/unhash_stid available outside nfs4state.cChristoph Hellwig2-4/+10
2015-02-02nfsd: add fh_fsid_match helperChristoph Hellwig1-0/+9
2015-02-02nfsd: move nfsd_fh_match to nfsfh.hChristoph Hellwig2-10/+11
2015-02-02fs: track fl_owner for leasesChristoph Hellwig1-1/+1
2015-02-02Merge branch 'locks-3.20' of git://git.samba.org/jlayton/linux into for-3.20J. Bruce Fields1-8/+13
2015-01-23nfsd: factor out a helper to decode nfstime4 valuesChristoph Hellwig1-17/+26
2015-01-23nfsd: fix year-2038 nfs4 state problemJ. Bruce Fields1-1/+6
2015-01-16locks: clean up the lm_change prototypeJeff Layton1-1/+2
2015-01-16locks: add a dedicated spinlock to protect i_flctx listsJeff Layton1-2/+2
2015-01-16locks: convert posix locks to file_lock_contextJeff Layton1-7/+11
2015-01-15nfsd: nfs4state: Remove unused functionRickard Strandqvist1-10/+0
2015-01-07nfsd4: tweak rd_dircount accountingJ. Bruce Fields1-3/+4
2015-01-07nfsd: fi_delegees doesn't need to be an atomic_tJeff Layton2-5/+5
2015-01-07nfsd: fix fi_delegees leak when fi_had_conflict returns trueJeff Layton1-1/+1
2014-12-16Merge branch 'for-3.19' of git://linux-nfs.org/~bfields/linuxLinus Torvalds11-60/+180
2014-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-3/+3
2014-12-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds5-35/+31
2014-12-10net: replace remaining users of arch_fast_hash with jhashDaniel Borkmann1-3/+3
2014-12-09nfsd4: fix xdr4 count of server in fs_location4Benjamin Coddington1-1/+1
2014-12-09nfsd4: fix xdr4 inclusion of escaped charBenjamin Coddington1-0/+3
2014-12-09fs: nfsd: Fix signedness bug in compare_blobRasmus Villemoes1-8/+7
2014-12-09sunrpc: move rq_splice_ok flag into rq_flagsJeff Layton3-6/+6
2014-12-09sunrpc: move rq_dropme flag into rq_flagsJeff Layton1-1/+1
2014-12-09sunrpc: move rq_usedeferral flag to rq_flagsJeff Layton1-2/+2
2014-12-09sunrpc: move rq_local field to rq_flagsJeff Layton1-2/+2
2014-12-09sunrpc: add a generic rq_flags field to svc_rqst and move rq_secure to itJeff Layton2-3/+3
2014-12-08Merge branch 'iov_iter' into for-nextAl Viro1-2/+5
2014-12-01nfsd: minor off by one checks in __write_versions()Dan Carpenter1-3/+3
2014-11-19nfsd: Fix slot wake up race in the nfsv4.1 callback codeTrond Myklebust1-2/+6
2014-11-19nfsd_vfs_write(): use file_inode()Al Viro1-3/+1
2014-11-19nfsd: get rid of ->f_dentryAl Viro1-1/+1
2014-11-19nfsd/nfsctl.c: new helperAl Viro1-21/+16
2014-11-19assorted conversions to %p[dD]Al Viro1-1/+1
2014-11-19merge nfs bugfixes into nfsd for-3.19 branchJ. Bruce Fields1-3/+6
2014-11-19nfsd: correctly define v4.2 support attributesChristoph Hellwig1-3/+6
2014-11-07nfsd: convert nfs4_file searches to use RCUJeff Layton2-23/+33
2014-11-07nfsd: Add DEALLOCATE supportAnna Schumaker3-1/+17
2014-11-07nfsd: Add ALLOCATE supportAnna Schumaker5-1/+85
2014-10-31vfs: make first argument of dir_context.actor typedMiklos Szeredi3-9/+12
2014-10-23nfsd: clean up comments over nfs4_file definitionJeff Layton1-5/+9
2014-10-23NFSD: Always initialize cl_cb_addrChuck Lever1-1/+1
2014-10-23nfsd: fix inclusive vfs_fsync_range() endZach Brown1-3/+7
2014-10-23nfsd4: fix crash on unknown operation numberJ. Bruce Fields1-1/+2
2014-10-21nfsd4: fix response size estimation for OP_SEQUENCEJ. Bruce Fields1-1/+3
2014-10-13Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+0
2014-10-12Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds1-1/+1
2014-10-11Merge tag 'locks-v3.18-1' of git://git.samba.org/jlayton/linuxLinus Torvalds2-46/+59
2014-10-08Merge branch 'for-3.18' of git://linux-nfs.org/~bfields/linuxLinus Torvalds17-314/+662
2014-10-07locks: give lm_break a return valueJeff Layton1-8/+9
2014-10-07locks: move freeing of leases outside of i_lockJeff Layton1-3/+3
2014-10-07locks: define a lm_setup handler for leasesJeff Layton1-4/+2
2014-10-07locks: plumb a "priv" pointer into the setlease routinesJeff Layton1-2/+2
2014-10-07nfsd: don't keep a pointer to the lease in nfs4_fileJeff Layton2-10/+4
2014-10-07locks: generic_delete_lease doesn't need a file_lock at allJeff Layton1-1/+1
2014-10-07nfsd: fix potential lease memory leak in nfs4_setleaseJeff Layton1-2/+5
2014-10-01nfsd: eliminate "to_delegation" defineJeff Layton3-7/+4
2014-09-30nfsd4: fix corruption of NFSv4 read dataJ. Bruce Fields1-1/+2
2014-10-01Merge commit 'v3.16' into nextJames Morris1-1/+3
2014-09-29NFSD: Implement SEEKAnna Schumaker3-2/+97
2014-09-29NFSD: Add generic v4.2 infrastructureAnna Schumaker1-0/+28
2014-09-26nfsd: introduce nfsd4_callback_opsChristoph Hellwig3-71/+83
2014-09-26nfsd: split nfsd4_callback initialization and useChristoph Hellwig3-12/+13
2014-09-26nfsd: introduce a generic nfsd4_cbChristoph Hellwig3-35/+22
2014-09-26nfsd: remove nfsd4_callback.cb_opChristoph Hellwig2-9/+9
2014-09-26nfsd: do not clear rpc_resp in nfsd4_cb_done_sequenceBenny Halevy1-3/+0
2014-09-26nfsd: fix nfsd4_cb_recall_done error handlingChristoph Hellwig1-10/+7
2014-09-19sched, cleanup, treewide: Remove set_current_state(TASK_RUNNING) after schedu...Kirill Tkhai1-1/+0
2014-09-17nfsd4: clarify how grace period endsJ. Bruce Fields1-0/+20
2014-09-17nfsd4: stop grace_time update at end of grace periodJ. Bruce Fields1-6/+0
2014-09-17nfsd: skip subsequent UMH "create" operations after the first one for v4.0 cl...Jeff Layton1-0/+16
2014-09-17nfsd: set and test NFSD4_CLIENT_STABLE bit to reduce nfsdcltrack upcallsJeff Layton1-4/+18
2014-09-17nfsd: serialize nfsdcltrack upcalls for a particular clientJeff Layton2-0/+30
2014-09-17nfsd: pass extra info in env vars to upcalls to allow for early grace period endJeff Layton2-15/+85
2014-09-17nfsd: add a v4_end_grace file to /proc/fs/nfsdJeff Layton3-1/+49
2014-09-17nfsd: reject reclaim request when client has already sent RECLAIM_COMPLETEJeff Layton1-0/+3
2014-09-17nfsd: remove redundant boot_time parm from grace_done client tracking opJeff Layton3-11/+10
2014-09-17lockd: move lockd's grace period handling into its own moduleJeff Layton1-0/+1
2014-09-11nfsd: update mtime on truncateChristoph Hellwig1-0/+10
2014-09-09NFSD: Get reference of lockowner when coping file_lockKinglong Mee1-4/+21
2014-09-09NFSD: New helper nfs4_get_stateowner() for atomic_inc sop referenceKinglong Mee1-16/+16
2014-09-09ima: pass 'opened' flag to identify newly created filesDmitry Kasatkin1-1/+1
2014-09-08nfsd4: fix rd_dircount enforcementJ. Bruce Fields1-1/+13
2014-09-03NFSD: Put export if prepare_creds() failKinglong Mee1-2/+4
2014-09-03NFSD: Full checking of authentication nameKinglong Mee1-9/+5
2014-09-03NFSD: Fix bad using of return value from qword_getKinglong Mee1-3/+3
2014-09-03NFSD: Fix a memory leak if nfsd4_recdir_load failKinglong Mee1-13/+17
2014-09-03NFSD: Reset creds after mnt_want_write_file() failKinglong Mee1-1/+2
2014-09-03NFSD: Put file after ima_file_check fail in nfsd_open()Kinglong Mee1-10/+17
2014-08-28nfsd4: remove labeled NFS warning from config helpJ. Bruce Fields1-3/+0
2014-08-28NFSD: Update some as-yet unused 4.2 error codesAnna Schumaker1-1/+1
2014-08-28NFSD: Remove duplicate initialization of file_lockKinglong Mee1-4/+2
2014-08-18nfsd: allow turning off nfsv3 readdir_plusRajesh Ghanekar2-0/+9
2014-08-17nfsd4: reserve adequate space for LOCK opJ. Bruce Fields1-0/+8
2014-08-17nfsd4: remove obsolete commentJ. Bruce Fields1-7/+0
2014-08-17nfsd3: Check write permission after checking existenceRoss Lagerwall1-5/+0
2014-08-17nfsd: call nfs4_put_deleg_lease outside of state_lockJeff Layton1-1/+5
2014-08-17nfsd: protect lease-related nfs4_file fields with fi_lockJeff Layton1-9/+13
2014-08-17nfsd: Reorder nfsd_cache_match to check more powerful discriminators firstTrond Myklebust1-7/+11
2014-08-17nfsd: split DRC global spinlock into per-bucket locksTrond Myklebust1-23/+20
2014-08-17nfsd: convert num_drc_entries to an atomic_tTrond Myklebust1-16/+12
2014-08-17nfsd: Remove the cache_hash listTrond Myklebust2-18/+2
2014-08-17nfsd: convert the lru list into a per-bucket thingTrond Myklebust1-23/+50
2014-08-17nfsd: Clean up drc cache in preparation for global spinlock eliminationTrond Myklebust1-21/+24
2014-08-09Merge branch 'for-3.17' of git://linux-nfs.org/~bfields/linuxLinus Torvalds26-1390/+2632
2014-08-05nfsd: add some comments to the nfsd4 object definitionsJeff Layton2-7/+101
2014-08-05nfsd: remove the client_mutex and the nfs4_lock/unlock_state wrappersJeff Layton2-17/+0
2014-08-05nfsd: remove nfs4_lock_state: nfs4_state_shutdown_netJeff Layton1-2/+0
2014-08-05nfsd: remove nfs4_lock_state: nfs4_laundromatJeff Layton1-3/+0
2014-08-05nfsd: Remove nfs4_lock_state(): reclaim_complete()Trond Myklebust1-2/+0
2014-08-05nfsd: Remove nfs4_lock_state(): setclientid, setclientid_confirm, renewTrond Myklebust1-6/+0
2014-08-05nfsd: Remove nfs4_lock_state(): exchange_id, create/destroy_session()Trond Myklebust1-11/+0
2014-08-05nfsd: Remove nfs4_lock_state(): nfsd4_open and nfsd4_open_confirmTrond Myklebust2-9/+0
2014-08-05nfsd: Remove nfs4_lock_state(): nfsd4_delegreturn()Trond Myklebust1-3/+0
2014-08-05nfsd: Remove nfs4_lock_state(): nfsd4_open_downgrade + nfsd4_closeTrond Myklebust1-4/+0
2014-08-05nfsd: Remove nfs4_lock_state(): nfsd4_lock/locku/lockt()Trond Myklebust1-9/+0
2014-08-05nfsd: Remove nfs4_lock_state(): nfsd4_release_lockownerTrond Myklebust1-6/+2
2014-08-05nfsd: Remove nfs4_lock_state(): nfsd4_test_stateid/nfsd4_free_stateidTrond Myklebust1-4/+0
2014-08-05nfsd: Remove nfs4_lock_state(): nfs4_preprocess_stateid_op()Trond Myklebust1-5/+1
2014-08-05nfsd: remove old fault injection infrastructureJeff Layton3-126/+57
2014-08-05nfsd: add more granular locking to *_delegations fault injectorsJeff Layton3-40/+162
2014-08-05nfsd: add more granular locking to forget_openowners fault injectorJeff Layton3-15/+122
2014-08-05nfsd: add more granular locking to forget_locks fault injectorJeff Layton3-16/+131
2014-08-05nfsd: add a list_head arg to nfsd_foreach_client_lockJeff Layton1-3/+8
2014-08-05nfsd: add nfsd_inject_forget_clientsJeff Layton3-17/+30
2014-08-05nfsd: add a forget_client set_clnt routineJeff Layton3-1/+32
2014-08-05nfsd: add a forget_clients "get" routine with proper lockingJeff Layton3-11/+26
2014-08-05nfsd: abstract out the get and set routines into the fault injection opsJeff Layton1-51/+78
2014-08-05nfsd: protect clid and verifier generation with client_lockJeff Layton2-15/+12
2014-08-05nfsd: don't destroy clients that are busyJeff Layton1-2/+8
2014-08-05NFSD: Put the reference of nfs4_file when freeing stidKinglong Mee1-0/+4
2014-08-01nfsd: don't destroy client if mark_client_expired_locked failsJeff Layton1-2/+6
2014-08-01nfsd: move unhash_client_locked call into mark_client_expired_lockedJeff Layton1-11/+8
2014-08-01nfsd: protect the close_lru list and oo_last_closed_stid with client_lockJeff Layton1-7/+31
2014-08-01nfsd: Add lockdep assertions to document the nfs4_client/session lockingTrond Myklebust1-0/+30
2014-08-01nfsd: Ensure lookup_clientid() takes client_lockTrond Myklebust1-2/+6
2014-08-01nfsd: Protect nfsd4_destroy_clientid using client_lockTrond Myklebust1-4/+9
2014-08-01nfsd: Protect session creation and client confirm using client_lockJeff Layton1-26/+39
2014-08-01nfsd: Protect unconfirmed client creation using client_lockTrond Myklebust1-11/+22
2014-08-01nfsd: Move create_client() call outside the lockTrond Myklebust1-16/+19
2014-08-01nfsd: Don't require client_lock in free_clientTrond Myklebust1-13/+0
2014-08-01nfsd: Ensure that the laundromat unhashes the client before releasing locksTrond Myklebust1-1/+3
2014-08-01nfsd: Ensure struct nfs4_client is unhashed before we try to destroy itTrond Myklebust1-10/+33
2014-08-01nfsd4: fix out of date commentJ. Bruce Fields1-1/+1
2014-08-01NFSD: Decrease nfsd_users in nfsd_startup_generic failKinglong Mee1-1/+4
2014-07-31nfsd: rename unhash_generic_stateid to unhash_ol_stateidJeff Layton1-3/+3
2014-07-31nfsd: don't thrash the cl_lock while freeing an open stateidJeff Layton1-15/+19
2014-07-31nfsd: reduce cl_lock thrashing in release_openownerJeff Layton1-33/+63
2014-07-31nfsd: close potential race in nfsd4_free_stateidJeff Layton1-12/+9
2014-07-31nfsd: optimize destroy_lockowner cl_lock thrashingJeff Layton1-17/+34
2014-07-31nfsd: add locking to stateowner releaseJeff Layton1-9/+6
2014-07-31nfsd: clean up and reorganize release_lockownerJeff Layton1-31/+18
2014-07-31nfsd: Move the open owner hash table into struct nfs4_clientTrond Myklebust3-103/+86
2014-07-31nfsd: Protect adding/removing lock owners using client_lockTrond Myklebust1-8/+61
2014-07-31nfsd: Protect adding/removing open state owners using client_lockTrond Myklebust1-38/+80
2014-07-31nfsd: don't allow CLOSE to proceed until refcount on stateid dropsJeff Layton1-1/+20
2014-07-31nfsd: make openstateids hold references to their openownersJeff Layton2-42/+32
2014-07-31nfsd: clean up refcounting for lockownersJeff Layton1-22/+7
2014-07-31nfsd: Make lock stateid take a reference to the lockownerTrond Myklebust1-0/+3
2014-07-31nfsd: add an operation for unhashing a stateownerJeff Layton2-12/+38
2014-07-31nfsd: clean up lockowner refcounting when finding themJeff Layton1-12/+33
2014-07-31nfsd: Add a mutex to protect the NFSv4.0 open owner replay cacheJeff Layton5-26/+41
2014-07-31nfsd: Add reference counting to state ownersJeff Layton2-21/+50
2014-07-31nfsd: Migrate the stateid reference into nfs4_find_stateid_by_type()Trond Myklebust1-6/+6
2014-07-31nfsd: Migrate the stateid reference into nfs4_lookup_stateid()Trond Myklebust1-6/+11
2014-07-31nfsd: Migrate the stateid reference into nfs4_preprocess_seqid_opTrond Myklebust1-15/+11
2014-07-31nfsd: Add reference counting to nfs4_preprocess_confirmed_seqid_opTrond Myklebust1-4/+9
2014-07-31nfsd: nfsd4_open_confirm() must reference the open stateidTrond Myklebust1-1/+5
2014-07-31nfsd: Prepare nfsd4_close() for open stateid referencingTrond Myklebust1-0/+5
2014-07-31nfsd: nfsd4_process_open2() must reference the open stateidTrond Myklebust1-0/+4
2014-07-31nfsd: nfsd4_process_open2() must reference the delegation stateidTrond Myklebust1-5/+13
2014-07-31nfsd: Ensure that nfs4_open_delegation() references the delegation stateidTrond Myklebust1-0/+2
2014-07-31nfsd: nfsd4_locku() must reference the lock stateidTrond Myklebust1-1/+5
2014-07-31nfsd: Add reference counting to lock stateidsTrond Myklebust1-3/+12
2014-07-31nfsd: ensure atomicity in nfsd4_free_stateid and nfsd4_validate_stateidJeff Layton1-35/+36
2014-07-31nfsd: clean up races in lock stateid searching and creationJeff Layton1-22/+49
2014-07-31nfsd: Add locking to protect the state owner listsJeff Layton1-2/+19
2014-07-31nfsd: do filp_close in sc_free callback for lock stateidsJeff Layton1-8/+18
2014-07-31nfsd4: use cl_lock to synchronize all stateid idr callsJeff Layton1-11/+30
2014-07-31nfsd: Add a struct nfs4_file field to struct nfs4_stidTrond Myklebust3-38/+36
2014-07-31nfsd: Add reference counting to the lock and open stateidsTrond Myklebust3-50/+58
2014-07-29nfsd: print status when nfsd4_open fails to open file it just createdJeff Layton2-1/+4
2014-07-29nfsd: remove dl_fh field from struct nfs4_delegationJeff Layton3-4/+2
2014-07-29nfsd: give block_delegation and delegation_blocked its own spinlockJeff Layton1-10/+11
2014-07-29nfsd: clean up nfs4_set_delegationJeff Layton1-12/+22
2014-07-29nfsd: clean up arguments to nfs4_open_delegationJeff Layton1-6/+7
2014-07-29nfsd: drop unused stp arg to alloc_init_delegJeff Layton1-2/+2
2014-07-29nfsd: Convert delegation counter to an atomic_long_t typeTrond Myklebust1-7/+11