summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | fs: check FMODE_WRITE in __kernel_writeChristoph Hellwig2020-07-081-0/+2
| * | | fs: unexport __kernel_writeChristoph Hellwig2020-07-081-1/+0
| * | | autofs: switch to kernel_writeChristoph Hellwig2020-07-081-1/+1
| * | | cachefiles: switch to kernel_writeChristoph Hellwig2020-07-081-1/+1
* | | | Merge tag 'gfs2-v5.8-rc4.fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-07-102-46/+51
|\ \ \ \ | |/ / / |/| | |
| * | | gfs2: Rework read and page fault lockingAndreas Gruenbacher2020-07-072-46/+51
| | |/ | |/|
* | | Merge tag 'for-5.8-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-07-077-25/+35
|\ \ \ | |/ / |/| |
| * | btrfs: reset tree root pointer after error in init_tree_rootsJosef Bacik2020-07-021-2/+4
| * | btrfs: fix reclaim_size counter leak after stealing from global reserveFilipe Manana2020-07-021-1/+1
| * | btrfs: fix fatal extent_buffer readahead vs releasepage raceBoris Burkov2020-07-021-16/+24
| * | btrfs: convert comments to fallthrough annotationsMarcos Paulo de Souza2020-07-024-6/+6
* | | Merge tag 'io_uring-5.8-2020-07-05' of git://git.kernel.dk/linux-blockLinus Torvalds2020-07-051-7/+22
|\ \ \ | | |/ | |/|
| * | io_uring: fix regression with always ignoring signals in io_cqring_wait()Jens Axboe2020-07-041-7/+22
* | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2020-07-031-3/+3
|\ \ \
| * | | Call sysctl_head_finish on errorMatthew Wilcox (Oracle)2020-07-031-3/+3
* | | | Merge tag '5.8-rc3-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2020-07-034-8/+20
|\ \ \ \
| * | | | cifs: prevent truncation from long to int in wait_for_free_creditsRonnie Sahlberg2020-07-011-1/+1
| * | | | cifs: Fix the target file was deleted when rename failed.Zhang Xiaoxu2020-07-011-2/+8
| * | | | SMB3: Honor 'posix' flag for multiuser mountsPaul Aurich2020-07-011-4/+1
| * | | | SMB3: Honor 'handletimeout' flag for multiuser mountsPaul Aurich2020-07-011-0/+1
| * | | | SMB3: Honor lease disabling for multiuser mountsPaul Aurich2020-07-011-0/+1
| * | | | SMB3: Honor persistent/resilient handle flags for multiuser mountsPaul Aurich2020-07-011-0/+2
| * | | | SMB3: Honor 'seal' flag for multiuser mountsPaul Aurich2020-07-011-0/+1
| * | | | cifs: Display local UID details for SMB sessions in DebugDataPaul Aurich2020-07-011-1/+5
* | | | | Merge tag 'xfs-5.8-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2020-07-032-6/+6
|\ \ \ \ \
| * | | | | xfs: fix use-after-free on CIL context on shutdownDave Chinner2020-06-222-6/+6
| | |/ / / | |/| | |
* | | | | Merge tag 'gfs2-v5.8-rc3.fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-07-0310-28/+58
|\ \ \ \ \
| * | | | | gfs2: The freeze glock should never be frozenBob Peterson2020-07-032-8/+11
| * | | | | gfs2: When freezing gfs2, use GL_EXACT and not GL_NOCACHEBob Peterson2020-07-032-11/+9
| * | | | | gfs2: read-only mounts should grab the sd_freeze_gl glockBob Peterson2020-07-031-1/+11
| * | | | | gfs2: freeze should work on read-only mountsBob Peterson2020-07-031-4/+6
| * | | | | gfs2: eliminate GIF_ORDERED in favor of list_emptyBob Peterson2020-07-034-9/+12
| * | | | | gfs2: Don't sleep during glock hash walkAndreas Gruenbacher2020-06-301-1/+4