summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* vfs: replace current_kernel_time64 with ktime equivalentArnd Bergmann2018-08-151-1/+3
* mm: Change return type int to vm_fault_t for fault handlersSouptick Joarder2018-08-151-4/+2
* fs/proc/vmcore.c: hide vmcoredd_mmap_dumps() for nommu buildsArnd Bergmann2018-08-151-0/+2
* fs/afs: use new return type vm_fault_tSouptick Joarder2018-08-152-2/+3
* Merge branch 'akpm-current/current'Stephen Rothwell2018-08-1597-1328/+1415
|\
| * fs/sysv/inode.c: use ktime_get_real_seconds() for superblock stampArnd Bergmann2018-08-131-3/+3
| * bfs: add sanity check at bfs_fill_super()Tetsuo Handa2018-08-131-3/+6
| * adfs: use timespec64 for time conversionArnd Bergmann2018-08-131-7/+4
| * fat: propagate 64-bit inode timestampsArnd Bergmann2018-08-136-44/+31
| * fat: validate ->i_start before usingOGAWA Hirofumi2018-08-133-10/+20
| * fat-add-fitrim-ioctl-for-fat-file-system-fixWentao Wang2018-08-131-2/+2
| * fat: add FITRIM ioctl for FAT file systemWentao Wang2018-08-133-0/+136
| * reiserfs: change j_timestamp type to time64_tArnd Bergmann2018-08-131-1/+1
| * reiserfs: remove obsolete print_time functionArnd Bergmann2018-08-131-12/+4
| * reiserfs: use monotonic time for j_trans_start_timeArnd Bergmann2018-08-133-14/+21
| * hfsplus: drop ACL supportErnesto A. Fernández2018-08-1311-232/+4
| * hfsplus: fix NULL dereference in hfsplus_lookup()Ernesto A. Fernández2018-08-131-2/+2
| * hfsplus: fix decomposition of Hangul charactersErnesto A. Fernández2018-08-131-6/+56
| * hfsplus: avoid deadlock on file truncationErnesto A. Fernández2018-08-131-4/+14
| * hfs: prevent crash on exit from failed searchErnesto A. Fernández2018-08-131-3/+4
| * hfsplus: prevent crash on exit from failed searchErnesto A. Fernandez2018-08-131-3/+4
| * hfsplus: don't return 0 when fill_super() failedTetsuo Handa2018-08-131-1/+3
| * fs/nilfs2/file.c: use new return type vm_fault_tSouptick Joarder2018-08-131-1/+1
| * nilfs2: use 64-bit superblock timstampsArnd Bergmann2018-08-131-1/+1
| * autofs: add AUTOFS_EXP_FORCED flagIan Kent2018-08-131-12/+50
| * autofs: make expire flags usage consistent with v5 paramsIan Kent2018-08-132-34/+29
| * autofs: make autofs_expire_indirect() staticIan Kent2018-08-132-7/+4
| * autofs: make autofs_expire_direct() staticIan Kent2018-08-132-7/+4
| * autofs: fix clearing AUTOFS_EXP_LEAVES in autofs_expire_indirect()Ian Kent2018-08-131-1/+1
| * autofs: fix inconsistent use of now variableIan Kent2018-08-131-7/+3
| * autofs: fix directory and symlink accessIan Kent2018-08-131-3/+30
| * fs/eventpoll.c: simplify ep_is_linked() callersDavidlohr Bueso2018-08-131-8/+8
| * fs/eventpoll.c: loosen irq safety in ep_poll()Davidlohr Bueso2018-08-131-6/+7
| * fs-epoll-simply-config_net_rx_busy_poll-ifdefery-fixAndrew Morton2018-08-131-3/+12
| * fs/eventpoll.c: simply CONFIG_NET_RX_BUSY_POLL ifdeferyDavidlohr Bueso2018-08-131-7/+7
| * fs-epoll-robustify-irq-safety-with-lockdep_assert_irqs_enabled-fixAndrew Morton2018-08-131-4/+0
| * s/epoll: robustify irq safety with lockdep_assert_irqs_enabled()Davidlohr Bueso2018-08-131-0/+12
| * fs/epoll: loosen irq safety in epoll_insert() and epoll_remove()Davidlohr Bueso2018-08-131-8/+6
| * fs/epoll: loosen irq safety in ep_scan_ready_list()Davidlohr Bueso2018-08-131-5/+4
| * userfaultfd: use fault_wqh lockMatthew Wilcox2018-08-131-3/+3
| * epoll: use the waitqueue lock to protect ep->wqChristoph Hellwig2018-08-131-36/+29
| * proc/kcore: add vmcoreinfo note to /proc/kcoreOmar Sandoval2018-08-132-2/+17
| * proc/kcore: optimize multiple page readsOmar Sandoval2018-08-131-3/+11
| * proc/kcore: clean up ELF header generationOmar Sandoval2018-08-131-209/+141
| * proc-kcore-hold-lock-during-read-fixAndrew Morton2018-08-131-1/+1
| * proc/kcore: hold lock during readOmar Sandoval2018-08-131-30/+40
| * proc/kcore: fix memory hotplug vs multiple opens raceOmar Sandoval2018-08-131-49/+44
| * proc/kcore: replace kclist_lock rwlock with rwsemOmar Sandoval2018-08-131-10/+10
| * proc/kcore: don't grab lock for memory hotplug notifierOmar Sandoval2018-08-131-4/+2
| * proc/kcore: don't grab lock for kclist_add()Omar Sandoval2018-08-131-4/+3