summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2020-07-17Merge tag 'nfs-for-5.8-3' of git://git.linux-nfs.org/projects/anna/linux-nfs ...Linus Torvalds
2020-07-17SUNRPC reverting d03727b248d0 ("NFSv4 fix CLOSE not waiting for direct IO com...Olga Kornievskaia
2020-07-17Merge tag 'io_uring-5.8-2020-07-17' of git://git.kernel.dk/linux-block into m...Linus Torvalds
2020-07-17Merge tag 'fuse-fixes-5.8-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2020-07-17Merge tag 'ovl-fixes-5.8-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-07-16ovl: fix lookup of indexed hardlinks with metacopyAmir Goldstein
2020-07-16ovl: fix unneeded call to ovl_change_flags()Amir Goldstein
2020-07-15afs: Fix interruption of operationsDavid Howells
2020-07-16ovl: fix mount option checks for nfs_export with no upperdirAmir Goldstein
2020-07-16ovl: force read-only sb on failure to create index dirAmir Goldstein
2020-07-16ovl: fix regression with re-formatted lower squashfsAmir Goldstein
2020-07-16ovl: fix oops in ovl_indexdir_cleanup() with nfs_export=onAmir Goldstein
2020-07-16ovl: relax WARN_ON() when decoding lower directory file handleAmir Goldstein
2020-07-16ovl: remove not used argument in ovl_check_originyoungjun
2020-07-16ovl: change ovl_copy_up_flags staticyoungjun
2020-07-16ovl: inode reference leak in ovl_is_inuse true case.youngjun
2020-07-15io_uring: fix recvmsg memory leak with buffer selectionPavel Begunkov
2020-07-15fuse: Fix parameter for FS_IOC_{GET,SET}FLAGSChirantan Ekbote
2020-07-14fuse: don't ignore errors from fuse_writepages_fill()Vasily Averin
2020-07-14fuse: clean up condition for writepage sendingMiklos Szeredi
2020-07-14fuse: reject options on reconfigure via fsconfig(2)Miklos Szeredi
2020-07-14fuse: ignore 'data' argument of mount(..., MS_REMOUNT)Miklos Szeredi
2020-07-14fuse: use ->reconfigure() instead of ->remount_fs()Miklos Szeredi
2020-07-14fuse: fix warning in tree_insert() and clean up writepage insertionMiklos Szeredi
2020-07-14fuse: move rb_erase() before tree_insert()Miklos Szeredi
2020-07-13NFS: Fix interrupted slots by sending a solo SEQUENCE operationAnna Schumaker
2020-07-12Merge tag 'io_uring-5.8-2020-07-12' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-07-12Merge tag 'for-5.8-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2020-07-12io_uring: fix not initialised work->flagsPavel Begunkov
2020-07-12io_uring: fix missing msg_name assignmentPavel Begunkov
2020-07-10Merge tag '5.8-rc4-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2020-07-10Merge tag 'io_uring-5.8-2020-07-10' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-07-10Merge tag 'cleanup-kernel_read_write' of git://git.infradead.org/users/hch/miscLinus Torvalds
2020-07-10Merge tag 'gfs2-v5.8-rc4.fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-07-10io_uring: account user memory freed when exit has been queuedJens Axboe
2020-07-10io_uring: fix memleak in io_sqe_files_register()Yang Yingliang
2020-07-09btrfs: wire up iter_file_splice_writeChristoph Hellwig
2020-07-09btrfs: fix double put of block group with nocowJosef Bacik
2020-07-09cifs: update internal module version numberSteve French
2020-07-09cifs: fix reference leak for tlinkRonnie Sahlberg
2020-07-08io_uring: fix memleak in __io_sqe_files_update()Yang Yingliang
2020-07-08io_uring: export cq overflow status to userspaceXiaoguang Wang
2020-07-08smb3: fix unneeded error message on change notifySteve French
2020-07-08fs: remove __vfs_readChristoph Hellwig
2020-07-08fs: implement kernel_read using __kernel_readChristoph Hellwig
2020-07-08fs: add a __kernel_read helperChristoph Hellwig
2020-07-08fs: remove __vfs_writeChristoph Hellwig
2020-07-08fs: implement kernel_write using __kernel_writeChristoph Hellwig
2020-07-08fs: check FMODE_WRITE in __kernel_writeChristoph Hellwig
2020-07-08fs: unexport __kernel_writeChristoph Hellwig