Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
0e27263926699fcbbd574cff4dd6920007a50e8a
/
fs
/
nfs
/
read.c
6db6dd7
NFS: Ensure that we free the rpc_task after read and write cleanups are done
by Trond Myklebust
· 12 years ago
ac694db
Merge branch 'akpm' (Andrew's patch-bomb)
by Linus Torvalds
· 12 years ago
d56b4dd
nfs: teach the NFS client how to treat PG_swapcache pages
by Mel Gorman
· 12 years ago
89d77c8
NFS: Convert v4 into a module
by Bryan Schumaker
· 12 years ago
ddda8e0
NFS: Convert v2 into a module
by Bryan Schumaker
· 12 years ago
1abb5088
NFS: Create an read_pageio_init() function
by Bryan Schumaker
· 12 years ago
2701d08
NFSv4.1 add nfs_inode book keeping for mdsthreshold
by Andy Adamson
· 12 years ago
9f0ec176
NFSv4.1 set RPC_TASK_SOFTCONN for filelayout DS RPC calls
by Andy Adamson
· 13 years ago
1385b81
NFS: Fix sparse warnings
by Trond Myklebust
· 13 years ago
4bd8b01
NFS: Simplify the nfs_read_completion functions
by Trond Myklebust
· 13 years ago
25b11dc
NFS: Clean up nfs read and write error paths
by Trond Myklebust
· 13 years ago
9146ab5
NFS: Read cleanups
by Trond Myklebust
· 13 years ago
584aa81
NFS: rewrite directio read to use async coalesce code
by Fred Isaman
· 13 years ago
061ae2e
NFS: create completion structure to pass into page_init functions
by Fred Isaman
· 13 years ago
4db6e0b
NFS: merge _full and _partial read rpc_ops
by Fred Isaman
· 13 years ago
30dd374
NFS: create struct nfs_page_array
by Fred Isaman
· 13 years ago
cd84160
NFS: create common nfs_pgio_header for both read and write
by Fred Isaman
· 13 years ago
c5996c4
NFS: reverse arg order in nfs_initiate_[read|write]
by Fred Isaman
· 13 years ago
73fb7bc
NFS: put open context on error in nfs_pagein_multi
by Fred Isaman
· 13 years ago
0195c00
Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-asm_system
by Linus Torvalds
· 13 years ago
9ffc93f
Remove all #inclusions of asm/system.h
by David Howells
· 13 years ago
ea7c330
NFS: Remove nfs4_setup_sequence from generic read code
by Bryan Schumaker
· 13 years ago
8dd3775
NFSv4.1: Clean ups and bugfixes for the pNFS read/writeback/commit code
by Trond Myklebust
· 13 years ago
9d12b21
NFSv41: Add a new helper nfs4_init_sequence()
by Trond Myklebust
· 13 years ago
62e4a76
NFS: Revert pnfs ugliness from the generic NFS read code path
by Trond Myklebust
· 13 years ago
b6ee8cd
NFS: Get rid of the nfs_rdata_mempool
by Trond Myklebust
· 13 years ago
fba7300
NFS: Don't rely on PageError in nfs_readpage_release_partial
by Trond Myklebust
· 13 years ago
fbb5a9a
NFS: Get rid of unnecessary calls to ClearPageError() in read code
by Trond Myklebust
· 13 years ago
d00c5d4
NFS: Get rid of nfs_restart_rpc()
by Trond Myklebust
· 13 years ago
9b7eecd
pnfs: recoalesce when ld read pagelist fails
by Peng Tao
· 13 years ago
5f00bcb
Merge branch 'master' into devel and apply fixup from Stephen Rothwell:
by Stephen Rothwell
· 13 years ago
3d4ff43
nfs_open_context doesn't need struct path either
by Al Viro
· 13 years ago
1f94535
NFS: Clean up - simplify the switch to read/write-through-MDS
by Trond Myklebust
· 13 years ago
493292d
NFS: Move the pnfs read code into pnfs.c
by Trond Myklebust
· 13 years ago
d097971
NFS: Use the nfs_pageio_descriptor->pg_bsize in the read/write request
by Trond Myklebust
· 13 years ago
50828d7
NFS: Cache rpc_ops in struct nfs_pageio_descriptor
by Trond Myklebust
· 13 years ago
275acaa
NFS: Clean up: split out the RPC transmission from nfs_pagein_multi/one
by Trond Myklebust
· 13 years ago
3b60918
NFS: fix return value of nfs_pagein_one/nfs_flush_one
by Peng Tao
· 13 years ago
6e4efd5
NFS: Clean up nfs_read_rpcsetup and nfs_write_rpcsetup
by Trond Myklebust
· 13 years ago
7c24d94
NFSv4.1: File layout only supports whole file layouts
by Andy Adamson
· 13 years ago
e885de1
NFSv4.1: Fall back to ordinary i/o through the mds if we have no layout segment
by Trond Myklebust
· 13 years ago
d8007d4
NFSv4.1: Add an initialisation callback for pNFS
by Trond Myklebust
· 13 years ago
1751c36
NFS: Cleanup of the nfs_pageio code in preparation for a pnfs bugfix
by Trond Myklebust
· 13 years ago
dfed206
NFSv4.1: unify pnfs_pageio_init functions
by Benny Halevy
· 13 years ago
fb3296e
pnfs: Use byte-range for layoutget
by Benny Halevy
· 13 years ago
a75b9df
NFSv4.1: Ensure that layoutget uses the correct gfp modes
by Trond Myklebust
· 13 years ago
8f68cd4
nfs: BKL is no longer needed, so remove the include
by Stephen Rothwell
· 14 years ago
36fe432
NFSv4.1: Clear lseg pointer in ->doio function
by Fred Isaman
· 14 years ago
c76069b
NFSv4.1: rearrange ->doio args
by Fred Isaman
· 14 years ago
cbdabc7f
NFSv4.1: filelayout async error handler
by Andy Adamson
· 14 years ago
dc70d7b
NFSv4.1: filelayout read
by Andy Adamson
· 14 years ago
64419a9
NFSv4.1: generic read
by Andy Adamson
· 14 years ago
bae724e
NFSv4.1: shift pnfs_update_layout locations
by Fred Isaman
· 14 years ago
94ad1c8
NFSv4.1: coelesce across layout stripes
by Fred Isaman
· 14 years ago
2df485a
nfs: remove extraneous and problematic calls to nfs_clear_request
by Trond Myklebust
· 14 years ago
e5e9401
NFS: create and destroy inode's layout cache
by Benny Halevy
· 14 years ago
dfb4f309
NFSv4.1: keep seq_res.sr_slot as pointer rather than an index
by Benny Halevy
· 14 years ago
f11ac8d
NFSv4: Ensure that we track the NFSv4 lock state in read/write requests.
by Trond Myklebust
· 14 years ago
035168a
NFSv4.1: Make nfs4_setup_sequence take a nfs_server argument
by Trond Myklebust
· 14 years ago
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
Next »