summaryrefslogtreecommitdiffstats
path: root/fs (unfollow)
Commit message (Expand)AuthorFilesLines
2019-09-10fuse: simplify request allocationMiklos Szeredi3-59/+13
2019-09-10fuse: unexport request opsMiklos Szeredi2-81/+9
2019-09-10fuse: convert retrieve to simple apiMiklos Szeredi1-30/+62
2019-09-10fuse: convert release to simple apiMiklos Szeredi2-41/+42
2019-09-10cuse: convert init to simple apiMiklos Szeredi1-45/+48
2019-09-10fuse: convert init to simple apiMiklos Szeredi1-28/+37
2019-09-10fuse: convert writepages to simple apiMiklos Szeredi3-185/+206
2019-09-10fuse: convert readdir to simple apiMiklos Szeredi3-66/+40
2019-09-10fuse: convert readpages to simple apiMiklos Szeredi1-67/+72
2019-09-10fuse: convert direct_io to simple apiMiklos Szeredi1-95/+124
2019-09-10fuse: add simple background helperMiklos Szeredi2-0/+51
2019-09-10fuse: convert sync write to simple apiMiklos Szeredi1-44/+86
2019-09-10fuse: covert readpage to simple apiMiklos Szeredi1-32/+48
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-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-25mm/kasan: fix false positive invalid-free reports with CONFIG_KASAN_SW_TAGS=yAndrey Ryabinin1-2/+8
2019-08-25mm/zsmalloc.c: fix race condition in zs_destroy_poolHenry Burns1-2/+59
2019-08-25mm/zsmalloc.c: migration can leave pages in ZS_EMPTY indefinitelyHenry Burns1-4/+15
2019-08-25mm, page_owner: handle THP splits correctlyVlastimil Babka1-0/+4
2019-08-25userfaultfd_release: always remove uffd flags and clear vm_userfaultfd_ctxOleg Nesterov1-12/+13
2019-08-25psi: get poll_work to run when calling poll syscall next timeJason Xing1-0/+8
2019-08-25mm: memcontrol: flush percpu vmevents before releasing memcgRoman Gushchin1-1/+21
2019-08-25mm: memcontrol: flush percpu vmstats before releasing memcgRoman Gushchin1-0/+40
2019-08-25parisc: fix compilation errrorsQian Cai1-2/+1
2019-08-25mm, page_alloc: move_freepages should not examine struct page of reserved memoryDavid Rientjes1-15/+4
2019-08-25mm/z3fold.c: fix race between migration and destructionHenry Burns1-0/+89
2019-08-24drm/mediatek: include dma-mapping headerDave Airlie1-0/+1
2019-08-23KVM: arm/arm64: VGIC: Properly initialise private IRQ affinityAndre Przywara1-10/+20