summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
39 hourssysfs: don't remove existing directory on update failureGreg Kroah-Hartman1-1/+1
39 hourssmb: client: reject userspace cifs.spnego descriptionsAsim Viladi Oglu Manizada1-0/+16
39 hoursceph: fix a buffer leak in __ceph_setxattr()Viacheslav Dubeyko1-0/+1
39 hoursbtrfs: fix double-decrement of bytes_may_use in submit_one_async_extent()Mark Harmstone1-1/+1
39 hoursbtrfs: merge PAGE_CLEAR_DIRTY and PAGE_SET_WRITEBACK to PAGE_START_WRITEBACKQu Wenruo3-26/+18
39 hoursfs/adfs: validate nzones in adfs_validate_bblk()Bae Yeonju1-0/+3
39 hoursnfs/blocklayout: Fix compilation error (`make W=1`) in bl_write_pagelist()Andy Shevchenko1-3/+1
39 hoursocfs2: validate group add input before cachingZhengYuan Huang1-5/+7
39 hoursocfs2: validate bg_bits during freefrag scanZhengYuan Huang1-1/+17
39 hoursocfs2: fix listxattr handling when the buffer is fullZhengYuan Huang1-2/+2
39 hoursocfs2/dlm: fix off-by-one in dlm_match_regions() region comparisonJunrui Luo1-1/+1
39 hoursocfs2/dlm: validate qr_numregions in dlm_match_regions()Junrui Luo1-0/+8
39 hoursquota: Fix race of dquot_scan_active() with quota deactivationJan Kara1-8/+30
39 hourspstore/ram: fix resource leak when ioremap() failsCole Leavitt1-0/+4
39 hoursnilfs2: reject zero bd_oblocknr in nilfs_ioctl_mark_blocks_dirty()Deepanshu Kartikey1-0/+6
39 hoursfs/omfs: reject s_sys_blocksize smaller than OMFS_DIR_STARTHyungJung Joo1-0/+6
39 hoursisofs: validate block number from NFS file handle in isofs_export_igetMichael Bommarito1-1/+1
39 hoursisofs: validate Rock Ridge CE continuation extent against volume sizeMichael Bommarito1-0/+9
39 hoursudf: reject descriptors with oversized CRC lengthMichael Bommarito1-2/+6
39 hoursfanotify: fix false positive on permission eventsMiklos Szeredi2-8/+12
39 hoursinotify: fix watch count leak when fsnotify_add_inode_mark_locked() failsChia-Ming Chang1-0/+1
39 hoursext4: fix missing brelse() in ext4_xattr_inode_dec_ref_all()Sohei Koyama1-1/+3
39 hoursuserfaultfd: allow registration of ranges below mmap_min_addrDenis M. Karpov1-2/+0
39 hoursext2: reject inodes with zero i_nlink and valid mode in ext2_iget()Vasiliy Kovalev1-3/+11
39 hoursocfs2: split transactions in dio completion to avoid credit exhaustionHeming Zhao1-29/+45
39 hoursfuse: quiet down complaints in fuse_conn_limit_writeDarrick J. Wong1-2/+2
39 hoursfuse: reject oversized dirents in page cacheSamuel Page1-0/+4
39 hourscifs: Fix connections leak when tlink setup failedZhang Xiaoxu1-4/+13
39 hoursgfs2: Validate i_depth for exhash directoriesAndrew Price2-4/+6
39 hoursocfs2: fix possible deadlock between unlink and dio_end_io_writeJoseph Qi1-2/+1
39 hoursfs/ocfs2: fix comments mentioning i_mutexhongnanli11-16/+16
39 hoursocfs2: fix out-of-bounds write in ocfs2_write_end_inlineJoseph Qi1-0/+10
39 hoursocfs2: validate inline data i_size during inode readDeepanshu Kartikey1-6/+19
39 hoursocfs2: add inline inode consistency check to ocfs2_validate_inode_block()Dmitry Antipov1-0/+8
39 hoursnilfs2: fix NULL i_assoc_inode dereference in nilfs_mdt_save_to_shadow_mapDeepanshu Kartikey1-0/+3
39 hoursocfs2: handle invalid dinode in ocfs2_group_extendZhengYuan Huang1-3/+7
39 hoursocfs2: fix use-after-free in ocfs2_fault() when VM_FAULT_RETRYTejas Bharambe2-10/+7
2026-04-18ext4: publish jinode after initializationLi Chen2-6/+13
2026-04-18ext4: fix iloc.bh leak in ext4_fc_replay_inode() error pathsBaokun Li1-5/+8
2026-04-18xfs: stop reclaim before pushing AIL during unmountYuto Ohnuki1-3/+4
2026-04-18xfs: save ailp before dropping the AIL lock in push callbacksYuto Ohnuki2-4/+14
2026-04-18ext4: fix the might_sleep() warnings in kvfree()Zqiang2-11/+5
2026-04-18btrfs: fix lost error when running device stats on multiple devices fsFilipe Manana1-2/+3
2026-04-18btrfs: fix super block offset in error message in btrfs_validate_super()Mark Harmstone1-2/+2
2026-04-18ext4: reject mount if bigalloc with s_first_data_block != 0Helen Koike1-0/+7
2026-04-18ext4: avoid allocate block from corrupted group in ext4_mb_find_by_goal()Ye Bin1-1/+5
2026-04-18ext4: make recently_deleted() properly work with lazy itable initializationJan Kara1-0/+6
2026-04-18ext4: convert inline data to extents when truncate exceeds inline sizeDeepanshu Kartikey1-0/+12
2026-04-18jbd2: gracefully abort on checkpointing state corruptionsMilos Nikic1-2/+13
2026-04-18smb: client: Compare MACs in constant timeEric Biggers2-2/+5