summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
* hfsplus: fix decomposition of Hangul charactersErnesto A. Fernández2018-08-221-6/+56
* hfsplus: avoid deadlock on file truncationErnesto A. Fernández2018-08-221-4/+14
* hfsplus: don't return 0 when fill_super() failedTetsuo Handa2018-08-221-1/+3
* fs/nilfs2/file.c: use new return type vm_fault_tSouptick Joarder2018-08-221-1/+1
* nilfs2: use 64-bit superblock timstampsArnd Bergmann2018-08-221-1/+1
* autofs: add AUTOFS_EXP_FORCED flagIan Kent2018-08-221-12/+50
* autofs: make expire flags usage consistent with v5 paramsIan Kent2018-08-222-34/+29
* autofs: make autofs_expire_indirect() staticIan Kent2018-08-222-7/+4
* autofs: make autofs_expire_direct() staticIan Kent2018-08-222-7/+4
* autofs: fix clearing AUTOFS_EXP_LEAVES in autofs_expire_indirect()Ian Kent2018-08-221-1/+1
* autofs: fix inconsistent use of now variableIan Kent2018-08-221-7/+3
* autofs: fix directory and symlink accessIan Kent2018-08-221-3/+30
* fs/eventpoll.c: simplify ep_is_linked() callersDavidlohr Bueso2018-08-221-8/+8
* fs/eventpoll.c: loosen irq safety in ep_poll()Davidlohr Bueso2018-08-221-6/+7
* fs/eventpoll.c: simply CONFIG_NET_RX_BUSY_POLL ifdeferyDavidlohr Bueso2018-08-221-7/+16
* s/epoll: robustify irq safety with lockdep_assert_irqs_enabled()Davidlohr Bueso2018-08-221-0/+8
* fs/epoll: loosen irq safety in epoll_insert() and epoll_remove()Davidlohr Bueso2018-08-221-8/+6
* fs/epoll: loosen irq safety in ep_scan_ready_list()Davidlohr Bueso2018-08-221-5/+4
* userfaultfd: use fault_wqh lockMatthew Wilcox2018-08-221-3/+3
* epoll: use the waitqueue lock to protect ep->wqChristoph Hellwig2018-08-221-36/+29
* proc/kcore: add vmcoreinfo note to /proc/kcoreOmar Sandoval2018-08-222-2/+17
* proc/kcore: optimize multiple page readsOmar Sandoval2018-08-221-3/+11
* proc/kcore: clean up ELF header generationOmar Sandoval2018-08-221-209/+141
* proc/kcore: hold lock during readOmar Sandoval2018-08-221-30/+40
* proc/kcore: fix memory hotplug vs multiple opens raceOmar Sandoval2018-08-221-49/+44
* proc/kcore: replace kclist_lock rwlock with rwsemOmar Sandoval2018-08-221-10/+10
* proc/kcore: don't grab lock for memory hotplug notifierOmar Sandoval2018-08-221-4/+2
* proc/kcore: don't grab lock for kclist_add()Omar Sandoval2018-08-221-4/+3
* fs/proc/kcore.c: use __pa_symbol() for KCORE_TEXT list entriesJames Morse2018-08-221-1/+3
* fs/proc/vmcore.c: use new typedef vm_fault_tSouptick Joarder2018-08-221-1/+1
* proc: use "unsigned int" in /proc/stat hookAlexey Dobriyan2018-08-221-1/+1
* proc: spread "const" a bitAlexey Dobriyan2018-08-221-2/+2
* proc: use macro in /proc/latency hookAlexey Dobriyan2018-08-221-1/+1
* proc: save 2 atomic ops on write to "/proc/*/attr/*"Alexey Dobriyan2018-08-221-19/+19
* proc: put task earlier in /proc/*/fail-nthAlexey Dobriyan2018-08-221-3/+1
* proc: smaller readlock section in readdir("/proc")Alexey Dobriyan2018-08-221-2/+2
* fs/proc/uptime.c: use ktime_get_boottime_ts64Arnd Bergmann2018-08-221-2/+2
* proc: fixup PDE allocation bloatAlexey Dobriyan2018-08-222-12/+11
* /proc/meminfo: add percpu populated pages countDennis Zhou (Facebook)2018-08-221-0/+2
* mm: zero out the vma in vma_init()Andrew Morton2018-08-221-2/+0
* mm: /proc/pid/smaps_rollup: convert to single value seq_fileVlastimil Babka2018-08-222-60/+96
* mm: /proc/pid/smaps: factor out common stats printingVlastimil Babka2018-08-221-22/+29
* mm: /proc/pid/smaps: factor out mem stats gatheringVlastimil Babka2018-08-221-24/+31
* mm: /proc/pid/*maps remove is_pid and related wrappersVlastimil Babka2018-08-224-144/+18
* autofs: fix autofs_sbi() does not check super block typeIan Kent2018-08-222-2/+3
* Merge tag 'trace-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2018-08-211-2/+3
|\
| * tracefs: Annotate tracefs_ops with __ro_after_initZubin Mithra2018-07-311-2/+3
* | Merge tag 'ceph-for-4.19-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2018-08-2114-230/+302
|\ \
| * | ceph: don't drop message if it contains more data than expectedYan, Zheng2018-08-132-4/+4
| * | ceph: support cephfs' own feature bitsYan, Zheng2018-08-132-9/+51