aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-08-24Merge branch 'userns-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-1/+1
2018-08-23Merge branch 'akpm' (patches from Andrew)Linus Torvalds8-17/+67
2018-08-23mm: Change return type int to vm_fault_t for fault handlersSouptick Joarder1-4/+2
2018-08-23fs/proc/vmcore.c: hide vmcoredd_mmap_dumps() for nommu buildsArnd Bergmann1-0/+2
2018-08-23fs/afs: use new return type vm_fault_tSouptick Joarder2-2/+3
2018-08-23namei: allow restricted O_CREAT of FIFOs and regular filesSalvatore Mesoraca1-3/+50
2018-08-23hfs: prevent crash on exit from failed searchErnesto A. Fernández1-3/+4
2018-08-23hfsplus: prevent crash on exit from failed searchErnesto A. Fernandez1-3/+4
2018-08-23hfsplus: fix NULL dereference in hfsplus_lookup()Ernesto A. Fernández1-2/+2
2018-08-23Merge tag 'nfs-for-4.19-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds26-161/+814
2018-08-23Merge tag 'nfsd-4.19-1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds16-103/+143
2018-08-23Merge tag 'upstream-4.19-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds34-558/+724
2018-08-23getxattr: use correct xattr lengthChristian Brauner1-1/+1
2018-08-22nfsd: Remove callback_credChuck Lever3-30/+2
2018-08-22nfsd: Use correct credential for NFSv4.0 callback with GSSChuck Lever1-1/+8
2018-08-22sunrpc: Extract target name into svc_credChuck Lever1-2/+5
2018-08-22Merge tag 'f2fs-for-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fsLinus Torvalds18-527/+1645
2018-08-22ovl: set I_CREATING on inode being createdMiklos Szeredi1-0/+4
2018-08-22Merge branch 'akpm' (patches from Andrew)Linus Torvalds50-1022/+921
2018-08-22fs/sysv/inode.c: use ktime_get_real_seconds() for superblock stampArnd Bergmann1-3/+3
2018-08-22adfs: use timespec64 for time conversionArnd Bergmann1-7/+4
2018-08-22fat: propagate 64-bit inode timestampsArnd Bergmann6-48/+30
2018-08-22fat: validate ->i_start before usingOGAWA Hirofumi3-10/+20
2018-08-22fat: add FITRIM ioctl for FAT file systemWentao Wang3-0/+136
2018-08-22reiserfs: fix broken xattr handling (heap corruption, bad retval)Jann Horn1-1/+3
2018-08-22reiserfs: change j_timestamp type to time64_tArnd Bergmann1-1/+1
2018-08-22reiserfs: remove obsolete print_time functionArnd Bergmann1-12/+4
2018-08-22reiserfs: use monotonic time for j_trans_start_timeArnd Bergmann3-14/+21
2018-08-22hfsplus: drop ACL supportErnesto A. Fernández11-232/+4
2018-08-22hfsplus: fix decomposition of Hangul charactersErnesto A. Fernández1-6/+56
2018-08-22hfsplus: avoid deadlock on file truncationErnesto A. Fernández1-4/+14
2018-08-22hfsplus: don't return 0 when fill_super() failedTetsuo Handa1-1/+3
2018-08-22fs/nilfs2/file.c: use new return type vm_fault_tSouptick Joarder1-1/+1
2018-08-22nilfs2: use 64-bit superblock timstampsArnd Bergmann1-1/+1
2018-08-22autofs: add AUTOFS_EXP_FORCED flagIan Kent1-12/+50
2018-08-22autofs: make expire flags usage consistent with v5 paramsIan Kent2-34/+29
2018-08-22autofs: make autofs_expire_indirect() staticIan Kent2-7/+4
2018-08-22autofs: make autofs_expire_direct() staticIan Kent2-7/+4
2018-08-22autofs: fix clearing AUTOFS_EXP_LEAVES in autofs_expire_indirect()Ian Kent1-1/+1
2018-08-22autofs: fix inconsistent use of now variableIan Kent1-7/+3
2018-08-22autofs: fix directory and symlink accessIan Kent1-3/+30
2018-08-22fs/eventpoll.c: simplify ep_is_linked() callersDavidlohr Bueso1-8/+8
2018-08-22fs/eventpoll.c: loosen irq safety in ep_poll()Davidlohr Bueso1-6/+7
2018-08-22fs/eventpoll.c: simply CONFIG_NET_RX_BUSY_POLL ifdeferyDavidlohr Bueso1-7/+16
2018-08-22s/epoll: robustify irq safety with lockdep_assert_irqs_enabled()Davidlohr Bueso1-0/+8
2018-08-22fs/epoll: loosen irq safety in epoll_insert() and epoll_remove()Davidlohr Bueso1-8/+6
2018-08-22fs/epoll: loosen irq safety in ep_scan_ready_list()Davidlohr Bueso1-5/+4
2018-08-22userfaultfd: use fault_wqh lockMatthew Wilcox1-3/+3
2018-08-22epoll: use the waitqueue lock to protect ep->wqChristoph Hellwig1-36/+29
2018-08-22proc/kcore: add vmcoreinfo note to /proc/kcoreOmar Sandoval2-2/+17