aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2026-04-27Merge tag 'fs_for_v7.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds4-12/+18
2026-04-27Merge tag 'fsnotify_for_v7.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds3-12/+49
2026-04-27Merge tag 'for-7.1-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds7-29/+104
2026-04-27ntfs: fix error handling in ntfs_write_iomap_end_resident()Namjae Jeon1-3/+3
2026-04-27ntfs: fix VCN overflow in ntfs_mapping_pairs_decompress()Zhan Xusheng1-3/+21
2026-04-27ntfs: fix WSL symlink target leak on reparse failureDaeMyung Kang1-2/+3
2026-04-27ntfs: fix NULL dereference in ntfs_index_walk_down()DaeMyung Kang2-7/+23
2026-04-27xfs: flush delalloc blocks on ENOSPC in xfs_trans_alloc_icreateRavi Singh2-6/+11
2026-04-27xfs: check da node block pad field during scrubYuto Ohnuki1-1/+6
2026-04-27xfs: fix memory leak for data allocated by xfs_zone_gc_data_alloc()Wilfred Mallawa1-1/+1
2026-04-27xfs: fix memory leak on error in xfs_alloc_zone_info()Wilfred Mallawa1-1/+1
2026-04-27xfs: check directory data block header padding in scrubYuto Ohnuki3-1/+19
2026-04-27xfs: zero directory data block padding on write verificationYuto Ohnuki1-0/+6
2026-04-27xfs: zero entire directory data block header region at initYuto Ohnuki1-7/+5
2026-04-27xfs: remove the meaningless XFS_ALLOC_FLAG_FREEINGJinliang Zheng1-2/+1
2026-04-26smb/client: remove unused smb3_parse_opt()David Disseldorp2-32/+0
2026-04-26nfsd: fix GET_DIR_DELEGATION when VFS leases are disabledOlga Kornievskaia1-4/+0
2026-04-25Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rmk/linuxLinus Torvalds1-0/+3
2026-04-24Merge tag 'nfs-for-7.1-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds15-40/+133
2026-04-24Merge tag 'ceph-for-7.1-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds14-31/+1127
2026-04-24Merge tag 'ntfs-for-7.1-rc1-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/linkinjeon/ntfsLinus Torvalds7-41/+113
2026-04-24Merge tag '9p-for-7.1-rc1' of https://github.com/martinetd/linuxLinus Torvalds2-3/+7
2026-04-23Merge tag 'vfs-7.1-rc1.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds5-100/+112
2026-04-23Merge tag 'v7.1-rc-part2-ksmbd-fixes' of git://git.samba.org/ksmbdLinus Torvalds39-214/+164
2026-04-23Merge tag 'v7.1-rc1-part3-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds24-387/+433
2026-04-24eventpoll: drop vestigial epi->dying flagChristian Brauner1-20/+7
2026-04-24eventpoll: drop dead bool return from ep_remove_epi()Christian Brauner1-8/+5
2026-04-24eventpoll: move f_lock acquisition into ep_remove_file()Christian Brauner1-6/+4
2026-04-24eventpoll: fix ep_remove struct eventpoll / struct file UAFChristian Brauner1-6/+10
2026-04-24eventpoll: move epi_fget() upChristian Brauner1-28/+28
2026-04-24eventpoll: rename ep_remove_safe() back to ep_remove()Christian Brauner1-8/+8
2026-04-24eventpoll: drop vestigial __ prefix from ep_remove_{file,epi}()Christian Brauner1-6/+6
2026-04-24eventpoll: kill __ep_remove()Christian Brauner1-37/+30
2026-04-24eventpoll: split __ep_remove()Christian Brauner1-4/+23
2026-04-24eventpoll: use hlist_is_singular_node() in __ep_remove()Christian Brauner1-1/+1
2026-04-24fs: Handle multiply claimed blocks more gracefully with mmbJan Kara1-1/+8
2026-04-24fs: aio: reject partial mremap to avoid Null-pointer-dereference errorZizhi Wo1-1/+2
2026-04-24fuse: reject oversized dirents in page cacheSamuel Page1-0/+4
2026-04-24writeback: Fix use after free in inode_switch_wbs_work_fn()Jan Kara1-17/+19
2026-04-24fs: aio: set VMA_DONTCOPY_BIT in mmap to fix NULL-pointer-dereference errorZizhi Wo1-1/+1
2026-04-22smb: smbdirect: move fs/smb/common/smbdirect/ to fs/smb/smbdirect/Stefan Metzmacher27-42/+42
2026-04-22Merge tag 'tracefs-v7.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-traceLinus Torvalds3-2/+22
2026-04-22udf: reject descriptors with oversized CRC lengthMichael Bommarito1-2/+6
2026-04-22smb: client: Drop 'allocate_crypto' arg from smb*_calc_signature()Eric Biggers1-7/+5
2026-04-22smb: client: Make generate_key() return voidEric Biggers1-29/+16
2026-04-22smb: client: Remove obsolete cmac(aes) allocationEric Biggers10-95/+2
2026-04-22smb: client: Use AES-CMAC library for SMB3 signature calculationEric Biggers4-74/+30
2026-04-22smb: common: add SMB3_COMPRESS_MAX_ALGSEnzo Matsumiya1-0/+2
2026-04-22smb: client: compress: add code docs to lz77.cEnzo Matsumiya1-8/+73
2026-04-22smb: client: compress: LZ77 optimizationsEnzo Matsumiya2-65/+104