summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2026-04-13Merge tag 'hfs-v7.1-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/vd...Linus Torvalds
2026-04-13Merge tag 'affs-for-7.1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2026-04-13Merge tag 'for-7.1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds
2026-04-13f2fs: fix uninitialized kobject put in f2fs_init_sysfs()Guangshuo Li
2026-04-13f2fs: protect extension_list reading with sb_lock in f2fs_sbi_show()Yongpeng Yang
2026-04-13f2fs: disallow setting an extension to both cold and hotYongpeng Yang
2026-04-13Merge tag 'for-7.1/block-20260411' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2026-04-13f2fs: fix node_cnt race between extent node destroy and writebackYongpeng Yang
2026-04-13f2fs: allow empty mount string for Opt_usr|grp|projjquotaJaegeuk Kim
2026-04-13Merge tag 'lsm-pr-20260410' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2026-04-13NFSv4.1: Apply session size limits on clone pathTushar Sariya
2026-04-13NFSv4: retry GETATTR if GET_DIR_DELEGATION failedOlga Kornievskaia
2026-04-13NFS: fix RENAME attr in presence of directory delegationsOlga Kornievskaia
2026-04-13Merge tag 'vfs-7.1-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2026-04-13pnfs/flexfiles: validate ds_versions_cnt is non-zeroJenny Guanni Qu
2026-04-13NFS/blocklayout: print each device used for SCSI layoutsChristoph Hellwig
2026-04-13Merge tag 'vfs-7.1-rc1.pidfs' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2026-04-13Merge tag 'vfs-7.1-rc1.bh.metadata' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2026-04-13Merge tag 'vfs-7.1-rc1.fat' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2026-04-13Merge tag 'vfs-7.1-rc1.kino' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2026-04-13nfs: update inode ctime after removexattr operationJeff Layton
2026-04-13nfs: fix utimensat() for atime with delegated timestampsJeff Layton
2026-04-13NFS: improve "Server wrote zero bytes" errorOlga Kornievskaia
2026-04-13Merge tag 'vfs-7.1-rc1.integrity' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2026-04-13Merge tag 'vfs-7.1-rc1.directory' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2026-04-13Merge tag 'vfs-7.1-rc1.xattr' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2026-04-13Merge tag 'vfs-7.1-rc1.writeback' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2026-04-13NFSv4/pnfs: If the server is down, retry the layout returns on rebootTrond Myklebust
2026-04-13 bufmap: manage as folios, V2.Mike Marshall
2026-04-13smb: client: allow both 'lease' and 'nolease' mount optionsRajasi Mandal
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