summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'nfs-for-5.8-3' of git://git.linux-nfs.org/projects/anna/linux-nfs ...Linus Torvalds2020-07-173-12/+22
|\
| * SUNRPC reverting d03727b248d0 ("NFSv4 fix CLOSE not waiting for direct IO com...Olga Kornievskaia2020-07-172-10/+4
| * NFS: Fix interrupted slots by sending a solo SEQUENCE operationAnna Schumaker2020-07-131-2/+18
* | Merge tag 'io_uring-5.8-2020-07-17' of git://git.kernel.dk/linux-block into m...Linus Torvalds2020-07-171-2/+8
|\ \
| * | io_uring: fix recvmsg memory leak with buffer selectionPavel Begunkov2020-07-151-2/+8
* | | Merge tag 'fuse-fixes-5.8-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-07-173-57/+95
|\ \ \
| * | | fuse: Fix parameter for FS_IOC_{GET,SET}FLAGSChirantan Ekbote2020-07-151-1/+11
| * | | fuse: don't ignore errors from fuse_writepages_fill()Vasily Averin2020-07-141-2/+0
| * | | fuse: clean up condition for writepage sendingMiklos Szeredi2020-07-141-18/+35
| * | | fuse: reject options on reconfigure via fsconfig(2)Miklos Szeredi2020-07-142-6/+11
| * | | fuse: ignore 'data' argument of mount(..., MS_REMOUNT)Miklos Szeredi2020-07-141-0/+7
| * | | fuse: use ->reconfigure() instead of ->remount_fs()Miklos Szeredi2020-07-141-3/+5
| * | | fuse: fix warning in tree_insert() and clean up writepage insertionMiklos Szeredi2020-07-141-32/+30
| * | | fuse: move rb_erase() before tree_insert()Miklos Szeredi2020-07-141-1/+2
* | | | Merge tag 'ovl-fixes-5.8-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-07-176-40/+63
|\ \ \ \
| * | | | ovl: fix lookup of indexed hardlinks with metacopyAmir Goldstein2020-07-161-0/+4
| * | | | ovl: fix unneeded call to ovl_change_flags()Amir Goldstein2020-07-161-4/+6
| * | | | ovl: fix mount option checks for nfs_export with no upperdirAmir Goldstein2020-07-161-13/+18
| * | | | ovl: force read-only sb on failure to create index dirAmir Goldstein2020-07-161-5/+6
| * | | | ovl: fix regression with re-formatted lower squashfsAmir Goldstein2020-07-161-0/+12
| * | | | ovl: fix oops in ovl_indexdir_cleanup() with nfs_export=onAmir Goldstein2020-07-161-9/+7
| * | | | ovl: relax WARN_ON() when decoding lower directory file handleAmir Goldstein2020-07-161-1/+1
| * | | | ovl: remove not used argument in ovl_check_originyoungjun2020-07-161-9/+2
| * | | | ovl: change ovl_copy_up_flags staticyoungjun2020-07-162-2/+1
| * | | | ovl: inode reference leak in ovl_is_inuse true case.youngjun2020-07-161-1/+10
| |/ / /
* | | / afs: Fix interruption of operationsDavid Howells2020-07-152-2/+3
| |_|/ |/| |
* | | Merge tag 'io_uring-5.8-2020-07-12' of git://git.kernel.dk/linux-blockLinus Torvalds2020-07-121-1/+4
|\ \ \ | | |/ | |/|
| * | io_uring: fix not initialised work->flagsPavel Begunkov2020-07-121-1/+2
| * | io_uring: fix missing msg_name assignmentPavel Begunkov2020-07-121-0/+2
* | | Merge tag 'for-5.8-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-07-123-8/+3
|\ \ \
| * | | btrfs: wire up iter_file_splice_writeChristoph Hellwig2020-07-091-0/+1
| * | | btrfs: fix double put of block group with nocowJosef Bacik2020-07-091-8/+1
| * | | btrfs: discard: add missing put when grabbing block group from unused listQu Wenruo2020-07-071-0/+1
* | | | Merge tag '5.8-rc4-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2020-07-105-18/+22
|\ \ \ \
| * | | | cifs: update internal module version numberSteve French2020-07-091-1/+1
| * | | | cifs: fix reference leak for tlinkRonnie Sahlberg2020-07-091-1/+8
| * | | | smb3: fix unneeded error message on change notifySteve French2020-07-081-2/+6
| * | | | cifs: remove the retry in cifs_poxis_lock_setyangerkun2020-07-071-13/+6
| * | | | smb3: fix access denied on change notify request to some serversSteve French2020-07-071-1/+1
* | | | | Merge tag 'io_uring-5.8-2020-07-10' of git://git.kernel.dk/linux-blockLinus Torvalds2020-07-101-6/+23
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | io_uring: account user memory freed when exit has been queuedJens Axboe2020-07-101-3/+10
| * | | | io_uring: fix memleak in io_sqe_files_register()Yang Yingliang2020-07-101-0/+1
| * | | | io_uring: fix memleak in __io_sqe_files_update()Yang Yingliang2020-07-081-1/+3
| * | | | io_uring: export cq overflow status to userspaceXiaoguang Wang2020-07-081-2/+9
* | | | | Merge tag 'cleanup-kernel_read_write' of git://git.infradead.org/users/hch/miscLinus Torvalds2020-07-103-58/+77
|\ \ \ \ \
| * | | | | fs: remove __vfs_readChristoph Hellwig2020-07-081-22/+21
| * | | | | fs: implement kernel_read using __kernel_readChristoph Hellwig2020-07-081-8/+5
| * | | | | fs: add a __kernel_read helperChristoph Hellwig2020-07-081-0/+23
| * | | | | fs: remove __vfs_writeChristoph Hellwig2020-07-081-24/+22
| * | | | | fs: implement kernel_write using __kernel_writeChristoph Hellwig2020-07-081-8/+9