summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-09-10fuse: fuse_short_read(): don't take fuse_req as argumentMiklos Szeredi1-8/+9
2019-09-10fuse: convert ioctl to simple apiMiklos Szeredi2-56/+45
2019-09-10fuse: move page allocMiklos Szeredi3-15/+16
2019-09-10fuse: convert readlink to simple apiMiklos Szeredi1-27/+25
2019-09-10fuse: add pages to fuse_argsMiklos Szeredi2-10/+43
2019-09-10fuse: convert destroy to simple apiMiklos Szeredi3-22/+14
2019-09-10fuse: add nocreds to fuse_argsMiklos Szeredi2-29/+16
2019-09-10fuse: convert fuse_force_forget() to simple apiMiklos Szeredi3-24/+21
2019-09-10fuse: add noreply to fuse_argsMiklos Szeredi2-1/+4
2019-09-10fuse: convert flush to simple apiMiklos Szeredi3-20/+19
2019-09-10fuse: simplify 'nofail' requestMiklos Szeredi4-69/+6
2019-09-10fuse: rearrange and resize fuse_args fieldsMiklos Szeredi2-6/+6
2019-09-10fuse: flatten 'struct fuse_args'Miklos Szeredi6-223/+216
2019-09-10fuse: fix deadlock with aio poll and fuse_iqueue::waitq.lockEric Biggers3-45/+52
2019-09-06vfs: subtype handling moved to fuseDavid Howells6-25/+2
2019-09-06fuse: convert to use the new mount APIDavid Howells1-125/+167
2019-09-06Merge branch 'work.mount-base' of git://git.kernel.org/pub/scm/linux/kernel/g...Miklos Szeredi10-14/+301
2019-09-05mtd: Provide fs_context-aware mount_mtd() replacementDavid Howells3-2/+181
2019-09-05vfs: Create fs_context-aware mount_bdev() replacementDavid Howells2-0/+99
2019-09-05new helper: get_tree_keyed()Al Viro6-9/+20
2019-09-05vfs: set fs_context::user_ns for reconfigureEric Biggers1-3/+1
2019-09-02cuse: fix broken releaseMiklos Szeredi1-2/+1
2019-09-02fuse: cleanup fuse_wait_on_page_writebackMaxim Patlasov1-2/+1
2019-09-02fuse: require /dev/fuse reads to have enough buffer capacity (take 2)Kirill Smelkov1-0/+18
2019-08-25Linux 5.3-rc6v5.3-rc6Linus Torvalds1-1/+1
2019-08-25Merge tag 'auxdisplay-for-linus-v5.3-rc7' of git://github.com/ojeda/linuxLinus Torvalds1-2/+2
2019-08-25Merge tag 'for-linus-5.3-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-12/+20
2019-08-25Merge tag 'for-linus-5.3-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds4-8/+5
2019-08-25Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds9-33/+227
2019-08-25Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds3-9/+23
2019-08-25Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+4
2019-08-25Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-5/+5
2019-08-25Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+14
2019-08-25Merge branch 'akpm' (patches from Andrew)Linus Torvalds9-36/+260
2019-08-24Merge tag 'dma-mapping-5.3-5' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds6-15/+19
2019-08-24mm/kasan: fix false positive invalid-free reports with CONFIG_KASAN_SW_TAGS=yAndrey Ryabinin1-2/+8
2019-08-24mm/zsmalloc.c: fix race condition in zs_destroy_poolHenry Burns1-2/+59
2019-08-24mm/zsmalloc.c: migration can leave pages in ZS_EMPTY indefinitelyHenry Burns1-4/+15
2019-08-24mm, page_owner: handle THP splits correctlyVlastimil Babka1-0/+4
2019-08-24userfaultfd_release: always remove uffd flags and clear vm_userfaultfd_ctxOleg Nesterov1-12/+13
2019-08-24psi: get poll_work to run when calling poll syscall next timeJason Xing1-0/+8
2019-08-24mm: memcontrol: flush percpu vmevents before releasing memcgRoman Gushchin1-1/+21
2019-08-24mm: memcontrol: flush percpu vmstats before releasing memcgRoman Gushchin1-0/+40
2019-08-24parisc: fix compilation errrorsQian Cai1-2/+1
2019-08-24mm, page_alloc: move_freepages should not examine struct page of reserved memoryDavid Rientjes1-15/+4
2019-08-24mm/z3fold.c: fix race between migration and destructionHenry Burns1-0/+89
2019-08-24Merge tag 'gpio-v5.3-4' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds3-42/+20
2019-08-24Merge tag 'hyperv-fixes-signed' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds4-33/+8
2019-08-24Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2-10/+27
2019-08-24Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds8-7/+49