summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2026-04-12smb: smbdirect: add some logging to SMBDIRECT_CHECK_STATUS_{WARN,DISCONNECT}()Stefan Metzmacher
2026-04-12smb: smbdirect: introduce smbdirect_socket.logging infrastructureStefan Metzmacher
2026-04-12smb: smbdirect: let smbdirect.h include #include <linux/types.h>Stefan Metzmacher
2026-04-12smb: server: avoid double-free in smb_direct_free_sendmsg after smb_direct_fl...Stefan Metzmacher
2026-04-12smb: client: avoid double-free in smbd_free_send_io() after smbd_send_batch_f...Stefan Metzmacher
2026-04-12ksmbd: fix use-after-free from async crypto on Qualcomm crypto engineJoshua Klinesmith
2026-04-12ksmbd: fix mechToken leak when SPNEGO decode fails after token allocGreg Kroah-Hartman
2026-04-12ksmbd: require 3 sub-authorities before reading sub_auth[2]Greg Kroah-Hartman
2026-04-12ksmbd: validate EaNameLength in smb2_get_ea()Greg Kroah-Hartman
2026-04-12ksmbd: Remove unnecessary selection of CRYPTO_ECBEric Biggers
2026-04-12ksmbd: validate owner of durable handle on reconnectNamjae Jeon
2026-04-12ksmbd: fix use-after-free in __ksmbd_close_fd() via durable scavengerNamjae Jeon
2026-04-12ksmbd: ipc: use kzalloc_flex and __counted_byRosen Penev
2026-04-12smb: move filesystem_vol_info into common/fscc.hZhangGuoDong
2026-04-12smb: move file_basic_info into common/fscc.hZhangGuoDong
2026-04-12smb: move some definitions from common/smb2pdu.h into common/fscc.hZhangGuoDong
2026-04-11sysfs: attribute_group: Respect is_visible_const() when changing ownerThomas Weißschuh
2026-04-10pstore/ftrace: Factor KASLR offset in the core kernel instruction addressesGuilherme G. Piccoli
2026-04-10smb: client: get rid of d_drop()+d_add()Paulo Alcantara
2026-04-10smb: client: set ATTR_TEMPORARY with O_TMPFILE | O_EXCLPaulo Alcantara
2026-04-10smb: client: add support for O_TMPFILEPaulo Alcantara
2026-04-10vfs: introduce d_mark_tmpfile_name()Paulo Alcantara
2026-04-10smb: client: add missing MODULE_DESCRIPTION() to smb1maperror_testVenkat Rao Bagalkote
2026-04-10Merge tag 'vfs-7.0-rc8.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2026-04-10erofs: error out obviously illegal extents in advanceGao Xiang
2026-04-10erofs: clean up encoded map flagsGao Xiang
2026-04-09jbd2: fix deadlock in jbd2_journal_cancel_revoke()Zhang Yi
2026-04-09ext4: fix missing brelse() in ext4_xattr_inode_dec_ref_all()Sohei Koyama
2026-04-09ext4: fix possible null-ptr-deref in mbt_kunit_exit()Ye Bin
2026-04-09ext4: fix possible null-ptr-deref in extents_kunit_exit()Ye Bin
2026-04-09ext4: fix the error handling process in extents_kunit_init).Ye Bin
2026-04-09ext4: call deactivate_super() in extents_kunit_exit()Ye Bin
2026-04-09ext4: fix miss unlock 'sb->s_umount' in extents_kunit_init()Ye Bin
2026-04-09ext4: fix bounds check in check_xattrs() to prevent out-of-bounds accessDeepanshu Kartikey
2026-04-09ext4: zero post-EOF partial block before appending writeZhang Yi
2026-04-09ext4: move pagecache_isize_extended() out of active handleZhang Yi
2026-04-09ext4: remove ctime/mtime update from ext4_alloc_file_blocks()Zhang Yi
2026-04-09ext4: unify SYNC mode checks in fallocate pathsZhang Yi
2026-04-09ext4: ensure zeroed partial blocks are persisted in SYNC modeZhang Yi
2026-04-09ext4: move zero partial block range functions out of active handleZhang Yi
2026-04-09ext4: pass allocate range as loff_t to ext4_alloc_file_blocks()Zhang Yi
2026-04-09ext4: remove handle parameters from zero partial block functionsZhang Yi
2026-04-09ext4: move ordered data handling out of ext4_block_do_zero_range()Zhang Yi
2026-04-09ext4: rename ext4_block_zero_page_range() to ext4_block_zero_range()Zhang Yi
2026-04-09ext4: factor out journalled block zeroing rangeZhang Yi
2026-04-09ext4: rename and extend ext4_block_truncate_page()Zhang Yi
2026-04-09ext4: add did_zero output parameter to ext4_block_zero_page_range()Zhang Yi
2026-04-09ext4: fix diagnostic printf formatsDavid Laight
2026-04-09ext4: move dcache manipulation out of __ext4_link()NeilBrown
2026-04-09ext4: add ext4_fc_eligible()NeilBrown