Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
61540bf6bb40ddfa3e766de91cedca2e1afd24eb
61540bf
NFS: Clean up cache validity checking
by Trond Myklebust
· 8 years ago
58ff418
NFS: Don't revalidate the file on close if we hold a delegation
by Trond Myklebust
· 8 years ago
0bc2c9b
NFSv4: Don't discard the attributes returned by asynchronous DELEGRETURN
by Trond Myklebust
· 8 years ago
e603a4c
NFSv4: Update the attribute cache info in update_changeattr
by Trond Myklebust
· 8 years ago
2549f30
Merge tag 'nfs-rdma-4.10-1' of git://git.linux-nfs.org/projects/anna/nfs-rdma
by Trond Myklebust
· 8 years ago
1cded9d
SUNRPC: fix refcounting problems with auth_gss messages.
by NeilBrown
· 8 years ago
dff25dd
nfs: add support for the umask attribute
by Andreas Gruenbacher
· 8 years ago
d915211
pNFS/flexfiles: Ensure we have enough buffer for layoutreturn
by Trond Myklebust
· 8 years ago
5ba6a09
pNFS/flexfiles: Remove a redundant parameter in ff_layout_encode_ioerr()
by Trond Myklebust
· 8 years ago
65990d1
pNFS/flexfiles: Fix a deadlock on LAYOUTGET
by Fred Isaman
· 8 years ago
2f065dd
pNFS: Layoutreturn must free the layout after the layout-private data
by Trond Myklebust
· 8 years ago
cb06793
pNFS/flexfiles: Fix ff_layout_add_ds_error_locked()
by Trond Myklebust
· 8 years ago
7a0566b
NFSv4: Add missing nfs_put_lock_context()
by NeilBrown
· 8 years ago
362fb57
pNFS: Release NFS_LAYOUT_RETURN when invalidating the layout stateid
by Trond Myklebust
· 8 years ago
d94cbf6
NFSv4.1: Don't schedule lease recovery in nfs4_schedule_session_recovery()
by Trond Myklebust
· 8 years ago
2cf10cd
NFSv4.1: Handle NFS4ERR_BADSESSION/NFS4ERR_DEADSESSION replies to OP_SEQUENCE
by Trond Myklebust
· 8 years ago
1cd9cb0
NFS: Only look at the change attribute cache state in nfs_check_verifier
by Trond Myklebust
· 8 years ago
9310b22
NFS: Fix incorrect size revalidation when holding a delegation
by Trond Myklebust
· 8 years ago
1072777
NFS: Fix incorrect mapping revalidation when holding a delegation
by Trond Myklebust
· 8 years ago
230bc96
pNFS/flexfiles: Support sending layoutstats in layoutreturn
by Trond Myklebust
· 8 years ago
422c93c
pNFS/flexfiles: Minor refactoring before adding iostats to layoutreturn
by Trond Myklebust
· 8 years ago
2f8220c
NFS: Fix up read of mirror stats
by Trond Myklebust
· 8 years ago
08e2e5b
pNFS/flexfiles: Clean up layoutstats
by Trond Myklebust
· 8 years ago
5b9b3c8
pNFS/flexfiles: Refactor encoding of the layoutreturn payload
by Trond Myklebust
· 8 years ago
287bd3e
pNFS: Add a layoutreturn callback to performa layout-private setup
by Trond Myklebust
· 8 years ago
4d796d7
pNFS: Allow layout drivers to manage private data in struct nfs4_layoutreturn
by Trond Myklebust
· 8 years ago
f8c3cf9
NFSv4: Add a generic structure for managing layout-private information
by Trond Myklebust
· 8 years ago
06946c6
pNFS/flexfiles: Only send layoutstats updates for mirrors that were updated
by Trond Myklebust
· 8 years ago
46c98c6
pNFS/flexfiles: Don't attempt to send layoutstats if there are no entries
by Trond Myklebust
· 8 years ago
1bcf4c5
NFS: Allow getattr to also report readdirplus cache hits
by Trond Myklebust
· 8 years ago
63519fb
NFS: Be more targeted about readdirplus use when doing lookup/revalidation
by Trond Myklebust
· 8 years ago
79f687a3
NFS: Fix a performance regression in readdir
by Trond Myklebust
· 8 years ago
f36ab16
NFS: fix typo in parameter description
by Wei Yongjun
· 8 years ago
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
2c2ee6d
sunrpc: Don't engage exponential backoff when connection attempt is rejected.
by NeilBrown
· 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
3a72dc7
xprtrdma: Relocate connection helper functions
by Chuck Lever
· 8 years ago
c351f94
xprtrdma: Update dprintk in rpcrdma_count_chunks
by Chuck Lever
· 8 years ago
2f6922c
xprtrdma: Shorten QP access error message
by Chuck Lever
· 8 years ago
6d6bf72
xprtrdma: Squelch "max send, max recv" messages at connect time
by Chuck Lever
· 8 years ago
289400a
xprtrdma: Update documenting comment
by Chuck Lever
· 8 years ago
a100fda
xprtrdma: Refactor FRMR invalidation
by Chuck Lever
· 8 years ago
48016dc
xprtrdma: Avoid calls to ro_unmap_safe()
by Chuck Lever
· 8 years ago
109b88a
xprtrdma: Address coverity complaint about wait_for_completion()
by Chuck Lever
· 8 years ago
ae09531
SUNRPC: Proper metric accounting when RPC is not transmitted
by Chuck Lever
· 8 years ago
5e9fc6a
xprtrdma: Support for SG_GAP devices
by Chuck Lever
· 8 years ago
8d38de6
xprtrdma: Make FRWR send queue entry accounting more accurate
by Chuck Lever
· 8 years ago
62aee0e
xprtrdma: Cap size of callback buffer resources
by Chuck Lever
· 8 years ago
e5517c2
Linux 4.9-rc7
by Linus Torvalds
· 8 years ago
105ecad
Merge git://git.infradead.org/intel-iommu
by Linus Torvalds
· 8 years ago
ff17bf8
Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus
by Linus Torvalds
· 8 years ago
d8e435f
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 8 years ago
8e54cad
fix default_file_splice_read()
by Al Viro
· 8 years ago
e348031
Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux
by Linus Torvalds
· 8 years ago
a56f3eb
Merge branch 'fixes' of git://git.armlinux.org.uk/~rmk/linux-arm
by Linus Torvalds
· 8 years ago
a0d60e6
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 8 years ago
30e2b7c
Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm
by Linus Torvalds
· 8 years ago
fc13ca1
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 8 years ago
39c1573
Merge tag 'powerpc-4.9-6' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
by Linus Torvalds
· 8 years ago
6998cc6
tipc: resolve connection flow control compatibility problem
by Jon Paul Maloy
· 8 years ago
e8f967c
mvpp2: use correct size for memset
by Arnd Bergmann
· 8 years ago
Next »