summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2025-12-16Merge tag 'for-6.19-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2025-12-16shmem: fix recovery on rename failuresAl Viro
2025-12-16f2fs: improve check for enough free sectionsJoanne Chang
2025-12-16f2fs: add a tracepoint to see large folio read submissionJaegeuk Kim
2025-12-16f2fs: support large folio for immutable non-compressed caseJaegeuk Kim
2025-12-15hfsplus: fix volume corruption issue for generic/498Viacheslav Dubeyko
2025-12-15hfsplus: fix volume corruption issue for generic/480Viacheslav Dubeyko
2025-12-15hfsplus: ensure sb->s_fs_info is always cleaned upMehdi Ben Hadj Khelifa
2025-12-15hfs: ensure sb->s_fs_info is always cleaned upMehdi Ben Hadj Khelifa
2025-12-15filelock: allow lease_managers to dictate what qualifies as a conflictJeff Layton
2025-12-15filelock: add lease_dispose_list() helperJeff Layton
2025-12-15iomap: replace folio_batch allocation with stack allocationBrian Foster
2025-12-15fs/buffer: add alert in try_to_free_buffers() for folios without buffersDeepakkumar Karn
2025-12-15fs: Remove internal old mount API codeEric Sandeen
2025-12-15fs: track the inode having file locks with a flag in ->i_opflagsMateusz Guzik
2025-12-15fs: annotate cdev_lock with __cacheline_aligned_in_smpMateusz Guzik
2025-12-15fs: use min() or umin() instead of min_t()David Laight
2025-12-15statmount: accept fd as a parameterBhavik Sachdev
2025-12-15statmount: permission check should return EPERMBhavik Sachdev
2025-12-15VFS/knfsd: Teach dentry_create() to use atomic_open()Benjamin Coddington
2025-12-15VFS: Prepare atomic_open() for dentry_create()Benjamin Coddington
2025-12-15VFS: move dentry_create() from fs/open.c to fs/namei.cBenjamin Coddington
2025-12-15fs: send fsnotify_xattr()/IN_ATTRIB from vfs_fileattr_set()/chattr(1)Ahelenia ZiemiaƄska
2025-12-15fsnotify: do not generate ACCESS/MODIFY events on child for special filesAmir Goldstein
2025-12-14ksmbd: fix buffer validation by including null terminator size in EA lengthNamjae Jeon
2025-12-14ksmbd: Fix refcount leak when invalid session is found on session lookupNamjae Jeon
2025-12-14ksmbd: remove redundant DACL check in smb_check_perm_daclAlexey Velichayshiy
2025-12-14ksmbd: convert comma to semicolonChen Ni
2025-12-14smb: server: defer the initial recv completion logic to smb_direct_negotiate_...Stefan Metzmacher
2025-12-14smb: server: initialize recv_io->cqe.done = recv_done just onceStefan Metzmacher
2025-12-14smb: smbdirect: introduce smbdirect_socket.connect.{lock,work}Stefan Metzmacher
2025-12-14Merge tag 'ceph-for-6.19-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds
2025-12-13Merge tag 'mm-nonmm-stable-2025-12-11-11-47' of git://git.kernel.org/pub/scm/...Linus Torvalds
2025-12-12btrfs: fix changeset leak on mmap write after failure to reserve metadataFilipe Manana
2025-12-12btrfs: fix memory leak of fs_devices in degraded seed device pathDeepanshu Kartikey
2025-12-12Merge tag 'v6.19-rc-smb3-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds
2025-12-12Merge tag 'v6.19-rc-part2-smb3-client-fixes' of git://git.samba.org/sfrench/c...Linus Torvalds
2025-12-12Merge tag 'nfs-for-6.19-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2025-12-11smb/client: remove DeviceType Flags and Device Characteristics definitionsZhangGuoDong
2025-12-11smb: move File Attributes definitions into common/fscc.hChenXiaoSong
2025-12-11smb: update struct duplicate_extents_to_file_exChenXiaoSong
2025-12-10ocfs2: fix memory leak in ocfs2_merge_rec_left()Dmitry Antipov
2025-12-10ocfs2: invalidate inode if i_mode is zero after block readAhmet Eray Karadag
2025-12-10ocfs2: avoid -Wflex-array-member-not-at-end warningGustavo A. R. Silva
2025-12-10ocfs2: convert remaining read-only checks to ocfs2_emergency_stateAhmet Eray Karadag
2025-12-10ocfs2: add ocfs2_emergency_state helper and apply to setattrAhmet Eray Karadag
2025-12-10ocfs2: fix kernel BUG in ocfs2_find_victim_chainPrithvi Tambewagh
2025-12-10ocfs2: validate inline xattr size and entry count in ocfs2_xattr_ibody_listDeepanshu Kartikey
2025-12-10fs/fat: remove unnecessary wrapper fat_max_cache()Lalit Shankar Chowdhury
2025-12-10ocfs2: replace deprecated strcpy with strscpyThorsten Blum