index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
CIFS: complete PDU definitions for interface queries
Aurelien Aptel
2018-06-15
1
-3
/
+20
*
CIFS: move default port definitions to cifsglob.h
Aurelien Aptel
2018-06-15
2
-3
/
+3
*
cifs: Fix encryption/signing
Paulo Alcantara
2018-06-15
1
-2
/
+2
*
cifs: update __smb_send_rqst() to take an array of requests
Ronnie Sahlberg
2018-06-15
1
-35
/
+44
*
cifs: remove smb2_send_recv()
Ronnie Sahlberg
2018-06-15
3
-42
/
+116
*
cifs: push rfc1002 generation down the stack
Ronnie Sahlberg
2018-06-15
6
-135
/
+99
*
smb3: increase initial number of credits requested to allow write
Steve French
2018-06-15
1
-2
/
+3
*
cifs: minor documentation updates
Steve French
2018-06-15
3
-11
/
+16
*
cifs: add lease tracking to the cached root fid
Ronnie Sahlberg
2018-06-15
6
-20
/
+58
*
smb3: note that smb3.11 posix extensions mount option is experimental
Steve French
2018-06-15
1
-1
/
+4
*
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2018-06-15
56
-212
/
+397
|
\
|
*
lib/test_printf.c: call wait_for_random_bytes() before plain %p tests
Thierry Escande
2018-06-15
1
-0
/
+7
|
*
hexagon: drop the unused variable zero_page_mask
Anshuman Khandual
2018-06-15
2
-4
/
+0
|
*
hexagon: fix printk format warning in setup.c
Randy Dunlap
2018-06-15
1
-1
/
+1
|
*
mm: fix oom_kill event handling
Roman Gushchin
2018-06-15
3
-7
/
+27
|
*
treewide: use PHYS_ADDR_MAX to avoid type casting ULLONG_MAX
Stefan Agner
2018-06-15
9
-13
/
+13
|
*
mm: use octal not symbolic permissions
Joe Perches
2018-06-15
15
-66
/
+63
|
*
ipc: use new return type vm_fault_t
Souptick Joarder
2018-06-15
1
-1
/
+1
|
*
sysvipc/sem: mitigate semnum index against spectre v1
Davidlohr Bueso
2018-06-15
1
-4
/
+14
|
*
fault-injection: reorder config entries
Mikulas Patocka
2018-06-15
1
-18
/
+18
|
*
arm: port KCOV to arm
Dmitry Vyukov
2018-06-15
4
-1
/
+16
|
*
sched/core / kcov: avoid kcov_area during task switch
Mark Rutland
2018-06-15
4
-2
/
+20
|
*
kcov: prefault the kcov_area
Mark Rutland
2018-06-15
1
-0
/
+16
|
*
kcov: ensure irq code sees a valid area
Mark Rutland
2018-06-15
1
-1
/
+2
|
*
kernel/relay.c: change return type to vm_fault_t
Souptick Joarder
2018-06-15
1
-1
/
+1
|
*
exofs: avoid VLA in structures
Kees Cook
2018-06-15
3
-67
/
+115
|
*
coredump: fix spam with zero VMA process
Alexey Dobriyan
2018-06-15
1
-8
/
+9
|
*
fat: use fat_fs_error() instead of BUG_ON() in __fat_get_block()
OGAWA Hirofumi
2018-06-15
1
-1
/
+7
|
*
proc: skip branch in /proc/*/* lookup
Alexey Dobriyan
2018-06-15
1
-6
/
+3
|
*
mremap: remove LATENCY_LIMIT from mremap to reduce the number of TLB shootdowns
Mel Gorman
2018-06-15
1
-4
/
+0
|
*
mm/memblock: add missing include <linux/bootmem.h>
Mathieu Malaterre
2018-06-15
1
-0
/
+1
|
*
mm: check for SIGKILL inside dup_mmap() loop
Tetsuo Handa
2018-06-15
1
-0
/
+8
|
*
kexec: yield to scheduler when loading kimage segments
Jarrett Farnitano
2018-06-15
1
-0
/
+4
|
*
mm: fix race between kmem_cache destroy, create and deactivate
Shakeel Butt
2018-06-15
2
-1
/
+33
|
*
mm: fix devmem_is_allowed() for sub-page System RAM intersections
Dan Williams
2018-06-15
1
-1
/
+3
|
*
mm/swapfile.c: fix swap_count comment about nonexistent SWAP_HAS_CONT
Daniel Jordan
2018-06-15
1
-1
/
+1
|
*
mm: fix null pointer dereference in mem_cgroup_protected
Roman Gushchin
2018-06-15
1
-0
/
+4
|
*
mm/ksm.c: ignore STABLE_FLAG of rmap_item->address in rmap_walk_ksm()
Jia He
2018-06-15
1
-4
/
+10
*
|
Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
2018-06-15
85
-424
/
+539
|
\
\
|
*
|
pstore: Remove bogus format string definition
Arnd Bergmann
2018-06-14
1
-11
/
+6
|
*
|
Merge branch 'vfs_timespec64' of https://github.com/deepa-hub/vfs into vfs-ti...
Arnd Bergmann
2018-06-14
90
-439
/
+563
|
|
\
\
|
|
*
|
vfs: change inode times to use struct timespec64
Deepa Dinamani
2018-06-06
79
-346
/
+448
|
|
*
|
pstore: Convert internal records to timespec64
Kees Cook
2018-06-06
5
-23
/
+32
|
|
*
|
udf: Simplify calls to udf_disk_stamp_to_time
Deepa Dinamani
2018-05-26
4
-37
/
+21
|
|
*
|
fs: nfs: get rid of memcpys for inode times
Deepa Dinamani
2018-05-26
1
-7
/
+7
|
|
*
|
ceph: make inode time prints to be long long
Deepa Dinamani
2018-05-26
1
-21
/
+21
|
|
*
|
lustre: Use long long type to print inode time
Deepa Dinamani
2018-05-26
5
-16
/
+20
|
|
*
|
fs: add timespec64_truncate()
Deepa Dinamani
2018-05-26
2
-0
/
+25
*
|
|
|
Merge tag 'ceph-for-4.18-rc1' of git://github.com/ceph/ceph-client
Linus Torvalds
2018-06-15
15
-256
/
+372
|
\
\
\
\
|
*
|
|
|
rbd: flush rbd_dev->watch_dwork after watch is unregistered
Dongsheng Yang
2018-06-04
1
-1
/
+1
[next]