index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
sunrpc
/
stats.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2014-07-31
xprtrdma: Disable completions for LOCAL_INV Work Requests
Chuck Lever
1
-9
/
+8
2014-07-31
xprtrdma: Disable completions for FAST_REG_MR Work Requests
Chuck Lever
1
-5
/
+4
2014-07-31
xprtrdma: Don't post a LOCAL_INV in rpcrdma_register_frmr_external()
Chuck Lever
1
-20
/
+2
2014-07-31
xprtrdma: Reset FRMRs after a flushed LOCAL_INV Work Request
Chuck Lever
1
-2
/
+92
2014-07-31
xprtrdma: Reset FRMRs when FAST_REG_MR is flushed by a disconnect
Chuck Lever
2
-2
/
+66
2014-07-31
xprtrdma: Properly handle exhaustion of the rb_mws list
Chuck Lever
1
-32
/
+71
2014-07-31
xprtrdma: Chain together all MWs in same buffer pool
Chuck Lever
2
-1
/
+7
2014-07-31
xprtrdma: Back off rkey when FAST_REG_MR fails
Chuck Lever
1
-0
/
+1
2014-07-31
xprtrdma: Unclutter struct rpcrdma_mr_seg
Chuck Lever
2
-28
/
+50
2014-07-31
xprtrdma: Don't invalidate FRMRs if registration fails
Chuck Lever
1
-3
/
+5
2014-07-31
xprtrdma: On disconnect, don't ignore pending CQEs
Chuck Lever
1
-5
/
+9
2014-07-31
xprtrdma: Update rkeys after transport reconnect
Chuck Lever
3
-42
/
+54
2014-07-31
xprtrdma: Limit data payload size for ALLPHYSICAL
Chuck Lever
3
-1
/
+45
2014-07-31
xprtrdma: Protect ia->ri_id when unmapping/invalidating MRs
Chuck Lever
2
-6
/
+18
2014-07-31
xprtrdma: Fix panic in rpcrdma_register_frmr_external()
Chuck Lever
1
-5
/
+7
2014-07-22
xprtrdma: Fix DMA-API-DEBUG warning by checking dma_map result
Yan Burman
1
-0
/
+3
2014-07-21
Linux 3.16-rc6
v3.16-rc6
Linus Torvalds
1
-1
/
+1
2014-07-20
um: segv: Save regs only in case of a kernel mode fault
Richard Weinberger
1
-1
/
+1
2014-07-20
um: Fix hung task in fix_range_common()
Richard Weinberger
1
-1
/
+5
2014-07-20
um: Ensure that a stub page cannot get unmapped
Richard Weinberger
1
-0
/
+3
2014-07-20
Revert "um: Fix wait_stub_done() error handling"
Richard Weinberger
1
-7
/
+2
2014-07-19
btrfs: test for valid bdev before kobj removal in btrfs_rm_device
Eric Sandeen
1
-4
/
+4
2014-07-19
Btrfs: fix abnormal long waiting in fsync
Liu Bo
1
-0
/
+11
2014-07-19
random: check for increase of entropy_count because of signed conversion
Hannes Frederic Sowa
1
-3
/
+14
2014-07-19
ARM: EXYNOS: Fix core ID used by platsmp and hotplug code
Tomasz Figa
2
-19
/
+25
2014-07-18
ARM: at91/dt: add missing clocks property to pwm node in sam9x5.dtsi
Boris BREZILLON
1
-0
/
+1
2014-07-18
ARM: at91/dt: fix usb0 clocks definition in sam9n12 dtsi
Boris BREZILLON
1
-1
/
+1
2014-07-18
ARM: at91: at91sam9x5: correct typo error for ohci clock
Bo Shen
1
-2
/
+1
2014-07-18
irqchip: gic: Fix core ID calculation when topology is read from DT
Tomasz Figa
1
-1
/
+4
2014-07-18
GFS2: fs/gfs2/rgrp.c: kernel-doc warning fixes
Fabian Frederick
1
-2
/
+2
2014-07-18
GFS2: memcontrol: Spelling s/invlidate/invalidate/
Geert Uytterhoeven
1
-2
/
+2
2014-07-18
GFS2: Allow caching of glocks for flock
Bob Peterson
1
-1
/
+1
2014-07-18
GFS2: Allow flocks to use normal glock dq rather than dq_wait
Bob Peterson
2
-4
/
+2
2014-07-18
GFS2: replace count*size kzalloc by kcalloc
Fabian Frederick
1
-2
/
+2
2014-07-18
GFS2: Use GFP_NOFS when allocating glocks
Steven Whitehouse
1
-2
/
+2
2014-07-18
GFS2: Fix race in glock lru glock disposal
Steven Whitehouse
1
-3
/
+7
2014-07-18
GFS2: Only wait for demote when last holder is dequeued
Bob Peterson
1
-1
/
+3
2014-07-18
ARM: clk-imx6q: parent lvds_sel input from upstream clock gates
Lucas Stach
1
-2
/
+2
2014-07-18
Drivers: hv: hv_fcopy: fix a race condition for SMP guest
Dexuan Cui
1
-1
/
+1
2014-07-18
cpufreq: make table sentinel macros unsigned to match use
Brian W Hart
1
-2
/
+2
2014-07-18
usb: Check if port status is equal to RxDetect
Gavin Guo
1
-0
/
+19
2014-07-18
usb: chipidea: udc: Disable auto ZLP generation on ep0
Abbas Raza
1
-2
/
+2
2014-07-17
drm/radeon: Make classic pageflip completion path less racy.
Mario Kleiner
1
-3
/
+3
2014-07-17
drm/radeon: Add missing vblank_put in pageflip ioctl error path.
Mario Kleiner
1
-1
/
+4
2014-07-17
drm/radeon: Remove redundant fence unref in pageflip path.
Mario Kleiner
1
-1
/
+0
2014-07-17
drm/radeon: Complete page flip even if waiting on the BO fence fails
Michel Dänzer
1
-15
/
+9
2014-07-17
drm/radeon: Move pinning the BO back to radeon_crtc_page_flip()
Michel Dänzer
2
-91
/
+93
2014-07-17
drm/radeon: Prevent too early kms-pageflips triggered by vblank.
Mario Kleiner
4
-9
/
+10
2014-07-17
drm/radeon: set default bl level to something reasonable
Alex Deucher
1
-3
/
+7
2014-07-17
drm/radeon: avoid leaking edid data
Alex Deucher
1
-0
/
+5
[next]