summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2023-04-03fs: add FMODE_DIO_PARALLEL_WRITE flagJens Axboe2-2/+4
2023-04-02Merge tag 'for-6.3-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds5-26/+107
2023-04-02Merge tag '6.3-rc4-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds3-10/+26
2023-03-31Merge tag 'nfs-for-6.3-3' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds1-3/+2
2023-03-31cifs: get rid of dead check in smb2_reconnect()Paulo Alcantara1-1/+0
2023-03-31cifs: prevent infinite recursion in CIFSGetDFSRefer()Paulo Alcantara1-2/+7
2023-03-31cifs: avoid races in parallel reconnects in smb1Paulo Alcantara1-6/+15
2023-03-31cifs: fix DFS traversal oops without CONFIG_CIFS_DFS_UPCALLDavid Disseldorp1-1/+4
2023-03-30zonefs: Do not propagate iomap_dio_rw() ENOTBLK error to user spaceDamien Le Moal1-2/+12
2023-03-30zonefs: Always invalidate last cached page on append writeDamien Le Moal1-0/+14
2023-03-29btrfs: ignore fiemap path cache when there are multiple paths for a nodeFilipe Manana1-22/+63
2023-03-28btrfs: fix deadlock when aborting transaction during relocation with scrubFilipe Manana2-2/+22
2023-03-28btrfs: scan device in non-exclusive modeAnand Jain1-1/+10
2023-03-28btrfs: fix race between quota disable and quota assign ioctlsFilipe Manana2-1/+12
2023-03-26Merge tag 'smb3-client-fixes-6.3-rc3' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds15-92/+221
2023-03-25Merge tag 'xfs-6.3-fixes-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2-5/+10
2023-03-25Merge tag 'xfs-6.3-fixes-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds6-1/+722
2023-03-25Merge tag 'mm-hotfixes-stable-2023-03-24-17-09' of git://git.kernel.org/pub/s...Linus Torvalds1-1/+1
2023-03-25Merge tag '6.3-rc3-ksmbd-smb3-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds8-55/+78
2023-03-24xfs: fix mismerged tracepointsDarrick J. Wong1-4/+4
2023-03-24smb3: fix unusable share after force unmount failureSteve French4-13/+11
2023-03-24cifs: fix dentry lookups in directory handle cachePaulo Alcantara1-2/+34
2023-03-24smb3: lower default deferred close timeout to address perf regressionSteve French1-1/+1
2023-03-24cifs: fix missing unload_nls() in smb2_reconnect()Paulo Alcantara1-3/+3
2023-03-24xfs: clear incore AGFL_RESET state if it's not neededDarrick J. Wong1-0/+2
2023-03-24xfs: pass the correct cursor to xfs_iomap_prealloc_sizeDarrick J. Wong1-1/+4
2023-03-24Merge tag 'for-6.3-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds8-71/+71
2023-03-24cifs: avoid race conditions with parallel reconnectsShyam Prasad N3-33/+76
2023-03-24cifs: append path to open_enter trace eventShyam Prasad N6-6/+25
2023-03-24ksmbd: return unsupported error on smb1 mountNamjae Jeon3-30/+30
2023-03-24nilfs2: fix kernel-infoleak in nilfs_ioctl_wrap_copy()Ryusuke Konishi1-1/+1
2023-03-24Merge tag 'gfs2-v6.3-rc3-fix' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+18
2023-03-23Reinstate "GFS2: free disk inode which is deleted by remote node -V2"Bob Peterson1-0/+18
2023-03-23Merge tag 'zonefs-6.3-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds1-2/+2
2023-03-23cifs: print session id while listing open filesShyam Prasad N1-2/+3
2023-03-23cifs: dump pending mids for all channels in DebugDataShyam Prasad N1-14/+27
2023-03-23cifs: empty interface list when server doesn't support query interfacesShyam Prasad N1-1/+1
2023-03-23cifs: do not poll server interfaces too regularlyShyam Prasad N1-0/+14
2023-03-23cifs: lock chan_lock outside match_sessionShyam Prasad N1-6/+7
2023-03-23ksmbd: return STATUS_NOT_SUPPORTED on unsupported smb2.0 dialectNamjae Jeon1-2/+2
2023-03-23ksmbd: don't terminate inactive sessions after a few secondsNamjae Jeon4-16/+28
2023-03-23ksmbd: fix possible refcount leak in smb2_open()ChenXiaoSong1-1/+4
2023-03-23ksmbd: add low bound validation to FSCTL_QUERY_ALLOCATED_RANGESNamjae Jeon1-3/+6
2023-03-23ksmbd: add low bound validation to FSCTL_SET_ZERO_DATANamjae Jeon1-1/+1
2023-03-23ksmbd: set FILE_NAMED_STREAMS attribute in FS_ATTRIBUTE_INFORMATIONNamjae Jeon1-0/+4
2023-03-23ksmbd: fix wrong signingkey creation when encryption is AES256Namjae Jeon1-2/+3
2023-03-22NFSv4: Fix hangs when recovering open state after a server rebootTrond Myklebust1-3/+2
2023-03-22Merge tag 'nfsd-6.3-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds3-3/+10
2023-03-21Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fsverity/linuxLinus Torvalds2-18/+19
2023-03-21Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/linuxLinus Torvalds2-13/+25