index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
Files
Lines
2018-08-22
nilfs2: use 64-bit superblock timstamps
Arnd Bergmann
1
-1
/
+1
2018-08-22
autofs: add AUTOFS_EXP_FORCED flag
Ian Kent
1
-12
/
+50
2018-08-22
autofs: make expire flags usage consistent with v5 params
Ian Kent
2
-34
/
+29
2018-08-22
autofs: make autofs_expire_indirect() static
Ian Kent
2
-7
/
+4
2018-08-22
autofs: make autofs_expire_direct() static
Ian Kent
2
-7
/
+4
2018-08-22
autofs: fix clearing AUTOFS_EXP_LEAVES in autofs_expire_indirect()
Ian Kent
1
-1
/
+1
2018-08-22
autofs: fix inconsistent use of now variable
Ian Kent
1
-7
/
+3
2018-08-22
autofs: fix directory and symlink access
Ian Kent
1
-3
/
+30
2018-08-22
fs/eventpoll.c: simplify ep_is_linked() callers
Davidlohr Bueso
1
-8
/
+8
2018-08-22
fs/eventpoll.c: loosen irq safety in ep_poll()
Davidlohr Bueso
1
-6
/
+7
2018-08-22
fs/eventpoll.c: simply CONFIG_NET_RX_BUSY_POLL ifdefery
Davidlohr Bueso
1
-7
/
+16
2018-08-22
s/epoll: robustify irq safety with lockdep_assert_irqs_enabled()
Davidlohr Bueso
1
-0
/
+8
2018-08-22
fs/epoll: loosen irq safety in epoll_insert() and epoll_remove()
Davidlohr Bueso
1
-8
/
+6
2018-08-22
fs/epoll: loosen irq safety in ep_scan_ready_list()
Davidlohr Bueso
1
-5
/
+4
2018-08-22
userfaultfd: use fault_wqh lock
Matthew Wilcox
1
-3
/
+3
2018-08-22
epoll: use the waitqueue lock to protect ep->wq
Christoph Hellwig
1
-36
/
+29
2018-08-22
proc/kcore: add vmcoreinfo note to /proc/kcore
Omar Sandoval
2
-2
/
+17
2018-08-22
proc/kcore: optimize multiple page reads
Omar Sandoval
1
-3
/
+11
2018-08-22
proc/kcore: clean up ELF header generation
Omar Sandoval
1
-209
/
+141
2018-08-22
proc/kcore: hold lock during read
Omar Sandoval
1
-30
/
+40
2018-08-22
proc/kcore: fix memory hotplug vs multiple opens race
Omar Sandoval
1
-49
/
+44
2018-08-22
proc/kcore: replace kclist_lock rwlock with rwsem
Omar Sandoval
1
-10
/
+10
2018-08-22
proc/kcore: don't grab lock for memory hotplug notifier
Omar Sandoval
1
-4
/
+2
2018-08-22
proc/kcore: don't grab lock for kclist_add()
Omar Sandoval
1
-4
/
+3
2018-08-22
fs/proc/kcore.c: use __pa_symbol() for KCORE_TEXT list entries
James Morse
1
-1
/
+3
2018-08-22
fs/proc/vmcore.c: use new typedef vm_fault_t
Souptick Joarder
1
-1
/
+1
2018-08-22
proc: use "unsigned int" in /proc/stat hook
Alexey Dobriyan
1
-1
/
+1
2018-08-22
proc: spread "const" a bit
Alexey Dobriyan
1
-2
/
+2
2018-08-22
proc: use macro in /proc/latency hook
Alexey Dobriyan
1
-1
/
+1
2018-08-22
proc: save 2 atomic ops on write to "/proc/*/attr/*"
Alexey Dobriyan
1
-19
/
+19
2018-08-22
proc: put task earlier in /proc/*/fail-nth
Alexey Dobriyan
1
-3
/
+1
2018-08-22
proc: smaller readlock section in readdir("/proc")
Alexey Dobriyan
1
-2
/
+2
2018-08-22
fs/proc/uptime.c: use ktime_get_boottime_ts64
Arnd Bergmann
1
-2
/
+2
2018-08-22
proc: fixup PDE allocation bloat
Alexey Dobriyan
2
-12
/
+11
2018-08-22
/proc/meminfo: add percpu populated pages count
Dennis Zhou (Facebook)
1
-0
/
+2
2018-08-22
mm: zero out the vma in vma_init()
Andrew Morton
1
-2
/
+0
2018-08-22
mm: /proc/pid/smaps_rollup: convert to single value seq_file
Vlastimil Babka
2
-60
/
+96
2018-08-22
mm: /proc/pid/smaps: factor out common stats printing
Vlastimil Babka
1
-22
/
+29
2018-08-22
mm: /proc/pid/smaps: factor out mem stats gathering
Vlastimil Babka
1
-24
/
+31
2018-08-22
mm: /proc/pid/*maps remove is_pid and related wrappers
Vlastimil Babka
4
-144
/
+18
2018-08-22
autofs: fix autofs_sbi() does not check super block type
Ian Kent
2
-2
/
+3
2018-08-22
fs/quota: Fix spectre gadget in do_quotactl
Jeremy Cline
1
-0
/
+2
2018-08-22
fs/quota: Replace XQM_MAXQUOTAS usage with MAXQUOTAS
Jeremy Cline
1
-7
/
+5
2018-08-21
devpts: Convert to new IDA API
Matthew Wilcox
1
-34
/
+13
2018-08-21
fs: Convert namespace IDAs to new API
Matthew Wilcox
1
-38
/
+12
2018-08-21
fs: Convert unnamed_dev_ida to new API
Matthew Wilcox
1
-43
/
+24
2018-08-21
Merge tag 'fuse-update-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
5
-52
/
+80
2018-08-21
Merge tag 'ovl-update-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
27
-525
/
+1531
2018-08-21
Merge tag 'xfs-4.19-merge-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
3
-20
/
+29
2018-08-21
Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
7
-37
/
+46
[prev]
[next]