summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* fuse: simplify request allocationMiklos Szeredi2019-09-103-59/+13
* fuse: unexport request opsMiklos Szeredi2019-09-102-81/+9
* fuse: convert retrieve to simple apiMiklos Szeredi2019-09-101-30/+62
* fuse: convert release to simple apiMiklos Szeredi2019-09-102-41/+42
* cuse: convert init to simple apiMiklos Szeredi2019-09-101-45/+48
* fuse: convert init to simple apiMiklos Szeredi2019-09-101-28/+37
* fuse: convert writepages to simple apiMiklos Szeredi2019-09-103-185/+206
* fuse: convert readdir to simple apiMiklos Szeredi2019-09-103-66/+40
* fuse: convert readpages to simple apiMiklos Szeredi2019-09-101-67/+72
* fuse: convert direct_io to simple apiMiklos Szeredi2019-09-101-95/+124
* fuse: add simple background helperMiklos Szeredi2019-09-102-0/+51
* fuse: convert sync write to simple apiMiklos Szeredi2019-09-101-44/+86
* fuse: covert readpage to simple apiMiklos Szeredi2019-09-101-32/+48
* fuse: fuse_short_read(): don't take fuse_req as argumentMiklos Szeredi2019-09-101-8/+9
* fuse: convert ioctl to simple apiMiklos Szeredi2019-09-102-56/+45
* fuse: move page allocMiklos Szeredi2019-09-103-15/+16
* fuse: convert readlink to simple apiMiklos Szeredi2019-09-101-27/+25
* fuse: add pages to fuse_argsMiklos Szeredi2019-09-102-10/+43
* fuse: convert destroy to simple apiMiklos Szeredi2019-09-103-22/+14
* fuse: add nocreds to fuse_argsMiklos Szeredi2019-09-102-29/+16
* fuse: convert fuse_force_forget() to simple apiMiklos Szeredi2019-09-103-24/+21
* fuse: add noreply to fuse_argsMiklos Szeredi2019-09-102-1/+4
* fuse: convert flush to simple apiMiklos Szeredi2019-09-103-20/+19
* fuse: simplify 'nofail' requestMiklos Szeredi2019-09-104-69/+6
* fuse: rearrange and resize fuse_args fieldsMiklos Szeredi2019-09-102-6/+6
* fuse: flatten 'struct fuse_args'Miklos Szeredi2019-09-106-223/+216
* fuse: fix deadlock with aio poll and fuse_iqueue::waitq.lockEric Biggers2019-09-103-45/+52
* vfs: subtype handling moved to fuseDavid Howells2019-09-066-25/+2
* fuse: convert to use the new mount APIDavid Howells2019-09-061-125/+167
* Merge branch 'work.mount-base' of git://git.kernel.org/pub/scm/linux/kernel/g...Miklos Szeredi2019-09-0610-14/+301
|\
| * mtd: Provide fs_context-aware mount_mtd() replacementDavid Howells2019-09-053-2/+181
| * vfs: Create fs_context-aware mount_bdev() replacementDavid Howells2019-09-052-0/+99
| * new helper: get_tree_keyed()Al Viro2019-09-056-9/+20
| * vfs: set fs_context::user_ns for reconfigureEric Biggers2019-09-051-3/+1
* | cuse: fix broken releaseMiklos Szeredi2019-09-021-2/+1
* | fuse: cleanup fuse_wait_on_page_writebackMaxim Patlasov2019-09-021-2/+1
* | fuse: require /dev/fuse reads to have enough buffer capacity (take 2)Kirill Smelkov2019-09-021-0/+18
* | Linux 5.3-rc6v5.3-rc6Linus Torvalds2019-08-251-1/+1
* | Merge tag 'auxdisplay-for-linus-v5.3-rc7' of git://github.com/ojeda/linuxLinus Torvalds2019-08-251-2/+2
|\ \
| * | auxdisplay: ht16k33: Make ht16k33_fb_fix and ht16k33_fb_var constantNishka Dasgupta2019-08-201-2/+2
| |/
* | Merge tag 'for-linus-5.3-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-08-253-12/+20
|\ \
| * | um: fix time travel modeJohannes Berg2019-08-233-12/+20
| |/
* | Merge tag 'for-linus-5.3-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-08-254-8/+5
|\ \
| * | ubifs: Limit the number of pages in shrink_liabilityLiu Song2019-08-221-1/+1
| * | ubifs: Correctly initialize c->min_log_bytesRichard Weinberger2019-08-221-0/+4
| * | ubifs: Fix double unlock around orphan_delete()Richard Weinberger2019-08-221-2/+0
| * | jffs2: Remove C++ style comments from uapi headerMasahiro Yamada2019-08-221-5/+0
| |/
* | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-08-259-33/+227
|\ \
| * | x86/retpoline: Don't clobber RFLAGS during CALL_NOSPEC on i386Sean Christopherson2019-08-231-1/+1
| * | x86/boot: Fix boot regression caused by bootparam sanitizingJohn Hubbard2019-08-211-1/+1