Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
b9b2dd36c1bc64430f8e13990ab135cbecc10076
/
fs
/
nfs
/
read.c
93870d7
NFS: Read requests can use GFP_KERNEL.
by Trond Myklebust
· 14 years ago
0110ee1
NFS: Fix up the declaration of nfs4_restart_rpc when NFSv4 not configured
by Trond Myklebust
· 15 years ago
d61e612
NFSv41: Clean up slot table management
by Trond Myklebust
· 15 years ago
e608e79
nfs41: call free slot from nfs4_restart_rpc
by Andy Adamson
· 15 years ago
1ae88b2
NFS: Fix an O_DIRECT Oops...
by Trond Myklebust
· 15 years ago
405f557
headers: smp_lock.h redux
by Alexey Dobriyan
· 15 years ago
eedc020
nfs41: use rpc prepare call state for session reset
by Andy Adamson
· 16 years ago
f11c88a
nfs41: read sequence setup/done support
by Andy Adamson
· 16 years ago
5f7dbd5
nfs41: set up seq_res.sr_slotid
by Andy Adamson
· 16 years ago
7f8e05f
NFS: Store pages from an NFS inode into a local cache
by David Howells
· 16 years ago
9a9fc1c
NFS: Read pages from FS-Cache into an NFS inode
by David Howells
· 16 years ago
f42b293
NFS: nfs_readpage_async() needs to be accessible as a fallback for local caching
by David Howells
· 16 years ago
136221f
nfs: remove redundant tests on reading new pages
by Wu Fengguang
· 16 years ago
3110ff8
nfs: replace remaining __FUNCTION__ occurrences
by Harvey Harrison
· 17 years ago
dbae4c7
NFS: Ensure that rpc_run_task() errors are propagated back to the caller
by Trond Myklebust
· 17 years ago
fdd1e74
NFS: Ensure that the read code cleans up properly when rpc_run_task() fails
by Trond Myklebust
· 17 years ago
4af68bf
nfs: remove duplicate initializations of nfs_read_data field
by Fred Isaman
· 17 years ago
c7c350e
Merge branch 'hotfixes' into devel
by Trond Myklebust
· 17 years ago
f8512ad
nfs: don't ignore return value from nfs_pageio_add_request
by Fred Isaman
· 17 years ago
5e4424a
SUNRPC: Remove now-redundant RCU-safe rpc_task free path
by Trond Myklebust
· 17 years ago
101070c
NFS: Ensure that the asynchronous RPC calls complete on nfsiod.
by Trond Myklebust
· 17 years ago
383ba71
NFS: Fix a deadlock with lazy umount
by Trond Myklebust
· 17 years ago
eebd2aa
Pagecache zeroing: zero_user_segment, zero_user_segments and zero_user
by Christoph Lameter
· 17 years ago
3a10c30
nfs: obliterate NFS_FLAGS macro
by Benny Halevy
· 17 years ago
0773769
NFS/SUNRPC: Convert users of rpc_init_task+rpc_execute to rpc_run_task()
by Trond Myklebust
· 17 years ago
bdc7f02
NFS: Clean up the (commit|read|write)_setup() callback routines
by Trond Myklebust
· 17 years ago
3ff7576
SUNRPC: Clean up the initialisation of priority queue scheduling info.
by Trond Myklebust
· 17 years ago
84115e1
SUNRPC: Cleanup of rpc_task initialisation
by Trond Myklebust
· 17 years ago
8850df9
NFS: Fix atime revalidation in read()
by Trond Myklebust
· 17 years ago
cd3758e
NFS: Replace file->private_data with calls to nfs_file_open_context()
by Trond Myklebust
· 17 years ago
20c2df8
mm: Remove slab destructors from kmem_cache_create().
by Paul Mundt
· 17 years ago
88be9f9
NFS: Replace vfsmount and dentry in nfs_open_context with struct path
by Trond Myklebust
· 17 years ago
de05a0c
NFS: Minor read optimisation...
by Trond Myklebust
· 17 years ago
60945cb
NFS: use zero_user_page
by Nate Diller
· 17 years ago
8d5658c
NFS: Fix a buffer overflow in the allocation of struct nfs_read/writedata
by Trond Myklebust
· 18 years ago
8b09bee
NFS: Cleanup for nfs_readpages()
by Trond Myklebust
· 18 years ago
bcb71bb
NFS: Another cleanup of the read/write request coalescing code
by Trond Myklebust
· 18 years ago
d8a5ad7
NFS: Cleanup the coalescing code
by Trond Myklebust
· 18 years ago
a3f565b
NFS: fix print format for tk_pid
by Chuck Lever
· 18 years ago
8e0969f
NFS: Remove nfs_readpage_sync()
by Trond Myklebust
· 18 years ago
21b4e73
Merge branch 'master' of /home/trondmy/kernel/linux-2.6/ into merge_linus
by Trond Myklebust
· 18 years ago
e18b890
[PATCH] slab: remove kmem_cache_t
by Christoph Lameter
· 18 years ago
e6b4f8d
[PATCH] slab: remove SLAB_NOFS
by Christoph Lameter
· 18 years ago
49a70f2
NFS: Cleanup: add common helper nfs_page_length()
by Trond Myklebust
· 18 years ago
a99b71c
NFS: Remove use of the Big Kernel Lock around calls to rpc_execute.
by Frank Filz
· 18 years ago
cf1308f
NFS: Fix missing page_unlock() in nfs_readpage
by Trond Myklebust
· 18 years ago
0b67130
NFS: Fix asynchronous read error handling
by Trond Myklebust
· 18 years ago
8aca67f
SUNRPC: Fix a potential race in rpc_wake_up_task()
by Trond Myklebust
· 18 years ago
1a1d92c
[PATCH] Really ignore kmem_cache_destroy return value
by Alexey Dobriyan
· 18 years ago
5f004cf
NFS: Make read() return an ESTALE if the file has been deleted
by Trond Myklebust
· 18 years ago
54ceac4
NFS: Share NFS superblocks per-protocol per-server per-FSID
by David Howells
· 18 years ago
7a52411
NFS: Fix Oopsable condition in nfs_readpage_sync()
by Trond Myklebust
· 18 years ago
e9f7bee
[PATCH] NFS: large non-page-aligned direct I/O clobbers memory
by Trond Myklebust
· 18 years ago
79558f3
NFS: Fix issue with EIO on NFS read
by Trond Myklebust
· 18 years ago
e4e2051
NFS: make 2 functions static
by Adrian Bunk
· 18 years ago
6ab3d56
Remove obsolete #include <linux/config.h>
by Jörn Engel
· 18 years ago
266bee8
[PATCH] fix static linking of NFS
by David Brownell
· 18 years ago
f7b422b
NFS: Split fs/nfs/inode.c
by David Howells
· 18 years ago
0d0b5cb
NFS: Optimize allocation of nfs_read/write_data structures
by Chuck Lever
· 18 years ago
1de3fc1
NFS: Clean up and fix page zeroing when we have short reads
by Trond Myklebust
· 18 years ago
93d2341
[PATCH] mempool: use mempool_create_slab_pool()
by Matthew Dobson
· 19 years ago
3feb2d4
NFS: Uninline nfs_writedata_(alloc|free) and nfs_readdata_(alloc|free)
by Trond Myklebust
· 19 years ago
ec06c09
NFS: Cleanup of NFS read code
by Trond Myklebust
· 19 years ago
91d5b47
NFS: add I/O performance counters
by Chuck Lever
· 19 years ago
40859d7
NFS: support large reads and writes on the wire
by Chuck Lever
· 19 years ago
963d8fe
RPC: Clean up RPC task structure
by Trond Myklebust
· 19 years ago
d530838
NFSv4: Fix problem with OPEN_DOWNGRADE
by Trond Myklebust
· 19 years ago
0e574af
NFS: Cleanup initialisation of struct nfs_fattr
by Trond Myklebust
· 19 years ago
10d2c46
[PATCH] NFS: fix client oops when debugging is on
by Nick Wilson
· 19 years ago
dc59250
[PATCH] NFS: Introduce the use of inode->i_lock to protect fields in nfsi
by Chuck Lever
· 19 years ago
5529680
[PATCH] NFS: split nfsi->flags into two fields
by Chuck Lever
· 19 years ago
c6a556b
[PATCH] NFS: Make searching and waiting on busy writeback requests more efficient.
by Trond Myklebust
· 19 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago