summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
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 Howells5-24/+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 Szeredi4-7/+107
2019-09-05vfs: Create fs_context-aware mount_bdev() replacementDavid Howells1-0/+94
2019-09-05new helper: get_tree_keyed()Al Viro3-4/+12
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-25Merge tag 'for-linus-5.3-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-3/+5
2019-08-24userfaultfd_release: always remove uffd flags and clear vm_userfaultfd_ctxOleg Nesterov1-12/+13
2019-08-24Merge tag 'xfs-5.3-fixes-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-0/+1
2019-08-23Merge tag 'for-linus-20190823' of git://git.kernel.dk/linux-blockLinus Torvalds1-19/+47
2019-08-23Merge tag 'xfs-5.3-fixes-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds4-88/+82
2019-08-23Merge tag 'ceph-for-5.3-rc6' of git://github.com/ceph/ceph-clientLinus Torvalds7-15/+30
2019-08-22xfs: fix missing ILOCK unlock when xfs_setattr_nonsize fails due to EDQUOTDarrick J. Wong1-0/+1
2019-08-22io_uring: add need_resched() check in inner poll loopJens Axboe1-1/+7
2019-08-22Merge tag 'afs-fixes-20190822' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-2/+7
2019-08-22ubifs: Limit the number of pages in shrink_liabilityLiu Song1-1/+1
2019-08-22ubifs: Correctly initialize c->min_log_bytesRichard Weinberger1-0/+4
2019-08-22ubifs: Fix double unlock around orphan_delete()Richard Weinberger1-2/+0
2019-08-22afs: use correct afs_call_type in yfs_fs_store_opaque_acl2YueHaibing1-1/+1
2019-08-22afs: Fix possible oops in afs_lookup trace eventMarc Dionne1-1/+2
2019-08-22afs: Fix leak in afs_lookup_cell_rcu()David Howells1-0/+4
2019-08-22ceph: don't try fill file_lock on unsuccessful GETFILELOCK replyJeff Layton1-2/+1
2019-08-22ceph: clear page dirty before invalidate pageErqi Chen1-2/+3
2019-08-22ceph: fix buffer free while holding i_ceph_lock in fill_inode()Luis Henriques1-3/+4
2019-08-22ceph: fix buffer free while holding i_ceph_lock in __ceph_build_xattrs_blob()Luis Henriques4-6/+16
2019-08-22ceph: fix buffer free while holding i_ceph_lock in __ceph_setxattr()Luis Henriques1-2/+6
2019-08-21Merge tag 'nfsd-5.3-1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2-11/+10
2019-08-20io_uring: don't enter poll loop if we have CQEs pendingJens Axboe1-7/+15
2019-08-20io_uring: fix potential hang with polled IOJens Axboe1-11/+25
2019-08-19fs/xfs: Fix return code of xfs_break_leased_layouts()Ira Weiny1-1/+1