summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2025-12-18ocfs2: relax BUG() to ocfs2_error() in __ocfs2_move_extent()Dmitry Antipov1-1/+7
2025-12-18fs/ntfs3: Initialize allocated memory before useBartlomiej Kubik1-4/+3
2025-12-18ntfs3: init run lock for extend inodeEdward Adam Davis1-0/+1
2025-12-18hfs: fix potential use after free in hfs_correct_next_unused_CNID()Dan Carpenter1-1/+1
2025-12-18ext4: correct the checking of quota files before moving extentsZhang Yi1-1/+1
2025-12-18fs/9p: Don't open remote file with APPEND mode when writeback cache is usedTingmao Wang3-6/+10
2025-12-18pidfs: add missing BUILD_BUG_ON() assert on struct pidfd_infoChristian Brauner1-0/+2
2025-12-18ntfs3: Fix uninit buffer allocated by __getname()Sidharth Seela1-0/+1
2025-12-18ntfs3: fix uninit memory after failed mi_read in mi_format_newRaphael Pinsonneault-Thibeault1-1/+8
2025-12-12ext4: add i_data_sem protection in ext4_destroy_inline_data_nolock()Alexey Nepomnyashih1-1/+6
2025-12-12ksmbd: ipc: fix use-after-free in ipc_msg_send_requestQianchang Zhao1-2/+5
2025-12-12ext4: refresh inline data size before write operationsDeepanshu Kartikey1-1/+6
2025-12-12jbd2: avoid bug_on in jbd2_journal_get_create_access() when file system corru...Ye Bin1-5/+14
2025-11-29afs: Fix uninit var in afs_alloc_anon_key()David Howells1-1/+2
2025-11-28Merge tag 'vfs-6.18-rc8.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds5-48/+55
2025-11-28afs: Fix delayed allocation of a cell's anonymous keyDavid Howells3-43/+49
2025-11-28ovl: fail ovl_lock_rename_workdir() if either target is unhashedNeilBrown1-2/+2
2025-11-27Merge tag 'ceph-for-6.18-rc8' of https://github.com/ceph/ceph-clientLinus Torvalds1-1/+1
2025-11-27libceph: drop started parameter of __ceph_open_session()Ilya Dryomov1-1/+1
2025-11-26smb: client: fix memory leak in cifs_construct_tcon()Paulo Alcantara1-0/+1
2025-11-25fs/namespace: fix reference leak in grab_requested_mnt_nsAndrei Vagin1-3/+4
2025-11-22Merge tag 'xfs-fixes-6.18-rc7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-1/+1
2025-11-21Merge tag 'v6.18-rc6-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds3-3/+64
2025-11-20xfs: fix out of bounds memory read error in symlink repairDarrick J. Wong1-1/+1
2025-11-20cifs: Add the smb3_read_* tracepoints to SMB1David Howells1-0/+22
2025-11-20cifs: fix memory leak in smb3_fs_context_parse_param error pathShaurya Rane1-0/+4
2025-11-20smb: client: introduce close_cached_dir_locked()Henrique Carvalho1-3/+38
2025-11-17Merge tag 'vfs-6.18-rc7.fixes' of gitolite.kernel.org:pub/scm/linux/kernel/gi...Linus Torvalds19-66/+185
2025-11-15Merge tag 'nfs-for-6.18-3' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds9-155/+211
2025-11-14Merge tag 'v6.18-rc5-smb-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds3-2/+7
2025-11-13Merge tag 'erofs-for-6.18-rc6-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-4/+7
2025-11-13Merge tag 'v6.18-rc5-smb-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds2-2/+17
2025-11-13Merge tag 'nfsd-6.18-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds5-26/+57
2025-11-12fs: add iput_not_last()Mateusz Guzik1-0/+12
2025-11-12fs/namespace: correctly handle errors returned by grab_requested_mnt_nsAndrei Vagin1-16/+16
2025-11-12power: always freeze efivarfsChristian Brauner2-3/+11
2025-11-11Merge tag 'for-6.18-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds4-34/+34
2025-11-11smb: client: let smbd_disconnect_rdma_connection() turn CREATED into DISCONNE...Stefan Metzmacher1-0/+3
2025-11-11smb: fix invalid username check in smb3_fs_context_parse_param()Yiqi Sun1-1/+1
2025-11-11smb: server: let smb_direct_disconnect_rdma_connection() turn CREATED into DI...Stefan Metzmacher1-0/+3
2025-11-11NFS: Fix LTP test failures when timestamps are delegatedDai Ngo1-6/+12
2025-11-10NFSv4: Fix an incorrect parameter when calling nfs4_call_sync()Trond Myklebust1-3/+6
2025-11-10NFS: sysfs: fix leak when nfs_client kobject add failsYang Xiuwei1-0/+1
2025-11-10NFSv2/v3: Fix error handling in nfs_atomic_open_v23()Trond Myklebust1-3/+4
2025-11-10nfs/localio: do not issue misaligned DIO out-of-orderMike Snitzer1-76/+52
2025-11-10nfs/localio: Ensure DIO WRITE's IO on stable storage upon completionMike Snitzer1-1/+5
2025-11-10nfs/localio: backfill missing partial read support for misaligned DIOMike Snitzer1-4/+20
2025-11-10nfs/localio: add refcounting for each iocb IO associated with NFS pgio headerMike Snitzer1-43/+67
2025-11-10nfs/localio: remove unecessary ENOTBLK handling in DIO WRITE supportMike Snitzer1-10/+3
2025-11-10NFS: Check the TLS certificate fields in nfs_match_client()Trond Myklebust1-0/+8