aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2026-04-13f2fs: allow empty mount string for Opt_usr|grp|projjquotaJaegeuk Kim1-12/+15
2026-04-13Merge tag 'lsm-pr-20260410' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/lsmLinus Torvalds7-13/+67
2026-04-13NFSv4.1: Apply session size limits on clone pathTushar Sariya3-2/+7
2026-04-13NFSv4: retry GETATTR if GET_DIR_DELEGATION failedOlga Kornievskaia1-0/+8
2026-04-13NFS: fix RENAME attr in presence of directory delegationsOlga Kornievskaia2-1/+3
2026-04-13Merge tag 'vfs-7.1-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds32-212/+159
2026-04-13pnfs/flexfiles: validate ds_versions_cnt is non-zeroJenny Guanni Qu1-0/+5
2026-04-13NFS/blocklayout: print each device used for SCSI layoutsChristoph Hellwig1-2/+5
2026-04-13Merge tag 'vfs-7.1-rc1.pidfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-10/+40
2026-04-13Merge tag 'vfs-7.1-rc1.bh.metadata' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds59-447/+442
2026-04-13Merge tag 'vfs-7.1-rc1.fat' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds2-8/+175
2026-04-13Merge tag 'vfs-7.1-rc1.kino' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds169-617/+624
2026-04-13nfs: update inode ctime after removexattr operationJeff Layton2-4/+24
2026-04-13nfs: fix utimensat() for atime with delegated timestampsJeff Layton1-8/+1
2026-04-13NFS: improve "Server wrote zero bytes" errorOlga Kornievskaia1-1/+1
2026-04-13Merge tag 'vfs-7.1-rc1.integrity' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds9-116/+201
2026-04-13Merge tag 'vfs-7.1-rc1.directory' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds11-197/+154
2026-04-13Merge tag 'vfs-7.1-rc1.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds5-245/+361
2026-04-13Merge tag 'vfs-7.1-rc1.writeback' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds5-7/+6
2026-04-13NFSv4/pnfs: If the server is down, retry the layout returns on rebootTrond Myklebust2-15/+37
2026-04-13 bufmap: manage as folios, V2.Mike Marshall1-43/+358
2026-04-13smb: client: allow both 'lease' and 'nolease' mount optionsRajasi Mandal2-4/+4
2026-04-12smb: smbdirect: add some logging to SMBDIRECT_CHECK_STATUS_{WARN,DISCONNECT}()Stefan Metzmacher1-1/+20
2026-04-12smb: smbdirect: introduce smbdirect_socket.logging infrastructureStefan Metzmacher1-0/+127
2026-04-12smb: smbdirect: let smbdirect.h include #include <linux/types.h>Stefan Metzmacher1-0/+2
2026-04-12smb: server: avoid double-free in smb_direct_free_sendmsg after smb_direct_flush_send_list()Stefan Metzmacher1-1/+7
2026-04-12smb: client: avoid double-free in smbd_free_send_io() after smbd_send_batch_flush()Stefan Metzmacher1-0/+8
2026-04-12ksmbd: fix use-after-free from async crypto on Qualcomm crypto engineJoshua Klinesmith1-5/+6
2026-04-12ksmbd: fix mechToken leak when SPNEGO decode fails after token allocGreg Kroah-Hartman2-1/+2
2026-04-12ksmbd: require 3 sub-authorities before reading sub_auth[2]Greg Kroah-Hartman1-1/+2
2026-04-12ksmbd: validate EaNameLength in smb2_get_ea()Greg Kroah-Hartman1-0/+5
2026-04-12ksmbd: Remove unnecessary selection of CRYPTO_ECBEric Biggers3-7/+0
2026-04-12ksmbd: validate owner of durable handle on reconnectNamjae Jeon6-16/+102
2026-04-12ksmbd: fix use-after-free in __ksmbd_close_fd() via durable scavengerNamjae Jeon1-11/+30
2026-04-12ksmbd: ipc: use kzalloc_flex and __counted_byRosen Penev1-3/+2
2026-04-12smb: move filesystem_vol_info into common/fscc.hZhangGuoDong5-25/+18
2026-04-12smb: move file_basic_info into common/fscc.hZhangGuoDong4-25/+17
2026-04-12smb: move some definitions from common/smb2pdu.h into common/fscc.hZhangGuoDong2-307/+315
2026-04-11sysfs: attribute_group: Respect is_visible_const() when changing ownerThomas Weißschuh1-2/+5
2026-04-10pstore/ftrace: Factor KASLR offset in the core kernel instruction addressesGuilherme G. Piccoli3-4/+32
2026-04-10smb: client: get rid of d_drop()+d_add()Paulo Alcantara2-26/+40
2026-04-10smb: client: set ATTR_TEMPORARY with O_TMPFILE | O_EXCLPaulo Alcantara2-39/+36
2026-04-10smb: client: add support for O_TMPFILEPaulo Alcantara9-325/+490
2026-04-10vfs: introduce d_mark_tmpfile_name()Paulo Alcantara1-0/+19
2026-04-10smb: client: add missing MODULE_DESCRIPTION() to smb1maperror_testVenkat Rao Bagalkote1-0/+1
2026-04-10Merge tag 'vfs-7.0-rc8.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds12-46/+90
2026-04-10erofs: error out obviously illegal extents in advanceGao Xiang2-10/+15
2026-04-10erofs: clean up encoded map flagsGao Xiang3-31/+30
2026-04-09jbd2: fix deadlock in jbd2_journal_cancel_revoke()Zhang Yi1-3/+5
2026-04-09ext4: fix missing brelse() in ext4_xattr_inode_dec_ref_all()Sohei Koyama1-1/+3