index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
nfs
/
nfs4filelayout.c
Age
Commit message (
Expand
)
Author
2013-02-24
pnfs: fix resend_to_mds for directio
Benny Halevy
2012-12-12
SUNRPC handle EKEYEXPIRED in call_refreshresult
Andy Adamson
2012-12-06
NFSv4.1: Simplify the sequence setup
Trond Myklebust
2012-12-06
NFSv4.1: Move slot table and session struct definitions to nfs4session.h
Trond Myklebust
2012-11-04
NFSv4.1: Remove assertion BUG_ON()s from the files and generic layout code
Trond Myklebust
2012-10-15
NFSv4.1: Use kcalloc() to allocate zeroed arrays instead of kzalloc()
Trond Myklebust
2012-10-15
NFSv4.1: Do not call pnfs_return_layout() from an rpciod context
Trond Myklebust
2012-10-15
NFSv4.1: Kill nfs4_ds_disconnect()
Trond Myklebust
2012-09-28
NFSv4.1: Get rid of the NFS_LAYOUT_DESTROYED state
Trond Myklebust
2012-09-28
NFSv4.1: Get rid of pNFS layout state "NFS_LAYOUT_INVALID"
Trond Myklebust
2012-09-28
NFSv4.1: pNFS data servers may be temporarily offline
Trond Myklebust
2012-09-28
NFSv4.1: Replace get_device_info() with filelayout_get_device_info()
Trond Myklebust
2012-09-28
NFSv4.1: Cleanup; add "pnfs_" prefix to put_lseg() and get_lseg()
Trond Myklebust
2012-07-16
NFSv4.1 don't send LAYOUTCOMMIT if data resent through MDS
Andy Adamson
2012-07-16
NFSv4.1 return the LAYOUT for each file with failed DS connection I/O
Andy Adamson
2012-06-28
NFS: Cleanup - only store the write verifier in struct nfs_page
Trond Myklebust
2012-05-27
NFSv4.1: Handle other occurrences of NFS4ERR_CONN_NOT_BOUND_TO_SESSION
Trond Myklebust
2012-05-22
NFS: Fix compiler warnings
Bryan Schumaker
2012-05-22
NFSv4.1 skip rpc_call_done only on disconnected DS slot_table_waitq tasks
Andy Adamson
2012-05-22
NFSv4.1 Just use nfs_put_client in filelayout release
Andy Adamson
2012-05-22
NFSv4.1 fix null state reference in filelayout_async_handle_error
Andy Adamson
2012-05-22
NFSv4.1: Fix a bad reference count issue in the pNFS commit code
Trond Myklebust
2012-05-19
NFSv4.1 resend LAYOUTGET on data server invalid layout errors
Andy Adamson
2012-05-19
NFSv4.1 dereference a disconnected data server client record
Andy Adamson
2012-05-19
NFSv4.1 ref count nfs_client across filelayout data server io
Andy Adamson
2012-05-19
NFSv4.1 send layoutreturn to fence disconnected data server
Andy Adamson
2012-05-19
NFSv4.1 wake up all tasks on un-connected DS slot table waitq
Andy Adamson
2012-05-19
NFSv4.1 Check invalid deviceid upon slot table waitq wakeup
Andy Adamson
2012-05-19
NFSv4.1: mark deviceid invalid on filelayout DS connection errors
Andy Adamson
2012-05-19
NFSv4.1 set RPC_TASK_SOFTCONN for filelayout DS RPC calls
Andy Adamson
2012-05-19
NFSv4.1 cleanup filelayout invalid layout handling
Andy Adamson
2012-05-19
NFSv4.1: cleanup filelayout invalid deviceid handling
Andy Adamson
2012-04-27
NFS: Prevent garbage cinfo->ds from leaking out
Fred Isaman
2012-04-27
NFS: rewrite directio write to use async coalesce code
Fred Isaman
2012-04-27
NFS: create nfs_commit_completion_ops
Fred Isaman
2012-04-27
NFS: create struct nfs_commit_info
Fred Isaman
2012-04-27
NFS: prepare coalesce testing for directio
Fred Isaman
2012-04-27
NFS: merge _full and _partial write rpc_ops
Fred Isaman
2012-04-27
NFS: merge _full and _partial read rpc_ops
Fred Isaman
2012-04-27
NFS: create common nfs_pgio_header for both read and write
Fred Isaman
2012-04-27
NFS: use req_offset where appropriate
Fred Isaman
2012-04-27
NFS: remove unnecessary casts of void pointers in nfs4filelayout.c
Fred Isaman
2012-04-27
NFS: reverse arg order in nfs_initiate_[read|write]
Fred Isaman
2012-04-27
NFS: add a struct nfs_commit_data to replace nfs_write_data in commits
Fred Isaman
2012-04-27
NFS4.1: Add lseg to struct nfs4_fl_commit_bucket
Fred Isaman
2012-03-24
NFS4.1: remove duplicate variable declaration in filelayout_clear_request_commit
Fred Isaman
2012-03-20
NFS: Use cond_resched_lock() to reduce latencies in the commit scans
Trond Myklebust
2012-03-17
NFSv4.1: Fix a few issues in filelayout_commit_pagelist
Trond Myklebust
2012-03-17
NFSv4.1: Clean ups and bugfixes for the pNFS read/writeback/commit code
Trond Myklebust
2012-03-11
NFS: Fix a number of sparse warnings
Trond Myklebust
[next]