summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorLines
2026-04-13Merge tag 'affs-for-7.1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-0/+2
2026-04-13Merge tag 'for-7.1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds-1077/+2532
2026-04-13Merge tag 'for-7.1/block-20260411' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-27/+19
2026-04-13Merge tag 'lsm-pr-20260410' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-13/+67
2026-04-13Merge tag 'vfs-7.1-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-212/+159
2026-04-13Merge tag 'vfs-7.1-rc1.pidfs' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-10/+40
2026-04-13Merge tag 'vfs-7.1-rc1.bh.metadata' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-448/+443
2026-04-13Merge tag 'vfs-7.1-rc1.fat' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-8/+175
2026-04-13Merge tag 'vfs-7.1-rc1.kino' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-617/+624
2026-04-13Merge tag 'vfs-7.1-rc1.integrity' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-117/+202
2026-04-13Merge tag 'vfs-7.1-rc1.directory' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-197/+154
2026-04-13Merge tag 'vfs-7.1-rc1.xattr' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-245/+361
2026-04-13Merge tag 'vfs-7.1-rc1.writeback' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-7/+6
2026-04-13 bufmap: manage as folios, V2.Mike Marshall-43/+358
2026-04-13smb: client: allow both 'lease' and 'nolease' mount optionsRajasi Mandal-4/+4
2026-04-12smb: smbdirect: add some logging to SMBDIRECT_CHECK_STATUS_{WARN,DISCONNECT}()Stefan Metzmacher-1/+20
2026-04-12smb: smbdirect: introduce smbdirect_socket.logging infrastructureStefan Metzmacher-0/+127
2026-04-12smb: smbdirect: let smbdirect.h include #include <linux/types.h>Stefan Metzmacher-0/+2
2026-04-12smb: server: avoid double-free in smb_direct_free_sendmsg after smb_direct_fl...Stefan Metzmacher-1/+7
2026-04-12smb: client: avoid double-free in smbd_free_send_io() after smbd_send_batch_f...Stefan Metzmacher-0/+8
2026-04-12ksmbd: fix use-after-free from async crypto on Qualcomm crypto engineJoshua Klinesmith-5/+6
2026-04-12ksmbd: fix mechToken leak when SPNEGO decode fails after token allocGreg Kroah-Hartman-1/+2
2026-04-12ksmbd: require 3 sub-authorities before reading sub_auth[2]Greg Kroah-Hartman-1/+2
2026-04-12ksmbd: validate EaNameLength in smb2_get_ea()Greg Kroah-Hartman-0/+5
2026-04-12ksmbd: Remove unnecessary selection of CRYPTO_ECBEric Biggers-7/+0
2026-04-12ksmbd: validate owner of durable handle on reconnectNamjae Jeon-16/+102
2026-04-12ksmbd: fix use-after-free in __ksmbd_close_fd() via durable scavengerNamjae Jeon-11/+30
2026-04-12ksmbd: ipc: use kzalloc_flex and __counted_byRosen Penev-3/+2
2026-04-12smb: move filesystem_vol_info into common/fscc.hZhangGuoDong-25/+18
2026-04-12smb: move file_basic_info into common/fscc.hZhangGuoDong-25/+17
2026-04-12smb: move some definitions from common/smb2pdu.h into common/fscc.hZhangGuoDong-307/+315
2026-04-10pstore/ftrace: Factor KASLR offset in the core kernel instruction addressesGuilherme G. Piccoli-4/+32
2026-04-10smb: client: get rid of d_drop()+d_add()Paulo Alcantara-26/+40
2026-04-10smb: client: set ATTR_TEMPORARY with O_TMPFILE | O_EXCLPaulo Alcantara-39/+36
2026-04-10smb: client: add support for O_TMPFILEPaulo Alcantara-325/+490
2026-04-10vfs: introduce d_mark_tmpfile_name()Paulo Alcantara-0/+19
2026-04-10smb: client: add missing MODULE_DESCRIPTION() to smb1maperror_testVenkat Rao Bagalkote-0/+1
2026-04-10Merge tag 'vfs-7.0-rc8.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-46/+90
2026-04-10erofs: error out obviously illegal extents in advanceGao Xiang-10/+15
2026-04-10erofs: clean up encoded map flagsGao Xiang-31/+30
2026-04-09jbd2: fix deadlock in jbd2_journal_cancel_revoke()Zhang Yi-3/+5
2026-04-09ext4: fix missing brelse() in ext4_xattr_inode_dec_ref_all()Sohei Koyama-1/+3
2026-04-09ext4: fix possible null-ptr-deref in mbt_kunit_exit()Ye Bin-1/+5
2026-04-09ext4: fix possible null-ptr-deref in extents_kunit_exit()Ye Bin-2/+5
2026-04-09ext4: fix the error handling process in extents_kunit_init).Ye Bin-15/+35
2026-04-09ext4: call deactivate_super() in extents_kunit_exit()Ye Bin-0/+1
2026-04-09ext4: fix miss unlock 'sb->s_umount' in extents_kunit_init()Ye Bin-0/+2
2026-04-09ext4: fix bounds check in check_xattrs() to prevent out-of-bounds accessDeepanshu Kartikey-1/+1
2026-04-09ext4: zero post-EOF partial block before appending writeZhang Yi-14/+24
2026-04-09ext4: move pagecache_isize_extended() out of active handleZhang Yi-23/+39