summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* fs/sysv/inode.c: use ktime_get_real_seconds() for superblock stampArnd Bergmann2018-08-221-3/+3
* adfs: use timespec64 for time conversionArnd Bergmann2018-08-221-7/+4
* fat: propagate 64-bit inode timestampsArnd Bergmann2018-08-226-48/+30
* fat: validate ->i_start before usingOGAWA Hirofumi2018-08-223-10/+20
* fat: add FITRIM ioctl for FAT file systemWentao Wang2018-08-223-0/+136
* reiserfs: fix broken xattr handling (heap corruption, bad retval)Jann Horn2018-08-221-1/+3
* reiserfs: change j_timestamp type to time64_tArnd Bergmann2018-08-221-1/+1
* reiserfs: remove obsolete print_time functionArnd Bergmann2018-08-221-12/+4
* reiserfs: use monotonic time for j_trans_start_timeArnd Bergmann2018-08-223-14/+21
* hfsplus: drop ACL supportErnesto A. Fernández2018-08-2211-232/+4
* 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