summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2026-04-18ksmbd: Fix dangling pointer in krb_authenticateSean Heelan1-1/+3
2026-04-18ksmbd: Fix refcount leak when invalid session is found on session lookupNamjae Jeon1-1/+3
2026-04-18ksmbd: replace hardcoded hdr2_len with offsetof() in smb2_calc_max_out_buf_len()Namjae Jeon1-8/+12
2026-04-18ksmbd: fix potencial OOB in get_file_all_info() for compound requestsNamjae Jeon1-1/+14
2026-04-18xfs: save ailp before dropping the AIL lock in push callbacksYuto Ohnuki2-4/+14
2026-04-18ext4: fix use-after-free in update_super_work when racing with umountJiayuan Chen3-1/+11
2026-04-18ext4: fix the might_sleep() warnings in kvfree()Zqiang2-17/+7
2026-04-18ext4: publish jinode after initializationLi Chen2-6/+13
2026-04-18smb: client: Fix refcount leak for cifs_sb_tlinkShuhao Fu2-6/+8
2026-04-18btrfs: reject root items with drop_progress and zero drop_levelZhengYuan Huang1-0/+17
2026-04-18btrfs: don't take device_list_mutex when querying zone infoJohannes Thumshirn1-2/+4
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: always drain queued discard work in ext4_mb_release()Theodore Ts'o1-7/+5
2026-04-18ext4: fix iloc.bh leak in ext4_fc_replay_inode() error pathsBaokun Li1-5/+8
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-18xfs: stop reclaim before pushing AIL during unmountYuto Ohnuki1-3/+4
2026-04-18jbd2: gracefully abort on checkpointing state corruptionsMilos Nikic1-2/+13
2026-04-18erofs: add GFP_NOIO in the bio completion if neededJiucheng Xu1-0/+3
2026-04-18ksmbd: fix use-after-free of share_conf in compound requestHyunwoo Kim1-0/+2
2026-04-18btrfs: tree-checker: fix misleading root drop_level error messageZhengYuan Huang1-1/+1
2026-04-18smb: client: Don't log plaintext credentials in cifs_set_cifscredsThorsten Blum1-1/+0
2026-04-18ext4: always allocate blocks only from groups inode can useJan Kara1-4/+16
2026-04-18ksmbd: fix null pointer dereference error in generate_encryptionkeyNamjae Jeon1-2/+16
2026-04-18ext4: fix dirtyclusters double decrement on fs shutdownBrian Foster1-16/+5
2026-04-18ext4: drop extent cache when splitting extent failsZhang Yi1-2/+8
2026-04-18ext4: don't set EXT4_GET_BLOCKS_CONVERT when splitting before submitting I/OZhang Yi1-4/+8
2026-04-18ksmbd: call ksmbd_vfs_kern_path_end_removing() on some error pathsFedor Pchelkin1-2/+2
2026-04-18btrfs: abort transaction on failure to update root in the received subvol ioctlFilipe Manana1-1/+2
2026-04-18xfs: fix undersized l_iclog_roundoff valuesDarrick J. Wong1-0/+2
2026-04-18ceph: fix i_nlink underrun during async unlinkMax Kellermann1-1/+14
2026-04-18Squashfs: check metadata block offset is within rangePhillip Lougher1-0/+3
2026-04-18eventpoll: Fix integer overflow in ep_loop_check_proc()Jann Horn1-2/+3
2026-04-18ksmbd: fix infinite loop caused by next_smb2_rcv_hdr_off reset in error pathsNamjae Jeon1-3/+3
2026-04-18btrfs: fix incorrect key offset in error message in check_dev_extent_item()Mark Harmstone1-1/+1
2026-03-04ceph: supply snapshot context in ceph_zero_partial_object()ethanwu1-1/+16
2026-03-04btrfs: continue trimming remaining devices on failurejinbaohong1-1/+1
2026-03-04ocfs2: fix reflink preserve cleanup issueHeming Zhao1-0/+4
2026-03-04nfsd: fix return error code for nfsd_map_name_to_[ug]idAnthony Iliopoulos1-0/+4
2026-03-04xfs: fix remote xattr valuelblk checkDarrick J. Wong1-1/+4
2026-03-04xfs: fix freemap adjustments when adding xattrs to leaf blocksDarrick J. Wong1-8/+28
2026-03-04xfs: delete attr leaf freemap entries when emptyDarrick J. Wong1-0/+13
2026-03-04xfs: mark data structures corrupt on EIO and ENODATADarrick J. Wong3-0/+8
2026-03-04btrfs: replace BUG() with error handling in __btrfs_balance()Adarsh Das1-2/+8
2026-03-04fs/ntfs3: avoid calling run_get_entry() when run == NULL in ntfs_read_run_nb_...Konstantin Komarov1-0/+6
2026-03-04fs: ntfs3: fix infinite loop triggered by zero-sized ATTR_LISTJaehun Gou1-0/+9
2026-03-04fs: ntfs3: fix infinite loop in attr_load_runs_range on inconsistent metadataJaehun Gou1-3/+12