summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorLines
2026-04-15smb: smbdirect: introduce smbdirect_socket_prepare_create()Stefan Metzmacher-0/+19
2026-04-15smb: smbdirect: introduce smbdirect_socket.c to be filledStefan Metzmacher-0/+8
2026-04-15smb: server: include smbdirect_all_c_files.cStefan Metzmacher-0/+12
2026-04-15smb: client: include smbdirect_all_c_files.cStefan Metzmacher-0/+14
2026-04-15smb: smbdirect: introduce smbdirect_internal.hStefan Metzmacher-0/+13
2026-04-15smb: smbdirect: introduce smbdirect_all_c_files.cStefan Metzmacher-0/+17
2026-04-15Merge tag 'jfs-7.1' of github.com:kleikamp/linux-shaggyLinus Torvalds-30/+344
2026-04-15Merge tag 'fs_for_v7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-25/+58
2026-04-15Merge tag 'fsnotify_for_v7.1-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-30/+28
2026-04-15Merge tag 'v7.1-rc-part1-ksmbd-srv-fixes' of git://git.samba.org/ksmbdLinus Torvalds-403/+663
2026-04-15Merge tag 'gfs2-for-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs...Linus Torvalds-170/+237
2026-04-15Merge tag 'fuse-update-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-197/+263
2026-04-15Merge tag 'tracefs-v7.1-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-93/+45
2026-04-15Merge tag 'trace-ringbuffer-v7.1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-0/+1
2026-04-15smb: client: fix integer underflow in receive_encrypted_read()Dudu Lu-0/+8
2026-04-15Merge tag 'mm-stable-2026-04-13-21-45' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-69/+61
2026-04-15Merge tag 'drm-next-2026-04-15' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds-0/+6
2026-04-15ocfs2: validate group add input before cachingZhengYuan Huang-5/+7
2026-04-15ocfs2: validate bg_bits during freefrag scanZhengYuan Huang-1/+17
2026-04-15ocfs2: fix listxattr handling when the buffer is fullZhengYuan Huang-2/+2
2026-04-15ocfs2: use get_random_u32() where appropriateDavid Carlier-1/+1
2026-04-15ocfs2: split transactions in dio completion to avoid credit exhaustionHeming Zhao-29/+45
2026-04-15ocfs2: remove redundant l_next_free_rec check in __ocfs2_find_path()Joseph Qi-12/+0
2026-04-15ocfs2: validate extent block list fields during block readJoseph Qi-1/+22
2026-04-15ocfs2: remove empty extent list check in ocfs2_dx_dir_lookup_rec()Joseph Qi-12/+3
2026-04-15ocfs2: validate dx_root extent list fields during block readJoseph Qi-9/+25
2026-04-15ocfs2: fix use-after-free in ocfs2_fault() when VM_FAULT_RETRYTejas Bharambe-10/+7
2026-04-15ocfs2: handle invalid dinode in ocfs2_group_extendZhengYuan Huang-3/+7
2026-04-15ocfs2: validate bg_list extent bounds in discontig groupsZhengYuan Huang-0/+25
2026-04-15ocfs2/heartbeat: fix slot mapping rollback leaks on error pathsYufan Chen-27/+56
2026-04-14Merge tag 'vfs-7.1-rc1.mount.v2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-82/+112
2026-04-14Merge tag 'net-next-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-2/+2
2026-04-14Merge tag 'x86_cache_for_v7.1_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-4/+26
2026-04-14smb: client: add tracepoints for deferred handle cachingBharath SM-0/+59
2026-04-14smb: client: add oplock level to smb3_open_done tracepointBharath SM-10/+16
2026-04-14smb: client: add tracepoint for local lock conflictsBharath SM-0/+38
2026-04-14smb: client: add tracepoints for lock operationsBharath SM-4/+79
2026-04-14vfs: get rid of BUG_ON() in d_mark_tmpfile_name()Paulo Alcantara-26/+30
2026-04-14tracefs: Removed unused 'ret' variable in eventfs_iterate()Steven Rostedt-2/+0
2026-04-14mount: always duplicate mountChristian Brauner-21/+15
2026-04-13Merge tag 'driver-core-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-12/+65
2026-04-13Merge tag 'execve-v7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-1/+1
2026-04-13Merge tag 'pstore-v7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-20/+49
2026-04-13Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/linuxLinus Torvalds-185/+111
2026-04-13Merge tag 'v7.1-rc1-part1-smb3-client-fixes' of git://git.samba.org/sfrench/c...Linus Torvalds-2458/+1820
2026-04-13Merge tag 'xfs-merge-7.1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds-539/+740
2026-04-13Merge tag 'erofs-for-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-47/+77
2026-04-13Merge tag 'exfat-for-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-218/+265
2026-04-13Merge tag 'nilfs2-v7.1-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-0/+9
2026-04-13Merge tag 'hfs-v7.1-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/vd...Linus Torvalds-182/+673