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