Age | Commit message (Expand) | Author |
2018-08-22 | fat: propagate 64-bit inode timestamps | Arnd Bergmann |
2018-08-22 | fat: validate ->i_start before using | OGAWA Hirofumi |
2018-08-22 | fat: add FITRIM ioctl for FAT file system | Wentao Wang |
2018-08-22 | reiserfs: fix broken xattr handling (heap corruption, bad retval) | Jann Horn |
2018-08-22 | reiserfs: change j_timestamp type to time64_t | Arnd Bergmann |
2018-08-22 | reiserfs: remove obsolete print_time function | Arnd Bergmann |
2018-08-22 | reiserfs: use monotonic time for j_trans_start_time | Arnd Bergmann |
2018-08-22 | hfsplus: drop ACL support | Ernesto A. Fernández |
2018-08-22 | hfsplus: fix decomposition of Hangul characters | Ernesto A. Fernández |
2018-08-22 | hfsplus: avoid deadlock on file truncation | Ernesto A. Fernández |
2018-08-22 | hfsplus: don't return 0 when fill_super() failed | Tetsuo Handa |
2018-08-22 | fs/nilfs2/file.c: use new return type vm_fault_t | Souptick Joarder |
2018-08-22 | nilfs2: use 64-bit superblock timstamps | Arnd Bergmann |
2018-08-22 | autofs: add AUTOFS_EXP_FORCED flag | Ian Kent |
2018-08-22 | autofs: make expire flags usage consistent with v5 params | Ian Kent |
2018-08-22 | autofs: make autofs_expire_indirect() static | Ian Kent |
2018-08-22 | autofs: make autofs_expire_direct() static | Ian Kent |
2018-08-22 | autofs: fix clearing AUTOFS_EXP_LEAVES in autofs_expire_indirect() | Ian Kent |
2018-08-22 | autofs: fix inconsistent use of now variable | Ian Kent |
2018-08-22 | autofs: fix directory and symlink access | Ian Kent |
2018-08-22 | fs/eventpoll.c: simplify ep_is_linked() callers | Davidlohr Bueso |
2018-08-22 | fs/eventpoll.c: loosen irq safety in ep_poll() | Davidlohr Bueso |
2018-08-22 | fs/eventpoll.c: simply CONFIG_NET_RX_BUSY_POLL ifdefery | Davidlohr Bueso |
2018-08-22 | s/epoll: robustify irq safety with lockdep_assert_irqs_enabled() | Davidlohr Bueso |
2018-08-22 | fs/epoll: loosen irq safety in epoll_insert() and epoll_remove() | Davidlohr Bueso |
2018-08-22 | fs/epoll: loosen irq safety in ep_scan_ready_list() | Davidlohr Bueso |
2018-08-22 | userfaultfd: use fault_wqh lock | Matthew Wilcox |
2018-08-22 | epoll: use the waitqueue lock to protect ep->wq | Christoph Hellwig |
2018-08-22 | proc/kcore: add vmcoreinfo note to /proc/kcore | Omar Sandoval |
2018-08-22 | proc/kcore: optimize multiple page reads | Omar Sandoval |
2018-08-22 | proc/kcore: clean up ELF header generation | Omar Sandoval |
2018-08-22 | proc/kcore: hold lock during read | Omar Sandoval |
2018-08-22 | proc/kcore: fix memory hotplug vs multiple opens race | Omar Sandoval |
2018-08-22 | proc/kcore: replace kclist_lock rwlock with rwsem | Omar Sandoval |
2018-08-22 | proc/kcore: don't grab lock for memory hotplug notifier | Omar Sandoval |
2018-08-22 | proc/kcore: don't grab lock for kclist_add() | Omar Sandoval |
2018-08-22 | fs/proc/kcore.c: use __pa_symbol() for KCORE_TEXT list entries | James Morse |
2018-08-22 | fs/proc/vmcore.c: use new typedef vm_fault_t | Souptick Joarder |
2018-08-22 | proc: use "unsigned int" in /proc/stat hook | Alexey Dobriyan |
2018-08-22 | proc: spread "const" a bit | Alexey Dobriyan |
2018-08-22 | proc: use macro in /proc/latency hook | Alexey Dobriyan |
2018-08-22 | proc: save 2 atomic ops on write to "/proc/*/attr/*" | Alexey Dobriyan |
2018-08-22 | proc: put task earlier in /proc/*/fail-nth | Alexey Dobriyan |
2018-08-22 | proc: smaller readlock section in readdir("/proc") | Alexey Dobriyan |
2018-08-22 | fs/proc/uptime.c: use ktime_get_boottime_ts64 | Arnd Bergmann |
2018-08-22 | proc: fixup PDE allocation bloat | Alexey Dobriyan |
2018-08-22 | /proc/meminfo: add percpu populated pages count | Dennis Zhou (Facebook) |
2018-08-22 | mm: zero out the vma in vma_init() | Andrew Morton |
2018-08-22 | mm: /proc/pid/smaps_rollup: convert to single value seq_file | Vlastimil Babka |
2018-08-22 | mm: /proc/pid/smaps: factor out common stats printing | Vlastimil Babka |