summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorLines
2025-12-03Merge tag 'printk-for-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-40/+20
2025-12-03fs: assert on I_FREEING not being set in iput() and iput_not_last()Mateusz Guzik-1/+2
2025-12-03fs: PM: Fix reverse check in filesystems_freeze_callback()Rafael J. Wysocki-1/+1
2025-12-03exfat: fix remount failure in different process environmentsYuezhang Mo-4/+15
2025-12-03exfat: fix divide-by-zero in exfat_allocate_bitmapNamjae Jeon-1/+1
2025-12-03exfat: validate the cluster bitmap bits of directoryNamjae Jeon-9/+46
2025-12-03exfat: zero out post-EOF page cache on file extensionYuezhang Mo-0/+5
2025-12-03exfat: fix refcount leak in exfat_findShuhao Fu-10/+10
2025-12-02Merge tag 'x86_cache_for_v6.19_rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-21/+387
2025-12-02Merge tag 'core-rseq-2025-11-30' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-2/+2
2025-12-02gfs2: Fix use of bio_chainAndreas Gruenbacher-1/+1
2025-12-02jfs: Add missing set_freezable() for freezable kthreadHaotian Zhang-0/+1
2025-12-02jfs: nlink overflow in jfs_renameJori Koolstra-2/+4
2025-12-02Merge tag 'core-uaccess-2025-11-30' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-8/+4
2025-12-02seqlock, procfs: Match scoped_seqlock_read() critical section vs. RCU orderin...Ingo Molnar-20/+20
2025-12-02debugfs: Fix default access mode config checkAaron Thompson-1/+1
2025-12-01Merge tag 'locking-core-2025-12-01' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-17/+5
2025-12-01Merge tag 'vfs-6.19-rc1.fd_prepare.fs' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-366/+173
2025-12-01Merge tag 'vfs-6.19-rc1.autofs' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-0/+21
2025-12-01Merge tag 'vfs-6.19-rc1.ovl' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-672/+629
2025-12-01Merge tag 'vfs-6.19-rc1.directory.locking' of git://git.kernel.org/pub/scm/li...Linus Torvalds-812/+1176
2025-12-01Merge tag 'vfs-6.19-rc1.directory.delegations' of git://git.kernel.org/pub/sc...Linus Torvalds-138/+439
2025-12-01Merge tag 'vfs-6.19-rc1.minix' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-7/+57
2025-12-01Merge tag 'vfs-6.19-rc1.guards' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-32/+17
2025-12-01Merge tag 'vfs-6.19-rc1.fs_header' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-8/+15
2025-12-01Merge tag 'kernel-6.19-rc1.cred' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-182/+185
2025-12-01Merge tag 'vfs-6.19-rc1.folio' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-50/+46
2025-12-01Merge tag 'vfs-6.19-rc1.coredump' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-46/+67
2025-12-01Merge tag 'namespace-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-49/+142
2025-12-01Merge tag 'vfs-6.19-rc1.writeback' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-104/+90
2025-12-01Merge tag 'vfs-6.19-rc1.inode' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-378/+403
2025-12-01Merge tag 'vfs-6.19-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-301/+262
2025-12-01Merge tag 'vfs-6.19-rc1.iomap' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-571/+895
2025-12-01NFSD: Implement NFSD_IO_DIRECT for NFS WRITEMike Snitzer-4/+144
2025-12-01NFSD: Make FILE_SYNC WRITEs comply with specChuck Lever-2/+12
2025-12-01fs/nls: Fix inconsistency between utf8_to_utf32() and utf32_to_utf8()Armin Wolf-4/+7
2025-12-01erofs: switch on-disk header `erofs_fs.h` to MIT licenseGao Xiang-1/+1
2025-11-30cifs: Use netfs_alloc/free_folioq_buffer()David Howells-63/+10
2025-11-30smb: client: show smb lease key in open_dirs outputBharath SM-4/+8
2025-11-30smb: client: show smb lease key in open_files outputBharath SM-2/+9
2025-11-30ksmbd: ipc: fix use-after-free in ipc_msg_send_requestQianchang Zhao-2/+5
2025-11-30smb: client: relax WARN_ON_ONCE(SMBDIRECT_SOCKET_*) checks in recv_done() and...Stefan Metzmacher-13/+15
2025-11-30smb: server: relax WARN_ON_ONCE(SMBDIRECT_SOCKET_*) checks in recv_done() and...Stefan Metzmacher-8/+32
2025-11-30smb: smbdirect: introduce SMBDIRECT_CHECK_STATUS_{WARN,DISCONNECT}()Stefan Metzmacher-0/+38
2025-11-30smb: smbdirect: introduce SMBDIRECT_DEBUG_ERR_PTR() helperStefan Metzmacher-0/+13
2025-11-30ksmbd: vfs: fix race on m_flags in vfs_cacheQianchang Zhao-26/+62
2025-11-30ksmbd: Replace strcpy + strcat to improve convert_to_nt_pathnameThorsten Blum-5/+10
2025-11-30smb: move FILE_SYSTEM_ATTRIBUTE_INFO to common/fscc.hChenXiaoSong-23/+15
2025-11-30ksmbd: implement error handling for STATUS_INFO_LENGTH_MISMATCH in smb serverAaditya Kansal-10/+11
2025-11-30ksmbd: fix use-after-free in ksmbd_tree_connect_put under concurrencyNamjae Jeon-18/+4