summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2020-07-17Merge tag 'nfs-for-5.8-3' of git://git.linux-nfs.org/projects/anna/linux-nfs ...Linus Torvalds3-12/+22
2020-07-17SUNRPC reverting d03727b248d0 ("NFSv4 fix CLOSE not waiting for direct IO com...Olga Kornievskaia2-10/+4
2020-07-17Merge tag 'io_uring-5.8-2020-07-17' of git://git.kernel.dk/linux-block into m...Linus Torvalds1-2/+8
2020-07-17Merge tag 'fuse-fixes-5.8-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-57/+95
2020-07-17Merge tag 'ovl-fixes-5.8-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds6-40/+63
2020-07-16ovl: fix lookup of indexed hardlinks with metacopyAmir Goldstein1-0/+4
2020-07-16ovl: fix unneeded call to ovl_change_flags()Amir Goldstein1-4/+6
2020-07-15afs: Fix interruption of operationsDavid Howells2-2/+3
2020-07-16ovl: fix mount option checks for nfs_export with no upperdirAmir Goldstein1-13/+18
2020-07-16ovl: force read-only sb on failure to create index dirAmir Goldstein1-5/+6
2020-07-16ovl: fix regression with re-formatted lower squashfsAmir Goldstein1-0/+12
2020-07-16ovl: fix oops in ovl_indexdir_cleanup() with nfs_export=onAmir Goldstein1-9/+7
2020-07-16ovl: relax WARN_ON() when decoding lower directory file handleAmir Goldstein1-1/+1
2020-07-16ovl: remove not used argument in ovl_check_originyoungjun1-9/+2
2020-07-16ovl: change ovl_copy_up_flags staticyoungjun2-2/+1
2020-07-16ovl: inode reference leak in ovl_is_inuse true case.youngjun1-1/+10
2020-07-15io_uring: fix recvmsg memory leak with buffer selectionPavel Begunkov1-2/+8
2020-07-15fuse: Fix parameter for FS_IOC_{GET,SET}FLAGSChirantan Ekbote1-1/+11
2020-07-14fuse: don't ignore errors from fuse_writepages_fill()Vasily Averin1-2/+0
2020-07-14fuse: clean up condition for writepage sendingMiklos Szeredi1-18/+35
2020-07-14fuse: reject options on reconfigure via fsconfig(2)Miklos Szeredi2-6/+11
2020-07-14fuse: ignore 'data' argument of mount(..., MS_REMOUNT)Miklos Szeredi1-0/+7
2020-07-14fuse: use ->reconfigure() instead of ->remount_fs()Miklos Szeredi1-3/+5
2020-07-14fuse: fix warning in tree_insert() and clean up writepage insertionMiklos Szeredi1-32/+30
2020-07-14fuse: move rb_erase() before tree_insert()Miklos Szeredi1-1/+2
2020-07-13NFS: Fix interrupted slots by sending a solo SEQUENCE operationAnna Schumaker1-2/+18
2020-07-12Merge tag 'io_uring-5.8-2020-07-12' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+4
2020-07-12Merge tag 'for-5.8-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-8/+3
2020-07-12io_uring: fix not initialised work->flagsPavel Begunkov1-1/+2
2020-07-12io_uring: fix missing msg_name assignmentPavel Begunkov1-0/+2
2020-07-10Merge tag '5.8-rc4-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds5-18/+22
2020-07-10Merge tag 'io_uring-5.8-2020-07-10' of git://git.kernel.dk/linux-blockLinus Torvalds1-6/+23
2020-07-10Merge tag 'cleanup-kernel_read_write' of git://git.infradead.org/users/hch/miscLinus Torvalds3-58/+77
2020-07-10Merge tag 'gfs2-v5.8-rc4.fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-46/+51
2020-07-10io_uring: account user memory freed when exit has been queuedJens Axboe1-3/+10
2020-07-10io_uring: fix memleak in io_sqe_files_register()Yang Yingliang1-0/+1
2020-07-09btrfs: wire up iter_file_splice_writeChristoph Hellwig1-0/+1
2020-07-09btrfs: fix double put of block group with nocowJosef Bacik1-8/+1
2020-07-09cifs: update internal module version numberSteve French1-1/+1
2020-07-09cifs: fix reference leak for tlinkRonnie Sahlberg1-1/+8
2020-07-08io_uring: fix memleak in __io_sqe_files_update()Yang Yingliang1-1/+3
2020-07-08io_uring: export cq overflow status to userspaceXiaoguang Wang1-2/+9
2020-07-08smb3: fix unneeded error message on change notifySteve French1-2/+6
2020-07-08fs: remove __vfs_readChristoph Hellwig1-22/+21
2020-07-08fs: implement kernel_read using __kernel_readChristoph Hellwig1-8/+5
2020-07-08fs: add a __kernel_read helperChristoph Hellwig1-0/+23
2020-07-08fs: remove __vfs_writeChristoph Hellwig1-24/+22
2020-07-08fs: implement kernel_write using __kernel_writeChristoph Hellwig1-8/+9
2020-07-08fs: check FMODE_WRITE in __kernel_writeChristoph Hellwig1-0/+2
2020-07-08fs: unexport __kernel_writeChristoph Hellwig1-1/+0