Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
d51fdb87a611f8ef50518df7187173ae10469fd0
/
fs
/
nfs
d51fdb8
NFS: discard nfs_lockowner structure.
by NeilBrown
· 8 years ago
8d42443
NFSv4: enhance nfs4_copy_lock_stateid to use a flock stateid if there is one
by NeilBrown
· 8 years ago
1739347
NFSv4: change nfs4_select_rw_stateid to take a lock_context inplace of lock_owner
by NeilBrown
· 8 years ago
29b59f9
NFSv4: change nfs4_do_setattr to take an open_context instead of a nfs4_state.
by NeilBrown
· 8 years ago
532d4de
NFSv4: add flock_owner to open context
by NeilBrown
· 8 years ago
b184b5c
NFS: remove l_pid field from nfs_lockowner
by NeilBrown
· 8 years ago
4d3b55d
NFS: Remove unused argument from nfs_direct_write_complete()
by Anna Schumaker
· 8 years ago
7d38de3
NFS: Remove unused authflavour parameter from nfs_get_client()
by Anna Schumaker
· 8 years ago
ced85a7
nfs: fix false positives in nfs40_walk_client_list()
by J. Bruce Fields
· 8 years ago
b85f562
pNFS: Skip invalid stateids when doing a bulk destroy
by Trond Myklebust
· 8 years ago
29ade5d
pNFS: Wait on outstanding layoutreturns to complete in pnfs_roc()
by Trond Myklebust
· 8 years ago
abb3e1c
pNFS: Don't mark the layout as freed if the last lseg is marked for return
by Trond Myklebust
· 8 years ago
4aab973
pNFS: Sync the layout state bits in pnfs_cache_lseg_for_layoutreturn
by Trond Myklebust
· 8 years ago
24408f5
pNFS: Fix bugs in _pnfs_return_layout
by Trond Myklebust
· 8 years ago
fe1cf94
pNFS: Clear all layout segment state in pnfs_mark_layout_stateid_invalid
by Trond Myklebust
· 8 years ago
53e6fc8
pNFS: Prevent unnecessary layoutreturns after delegreturn
by Trond Myklebust
· 8 years ago
1c5bd76d
pNFS: Enable layoutreturn operation for return-on-close
by Trond Myklebust
· 8 years ago
828ed9e
pNFS: Clean up - add a helper to initialise struct layoutreturn_args
by Trond Myklebust
· 8 years ago
586f1c3
NFSv4: Add encode/decode of the layoutreturn op in DELEGRETURN
by Trond Myklebust
· 8 years ago
cf80516
NFSv4: Add encode/decode of the layoutreturn op in CLOSE
by Trond Myklebust
· 8 years ago
d8434d4c
NFSv4: Fix missing operation accounting in NFS4_dec_delegreturn_sz
by Trond Myklebust
· 8 years ago
69820d2
pNFS: Don't mark layout segments invalid on layoutreturn in pnfs_roc
by Trond Myklebust
· 8 years ago
94e5c57
pNFS: Get rid of unnecessary layout parameter in encode_layoutreturn callback
by Trond Myklebust
· 8 years ago
0cdc329
pNFS: Skip checking for return-on-close if the layout is invalid
by Trond Myklebust
· 8 years ago
e685d23
pNFS: Remove spurious wake up in pnfs_layout_remove_lseg()
by Trond Myklebust
· 8 years ago
2a97442
NFSv4: Ignore LAYOUTRETURN result if the layout doesn't match or is invalid
by Trond Myklebust
· 8 years ago
68f7447
pNFS: Do not free layout segments that are marked for return
by Trond Myklebust
· 8 years ago
7b410d9
pNFS: Delay getting the layout header in CB_LAYOUTRECALL handlers
by Trond Myklebust
· 8 years ago
17822b2
pNFS: consolidate the different range intersection tests
by Trond Myklebust
· 8 years ago
ee284e3
pNFS: Fix race in pnfs_wait_on_layoutreturn
by Trond Myklebust
· 8 years ago
6604b20
pNFS: On error, do not send LAYOUTGET until the LAYOUTRETURN has completed
by Trond Myklebust
· 8 years ago
9888d83
pNFS: Force a retry of LAYOUTGET if the stateid doesn't match our cache
by Trond Myklebust
· 8 years ago
ae5a459
pNFS: Clear NFS_LAYOUT_RETURN_REQUESTED when invalidating the layout stateid
by Trond Myklebust
· 8 years ago
7b65099
pNFS: Don't clear the layout stateid if a layout return is outstanding
by Trond Myklebust
· 8 years ago
54e4a0d
pNFS: Fix a deadlock between read resends and layoutreturn
by Trond Myklebust
· 8 years ago
9a83785
NFSv4.1: Fix regression in callback retry handling
by Fred Isaman
· 8 years ago
1ad13db
NFSv4: Optimise away forced revalidation when we know the attributes are OK
by Trond Myklebust
· 8 years ago
3ecefc9
NFSv4: Don't request close-to-open attribute when holding a delegation
by Trond Myklebust
· 8 years ago
3947b74
NFSv4: Don't request a GETATTR on open_downgrade.
by Trond Myklebust
· 8 years ago
1cc1baf1
NFSv4: Don't ask for the change attribute when reclaiming state
by Trond Myklebust
· 8 years ago
536585c
NFSv4: Don't check file access when reclaiming state
by Trond Myklebust
· 8 years ago
10b9dd5
Merge tag 'nfs-for-4.9-4' of git://git.linux-nfs.org/projects/anna/linux-nfs
by Linus Torvalds
· 8 years ago
d55b352
NFSv4.x: hide array-bounds warning
by Arnd Bergmann
· 8 years ago
d75a6a0
NFSv4.1: Keep a reference on lock states while checking
by Benjamin Coddington
· 8 years ago
d41cbfc
NFSv4.1: Handle NFS4ERR_OLD_STATEID in nfs4_reclaim_open_state
by Benjamin Coddington
· 8 years ago
5cc7861
NFSv4: Don't call close if the open stateid has already been cleared
by Trond Myklebust
· 8 years ago
3e7dfb1
NFSv4: Fix CLOSE races with OPEN
by Trond Myklebust
· 8 years ago
23ea44c
NFSv4.1: Fix a regression in DELEGRETURN
by Trond Myklebust
· 8 years ago
ef5beed
Merge tag 'nfs-for-4.9-3' of git://git.linux-nfs.org/projects/anna/linux-nfs
by Linus Torvalds
· 8 years ago
0ac84b7
fs/nfs: Fix used uninitialized warn in nfs4_slot_seqid_in_use()
by Shuah Khan
· 8 years ago
1927471
NFS: Don't print a pNFS error if we aren't using pNFS
by Anna Schumaker
· 8 years ago
8ef3295
NFS: Ignore connections that have cl_rpcclient uninitialized
by Petr Vandrovec
· 8 years ago
68a5640
NFSv4.1: work around -Wmaybe-uninitialized warning
by Arnd Bergmann
· 8 years ago
86a6c21
NFS: Trim extra slash in v4 nfs_path
by Benjamin Coddington
· 9 years ago
02593ac
Merge tag 'nfs-for-4.9-2' of git://git.linux-nfs.org/projects/anna/linux-nfs
by Linus Torvalds
· 8 years ago
83aa3e0
nfs4: fix missing-braces warning
by Arnd Bergmann
· 8 years ago
c4a8616
Merge tag 'nfs-for-4.9-1' of git://git.linux-nfs.org/projects/anna/linux-nfs
by Linus Torvalds
· 8 years ago
a3f9d1b5
pnfs/blocklayout: fix last_write_offset incorrectly set to page boundary
by Benjamin Coddington
· 8 years ago
101105b
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 8 years ago
97d2116
Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 8 years ago
b66484c
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 8 years ago
fd50eca
vfs: Remove {get,set,remove}xattr inode operations
by Andreas Gruenbacher
· 8 years ago
8cd7978
mm: remove page_file_index
by Huang Ying
· 8 years ago
82c156f
switch generic_file_splice_read() to use of ->read_iter()
by Al Viro
· 8 years ago
3f807e5
NFSv4.2: Fix a reference leak in nfs42_proc_layoutstats_generic
by Jeff Layton
· 8 years ago
2f86e09
fs: nfs: Make nfs boot time y2038 safe
by Deepa Dinamani
· 8 years ago
a865880
Retry operation on EREMOTEIO on an interrupted slot
by Olga Kornievskaia
· 8 years ago
bfc505d
pNFS: Fix atime updates on pNFS clients
by Trond Myklebust
· 8 years ago
8a64c4e
NFSv4.1: Even if the stateid is OK, we may need to recover the open modes
by Trond Myklebust
· 8 years ago
7ebeb7f
NFSv4: If recovery failed for a specific open stateid, then don't retry
by Trond Myklebust
· 8 years ago
76e8a1b
NFSv4: Fix retry issues with nfs41_test/free_stateid
by Trond Myklebust
· 8 years ago
304020f
NFSv4: Open state recovery must account for file permission changes
by Trond Myklebust
· 8 years ago
67dd483
NFSv4: Mark the lock and open stateids as invalid after freeing them
by Trond Myklebust
· 8 years ago
b134fc4
NFSv4: Don't test open_stateid unless it is set
by Trond Myklebust
· 8 years ago
272289a
NFSv4: nfs4_do_handle_exception() handle revoke/expiry of a single stateid
by Trond Myklebust
· 8 years ago
7f04883
NFS: Always call nfs_inode_find_state_and_recover() when revoking a delegation
by Trond Myklebust
· 8 years ago
1393d96
NFSv4: Fix a race when updating an open_stateid
by Trond Myklebust
· 8 years ago
b1a318d
NFSv4: Fix a race in nfs_inode_reclaim_delegation()
by Trond Myklebust
· 8 years ago
9c27869
NFSv4: Pass the stateid to the exception handler in nfs4_read/write_done_cb
by Trond Myklebust
· 8 years ago
26f4744
NFSv4.1: nfs4_layoutget_handle_exception handle revoked state
by Trond Myklebust
· 8 years ago
d7f3e4b
NFSv4: nfs4_handle_setlk_error() handle expiration as revoke case
by Trond Myklebust
· 8 years ago
404ea356
NFSv4: nfs4_handle_delegation_recall_error() handle expiration as revoke case
by Trond Myklebust
· 8 years ago
6c2d8f8
NFSv4: nfs_inode_find_state_and_recover() should check all stateids
by Trond Myklebust
· 8 years ago
059b43e
NFSv4: Ensure we don't re-test revoked and freed stateids
by Trond Myklebust
· 8 years ago
26d3630
NFSv4.1: Ensure we call FREE_STATEID if needed on close/delegreturn/locku
by Trond Myklebust
· 8 years ago
f0b0bf8
NFSv4.1: FREE_STATEID can be asynchronous
by Trond Myklebust
· 8 years ago
c5896fc
NFSv4.1: Ensure we always run TEST/FREE_STATEID on locks
by Trond Myklebust
· 8 years ago
f7a62ad
NFSv4.1: Allow revoked stateids to skip the call to TEST_STATEID
by Trond Myklebust
· 8 years ago
63d63cb
NFSv4.1: Don't recheck delegations that have already been checked
by Trond Myklebust
· 8 years ago
bb3d1a3
NFSv4.1: Deal with server reboots during delegation expiration recovery
by Trond Myklebust
· 8 years ago
45870d6
NFSv4.1: Test delegation stateids when server declares "some state revoked"
by Trond Myklebust
· 8 years ago
41020b6
NFSv4.x: Allow callers of nfs_remove_bad_delegation() to specify a stateid
by Trond Myklebust
· 8 years ago
4586f6e
NFSv4.1: Add a helper function to deal with expired stateids
by Trond Myklebust
· 8 years ago
43912bb
NFSv4.1: Allow test_stateid to handle session errors without waiting
by Trond Myklebust
· 8 years ago
4c8e544
NFSv4.1: Don't check delegations that are already marked as revoked
by Trond Myklebust
· 8 years ago
aa05c87
NFSv4: nfs4_copy_delegation_stateid() must fail if the delegation is invalid
by Trond Myklebust
· 8 years ago
b3f9e72
NFSv4: Don't report revoked delegations as valid in nfs_have_delegation()
by Trond Myklebust
· 8 years ago
7dc72d5
NFS: Fix inode corruption in nfs_prime_dcache()
by Trond Myklebust
· 8 years ago
0a014a4
NFSv4.1: Don't deadlock the state manager on the SEQUENCE status flags
by Trond Myklebust
· 8 years ago
2773bf0
fs: rename "rename2" i_op to "rename"
by Miklos Szeredi
· 8 years ago
Next »