index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2017-11-17
xprtrdma: Remove atomic send completion counting
Chuck Lever
3
-33
/
+0
2017-11-17
xprtrdma: RPC completion should wait for Send completion
Chuck Lever
4
-4
/
+34
2017-11-17
xprtrdma: Refactor rpcrdma_deferred_completion
Chuck Lever
3
-13
/
+22
2017-11-17
xprtrdma: Add a field of bit flags to struct rpcrdma_req
Chuck Lever
4
-4
/
+8
2017-11-17
xprtrdma: Add data structure to manage RDMA Send arguments
Chuck Lever
4
-32
/
+247
2017-11-17
xprtrdma: "Unoptimize" rpcrdma_prepare_hdr_sge()
Chuck Lever
1
-7
/
+5
2017-11-17
xprtrdma: Change return value of rpcrdma_prepare_send_sges()
Chuck Lever
3
-24
/
+38
2017-11-17
xprtrdma: Fix error handling in rpcrdma_prepare_msg_sges()
Chuck Lever
1
-14
/
+24
2017-11-17
xprtrdma: Clean up SGE accounting in rpcrdma_prepare_msg_sges()
Chuck Lever
1
-1
/
+1
2017-11-17
xprtrdma: Decode credits field in rpcrdma_reply_handler
Chuck Lever
3
-27
/
+14
2017-11-17
xprtrdma: Invoke rpcrdma_reply_handler directly from RECV completion
Chuck Lever
3
-23
/
+36
2017-11-17
xprtrdma: Refactor rpcrdma_reply_handler some more
Chuck Lever
2
-57
/
+69
2017-11-17
xprtrdma: Move decoded header fields into rpcrdma_rep
Chuck Lever
2
-19
/
+20
2017-11-17
xprtrdma: Throw away reply when version is unrecognized
Chuck Lever
1
-9
/
+8
2017-10-16
xprtrdma: Remove ro_unmap_safe
Chuck Lever
3
-40
/
+0
2017-10-16
xprtrdma: Use ro_unmap_sync in xprt_rdma_send_request
Chuck Lever
1
-1
/
+2
2017-10-16
xprtrdma: Don't defer fencing an async RPC's chunks
Chuck Lever
1
-1
/
+1
2017-10-16
NFS: remove special-case revalidate in nfs_opendir()
NeilBrown
1
-7
/
+0
2017-10-16
NFS: revalidate "." etc correctly on "open".
NeilBrown
1
-2
/
+2
2017-10-16
NFS: Don't compare apples to elephants to determine access bits
Anna Schumaker
3
-37
/
+10
2017-10-16
NFS: Create NFS_ACCESS_* flags
Anna Schumaker
2
-8
/
+18
2017-10-16
Linux 4.14-rc5
v4.14-rc5
Linus Torvalds
1
-1
/
+1
2017-10-14
x86/microcode: Do the family check first
Borislav Petkov
1
-9
/
+18
2017-10-14
locking/lockdep: Disable cross-release features for now
Ingo Molnar
1
-2
/
+2
2017-10-14
x86/mm: Flush more aggressively in lazy TLB mode
Andy Lutomirski
3
-49
/
+136
2017-10-14
mm, swap: use page-cluster as max window of VMA based swap readahead
Huang Ying
2
-44
/
+7
2017-10-14
mm: page_vma_mapped: ensure pmd is loaded with READ_ONCE outside of lock
Will Deacon
1
-15
/
+10
2017-10-14
kmemleak: clear stale pointers from task stacks
Konstantin Khlebnikov
2
-1
/
+5
2017-10-14
fs/binfmt_misc.c: node could be NULL when evicting inode
Eryu Guan
1
-1
/
+1
2017-10-14
fs/mpage.c: fix mpage_writepage() for pages with buffers
Matthew Wilcox
3
-5
/
+16
2017-10-14
linux/kernel.h: add/correct kernel-doc notation
Randy Dunlap
1
-16
/
+74
2017-10-14
tty: fall back to N_NULL if switching to N_TTY fails during hangup
Johannes Weiner
1
-6
/
+5
2017-10-14
Revert "vmalloc: back off when the current task is killed"
Johannes Weiner
1
-6
/
+0
2017-10-14
mm/cma.c: take __GFP_NOWARN into account in cma_alloc()
Boris Brezillon
1
-1
/
+1
2017-10-14
scripts/kallsyms.c: ignore symbol type 'n'
Guenter Roeck
1
-1
/
+1
2017-10-14
userfaultfd: selftest: exercise -EEXIST only in background transfer
Andrea Arcangeli
1
-5
/
+20
2017-10-14
mm: only display online cpus of the numa node
Zhen Lei
1
-2
/
+10
2017-10-14
mm: remove unnecessary WARN_ONCE in page_vma_mapped_walk().
Zi Yan
1
-2
/
+1
2017-10-14
mm/mempolicy: fix NUMA_INTERLEAVE_HIT counter
Andrey Ryabinin
1
-2
/
+5
2017-10-14
include/linux/of.h: provide of_n_{addr,size}_cells wrappers for !CONFIG_OF
Arnd Bergmann
1
-0
/
+10
2017-10-14
mm/madvise.c: add description for MADV_WIPEONFORK and MADV_KEEPONFORK
Yang Shi
1
-1
/
+6
2017-10-14
lib/Kconfig.debug: kernel hacking menu: runtime testing: keep tests together
Randy Dunlap
1
-72
/
+71
2017-10-14
mm/migrate: fix indexing bug (off by one) and avoid out of bound access
Mark Hairgrove
1
-1
/
+2
2017-10-13
iommu/amd: Finish TLB flush in amd_iommu_unmap()
Joerg Roedel
1
-0
/
+1
2017-10-13
powerpc/perf: Fix IMC initialization crash
Anju T Sudhakar
1
-1
/
+2
2017-10-12
scripts: fix faddr2line to work on last symbol
NeilBrown
1
-2
/
+3
2017-10-12
drm/msm: fix _NO_IMPLICIT fencing case
Rob Clark
2
-17
/
+18
2017-10-12
drm/msm: fix error path cleanup
Rob Clark
1
-1
/
+2
2017-10-12
device property: preserve usecount for node passed to of_fwnode_graph_get_por...
Niklas Söderlund
1
-1
/
+1
2017-10-12
drivers: of: increase MAX_RESERVED_REGIONS to 32
Stewart Smith
1
-1
/
+1
[next]