Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
1725cd0ae07bb31f68803edcc5bdc99952c7d2f4
« Previous
15ce4a0
NFS: Replace atomic_t variables in nfs_direct_req with a single spin lock
by Chuck Lever
· 19 years ago
8846705
NFS: clean up comments and tab damage in direct.c
by Chuck Lever
· 19 years ago
9eafa8c
NFS: support EIOCBQUEUED return in direct write path
by Chuck Lever
· 19 years ago
c89f2ee
NFS: make iocb available everywhere in direct write path
by Chuck Lever
· 19 years ago
47989d7
NFS: remove support for multi-segment iovs in the direct write path
by Chuck Lever
· 19 years ago
462d5b3
NFS: make direct write path generate write requests concurrently
by Chuck Lever
· 19 years ago
63ab46a
NFS: create common routine for handling direct I/O completion
by Chuck Lever
· 19 years ago
93619e5
NFS: create common routine for allocating nfs_direct_req
by Chuck Lever
· 19 years ago
bc0fb20
NFS: create common routine for waiting for direct I/O to complete
by Chuck Lever
· 19 years ago
487b837
NFS: support EIOCBQUEUED return in direct read path
by Chuck Lever
· 19 years ago
99514f8
NFS: make iocb available everywhere in direct read path
by Chuck Lever
· 19 years ago
0cdd80d
NFS: remove support for multi-segment iovs in the direct read path
by Chuck Lever
· 19 years ago
5dd602f
NFS: use size_t type for holding rsize bytes in NFS O_DIRECT read path
by Chuck Lever
· 19 years ago
d4cc948
NFS: update comments and function definitions in fs/nfs/direct.c
by Chuck Lever
· 19 years ago
b8a32e2
NFS: clean up NFS client's a_ops->direct_IO method
by Chuck Lever
· 19 years ago
ec06c09
NFS: Cleanup of NFS read code
by Trond Myklebust
· 19 years ago
788e7a8
NFS: Cleanup of NFS write code in preparation for asynchronous o_direct
by Trond Myklebust
· 19 years ago
7117bf3
lockd: Remove FL_LOCKD flag
by J. Bruce Fields
· 19 years ago
8dc7c31
locks,lockd: fix race in nlmsvc_testlock
by Andy Adamson
· 19 years ago
2e0af86
locks: remove unused posix_block_lock
by Andy Adamson
· 19 years ago
a85f193
lockd: make nlmsvc_lock use only posix_lock_file
by Andy Adamson
· 19 years ago
5de0e50
lockd: simplify nlmsvc_grant_blocked
by Andy Adamson
· 19 years ago
15dadef
lockd: clean up nlmsvc_lock
by Andy Adamson
· 19 years ago
1e7cb3d
NFS: directory trace messages
by Chuck Lever
· 19 years ago
e95b85e
SUNRPC: minor cleanup
by Chuck Lever
· 19 years ago
dead28d
SUNRPC: eliminate rpc_call()
by Chuck Lever
· 19 years ago
cc0175c
SUNRPC: display human-readable procedure name in rpc_iostats output
by Chuck Lever
· 19 years ago
4ece3a2
NFS: add RPC I/O statistics to /proc/self/mountstats
by Chuck Lever
· 19 years ago
11c556b
SUNRPC: provide a mechanism for collecting stats in the RPC client
by Chuck Lever
· 19 years ago
ef759a2
SUNRPC: introduce per-task RPC iostats
by Chuck Lever
· 19 years ago
262ca07
SUNRPC: add a handful of per-xprt counters
by Chuck Lever
· 19 years ago
e19b63d
SUNRPC: track length of RPC wait queues
by Chuck Lever
· 19 years ago
67ec9f4
NFS: report how long an NFS file system has been mounted
by Chuck Lever
· 19 years ago
006ea73
NFS: add hooks to account for NFSERR_JUKEBOX errors
by Chuck Lever
· 19 years ago
91d5b47
NFS: add I/O performance counters
by Chuck Lever
· 19 years ago
d9ef5a8
NFS: introduce mechanism for tracking NFS client metrics
by Chuck Lever
· 19 years ago
c8bded9
NFS: clean up some mount options
by Chuck Lever
· 19 years ago
7a480e2
NFS: show retransmit settings when displaying mount options
by Chuck Lever
· 19 years ago
b4629fe
VFS: New /proc file /proc/self/mountstats
by Chuck Lever
· 19 years ago
1356b8c
SUNRPC: more verbose output for rpc auth weak error
by Levent Serinol
· 19 years ago
24bd68f
NFS: Code comments update in NFS
by Goldwyn Rodrigues
· 19 years ago
c9d5128
NFS: sem2mutex idmap.c
by Ingo Molnar
· 19 years ago
bd64754
NFS: kzalloc conversion in fs/nfs
by Eric Sesterhenn
· 19 years ago
a162a6b
NFSv4: Kill braindead gcc warnings
by Trond Myklebust
· 19 years ago
967b928
NFSv4: Do not call rpciod_down() before call to destroy_nfsv4_state()
by Trond Myklebust
· 19 years ago
12de3b3
SUNRPC: Ensure that rpc_mkpipe returns a refcounted dentry
by Trond Myklebust
· 19 years ago
24c5d9d
SUNRPC: Run rpci->queue_timeout on the rpciod workqueue instead of generic
by Trond Myklebust
· 19 years ago
f344f6d
SUNRPC: Auto-load RPC authentication kernel modules
by Olaf Kirch
· 19 years ago
fb374d2
NFS: reduce the number of false cache invalidations.
by Trond Myklebust
· 19 years ago
c8d149f
NFS: "const static" vs "static const" in nfs4
by Jesper Juhl
· 19 years ago
ca62b9c
NFSv4: Don't invalidate cached attributes if change attribute is unchanged
by Trond Myklebust
· 19 years ago
755c1e2
NFS: writes should not clobber utimes() calls
by Trond Myklebust
· 19 years ago
7bab377
lockd: Don't expose the process pid to the NLM server
by Trond Myklebust
· 19 years ago
36943fa
NLM: nlm_alloc_call should not immediately fail on signal
by Trond Myklebust
· 19 years ago
47831f3
VFS: Fix __posix_lock_file() copy of private lock area
by Trond Myklebust
· 19 years ago
1dd594b
NFS: Fix buglet in fs/nfs/write.c
by Neil Brown
· 19 years ago
cd52ed3
NFS: Avoid races between writebacks and truncation
by Trond Myklebust
· 19 years ago
b92dccf
NFS: Fix a busy inodes issue...
by Trond Myklebust
· 19 years ago
88dcb91
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6
by Linus Torvalds
· 19 years ago
c7cace6
Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6
by Linus Torvalds
· 19 years ago
a90779b
Merge branch 'block-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/block
by Linus Torvalds
· 19 years ago
fd02e80
IB/mthca: Query SRQ srq_limit fixes
by Eli Cohen
· 19 years ago
bfef73f
IPoIB: Get rid of useless test of queue length
by Roland Dreier
· 19 years ago
e10e271
IB/mthca: Correct reported SRQ size in MemFree case.
by Dotan Barak
· 19 years ago
dc05980
IB/mad: Fix oopsable race on device removal
by Michael S. Tsirkin
· 19 years ago
bf17c1c
IB/srp: Coverity fix to srp_parse_options()
by Roland Dreier
· 19 years ago
6b63e30
IB/mthca: Coverity fix to mthca_init_eq_table()
by Roland Dreier
· 19 years ago
048975a
IB: Coverity fixes to sysfs.c
by Roland Dreier
· 19 years ago
0b3ea08
IPoIB: Move ipoib_ib_dev_flush() to ipoib workqueue
by Jack Morgenstein
· 19 years ago
8b9ab02
IPoIB: Fix build now that neighbour destructor is in neigh_params
by Roland Dreier
· 19 years ago
702b2aa
IB/uverbs: Use correct alt_pkey_index in modify QP
by Ami Perlmutter
· 19 years ago
f36e179
IB/umad: Add support for large RMPP transfers
by Jack Morgenstein
· 19 years ago
6ecb0c8
IB/srp: Add SCSI host attributes to show target port
by Roland Dreier
· 19 years ago
87fd1a1
IB/cm: Check cm_id state before handling a REP
by Sean Hefty
· 19 years ago
6226bb5
IB/mthca: Update firmware versions
by Roland Dreier
· 19 years ago
651eaac
IB/mthca: Optimize large messages on Sinai HCAs
by Eli Cohen
· 19 years ago
27d5630
IB/uverbs: Fix query QP return of sq_sig_all
by Dotan Barak
· 19 years ago
4546d31
IB: Fix modify QP checking of "current QP state" attribute
by Dotan Barak
· 19 years ago
9acf6a8
IPoIB: Fix multicast race between canceling and completing
by Michael S. Tsirkin
· 19 years ago
54d07e2
IPoIB: Clean up if posting receives fails
by Eli Cohen
· 19 years ago
8d3ef29
IB/mthca: Use an enum for HCA page size
by Ishai Rabinovitz
· 19 years ago
67e7377
IB/mthca: Check alternate P_Key index when setting alternate path
by Dotan Barak
· 19 years ago
7667abd1
IB/mthca: Add support for send work request fence flag
by Dotan Barak
· 19 years ago
7343b23
IPoIB: Close race in setting mcast->ah
by Eli Cohen
· 19 years ago
1d89b1a
IB/mthca: Implement query_ah method
by Jack Morgenstein
· 19 years ago
14abdff
IB/mthca: Write FW commands through doorbell page
by Eli Cohen
· 19 years ago
ea88fd1
IB/uverbs: Return actual capacity from create SRQ operation
by Dotan Barak
· 19 years ago
abb6e9b
IB/mthca: Return actual capacity from create_srq
by Dotan Barak
· 19 years ago
44af79f
IPoIB: clarify to_ipoib_neigh()
by Michael S. Tsirkin
· 19 years ago
4d9781c
IB/uverbs: Fix alignment of struct ib_uverbs_create_qp_resp
by Roland Dreier
· 19 years ago
00df1b2
IB/mthca: Bump driver version and release date
by Roland Dreier
· 19 years ago
8ebe507
IB/mthca: Support for query QP and SRQ
by Eli Cohen
· 19 years ago
8bdb0e8
IB/uverbs: Support for query SRQ from userspace
by Dotan Barak
· 19 years ago
7ccc9a2
IB/uverbs: Support for query QP from userspace
by Dotan Barak
· 19 years ago
a74cd4a
IB: Whitespace cleanups
by Roland Dreier
· 19 years ago
d844183
IB/mthca: Convert to use ib_modify_qp_is_ok()
by Roland Dreier
· 19 years ago
8a51866
IB: Add ib_modify_qp_is_ok() library function
by Roland Dreier
· 19 years ago
3fa1fa3
IB/mthca: Generate SQ drained events when requested
by Roland Dreier
· 19 years ago
5e9f71a
IB/mad: Simplify SMI by eliminating smi_check_local_dr_smp()
by Ralph Campbell
· 19 years ago
5f0b67e0
IB/mad: Remove redundant check from smi_check_local_dr_smp()
by Ralph Campbell
· 19 years ago
Next »