fs/ntfs3: Validate MFT flags before replaying logs
[platform/kernel/linux-starfive.git] / fs /
2023-06-09 Edward Lofs/ntfs3: Validate MFT flags before replaying logs
2023-06-09 Kuan-Ting Chenksmbd: fix multiple out-of-bounds read during context...
2023-06-09 Kuan-Ting Chenksmbd: fix slab-out-of-bounds read in smb2_handle_negotiate
2023-06-09 Namjae Jeonksmbd: fix incorrect AllocationSize set in smb2_get_info
2023-06-09 Namjae Jeonksmbd: fix UAF issue from opinfo->conn
2023-06-09 Namjae Jeonksmbd: fix credit count leakage
2023-06-09 Theodore Ts'oext4: add lockdep annotations for i_data_sem for ea_inode's
2023-06-09 Theodore Ts'oext4: disallow ea_inodes with extended attributes
2023-06-09 Theodore Ts'oext4: set lockdep subclass for the ea_inode in ext4_xat...
2023-06-09 Theodore Ts'oext4: add EA_INODE checking to ext4_iget()
2023-06-09 pengfuyuanbtrfs: fix csum_tree_block page iteration to avoid...
2023-06-09 Xiubo Liceph: silence smatch warning in reconnect_caps_cb()
2023-06-09 Bob Petersongfs2: Don't deref jdesc in evict
2023-06-09 Filipe Mananabtrfs: abort transaction when sibling keys check fails...
2023-06-09 Dan Carpenternfsd: fix double fget() bug in __write_ports_addfd()
2023-06-09 Jeff Laytonnfsd: make a copy of struct iattr before calling notify...
2023-05-30 Steve Frenchcifs: mapchars mount option ignored
2023-05-30 Josef Bacikbtrfs: use nofs when cleaning up aborted transactions
2023-05-30 Roberto Sassuocfs2: Switch to security_inode_init_security()
2023-05-24 Ryusuke Konishinilfs2: fix use-after-free bug of nilfs_root in nilfs_e...
2023-05-24 Xiubo Liceph: force updating the msg pointer in non-split case
2023-05-24 Ilya Leoshkevichstatfs: enforce statfs[64] structure initialization
2023-05-24 Chih-Yen Changksmbd: fix global-out-of-bounds in smb2_find_context_vals
2023-05-24 Chih-Yen Changksmbd: fix wrong UserName check in session_user
2023-05-24 Chih-Yen Changksmbd: allocate one more byte for implied bcc[0]
2023-05-24 Gustav Johanssonksmbd: smb2: Allow messages padded to 8byte boundary
2023-05-24 Bharath SMSMB3: drop reference to cfile before sending oplock...
2023-05-24 Bharath SMSMB3: Close all deferred handles of inode in case of...
2023-05-24 Chao Yuf2fs: fix to check readonly condition correctly
2023-05-24 Chao Yuf2fs: fix to drop all dirty pages during umount() if...
2023-05-24 Yonggil Songf2fs: Fix system crash due to lack of free space in LFS
2023-05-24 Ojaswin Mujooext4: Fix best extent lstart adjustment logic in ext4_m...
2023-05-24 Kemeng Shiext4: set goal start correctly in ext4_mb_normalize_request
2023-05-24 Andreas Gruenbachergfs2: Fix inode height consistency check
2023-05-24 Jan Karaext2: Check block size validity during mount
2023-05-24 Tetsuo Handafs: hfsplus: remove WARN_ON() from hfsplus_cat_{read...
2023-05-24 Christian Brauneropen: return EINVAL for O_DIRECTORY | O_CREAT
2023-05-24 Theodore Ts'oext4: allow ext4_get_group_info() to fail
2023-05-24 Kemeng Shiext4: allow to find by goal if EXT4_MB_HINT_GOAL_ONLY...
2023-05-24 Theodore Ts'oext4: don't clear SB_RDONLY when remounting r/w until...
2023-05-24 Theodore Ts'oext4: reflect error codes from ext4_multi_mount_protect...
2023-05-17 Chao Yuf2fs: inode: fix to do sanity check on extent cache...
2023-05-17 Chao Yuf2fs: fix to do sanity check on extent cache correctly
2023-05-17 Theodore Ts'oext4: fix invalid free tracking in ext4_xattr_move_to_b...
2023-05-17 Theodore Ts'oext4: remove a BUG_ON in ext4_mb_release_group_pa()
2023-05-17 Jan Karaext4: fix lockdep warning when enabling MMP
2023-05-17 Theodore Ts'oext4: bail out of ext4_xattr_ibody_get() fails for...
2023-05-17 Theodore Ts'oext4: add bounds checking in get_max_inline_xattr_value...
2023-05-17 Theodore Ts'oext4: fix deadlock when converting an inline directory...
2023-05-17 Theodore Ts'oext4: improve error handling from ext4_dirhash()
2023-05-17 Theodore Ts'oext4: improve error recovery code paths in __ext4_remount()
2023-05-17 Baokun Liext4: check iomap type only if ext4_iomap_begin() does...
2023-05-17 Jan Karaext4: fix data races when using cached status extents
2023-05-17 Tudor Ambarusext4: avoid a potential slab-out-of-bounds in ext4_grou...
2023-05-17 Ye Binext4: fix WARNING in mb_find_extent
2023-05-17 Namjae Jeonksmbd: fix racy issue from smb2 close and logoff with...
2023-05-17 Namjae Jeonksmbd: block asynchronous requests when making a delay...
2023-05-17 Namjae Jeonksmbd: destroy expired sessions
2023-05-17 Namjae Jeonksmbd: fix racy issue from session setup and logoff
2023-05-17 Dawei Liksmbd: Implements sess->ksmbd_chann_list as xarray
2023-05-17 Jaegeuk Kimf2fs: factor out victim_entry usage from general rb_tre...
2023-05-17 Jaegeuk Kimf2fs: allocate the extent_cache by default
2023-05-17 Jaegeuk Kimf2fs: refactor extent_cache to support for read and...
2023-05-17 Jaegeuk Kimf2fs: remove unnecessary __init_extent_tree
2023-05-17 Jaegeuk Kimf2fs: move internal functions into extent_cache.c
2023-05-17 Jaegeuk Kimf2fs: specify extent cache for read explicitly
2023-05-17 Konstantin Komarovfs/ntfs3: Refactoring of various minor issues
2023-05-17 Jaegeuk Kimf2fs: fix potential corruption when moving a directory
2023-05-17 Jaegeuk Kimf2fs: fix null pointer panic in tracepoint in __replace...
2023-05-17 Luis Chamberlainsysctl: clarify register_sysctl_init() base directory...
2023-05-17 Luis Chamberlainproc_sysctl: enhance documentation
2023-05-17 Luis Chamberlainproc_sysctl: update docs for __register_sysctl_table()
2023-05-17 Steve FrenchSMB3: force unmount was failing to close deferred close...
2023-05-17 Steve Frenchsmb3: fix problem remounting a share after shutdown
2023-05-17 Jan Karainotify: Avoid reporting event with invalid wd
2023-05-17 Steve Frenchcifs: release leases for deferred close handles when...
2023-05-17 Pawel Witekcifs: fix pcchunk length type in smb2_copychunk_range
2023-05-17 Naohiro Aotabtrfs: zoned: fix full zone super block reading on ZNS
2023-05-17 Naohiro Aotabtrfs: zoned: zone finish data relocation BG with last IO
2023-05-17 Filipe Mananabtrfs: fix space cache inconsistency after error loadin...
2023-05-17 Anastasia Belovabtrfs: print-tree: parent bytenr must be aligned to...
2023-05-17 Qu Wenruobtrfs: make clear_cache mount option to rebuild FST...
2023-05-17 Christoph Hellwigbtrfs: zero the buffer before marking it dirty in btrfs...
2023-05-17 Josef Bacikbtrfs: don't free qgroup space unless specified
2023-05-17 Boris Burkovbtrfs: fix encoded write i_size corruption with no...
2023-05-17 xiaoshoukuibtrfs: fix assertion of exclop condition when starting...
2023-05-17 Qu Wenruobtrfs: properly reject clear_cache and v1 cache for...
2023-05-17 Naohiro Aotabtrfs: zoned: fix wrong use of bitops API in btrfs_ensu...
2023-05-17 Filipe Mananabtrfs: fix btrfs_prev_leaf() to not return the same...
2023-05-17 Maxim Korotkovwriteback: fix call of incorrect macro
2023-05-17 ZhangPengfs/ntfs3: Fix null-ptr-deref on inode->i_op in ntfs_loo...
2023-05-11 Paulo Alcantaracifs: protect session status check in smb2_reconnect()
2023-05-11 Paulo Alcantaracifs: fix potential use-after-free bugs in TCP_Server_I...
2023-05-11 Qu Wenruobtrfs: scrub: reject unsupported scrub flags
2023-05-11 Ryusuke Konishinilfs2: fix infinite loop in nilfs_mdt_get_block()
2023-05-11 Ryusuke Konishinilfs2: do not write dirty data after degenerating...
2023-05-11 Marc Dionneafs: Avoid endless loop if file is larger than expected
2023-05-11 David Howellsafs: Fix getattr to report server i_size on dirs, not...
2023-05-11 Marc Dionneafs: Fix updating of i_size with dv jump from server
2023-05-11 Ye Binext4: fix use-after-free read in ext4_find_extent for...
next