Merge tag 'linux-kselftest-5.4-rc1.1' of git://git.kernel.org/pub/scm/linux/kernel...
[linux-2.6-microblaze.git] / fs / fuse /
2019-09-26 Linus TorvaldsMerge tag 'linux-kselftest-5.4-rc1.1' of git://git...
2019-09-26 Linus TorvaldsMerge tag 'nfs-for-5.4-1' of git://git.linux-nfs.org...
2019-09-26 Linus TorvaldsMerge tag 'xfs-5.4-merge-8' of git://git./fs/xfs/xfs...
2019-09-26 Linus TorvaldsMerge branch 'work.mount3' of git://git./linux/kernel...
2019-09-26 Linus TorvaldsMerge tag 's390-5.4-2' of git://git./linux/kernel/git...
2019-09-26 Linus TorvaldsMerge tag 'for-linus-5.4-rc1-tag' of git://git./linux...
2019-09-26 Linus TorvaldsMerge branch 'akpm' (patches from Andrew)
2019-09-25 Linus TorvaldsMerge tag 'ceph-for-5.4-rc1' of git://github.com/ceph...
2019-09-25 Linus TorvaldsMerge tag 'fuse-update-5.4' of git://git./linux/kernel...
2019-09-24 YueHaibingfuse: Make fuse_args_to_req static
2019-09-24 zhengbinfuse: fix memleak in cuse_channel_open
2019-09-24 Tejun Heofuse: fix beyond-end-of-page access in fuse_parse_cache()
2019-09-24 Arnd Bergmannfuse: unexport fuse_put_request
2019-09-24 Khazhismel Kumykovfuse: kmemcg account fs data
2019-09-24 Khazhismel Kumykovfuse: on 64-bit store time in d_fsdata directly
2019-09-24 Vasily Averinfuse: fix missing unlock_page in fuse_writepage()
2019-09-23 Linus TorvaldsMerge tag 'smack-for-5.4-rc1' of git://github.com/cscha...
2019-09-23 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2019-09-23 Linus TorvaldsMerge tag 'selinux-pr-20190917' of git://git./linux...
2019-09-22 Jiri KosinaMerge branch 'for-5.4/hidraw-hiddev-epoll' into for...
2019-09-21 Linus TorvaldsMerge tag 'printk-for-5.4' of git://git./linux/kernel...
2019-09-19 Linus TorvaldsMerge tag 'ovl-fixes-5.3' of git://git./linux/kernel...
2019-09-17 Linus TorvaldsMerge branch 'for-5.4' of git://git./linux/kernel/git...
2019-09-17 Rafael J. WysockiMerge branches 'acpi-apei', 'acpi-processor', 'acpi...
2019-09-16 Dmitry TorokhovMerge branch 'next' into for-linus
2019-09-15 Mark BrownMerge branch 'spi-5.3' into spi-linus
2019-09-15 Mark BrownMerge branch 'asoc-5.3' into asoc-linus
2019-09-14 Takashi IwaiMerge branch 'for-next' into for-linus
2019-09-13 Linus TorvaldsMerge tag 'for-5.3-rc8-tag' of git://git./linux/kernel...
2019-09-12 Vivek Goyalfuse: allow skipping control interface and forced unmount
2019-09-12 Miklos Szeredifuse: dissociate DESTROY from fuseblk
2019-09-12 Miklos Szeredifuse: delete dentry if timeout is zero
2019-09-12 Vivek Goyalfuse: separate fuse device allocation and installation...
2019-09-12 Stefan Hajnoczifuse: add fuse_iqueue_ops callbacks
2019-09-12 Stefan Hajnoczifuse: extract fuse_fill_super_common()
2019-09-12 Vivek Goyalfuse: export fuse_dequeue_forget() function
2019-09-12 Stefan Hajnoczifuse: export fuse_get_unique()
2019-09-12 Vivek Goyalfuse: export fuse_send_init_request()
2019-09-12 Stefan Hajnoczifuse: export fuse_len_args()
2019-09-12 Stefan Hajnoczifuse: export fuse_end_request()
2019-09-12 Miklos Szeredifuse: fix request limit
2019-09-10 Miklos Szeredifuse: stop copying pages to fuse_req
2019-09-10 Miklos Szeredifuse: stop copying args to fuse_req
2019-09-10 Miklos Szeredifuse: clean up fuse_req
2019-09-10 Miklos Szeredifuse: simplify request allocation
2019-09-10 Miklos Szeredifuse: unexport request ops
2019-09-10 Miklos Szeredifuse: convert retrieve to simple api
2019-09-10 Miklos Szeredifuse: convert release to simple api
2019-09-10 Miklos Szeredicuse: convert init to simple api
2019-09-10 Miklos Szeredifuse: convert init to simple api
2019-09-10 Miklos Szeredifuse: convert writepages to simple api
2019-09-10 Miklos Szeredifuse: convert readdir to simple api
2019-09-10 Miklos Szeredifuse: convert readpages to simple api
2019-09-10 Miklos Szeredifuse: convert direct_io to simple api
2019-09-10 Miklos Szeredifuse: add simple background helper
2019-09-10 Miklos Szeredifuse: convert sync write to simple api
2019-09-10 Miklos Szeredifuse: covert readpage to simple api
2019-09-10 Miklos Szeredifuse: fuse_short_read(): don't take fuse_req as argument
2019-09-10 Miklos Szeredifuse: convert ioctl to simple api
2019-09-10 Miklos Szeredifuse: move page alloc
2019-09-10 Miklos Szeredifuse: convert readlink to simple api
2019-09-10 Miklos Szeredifuse: add pages to fuse_args
2019-09-10 Miklos Szeredifuse: convert destroy to simple api
2019-09-10 Miklos Szeredifuse: add nocreds to fuse_args
2019-09-10 Miklos Szeredifuse: convert fuse_force_forget() to simple api
2019-09-10 Miklos Szeredifuse: add noreply to fuse_args
2019-09-10 Miklos Szeredifuse: convert flush to simple api
2019-09-10 Miklos Szeredifuse: simplify 'nofail' request
2019-09-10 Miklos Szeredifuse: rearrange and resize fuse_args fields
2019-09-10 Miklos Szeredifuse: flatten 'struct fuse_args'
2019-09-10 Eric Biggersfuse: fix deadlock with aio poll and fuse_iqueue::waitq...
2019-09-09 Mark BrownMerge branch 'asoc-5.3' into asoc-linus
2019-09-06 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2019-09-06 David Howellsvfs: subtype handling moved to fuse
2019-09-06 David Howellsfuse: convert to use the new mount API
2019-09-06 Miklos SzerediMerge branch 'work.mount-base' of git://git./linux...
2019-09-06 Rodrigo ViviMerge tag 'gvt-next-fixes-2019-09-06' of https://github...
2019-09-06 David S. MillerMerge branch 'master' of git://git./linux/kernel/git...
2019-09-05 Linus TorvaldsMerge tag 'sound-5.3-rc8' of git://git./linux/kernel...
2019-09-03 Dave AirlieMerge branch 'linux-5.3' of git://github.com/skeggsb...
2019-09-02 Miklos Szeredicuse: fix broken release
2019-09-02 Maxim Patlasovfuse: cleanup fuse_wait_on_page_writeback
2019-09-02 Kirill Smelkovfuse: require /dev/fuse reads to have enough buffer...
2019-08-31 Linus TorvaldsMerge branch 'linus' of git://git./linux/kernel/git...
2019-08-27 Linus TorvaldsMerge tag 'sound-5.3-rc7' of git://git./linux/kernel...
2019-08-24 David S. MillerMerge branch 'ieee802154-for-davem-2019-08-24' of git...
2019-08-23 Mark BrownMerge branch 'spi-5.3' into spi-5.4
2019-08-23 Benjamin TissoiresMerge branch 'master' into for-5.4/logitech
2019-08-23 Paul MackerrasMerge remote-tracking branch 'remotes/powerpc/topic...
2019-08-23 Dave AirlieMerge branch 'linux-5.3' of git://github.com/skeggsb...
2019-08-22 Takashi IwaiMerge branch 'topic/usb-validation' into for-next
2019-08-20 Mark BrownMerge branch 'asoc-5.3' into asoc-5.4
2019-08-18 Linus TorvaldsMerge tag 'for-5.3-rc4-tag' of git://git./linux/kernel...
2019-08-16 Linus TorvaldsMerge tag 'sound-5.3-rc5' of git://git./linux/kernel...
2019-08-15 Arnd BergmannMerge tag 'tee-optee-for-5.4' of git://git.linaro.org...
2019-08-13 Tony LindgrenMerge branch 'ti-sysc-fixes' into fixes
2019-08-12 Thomas GleixnerMerge tag 'efi-urgent' of git://git./linux/kernel/git...
2019-08-12 Dmitry TorokhovMerge tag 'v5.3-rc4' into next
2019-08-09 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2019-08-09 Alex DeucherMerge tag 'v5.3-rc3' into drm-next-5.4
next