summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2023-03-30zonefs: Do not propagate iomap_dio_rw() ENOTBLK error to user spaceDamien Le Moal
2023-03-30zonefs: Always invalidate last cached page on append writeDamien Le Moal
2023-03-26Merge tag 'smb3-client-fixes-6.3-rc3' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2023-03-25Merge tag 'xfs-6.3-fixes-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2023-03-25Merge tag 'xfs-6.3-fixes-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2023-03-24Merge tag 'mm-hotfixes-stable-2023-03-24-17-09' of git://git.kernel.org/pub/s...Linus Torvalds
2023-03-24Merge tag '6.3-rc3-ksmbd-smb3-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds
2023-03-24xfs: fix mismerged tracepointsDarrick J. Wong
2023-03-24smb3: fix unusable share after force unmount failureSteve French
2023-03-24cifs: fix dentry lookups in directory handle cachePaulo Alcantara
2023-03-24smb3: lower default deferred close timeout to address perf regressionSteve French
2023-03-24cifs: fix missing unload_nls() in smb2_reconnect()Paulo Alcantara
2023-03-24xfs: clear incore AGFL_RESET state if it's not neededDarrick J. Wong
2023-03-24xfs: pass the correct cursor to xfs_iomap_prealloc_sizeDarrick J. Wong
2023-03-24Merge tag 'for-6.3-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-03-24cifs: avoid race conditions with parallel reconnectsShyam Prasad N
2023-03-24cifs: append path to open_enter trace eventShyam Prasad N
2023-03-24ksmbd: return unsupported error on smb1 mountNamjae Jeon
2023-03-23nilfs2: fix kernel-infoleak in nilfs_ioctl_wrap_copy()Ryusuke Konishi
2023-03-23Merge tag 'gfs2-v6.3-rc3-fix' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2023-03-23Reinstate "GFS2: free disk inode which is deleted by remote node -V2"Bob Peterson
2023-03-23Merge tag 'zonefs-6.3-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds
2023-03-23cifs: print session id while listing open filesShyam Prasad N
2023-03-23cifs: dump pending mids for all channels in DebugDataShyam Prasad N
2023-03-23cifs: empty interface list when server doesn't support query interfacesShyam Prasad N
2023-03-23cifs: do not poll server interfaces too regularlyShyam Prasad N
2023-03-22cifs: lock chan_lock outside match_sessionShyam Prasad N
2023-03-22ksmbd: return STATUS_NOT_SUPPORTED on unsupported smb2.0 dialectNamjae Jeon
2023-03-22ksmbd: don't terminate inactive sessions after a few secondsNamjae Jeon
2023-03-22ksmbd: fix possible refcount leak in smb2_open()ChenXiaoSong
2023-03-22ksmbd: add low bound validation to FSCTL_QUERY_ALLOCATED_RANGESNamjae Jeon
2023-03-22ksmbd: add low bound validation to FSCTL_SET_ZERO_DATANamjae Jeon
2023-03-22ksmbd: set FILE_NAMED_STREAMS attribute in FS_ATTRIBUTE_INFORMATIONNamjae Jeon
2023-03-22ksmbd: fix wrong signingkey creation when encryption is AES256Namjae Jeon
2023-03-21Merge tag 'nfsd-6.3-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds
2023-03-20Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fsverity/linuxLinus Torvalds
2023-03-20Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/linuxLinus Torvalds
2023-03-21zonefs: Fix error message in zonefs_file_dio_append()Damien Le Moal
2023-03-21zonefs: Prevent uninitialized symbol 'size' warningDamien Le Moal
2023-03-20Merge tag 'nfs-for-6.3-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2023-03-19xfs: test dir/attr hash when loading moduleDarrick J. Wong
2023-03-19xfs: add tracepoints for each of the externally visible allocatorsDarrick J. Wong
2023-03-19xfs: walk all AGs if TRYLOCK passed to xfs_alloc_vextent_iterate_agsDarrick J. Wong
2023-03-19Merge tag 'ext4_for_linus_urgent' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-03-18fscrypt: check for NULL keyring in fscrypt_put_master_key_activeref()Eric Biggers
2023-03-18fscrypt: improve fscrypt_destroy_keyring() documentationEric Biggers
2023-03-17ext4: fix possible double unlock when moving a directoryTheodore Ts'o
2023-03-17nfsd: don't replace page in rq_pages if it's a continuation of last pageJeff Layton
2023-03-17cifs: check only tcon status on tcon related functionsShyam Prasad N
2023-03-16Merge tag '6.3-rc2-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds