summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2018-08-22fs/sysv/inode.c: use ktime_get_real_seconds() for superblock stampArnd Bergmann
2018-08-22adfs: use timespec64 for time conversionArnd Bergmann
2018-08-22fat: propagate 64-bit inode timestampsArnd Bergmann
2018-08-22fat: validate ->i_start before usingOGAWA Hirofumi
2018-08-22fat: add FITRIM ioctl for FAT file systemWentao Wang
2018-08-22reiserfs: fix broken xattr handling (heap corruption, bad retval)Jann Horn
2018-08-22reiserfs: change j_timestamp type to time64_tArnd Bergmann
2018-08-22reiserfs: remove obsolete print_time functionArnd Bergmann
2018-08-22reiserfs: use monotonic time for j_trans_start_timeArnd Bergmann
2018-08-22hfsplus: drop ACL supportErnesto A. Fernández
2018-08-22hfsplus: fix decomposition of Hangul charactersErnesto A. Fernández
2018-08-22hfsplus: avoid deadlock on file truncationErnesto A. Fernández
2018-08-22hfsplus: don't return 0 when fill_super() failedTetsuo Handa
2018-08-22fs/nilfs2/file.c: use new return type vm_fault_tSouptick Joarder
2018-08-22nilfs2: use 64-bit superblock timstampsArnd Bergmann
2018-08-22autofs: add AUTOFS_EXP_FORCED flagIan Kent
2018-08-22autofs: make expire flags usage consistent with v5 paramsIan Kent
2018-08-22autofs: make autofs_expire_indirect() staticIan Kent
2018-08-22autofs: make autofs_expire_direct() staticIan Kent
2018-08-22autofs: fix clearing AUTOFS_EXP_LEAVES in autofs_expire_indirect()Ian Kent
2018-08-22autofs: fix inconsistent use of now variableIan Kent
2018-08-22autofs: fix directory and symlink accessIan Kent
2018-08-22fs/eventpoll.c: simplify ep_is_linked() callersDavidlohr Bueso
2018-08-22fs/eventpoll.c: loosen irq safety in ep_poll()Davidlohr Bueso
2018-08-22fs/eventpoll.c: simply CONFIG_NET_RX_BUSY_POLL ifdeferyDavidlohr Bueso
2018-08-22s/epoll: robustify irq safety with lockdep_assert_irqs_enabled()Davidlohr Bueso
2018-08-22fs/epoll: loosen irq safety in epoll_insert() and epoll_remove()Davidlohr Bueso
2018-08-22fs/epoll: loosen irq safety in ep_scan_ready_list()Davidlohr Bueso
2018-08-22userfaultfd: use fault_wqh lockMatthew Wilcox
2018-08-22epoll: use the waitqueue lock to protect ep->wqChristoph Hellwig
2018-08-22proc/kcore: add vmcoreinfo note to /proc/kcoreOmar Sandoval
2018-08-22proc/kcore: optimize multiple page readsOmar Sandoval
2018-08-22proc/kcore: clean up ELF header generationOmar Sandoval
2018-08-22proc/kcore: hold lock during readOmar Sandoval
2018-08-22proc/kcore: fix memory hotplug vs multiple opens raceOmar Sandoval
2018-08-22proc/kcore: replace kclist_lock rwlock with rwsemOmar Sandoval
2018-08-22proc/kcore: don't grab lock for memory hotplug notifierOmar Sandoval
2018-08-22proc/kcore: don't grab lock for kclist_add()Omar Sandoval
2018-08-22fs/proc/kcore.c: use __pa_symbol() for KCORE_TEXT list entriesJames Morse
2018-08-22fs/proc/vmcore.c: use new typedef vm_fault_tSouptick Joarder
2018-08-22proc: use "unsigned int" in /proc/stat hookAlexey Dobriyan
2018-08-22proc: spread "const" a bitAlexey Dobriyan
2018-08-22proc: use macro in /proc/latency hookAlexey Dobriyan
2018-08-22proc: save 2 atomic ops on write to "/proc/*/attr/*"Alexey Dobriyan
2018-08-22proc: put task earlier in /proc/*/fail-nthAlexey Dobriyan
2018-08-22proc: smaller readlock section in readdir("/proc")Alexey Dobriyan
2018-08-22fs/proc/uptime.c: use ktime_get_boottime_ts64Arnd Bergmann
2018-08-22proc: fixup PDE allocation bloatAlexey Dobriyan
2018-08-22/proc/meminfo: add percpu populated pages countDennis Zhou (Facebook)
2018-08-22mm: zero out the vma in vma_init()Andrew Morton