summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)Author
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
2020-07-08autofs: switch to kernel_writeChristoph Hellwig
2020-07-08cachefiles: switch to kernel_writeChristoph Hellwig
2020-07-07cifs: remove the retry in cifs_poxis_lock_setyangerkun
2020-07-07smb3: fix access denied on change notify request to some serversSteve French
2020-07-07gfs2: Rework read and page fault lockingAndreas Gruenbacher
2020-07-07Merge tag 'for-5.8-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2020-07-07btrfs: discard: add missing put when grabbing block group from unused listQu Wenruo
2020-07-05Merge tag 'io_uring-5.8-2020-07-05' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-07-04io_uring: fix regression with always ignoring signals in io_cqring_wait()Jens Axboe
2020-07-03Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2020-07-03Merge tag '5.8-rc3-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2020-07-03Merge tag 'xfs-5.8-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2020-07-03Merge tag 'gfs2-v5.8-rc3.fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-07-03Call sysctl_head_finish on errorMatthew Wilcox (Oracle)
2020-07-03gfs2: The freeze glock should never be frozenBob Peterson
2020-07-03gfs2: When freezing gfs2, use GL_EXACT and not GL_NOCACHEBob Peterson
2020-07-03gfs2: read-only mounts should grab the sd_freeze_gl glockBob Peterson
2020-07-03gfs2: freeze should work on read-only mountsBob Peterson
2020-07-03gfs2: eliminate GIF_ORDERED in favor of list_emptyBob Peterson
2020-07-02Merge tag 'nfsd-5.8-1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2020-07-02Merge tag 'io_uring-5.8-2020-07-01' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-07-02btrfs: reset tree root pointer after error in init_tree_rootsJosef Bacik
2020-07-02btrfs: fix reclaim_size counter leak after stealing from global reserveFilipe Manana
2020-07-02btrfs: fix fatal extent_buffer readahead vs releasepage raceBoris Burkov
2020-07-02btrfs: convert comments to fallthrough annotationsMarcos Paulo de Souza
2020-07-01cifs: prevent truncation from long to int in wait_for_free_creditsRonnie Sahlberg