Age | Commit message (Expand) | Author | Files | Lines |
2018-08-24 | fs/proc/vmcore.c: hide vmcoredd_mmap_dumps() for nommu builds | Arnd Bergmann | 1 | -0/+2 |
2018-08-24 | fs/afs: use new return type vm_fault_t | Souptick Joarder | 2 | -2/+3 |
2018-08-24 | namei: allow restricted O_CREAT of FIFOs and regular files | Salvatore Mesoraca | 1 | -3/+50 |
2018-08-24 | hfs: prevent crash on exit from failed search | Ernesto A. Fernández | 1 | -3/+4 |
2018-08-24 | hfsplus: prevent crash on exit from failed search | Ernesto A. Fernandez | 1 | -3/+4 |
2018-08-24 | hfsplus: fix NULL dereference in hfsplus_lookup() | Ernesto A. Fernández | 1 | -2/+2 |
2018-08-22 | Merge tag 'f2fs-for-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ja... | Linus Torvalds | 18 | -527/+1645 |
2018-08-22 | ovl: set I_CREATING on inode being created | Miklos Szeredi | 1 | -0/+4 |
2018-08-22 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 50 | -1022/+921 |
2018-08-22 | fs/sysv/inode.c: use ktime_get_real_seconds() for superblock stamp | Arnd Bergmann | 1 | -3/+3 |
2018-08-22 | adfs: use timespec64 for time conversion | Arnd Bergmann | 1 | -7/+4 |
2018-08-22 | fat: propagate 64-bit inode timestamps | Arnd Bergmann | 6 | -48/+30 |
2018-08-22 | fat: validate ->i_start before using | OGAWA Hirofumi | 3 | -10/+20 |
2018-08-22 | fat: add FITRIM ioctl for FAT file system | Wentao Wang | 3 | -0/+136 |
2018-08-22 | reiserfs: fix broken xattr handling (heap corruption, bad retval) | Jann Horn | 1 | -1/+3 |
2018-08-22 | reiserfs: change j_timestamp type to time64_t | Arnd Bergmann | 1 | -1/+1 |
2018-08-22 | reiserfs: remove obsolete print_time function | Arnd Bergmann | 1 | -12/+4 |
2018-08-22 | reiserfs: use monotonic time for j_trans_start_time | Arnd Bergmann | 3 | -14/+21 |
2018-08-22 | hfsplus: drop ACL support | Ernesto A. Fernández | 11 | -232/+4 |
2018-08-22 | hfsplus: fix decomposition of Hangul characters | Ernesto A. Fernández | 1 | -6/+56 |
2018-08-22 | hfsplus: avoid deadlock on file truncation | Ernesto A. Fernández | 1 | -4/+14 |
2018-08-22 | hfsplus: don't return 0 when fill_super() failed | Tetsuo Handa | 1 | -1/+3 |
2018-08-22 | fs/nilfs2/file.c: use new return type vm_fault_t | Souptick Joarder | 1 | -1/+1 |
2018-08-22 | nilfs2: use 64-bit superblock timstamps | Arnd Bergmann | 1 | -1/+1 |
2018-08-22 | autofs: add AUTOFS_EXP_FORCED flag | Ian Kent | 1 | -12/+50 |
2018-08-22 | autofs: make expire flags usage consistent with v5 params | Ian Kent | 2 | -34/+29 |
2018-08-22 | autofs: make autofs_expire_indirect() static | Ian Kent | 2 | -7/+4 |
2018-08-22 | autofs: make autofs_expire_direct() static | Ian Kent | 2 | -7/+4 |
2018-08-22 | autofs: fix clearing AUTOFS_EXP_LEAVES in autofs_expire_indirect() | Ian Kent | 1 | -1/+1 |
2018-08-22 | autofs: fix inconsistent use of now variable | Ian Kent | 1 | -7/+3 |
2018-08-22 | autofs: fix directory and symlink access | Ian Kent | 1 | -3/+30 |
2018-08-22 | fs/eventpoll.c: simplify ep_is_linked() callers | Davidlohr Bueso | 1 | -8/+8 |
2018-08-22 | fs/eventpoll.c: loosen irq safety in ep_poll() | Davidlohr Bueso | 1 | -6/+7 |
2018-08-22 | fs/eventpoll.c: simply CONFIG_NET_RX_BUSY_POLL ifdefery | Davidlohr Bueso | 1 | -7/+16 |
2018-08-22 | s/epoll: robustify irq safety with lockdep_assert_irqs_enabled() | Davidlohr Bueso | 1 | -0/+8 |
2018-08-22 | fs/epoll: loosen irq safety in epoll_insert() and epoll_remove() | Davidlohr Bueso | 1 | -8/+6 |
2018-08-22 | fs/epoll: loosen irq safety in ep_scan_ready_list() | Davidlohr Bueso | 1 | -5/+4 |
2018-08-22 | userfaultfd: use fault_wqh lock | Matthew Wilcox | 1 | -3/+3 |
2018-08-22 | epoll: use the waitqueue lock to protect ep->wq | Christoph Hellwig | 1 | -36/+29 |
2018-08-22 | proc/kcore: add vmcoreinfo note to /proc/kcore | Omar Sandoval | 2 | -2/+17 |
2018-08-22 | proc/kcore: optimize multiple page reads | Omar Sandoval | 1 | -3/+11 |
2018-08-22 | proc/kcore: clean up ELF header generation | Omar Sandoval | 1 | -209/+141 |
2018-08-22 | proc/kcore: hold lock during read | Omar Sandoval | 1 | -30/+40 |
2018-08-22 | proc/kcore: fix memory hotplug vs multiple opens race | Omar Sandoval | 1 | -49/+44 |
2018-08-22 | proc/kcore: replace kclist_lock rwlock with rwsem | Omar Sandoval | 1 | -10/+10 |
2018-08-22 | proc/kcore: don't grab lock for memory hotplug notifier | Omar Sandoval | 1 | -4/+2 |
2018-08-22 | proc/kcore: don't grab lock for kclist_add() | Omar Sandoval | 1 | -4/+3 |
2018-08-22 | fs/proc/kcore.c: use __pa_symbol() for KCORE_TEXT list entries | James Morse | 1 | -1/+3 |
2018-08-22 | fs/proc/vmcore.c: use new typedef vm_fault_t | Souptick Joarder | 1 | -1/+1 |
2018-08-22 | proc: use "unsigned int" in /proc/stat hook | Alexey Dobriyan | 1 | -1/+1 |