summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
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-01cifs: prevent truncation from long to int in wait_for_free_creditsRonnie Sahlberg
2020-07-01cifs: Fix the target file was deleted when rename failed.Zhang Xiaoxu
2020-07-01SMB3: Honor 'posix' flag for multiuser mountsPaul Aurich
2020-07-01SMB3: Honor 'handletimeout' flag for multiuser mountsPaul Aurich
2020-07-01SMB3: Honor lease disabling for multiuser mountsPaul Aurich
2020-07-01SMB3: Honor persistent/resilient handle flags for multiuser mountsPaul Aurich
2020-07-01SMB3: Honor 'seal' flag for multiuser mountsPaul Aurich
2020-07-01cifs: Display local UID details for SMB sessions in DebugDataPaul Aurich
2020-06-30Merge tag 'exfat-for-5.8-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-06-30io_uring: use signal based task_work runningJens Axboe
2020-06-30gfs2: Don't sleep during glock hash walkAndreas Gruenbacher
2020-06-30gfs2: fix trans slab error when withdraw occurs inside log_flushBob Peterson
2020-06-30gfs2: Don't return NULL from gfs2_inode_lookupAndreas Gruenbacher
2020-06-29nfsd: fix nfsdfs inode reference count leakJ. Bruce Fields
2020-06-29nfsd4: fix nfsdfs reference count loopJ. Bruce Fields
2020-06-29Revert "fs: Do not check if there is a fsnotify watcher on pseudo inodes"Mel Gorman
2020-06-29exfat: flush dirty metadata in fsyncSungjong Seo
2020-06-29exfat: move setting VOL_DIRTY over exfat_remove_entries()Namjae Jeon
2020-06-29exfat: call sync_filesystem for read-only remountHyunchul Lee
2020-06-29exfat: add missing brelse() calls on error pathsDan Carpenter
2020-06-29exfat: Set the unused characters of FileName field to the value 0000hHyeongseok.Kim
2020-06-28Merge tag 'efi-urgent-2020-06-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-06-27afs: Fix storage of cell namesDavid Howells
2020-06-27Merge tag '5.8-rc2-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2020-06-27Merge tag 'nfs-for-5.8-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2020-06-27Merge tag 'io_uring-5.8-2020-06-26' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-06-26Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2020-06-26NFSv4 fix CLOSE not waiting for direct IO compeletionOlga Kornievskaia
2020-06-26pNFS/flexfiles: Fix list corruption if the mirror count changesTrond Myklebust
2020-06-26nfs: Fix memory leak of export_pathTom Rix
2020-06-26ocfs2: fix value of OCFS2_INVALID_SLOTJunxiao Bi
2020-06-26ocfs2: fix panic on nfs server over ocfs2Junxiao Bi
2020-06-26ocfs2: load global_inode_allocJunxiao Bi
2020-06-26ocfs2: avoid inode removal while nfsd is accessing itJunxiao Bi
2020-06-25Merge tag 'fsnotify_for_v5.8-rc3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-06-25io_uring: fix current->mm NULL dereference on exitPavel Begunkov