summaryrefslogtreecommitdiffstats
path: root/fs (follow)
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-065-24/+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-064-7/+107
|\
| * vfs: Create fs_context-aware mount_bdev() replacementDavid Howells2019-09-051-0/+94
| * new helper: get_tree_keyed()Al Viro2019-09-053-4/+12
| * 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
* | Merge tag 'for-linus-5.3-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-08-253-3/+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
| |/
* | userfaultfd_release: always remove uffd flags and clear vm_userfaultfd_ctxOleg Nesterov2019-08-251-12/+13
* | Merge tag 'xfs-5.3-fixes-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2019-08-241-0/+1
|\ \
| * | xfs: fix missing ILOCK unlock when xfs_setattr_nonsize fails due to EDQUOTDarrick J. Wong2019-08-231-0/+1
* | | Merge tag 'for-linus-20190823' of git://git.kernel.dk/linux-blockLinus Torvalds2019-08-231-19/+47
|\ \ \
| * | | io_uring: add need_resched() check in inner poll loopJens Axboe2019-08-221-1/+7
| * | | io_uring: don't enter poll loop if we have CQEs pendingJens Axboe2019-08-201-7/+15
| * | | io_uring: fix potential hang with polled IOJens Axboe2019-08-201-11/+25
| | |/ | |/|
* | | Merge tag 'xfs-5.3-fixes-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2019-08-234-88/+82
|\ \ \ | | |/ | |/|
| * | fs/xfs: Fix return code of xfs_break_leased_layouts()Ira Weiny2019-08-201-1/+1
| * | xfs: fix reflink source file racing with directio writesDarrick J. Wong2019-08-191-26/+37