summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* proc/stat: remove arch_idle_time()Heiko Carstens2023-04-181-26/+0
* epoll: use refcount to reduce ep_mutex contentionPaolo Abeni2023-04-081-72/+123
* ELF: fix all "Elf" typosAlexey Dobriyan2023-04-083-13/+13
* nfs: remove empty if statement from nfs3_prepare_get_aclUros Bizjak2023-04-081-3/+2
* proc: remove mark_inode_dirty() in .setattr()Chao Yu2023-04-083-3/+0
* Merge tag '6.3-rc5-ksmbd-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds2023-04-078-79/+140
|\
| * ksmbd: fix slab-out-of-bounds in init_smb2_rsp_hdrNamjae Jeon2023-04-024-37/+111
| * ksmbd: delete asynchronous work from listNamjae Jeon2023-04-024-20/+28
| * ksmbd: remove unused is_char_allowed functionTom Rix2023-03-251-18/+0
| * ksmbd: do not call kvmalloc() with __GFP_NORETRY | __GFP_NO_WARNMarios Makassikis2023-03-251-4/+1
* | Merge tag 'nfsd-6.3-5' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds2023-04-044-10/+11
|\ \
| * | NFSD: callback request does not use correct credential for AUTH_SYSDai Ngo2023-04-041-2/+2
| * | NFS: Remove "select RPCSEC_GSS_KRB5Chuck Lever2023-04-041-1/+0
| * | nfsd: call op_release, even when op_func returns an errorJeff Layton2023-03-312-6/+6
| * | NFSD: Avoid calling OPDESC() with ops->opnum == OP_ILLEGALChuck Lever2023-03-311-1/+3
* | | Merge tag 'vfs.misc.fixes.v6.3-rc6' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-04-031-1/+1
|\ \ \
| * | | fs: drop peer group ids under namespace lockChristian Brauner2023-03-311-1/+1
* | | | Merge tag 'for-6.3-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-04-025-26/+107
|\ \ \ \
| * | | | btrfs: ignore fiemap path cache when there are multiple paths for a nodeFilipe Manana2023-03-291-22/+63
| * | | | btrfs: fix deadlock when aborting transaction during relocation with scrubFilipe Manana2023-03-282-2/+22
| * | | | btrfs: scan device in non-exclusive modeAnand Jain2023-03-281-1/+10
| * | | | btrfs: fix race between quota disable and quota assign ioctlsFilipe Manana2023-03-282-1/+12
* | | | | Merge tag '6.3-rc4-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2023-04-013-10/+26
|\ \ \ \ \
| * | | | | cifs: get rid of dead check in smb2_reconnect()Paulo Alcantara2023-03-301-1/+0
| * | | | | cifs: prevent infinite recursion in CIFSGetDFSRefer()Paulo Alcantara2023-03-301-2/+7
| * | | | | cifs: avoid races in parallel reconnects in smb1Paulo Alcantara2023-03-301-6/+15
| * | | | | cifs: fix DFS traversal oops without CONFIG_CIFS_DFS_UPCALLDavid Disseldorp2023-03-301-1/+4
| | |/ / / | |/| | |
* | | | | Merge tag 'nfs-for-6.3-3' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2023-03-311-3/+2
|\ \ \ \ \
| * | | | | NFSv4: Fix hangs when recovering open state after a server rebootTrond Myklebust2023-03-221-3/+2
* | | | | | zonefs: Do not propagate iomap_dio_rw() ENOTBLK error to user spaceDamien Le Moal2023-03-301-2/+12
* | | | | | zonefs: Always invalidate last cached page on append writeDamien Le Moal2023-03-301-0/+14
| |/ / / / |/| | | |
* | | | | Merge tag 'smb3-client-fixes-6.3-rc3' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2023-03-2615-92/+221
|\ \ \ \ \
| * | | | | smb3: fix unusable share after force unmount failureSteve French2023-03-244-13/+11
| * | | | | cifs: fix dentry lookups in directory handle cachePaulo Alcantara2023-03-241-2/+34
| * | | | | smb3: lower default deferred close timeout to address perf regressionSteve French2023-03-241-1/+1
| * | | | | cifs: fix missing unload_nls() in smb2_reconnect()Paulo Alcantara2023-03-241-3/+3
| * | | | | cifs: avoid race conditions with parallel reconnectsShyam Prasad N2023-03-243-33/+76
| * | | | | cifs: append path to open_enter trace eventShyam Prasad N2023-03-246-6/+25
| * | | | | cifs: print session id while listing open filesShyam Prasad N2023-03-231-2/+3
| * | | | | cifs: dump pending mids for all channels in DebugDataShyam Prasad N2023-03-231-14/+27
| * | | | | cifs: empty interface list when server doesn't support query interfacesShyam Prasad N2023-03-231-1/+1
| * | | | | cifs: do not poll server interfaces too regularlyShyam Prasad N2023-03-231-0/+14
| * | | | | cifs: lock chan_lock outside match_sessionShyam Prasad N2023-03-221-6/+7
| * | | | | cifs: check only tcon status on tcon related functionsShyam Prasad N2023-03-174-11/+19
* | | | | | Merge tag 'xfs-6.3-fixes-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2023-03-252-5/+10
|\ \ \ \ \ \
| * | | | | | xfs: fix mismerged tracepointsDarrick J. Wong2023-03-241-4/+4
| * | | | | | xfs: clear incore AGFL_RESET state if it's not neededDarrick J. Wong2023-03-241-0/+2
| * | | | | | xfs: pass the correct cursor to xfs_iomap_prealloc_sizeDarrick J. Wong2023-03-241-1/+4
* | | | | | | Merge tag 'xfs-6.3-fixes-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2023-03-256-1/+722
|\| | | | | |
| * | | | | | xfs: test dir/attr hash when loading moduleDarrick J. Wong2023-03-194-0/+680