Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
34d0640e268923bb1fb9d244a047cdfcd3f77909
/
fs
/
nfs
/
nfs4proc.c
e11259f
NFSv4.1: Clear the old state by our client id before establishing a new lease
by Trond Myklebust
· 10 years ago
369d6b7
NFS: Fix stateid used for NFS v4 closes
by Anna Schumaker
· 10 years ago
3235b40
NFSv4: Set a barrier in the update_changeattr() helper
by Trond Myklebust
· 10 years ago
a08a8cd
NFS: Add attribute update barriers to NFS writebacks
by Trond Myklebust
· 10 years ago
f044636
NFS: Add attribute update barriers to nfs_setattr_update_inode()
by Trond Myklebust
· 10 years ago
be36e18
NFSv4: nfs4_open_recover_helper() must set share access
by Trond Myklebust
· 10 years ago
71a097c
NFSv4.1: Clean up bind_conn_to_session
by Trond Myklebust
· 10 years ago
b1c0df5
NFSv4.1: Don't set up a backchannel if the server didn't agree to do so
by Trond Myklebust
· 10 years ago
79969dd
NFSv4.1: Clean up create_session
by Trond Myklebust
· 10 years ago
5a0ec8ac
NFSv4.1: Pin the inode and super block in asynchronous layoutreturns
by Trond Myklebust
· 10 years ago
472e259
NFSv4.1: Pin the inode and super block in asynchronous layoutcommit
by Trond Myklebust
· 10 years ago
ea7c38f
NFSv4: Ensure we reference the inode for return-on-close in delegreturn
by Trond Myklebust
· 10 years ago
6ae3733
NFSv4.1: Ask for no delegation on OPEN if using O_DIRECT
by Trond Myklebust
· 10 years ago
e2c63e0
Merge branch 'flexfiles'
by Trond Myklebust
· 10 years ago
d67ae82
pnfs/flexfiles: Add the FlexFile Layout Driver
by Tom Haynes
· 10 years ago
aa8a45e
nfs41: wait for LAYOUTRETURN before retrying LAYOUTGET
by Peng Tao
· 10 years ago
193e3aa
nfs41: introduce NFS_LAYOUT_RETURN_BEFORE_CLOSE
by Peng Tao
· 10 years ago
6c16605
nfs41: allow async version layoutreturn
by Peng Tao
· 10 years ago
e736a5b
nfs41: clear NFS_LAYOUT_RETURN if layoutreturn is sent or failed to send
by Peng Tao
· 10 years ago
ce6ab4f
nfs41: don't use a layout if it is marked for returning
by Peng Tao
· 10 years ago
2c4b131
nfs4: export nfs4_sequence_done
by Peng Tao
· 10 years ago
cb04ad2
nfs4: pass slot table to nfs40_setup_sequence
by Peng Tao
· 10 years ago
40dd4b7
NFSv4.1: Optimise layout return-on-close
by Trond Myklebust
· 10 years ago
b4019c0
NFSv4.1: Allow parallel LOCK/LOCKU calls
by Trond Myklebust
· 10 years ago
c69899a
NFSv4: Update of VFS byte range lock must be atomic with the stateid update
by Trond Myklebust
· 10 years ago
425c1d4
NFSv4: Fix lock on-wire reordering issues
by Trond Myklebust
· 10 years ago
6b44753
NFSv4: Always do open_to_lock_owner if the lock stateid is uninitialised
by Trond Myklebust
· 10 years ago
39071e6
NFSv4: Fix atomicity problems with lock stateid updates
by Trond Myklebust
· 10 years ago
63f5f79
NFSv4.1: Allow parallel OPEN/OPEN_DOWNGRADE/CLOSE
by Trond Myklebust
· 10 years ago
badc76d
NFSv4: Convert nfs_alloc_seqid() to return an ERR_PTR() if allocation fails
by Trond Myklebust
· 10 years ago
f95549c
NFSv4: More CLOSE/OPEN races
by Trond Myklebust
· 10 years ago
566fcec
NFSv4: Fix an atomicity problem in CLOSE
by Trond Myklebust
· 10 years ago
4e379d3
NFSv4: Remove incorrect check in can_open_delegated()
by Trond Myklebust
· 10 years ago
ceb3a16
NFSv4: Cache the NFSv4/v4.1 client owner_id in the struct nfs_client
by Trond Myklebust
· 10 years ago
624bd5b
nfs: Add DEALLOCATE support
by Anna Schumaker
· 10 years ago
f4ac167
nfs: Add ALLOCATE support
by Anna Schumaker
· 10 years ago
4bd5a980
nfs41: fix nfs4_proc_layoutget error handling
by Peng Tao
· 10 years ago
c1b69b1
nfs: Remove dead case from nfs4_map_errors()
by Jan Kara
· 10 years ago
c606bb8
NFSv4: Ensure that we call FREE_STATEID when NFSv4.x stateids are revoked
by Trond Myklebust
· 10 years ago
869f9df
NFSv4: Fix races between nfs_remove_bad_delegation() and delegation return
by Trond Myklebust
· 10 years ago
0c116ca
NFSv4.1: nfs41_clear_delegation_stateid shouldn't trust NFS_DELEGATED_STATE
by Trond Myklebust
· 10 years ago
4dfd4f7
NFSv4: Ensure that we remove NFSv4.0 delegations when state has expired
by Trond Myklebust
· 10 years ago
e983120
NFS: SEEK is an NFS v4.2 feature
by Anna Schumaker
· 10 years ago
dca78001
Revert "NFS: nfs4_do_open should add negative results to the dcache."
by Trond Myklebust
· 10 years ago
7488cbc
Revert "NFS: remove BUG possibility in nfs4_open_and_get_state"
by Trond Myklebust
· 10 years ago
b4b5679
Merge branch 'client-4.2' into linux-next
by Trond Myklebust
· 10 years ago
72c23f0
Merge branch 'bugfixes' into linux-next
by Trond Myklebust
· 10 years ago
d1f456b
NFSv4.1: Fix an NFSv4.1 state renewal regression
by Andy Adamson
· 10 years ago
1c6dcbe
NFS: Implement SEEK
by Anna Schumaker
· 10 years ago
8478eaa
NFSv4: use exponential retry on NFS4ERR_DELAY for async requests.
by NeilBrown
· 10 years ago
cd9288f
NFSv4: Fix another bug in the close/open_downgrade code
by Trond Myklebust
· 10 years ago
88ac815
nfs41: change PNFS_LAYOUTRET_ON_SETATTR to only return on truncation to smaller size
by Peng Tao
· 10 years ago
d4b18c3
pnfs: remove GETDEVICELIST implementation
by Christoph Hellwig
· 10 years ago
f39c010
NFS: remove BUG possibility in nfs4_open_and_get_state
by NeilBrown
· 10 years ago
defb846
pnfs: retry after a bad stateid error from layoutget
by Christoph Hellwig
· 10 years ago
61beef7
NFS: Clear up state owner lock usage
by Anna Schumaker
· 10 years ago
412f6c4
NFSv4: Don't clear the open state when we just did an OPEN_DOWNGRADE
by Trond Myklebust
· 10 years ago
aee7af3
NFSv4: Fix problems with close in the presence of a delegation
by Trond Myklebust
· 10 years ago
5b53dc8
NFS: Avoid infinite loop when RELEASE_LOCKOWNER getting expired error
by Kinglong Mee
· 10 years ago
4fa2c54
NFS: nfs4_do_open should add negative results to the dcache.
by NeilBrown
· 10 years ago
f11b2a1
nfs4: copy acceptor name from context to nfs_client
by Jeff Layton
· 10 years ago
f1cdae8
nfs4: turn free_lock_state into a void return operation
by Jeff Layton
· 11 years ago
039b756
nfs41: layout return on close in delegation return
by Peng Tao
· 10 years ago
fe08c54
nfs41: return layout on last close
by Peng Tao
· 10 years ago
f3792d6
NFSv4: Fix OPEN w/create access mode checking
by Trond Myklebust
· 10 years ago
d45f60c
nfs: merge nfs_pgio_data into _header
by Weston Andros Adamson
· 10 years ago
66b0686
NFSv4: test SECINFO RPC_AUTH_GSS pseudoflavors for support
by Andy Adamson
· 10 years ago
d1e1cda
Merge tag 'nfs-for-3.16-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
by Linus Torvalds
· 10 years ago
999e568
nfs4: remove unused CHANGE_SECURITY_LABEL
by J. Bruce Fields
· 10 years ago
8935ef6
NFSv4: Use error handler on failed GETATTR with successful OPEN
by Andy Adamson
· 11 years ago
a4cdda5
NFS: Create a common pgio_rpc_prepare function
by Anna Schumaker
· 11 years ago
9c7e1b3
NFS: Create a common read and write data struct
by Anna Schumaker
· 11 years ago
3c6b899
NFS: Create a common argument structure for reads and writes
by Anna Schumaker
· 11 years ago
fab5fc2
nfs: remove ->read_pageio_init from rpc ops
by Christoph Hellwig
· 11 years ago
a20c93e
nfs: remove ->write_pageio_init from rpc ops
by Christoph Hellwig
· 11 years ago
e911b81
NFSv4: Fix a use-after-free problem in open()
by Trond Myklebust
· 11 years ago
706cb8d
NFS: advertise only supported callback netids
by Chuck Lever
· 11 years ago
bd0f725
Merge branch 'devel' into linux-next
by Trond Myklebust
· 11 years ago
33912be
nfs: remove synchronous rename code
by Jeff Layton
· 11 years ago
0418dae1
NFSv4: Fail the truncate() if the lock/open stateid is invalid
by Trond Myklebust
· 11 years ago
e1253be
NFSv4: nfs4_stateid_is_current should return 'true' for an invalid stateid
by Trond Myklebust
· 11 years ago
b7e63a1
NFSv4: Fix another nfs4_sequence corruptor
by Trond Myklebust
· 11 years ago
4f14c19
NFSv4: Clear the open state flags if the new stateid does not match
by Trond Myklebust
· 11 years ago
226056c
NFSv4: Use correct locking when updating nfs4_state in nfs4_close_done
by Trond Myklebust
· 11 years ago
e999e80
NFSv4: Don't update the open stateid unless it is newer than the old one
by Trond Myklebust
· 11 years ago
17ead6c
NFSv4: Fix memory corruption in nfs4_proc_open_confirm
by Trond Myklebust
· 11 years ago
a13ce7c
NFSv4.1: Clean up nfs41_sequence_done
by Trond Myklebust
· 11 years ago
cab92c1
NFSv4: Fix a slot leak in nfs40_sequence_done
by Trond Myklebust
· 11 years ago
f9c96fc
NFSv4.1 free slot before resending I/O to MDS
by Andy Adamson
· 11 years ago
7dd7d95
nfs: handle servers that support only ALLOW ACE type.
by Malahal Naineni
· 11 years ago
ed7e542
pnfs: Proper delay for NFS4ERR_RECALLCONFLICT in layout_get_done
by Boaz Harrosh
· 11 years ago
78b19ba
nfs4.1: properly handle ENOTSUP in SECINFO_NO_NAME
by Weston Andros Adamson
· 11 years ago
d8c951c
NFSv4.1: Don't trust attributes if a pNFS LAYOUTCOMMIT is outstanding
by Trond Myklebust
· 11 years ago
29be634
Merge tag 'nfs-for-3.13-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
by Linus Torvalds
· 11 years ago
f22e5ed
NFSv4.1: Prevent a 3-way deadlock between layoutreturn, open and state recovery
by Trond Myklebust
· 11 years ago
69794ad
NFSv4: close needs to handle NFS4ERR_ADMIN_REVOKED
by Trond Myklebust
· 11 years ago
c97cf60
NFSv4: Update list of irrecoverable errors on DELEGRETURN
by Trond Myklebust
· 11 years ago
4a82fd7
NFSv4 wait on recovery for async session errors
by Andy Adamson
· 11 years ago
9bc9ccd
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 11 years ago
fab99eb
NFSv4.2: Remove redundant checks in nfs_setsecurity+nfs4_label_init_security
by Trond Myklebust
· 11 years ago
Next »