index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
hfsplus: fix decomposition of Hangul characters
Ernesto A. Fernández
2018-08-22
1
-6
/
+56
*
hfsplus: avoid deadlock on file truncation
Ernesto A. Fernández
2018-08-22
1
-4
/
+14
*
hfsplus: don't return 0 when fill_super() failed
Tetsuo Handa
2018-08-22
1
-1
/
+3
*
fs/nilfs2/file.c: use new return type vm_fault_t
Souptick Joarder
2018-08-22
1
-1
/
+1
*
nilfs2: use 64-bit superblock timstamps
Arnd Bergmann
2018-08-22
1
-1
/
+1
*
autofs: add AUTOFS_EXP_FORCED flag
Ian Kent
2018-08-22
1
-12
/
+50
*
autofs: make expire flags usage consistent with v5 params
Ian Kent
2018-08-22
2
-34
/
+29
*
autofs: make autofs_expire_indirect() static
Ian Kent
2018-08-22
2
-7
/
+4
*
autofs: make autofs_expire_direct() static
Ian Kent
2018-08-22
2
-7
/
+4
*
autofs: fix clearing AUTOFS_EXP_LEAVES in autofs_expire_indirect()
Ian Kent
2018-08-22
1
-1
/
+1
*
autofs: fix inconsistent use of now variable
Ian Kent
2018-08-22
1
-7
/
+3
*
autofs: fix directory and symlink access
Ian Kent
2018-08-22
1
-3
/
+30
*
fs/eventpoll.c: simplify ep_is_linked() callers
Davidlohr Bueso
2018-08-22
1
-8
/
+8
*
fs/eventpoll.c: loosen irq safety in ep_poll()
Davidlohr Bueso
2018-08-22
1
-6
/
+7
*
fs/eventpoll.c: simply CONFIG_NET_RX_BUSY_POLL ifdefery
Davidlohr Bueso
2018-08-22
1
-7
/
+16
*
s/epoll: robustify irq safety with lockdep_assert_irqs_enabled()
Davidlohr Bueso
2018-08-22
1
-0
/
+8
*
fs/epoll: loosen irq safety in epoll_insert() and epoll_remove()
Davidlohr Bueso
2018-08-22
1
-8
/
+6
*
fs/epoll: loosen irq safety in ep_scan_ready_list()
Davidlohr Bueso
2018-08-22
1
-5
/
+4
*
userfaultfd: use fault_wqh lock
Matthew Wilcox
2018-08-22
1
-3
/
+3
*
epoll: use the waitqueue lock to protect ep->wq
Christoph Hellwig
2018-08-22
1
-36
/
+29
*
proc/kcore: add vmcoreinfo note to /proc/kcore
Omar Sandoval
2018-08-22
2
-2
/
+17
*
proc/kcore: optimize multiple page reads
Omar Sandoval
2018-08-22
1
-3
/
+11
*
proc/kcore: clean up ELF header generation
Omar Sandoval
2018-08-22
1
-209
/
+141
*
proc/kcore: hold lock during read
Omar Sandoval
2018-08-22
1
-30
/
+40
*
proc/kcore: fix memory hotplug vs multiple opens race
Omar Sandoval
2018-08-22
1
-49
/
+44
*
proc/kcore: replace kclist_lock rwlock with rwsem
Omar Sandoval
2018-08-22
1
-10
/
+10
*
proc/kcore: don't grab lock for memory hotplug notifier
Omar Sandoval
2018-08-22
1
-4
/
+2
*
proc/kcore: don't grab lock for kclist_add()
Omar Sandoval
2018-08-22
1
-4
/
+3
*
fs/proc/kcore.c: use __pa_symbol() for KCORE_TEXT list entries
James Morse
2018-08-22
1
-1
/
+3
*
fs/proc/vmcore.c: use new typedef vm_fault_t
Souptick Joarder
2018-08-22
1
-1
/
+1
*
proc: use "unsigned int" in /proc/stat hook
Alexey Dobriyan
2018-08-22
1
-1
/
+1
*
proc: spread "const" a bit
Alexey Dobriyan
2018-08-22
1
-2
/
+2
*
proc: use macro in /proc/latency hook
Alexey Dobriyan
2018-08-22
1
-1
/
+1
*
proc: save 2 atomic ops on write to "/proc/*/attr/*"
Alexey Dobriyan
2018-08-22
1
-19
/
+19
*
proc: put task earlier in /proc/*/fail-nth
Alexey Dobriyan
2018-08-22
1
-3
/
+1
*
proc: smaller readlock section in readdir("/proc")
Alexey Dobriyan
2018-08-22
1
-2
/
+2
*
fs/proc/uptime.c: use ktime_get_boottime_ts64
Arnd Bergmann
2018-08-22
1
-2
/
+2
*
proc: fixup PDE allocation bloat
Alexey Dobriyan
2018-08-22
2
-12
/
+11
*
/proc/meminfo: add percpu populated pages count
Dennis Zhou (Facebook)
2018-08-22
1
-0
/
+2
*
mm: zero out the vma in vma_init()
Andrew Morton
2018-08-22
1
-2
/
+0
*
mm: /proc/pid/smaps_rollup: convert to single value seq_file
Vlastimil Babka
2018-08-22
2
-60
/
+96
*
mm: /proc/pid/smaps: factor out common stats printing
Vlastimil Babka
2018-08-22
1
-22
/
+29
*
mm: /proc/pid/smaps: factor out mem stats gathering
Vlastimil Babka
2018-08-22
1
-24
/
+31
*
mm: /proc/pid/*maps remove is_pid and related wrappers
Vlastimil Babka
2018-08-22
4
-144
/
+18
*
autofs: fix autofs_sbi() does not check super block type
Ian Kent
2018-08-22
2
-2
/
+3
*
Merge tag 'trace-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...
Linus Torvalds
2018-08-21
1
-2
/
+3
|
\
|
*
tracefs: Annotate tracefs_ops with __ro_after_init
Zubin Mithra
2018-07-31
1
-2
/
+3
*
|
Merge tag 'ceph-for-4.19-rc1' of git://github.com/ceph/ceph-client
Linus Torvalds
2018-08-21
14
-230
/
+302
|
\
\
|
*
|
ceph: don't drop message if it contains more data than expected
Yan, Zheng
2018-08-13
2
-4
/
+4
|
*
|
ceph: support cephfs' own feature bits
Yan, Zheng
2018-08-13
2
-9
/
+51
[next]