summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2026-04-15smb: smbdirect: introduce smbdirect_connection_idle_timer_work()Stefan Metzmacher
2026-04-15smb: smbdirect: introduce smbdirect_connection_reassembly_{append,first}_recv...Stefan Metzmacher
2026-04-15smb: smbdirect: introduce smbdirect_connection_{get,put}_recv_io()Stefan Metzmacher
2026-04-15smb: smbdirect: introduce smbdirect_connection.c to be filledStefan Metzmacher
2026-04-15smb: smbdirect: introduce smbdirect_socket_schedule_cleanup[{_lvl,_status}]()Stefan Metzmacher
2026-04-15smb: smbdirect: introduce smbdirect_socket_cleanup_work()Stefan Metzmacher
2026-04-15smb: smbdirect: introduce smbdirect_socket_wake_up_all()Stefan Metzmacher
2026-04-15smb: smbdirect: introduce smbdirect_socket_set_logging()Stefan Metzmacher
2026-04-15smb: smbdirect: introduce smbdirect_socket_prepare_create()Stefan Metzmacher
2026-04-15smb: smbdirect: introduce smbdirect_socket.c to be filledStefan Metzmacher
2026-04-15smb: server: include smbdirect_all_c_files.cStefan Metzmacher
2026-04-15smb: client: include smbdirect_all_c_files.cStefan Metzmacher
2026-04-15smb: smbdirect: introduce smbdirect_internal.hStefan Metzmacher
2026-04-15smb: smbdirect: introduce smbdirect_all_c_files.cStefan Metzmacher
2026-04-169p: fix access mode flags being ORed instead of replacedPierre Barre
2026-04-15Merge tag 'jfs-7.1' of github.com:kleikamp/linux-shaggyLinus Torvalds
2026-04-15Merge tag 'fs_for_v7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2026-04-15Merge tag 'fsnotify_for_v7.1-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2026-04-15Merge tag 'v7.1-rc-part1-ksmbd-srv-fixes' of git://git.samba.org/ksmbdLinus Torvalds
2026-04-15Merge tag 'gfs2-for-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs...Linus Torvalds
2026-04-15Merge tag 'fuse-update-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2026-04-169p: fix memory leak in v9fs_init_fs_context error pathSasha Levin
2026-04-15Merge tag 'tracefs-v7.1-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2026-04-15Merge tag 'trace-ringbuffer-v7.1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2026-04-15smb: client: fix integer underflow in receive_encrypted_read()Dudu Lu
2026-04-15Merge tag 'mm-stable-2026-04-13-21-45' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2026-04-15f2fs: do not support mmap write for large folioJaegeuk Kim
2026-04-15Merge tag 'drm-next-2026-04-15' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds
2026-04-15ocfs2: validate group add input before cachingZhengYuan Huang
2026-04-15ocfs2: validate bg_bits during freefrag scanZhengYuan Huang
2026-04-15ocfs2: fix listxattr handling when the buffer is fullZhengYuan Huang
2026-04-15ocfs2: use get_random_u32() where appropriateDavid Carlier
2026-04-15ocfs2: split transactions in dio completion to avoid credit exhaustionHeming Zhao
2026-04-15ocfs2: remove redundant l_next_free_rec check in __ocfs2_find_path()Joseph Qi
2026-04-15ocfs2: validate extent block list fields during block readJoseph Qi
2026-04-15ocfs2: remove empty extent list check in ocfs2_dx_dir_lookup_rec()Joseph Qi
2026-04-15ocfs2: validate dx_root extent list fields during block readJoseph Qi
2026-04-15ocfs2: fix use-after-free in ocfs2_fault() when VM_FAULT_RETRYTejas Bharambe
2026-04-15ocfs2: handle invalid dinode in ocfs2_group_extendZhengYuan Huang
2026-04-15ocfs2: validate bg_list extent bounds in discontig groupsZhengYuan Huang
2026-04-15ocfs2/heartbeat: fix slot mapping rollback leaks on error pathsYufan Chen
2026-04-14Merge tag 'vfs-7.1-rc1.mount.v2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2026-04-14Merge tag 'net-next-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2026-04-14Merge tag 'x86_cache_for_v7.1_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2026-04-14smb: client: add tracepoints for deferred handle cachingBharath SM
2026-04-14smb: client: add oplock level to smb3_open_done tracepointBharath SM
2026-04-14smb: client: add tracepoint for local lock conflictsBharath SM
2026-04-14smb: client: add tracepoints for lock operationsBharath SM
2026-04-14vfs: get rid of BUG_ON() in d_mark_tmpfile_name()Paulo Alcantara
2026-04-14tracefs: Removed unused 'ret' variable in eventfs_iterate()Steven Rostedt