index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
LICENSES
/
preferred
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-07-30
pnfs/blocklayout: off by one in bl_map_stripe()
Dan Carpenter
1
-1
/
+1
2018-07-30
nfs: Referrals not inheriting proto setting from parent
Calum Mackay
1
-3
/
+3
2018-07-30
nfs: initiate returning delegation when reclaiming one that's been recalled
Jeff Layton
1
-0
/
+4
2018-07-30
fs: nfs: Adding new return type vm_fault_t
Souptick Joarder
1
-2
/
+2
2018-07-30
nfs: add error check in nfs_idmap_prepare_message()
Chengguang Xu
1
-0
/
+2
2018-07-26
Fix error code in nfs_lookup_verify_inode()
Lance Shelton
1
-1
/
+1
2018-07-26
NFS: More excessive attribute revalidation in nfs_execute_ok()
Trond Myklebust
1
-0
/
+2
2018-07-26
NFS: Fix excessive attribute revalidation in nfs_execute_ok()
Trond Myklebust
1
-1
/
+1
2018-07-26
NFS: Ensure we immediately start writeback on rescheduled writes
Trond Myklebust
1
-0
/
+2
2018-07-26
NFSv4.1: Fix a potential layoutget/layoutrecall deadlock
Trond Myklebust
1
-2
/
+2
2018-07-26
pNFS: Parse the results of layoutget on open even if permissions checks fail
Trond Myklebust
5
-10
/
+3
2018-07-26
NFS: Allow optimisation of lseek(fd, SEEK_CUR, 0) on directories
Trond Myklebust
1
-10
/
+16
2018-07-26
pNFS: Wait for stale layoutget calls to complete in pnfs_update_layout()
Trond Myklebust
1
-5
/
+31
2018-07-26
pNFS/flexfiles: Ensure we always return a layout if it has layoutstats
Trond Myklebust
1
-0
/
+3
2018-07-26
pNFS: Ignore non-recalled layouts in pnfs_layout_need_return()
Trond Myklebust
1
-1
/
+10
2018-07-26
pNFS: Don't update the stateid when replying NFS4ERR_DELAY to a layout recall
Trond Myklebust
1
-1
/
+1
2018-07-26
pNFS: Don't discard layout segments that are marked for return
Trond Myklebust
2
-16
/
+39
2018-07-25
cachefiles: Wait rather than BUG'ing on "Unexpected object collision"
Kiran Kumar Modukuri
1
-1
/
+0
2018-07-25
cachefiles: Fix missing clear of the CACHEFILES_OBJECT_ACTIVE flag
Kiran Kumar Modukuri
1
-1
/
+1
2018-07-25
fscache: Fix reference overput in fscache_attach_object() error handling
Kiran Kumar Modukuri
4
-5
/
+8
2018-07-25
cachefiles: Fix refcounting bug in backing-file read monitoring
Kiran Kumar Modukuri
1
-5
/
+12
2018-07-25
fscache: Allow cancelled operations to be enqueued
Kiran Kumar Modukuri
1
-2
/
+4
2018-07-25
net: axienet: Fix double deregister of mdio
Shubhrajyoti Datta
1
-0
/
+1
2018-07-25
qmi_wwan: fix interface number for DW5821e production firmware
Aleksander Morgado
1
-1
/
+1
2018-07-25
ip: in cmsg IP(V6)_ORIGDSTADDR call pskb_may_pull
Willem de Bruijn
2
-4
/
+10
2018-07-25
bnx2x: Fix invalid memory access in rss hash config path.
Sudarsana Reddy Kalluru
1
-3
/
+10
2018-07-25
net/mlx4_core: Save the qpn from the input modifier in RST2INIT wrapper
Jack Morgenstein
1
-1
/
+1
2018-07-24
r8169: restore previous behavior to accept BIOS WoL settings
Heiner Kallweit
1
-2
/
+1
2018-07-24
media: staging: omap4iss: Include asm/cacheflush.h after generic includes
Guenter Roeck
1
-1
/
+2
2018-07-24
cpufreq: qcom-kryo: add NULL entry to the end of_device_id array
YueHaibing
1
-0
/
+1
2018-07-24
cfg80211: never ignore user regulatory hint
Amar Singhal
1
-25
/
+3
2018-07-24
s390: disable gcc plugins
Martin Schwidefsky
1
-1
/
+1
2018-07-24
sock: fix sg page frag coalescing in sk_alloc_sg
Daniel Borkmann
1
-3
/
+3
2018-07-24
netfilter: nf_tables: move dumper state allocation into ->start
Florian Westphal
1
-104
/
+115
2018-07-23
tcp: add tcp_ooo_try_coalesce() helper
Eric Dumazet
1
-4
/
+21
2018-07-23
tcp: call tcp_drop() from tcp_data_queue_ofo()
Eric Dumazet
1
-2
/
+2
2018-07-23
tcp: detect malicious patterns in tcp_collapse_ofo_queue()
Eric Dumazet
1
-2
/
+13
2018-07-23
tcp: avoid collapses in tcp_prune_queue() if possible
Eric Dumazet
1
-0
/
+3
2018-07-23
tcp: free batches of packets in tcp_prune_ofo_queue()
Eric Dumazet
1
-4
/
+11
2018-07-23
ip: hash fragments consistently
Paolo Abeni
2
-0
/
+4
2018-07-23
ipv6: use fib6_info_hold_safe() when necessary
Wei Wang
3
-11
/
+38
2018-07-23
can: xilinx_can: fix power management handling
Anssi Hannula
1
-41
/
+28
2018-07-23
can: xilinx_can: fix incorrect clear of non-processed interrupts
Anssi Hannula
1
-5
/
+5
2018-07-23
can: xilinx_can: fix RX overflow interrupt not being enabled
Anssi Hannula
1
-1
/
+1
2018-07-23
can: xilinx_can: keep only 1-2 frames in TX FIFO to fix TX accounting
Anssi Hannula
1
-16
/
+123
2018-07-23
can: xilinx_can: fix recovery from error states not being propagated
Anssi Hannula
1
-28
/
+127
2018-07-23
can: xilinx_can: fix RX loop if RXNEMP is asserted without RXOK
Anssi Hannula
1
-13
/
+5
2018-07-23
can: xilinx_can: fix device dropping off bus on RX overrun
Anssi Hannula
1
-1
/
+0
2018-07-23
can: m_can: Move accessing of message ram to after clocks are enabled
Faiz Abbas
1
-4
/
+3
2018-07-23
can: m_can: Fix runtime resume call
Faiz Abbas
1
-4
/
+4
[next]