aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2023-04-21fs/proc: add Kthread flag to /proc/$pid/statusGravatar Chunguang Wu 1-0/+2
2023-04-18epoll: rename global epmutexGravatar Davidlohr Bueso 1-11/+11
2023-04-18proc/stat: remove arch_idle_time()Gravatar Heiko Carstens 1-26/+0
2023-04-08epoll: use refcount to reduce ep_mutex contentionGravatar Paolo Abeni 1-72/+123
2023-04-08ELF: fix all "Elf" typosGravatar Alexey Dobriyan 3-13/+13
2023-04-08nfs: remove empty if statement from nfs3_prepare_get_aclGravatar Uros Bizjak 1-3/+2
2023-04-08proc: remove mark_inode_dirty() in .setattr()Gravatar Chao Yu 3-3/+0
2023-04-07Merge tag '6.3-rc5-ksmbd-server-fixes' of git://git.samba.org/ksmbdGravatar Linus Torvalds 8-79/+140
2023-04-04Merge tag 'nfsd-6.3-5' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Gravatar Linus Torvalds 4-10/+11
2023-04-04NFSD: callback request does not use correct credential for AUTH_SYSGravatar Dai Ngo 1-2/+2
2023-04-04NFS: Remove "select RPCSEC_GSS_KRB5Gravatar Chuck Lever 1-1/+0
2023-04-03Merge tag 'vfs.misc.fixes.v6.3-rc6' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-1/+1
2023-04-02ksmbd: fix slab-out-of-bounds in init_smb2_rsp_hdrGravatar Namjae Jeon 4-37/+111
2023-04-02ksmbd: delete asynchronous work from listGravatar Namjae Jeon 4-20/+28
2023-04-02Merge tag 'for-6.3-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 5-26/+107
2023-04-01Merge tag '6.3-rc4-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Gravatar Linus Torvalds 3-10/+26
2023-03-31nfsd: call op_release, even when op_func returns an errorGravatar Jeff Layton 2-6/+6
2023-03-31NFSD: Avoid calling OPDESC() with ops->opnum == OP_ILLEGALGravatar Chuck Lever 1-1/+3
2023-03-31Merge tag 'nfs-for-6.3-3' of git://git.linux-nfs.org/projects/anna/linux-nfsGravatar Linus Torvalds 1-3/+2
2023-03-31fs: drop peer group ids under namespace lockGravatar Christian Brauner 1-1/+1
2023-03-30cifs: get rid of dead check in smb2_reconnect()Gravatar Paulo Alcantara 1-1/+0
2023-03-30cifs: prevent infinite recursion in CIFSGetDFSRefer()Gravatar Paulo Alcantara 1-2/+7
2023-03-30cifs: avoid races in parallel reconnects in smb1Gravatar Paulo Alcantara 1-6/+15
2023-03-30cifs: fix DFS traversal oops without CONFIG_CIFS_DFS_UPCALLGravatar David Disseldorp 1-1/+4
2023-03-30zonefs: Do not propagate iomap_dio_rw() ENOTBLK error to user spaceGravatar Damien Le Moal 1-2/+12
2023-03-30zonefs: Always invalidate last cached page on append writeGravatar Damien Le Moal 1-0/+14
2023-03-29btrfs: ignore fiemap path cache when there are multiple paths for a nodeGravatar Filipe Manana 1-22/+63
2023-03-28btrfs: fix deadlock when aborting transaction during relocation with scrubGravatar Filipe Manana 2-2/+22
2023-03-28btrfs: scan device in non-exclusive modeGravatar Anand Jain 1-1/+10
2023-03-28btrfs: fix race between quota disable and quota assign ioctlsGravatar Filipe Manana 2-1/+12
2023-03-26Merge tag 'smb3-client-fixes-6.3-rc3' of git://git.samba.org/sfrench/cifs-2.6Gravatar Linus Torvalds 15-92/+221
2023-03-25Merge tag 'xfs-6.3-fixes-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxGravatar Linus Torvalds 2-5/+10
2023-03-25ksmbd: remove unused is_char_allowed functionGravatar Tom Rix 1-18/+0
2023-03-25ksmbd: do not call kvmalloc() with __GFP_NORETRY | __GFP_NO_WARNGravatar Marios Makassikis 1-4/+1
2023-03-25Merge tag 'xfs-6.3-fixes-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxGravatar Linus Torvalds 6-1/+722
2023-03-24Merge tag 'mm-hotfixes-stable-2023-03-24-17-09' of git://git.kernel.org/pub/s...Gravatar Linus Torvalds 1-1/+1
2023-03-24Merge tag '6.3-rc3-ksmbd-smb3-server-fixes' of git://git.samba.org/ksmbdGravatar Linus Torvalds 8-55/+78
2023-03-24xfs: fix mismerged tracepointsGravatar Darrick J. Wong 1-4/+4
2023-03-24smb3: fix unusable share after force unmount failureGravatar Steve French 4-13/+11
2023-03-24cifs: fix dentry lookups in directory handle cacheGravatar Paulo Alcantara 1-2/+34
2023-03-24smb3: lower default deferred close timeout to address perf regressionGravatar Steve French 1-1/+1
2023-03-24cifs: fix missing unload_nls() in smb2_reconnect()Gravatar Paulo Alcantara 1-3/+3
2023-03-24xfs: clear incore AGFL_RESET state if it's not neededGravatar Darrick J. Wong 1-0/+2
2023-03-24xfs: pass the correct cursor to xfs_iomap_prealloc_sizeGravatar Darrick J. Wong 1-1/+4
2023-03-24Merge tag 'for-6.3-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 8-71/+71
2023-03-24cifs: avoid race conditions with parallel reconnectsGravatar Shyam Prasad N 3-33/+76
2023-03-24cifs: append path to open_enter trace eventGravatar Shyam Prasad N 6-6/+25
2023-03-24ksmbd: return unsupported error on smb1 mountGravatar Namjae Jeon 3-30/+30
2023-03-23nilfs2: fix kernel-infoleak in nilfs_ioctl_wrap_copy()Gravatar Ryusuke Konishi 1-1/+1
2023-03-23Merge tag 'gfs2-v6.3-rc3-fix' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-0/+18