net: avoid double iput when sock_alloc_file fails
[platform/kernel/linux-starfive.git] / fs /
2023-03-10 Xiubo Liceph: update the time stamps and try to drop the suid...
2023-03-10 Alexander Mikhalitsynfuse: add inode/permission checks to fileattr_get/filea...
2023-03-10 Jun Nieext4: refuse to create ea block when umounted
2023-03-10 Jun Nieext4: optimize ea_inode block expansion
2023-03-10 Zhihao Chengjbd2: fix data missing when reusing bh which is ready...
2023-03-10 Jan Karaudf: Fix file corruption when appending just after...
2023-03-10 Jan Karaudf: Detect system inodes linked into directory hierarchy
2023-03-10 Jan Karaudf: Preserve link count of system files
2023-03-10 Jan Karaudf: Do not update file length for failed writes to...
2023-03-10 Jan Karaudf: Do not bother merging very long extents
2023-03-10 Jan Karaudf: Truncate added extents on failed expansion
2023-03-10 Andrew Mortonfs/cramfs/inode.c: initialize file_ra_state
2023-03-10 Heming Zhao via... ocfs2: fix non-auto defrag path not working issue
2023-03-10 Heming Zhao via... ocfs2: fix defrag path triggering jbd2 ASSERT
2023-03-10 Jaegeuk Kimf2fs: fix kernel crash due to null io->bio
2023-03-10 Eric Biggersf2fs: fix cgroup writeback accounting with fs-layer...
2023-03-10 Jaegeuk Kimf2fs: retry to update the inode page given data corruption
2023-03-10 Eric Biggersf2fs: fix information leak in f2fs_move_inline_dirents()
2023-03-10 Alexander Aringfs: dlm: send FIN ack back in right cases
2023-03-10 Alexander Aringfs: dlm: move sending fin message into state change...
2023-03-10 Alexander Aringfs: dlm: don't set stop rx flag after node reset
2023-03-10 Yuezhang Moexfat: fix inode->i_blocks for non-512 byte sector...
2023-03-10 Sungjong Seoexfat: redefine DIR_DELETED as the bad cluster number
2023-03-10 Yuezhang Moexfat: fix unexpected EOF while reading dir
2023-03-10 Yuezhang Moexfat: fix reporting fs error when reading dir beyond EOF
2023-03-10 Dongliang Mufs: hfsplus: fix UAF issue in hfsplus_put_super
2023-03-10 Liu Shixinhfs: fix missing hfs_bnode_get() in __hfs_bnode_create
2023-03-10 Hangyu Huaksmbd: fix possible memory leak in smb2_lock()
2023-03-10 Namjae Jeonksmbd: do not allow the actual frame length to be small...
2023-03-10 Namjae Jeonksmbd: fix wrong data area length for smb2 lock request
2023-03-10 Boris Burkovbtrfs: hold block group refcount during async discard
2023-03-10 Ronnie Sahlbergcifs: return a single-use cfid if we did not get a...
2023-03-10 Ronnie Sahlbergcifs: Check the lease context if we actually got a...
2023-03-10 Stefan Metzmachercifs: don't try to use rdma offload on encrypted connec...
2023-03-10 Stefan Metzmachercifs: split out smb3_use_rdma_offload() helper
2023-03-10 Stefan Metzmachercifs: introduce cifs_io_parms in smb2_async_writev()
2023-03-10 Paulo Alcantaracifs: fix mount on old smb servers
2023-03-10 Volker Lendeckecifs: Fix uninitialized memory reads for oparms.mode
2023-03-10 Volker Lendeckecifs: Fix uninitialized memory read in smb3_qfs_tcon()
2023-03-10 Paulo Alcantaracifs: prevent data race in smb2_reconnect()
2023-03-10 Jeff Laytonnfsd: don't hand out delegation on setuid files being...
2023-03-10 Jeff Laytonnfsd: zero out pointers after putting nfsd_files on...
2023-03-10 Andreas Gruenbachergfs2: Improve gfs2_make_fs_rw error handling
2023-03-10 Kees Cookcoda: Avoid partial allocation of sig_inputArgs
2023-03-10 Qu Wenruobtrfs: scrub: improve tree block error reporting
2023-03-10 Jann Hornfs: Use CHECK_DATA_CORRUPTION() when kernel bugs are...
2023-03-10 Jan Karaudf: Define EFSCORRUPTED error code
2023-03-10 Andreas Gruenbachergfs2: jdata writepage fix
2023-03-10 Shyam Prasad Ncifs: use tcon allocation functions even for dummy...
2023-03-10 Zhang Xiaoxucifs: Fix warning and UAF when destroy the MR list
2023-03-10 Zhang Xiaoxucifs: Fix lost destroy smbd connection when MR allocate...
2023-03-10 Chuck LeverNFSD: copy the whole verifier in nfsd_copy_write_verifier
2023-03-10 Jeff Laytonnfsd: don't fsync nfsd_files on last close
2023-03-10 Jeff Laytonnfsd: fix courtesy client with deny mode handling in...
2023-03-10 Dai NgoNFSD: fix problems with cleanup on errors in nfsd4_copy
2023-03-10 Jeff Laytonnfsd: clean up potential nfsd_file refcount leaks in...
2023-03-10 Benjamin Coddingtonnfsd: fix race to check ls_layouts
2023-03-10 Dai NgoNFSD: fix leaked reference count of nfsd4_ssc_umount_item
2023-03-10 Dai NgoNFSD: enhance inter-server copy cleanup
2023-03-10 NeilBrownNFS: fix disabling of swap
2023-03-10 Benjamin Coddingtonnfs4trace: fix state manager flag printing
2023-03-10 Jingbo Xuerofs: relinquish volume with mutex held
2023-03-03 Christian Braunerattr: use consistent sgid stripping checks
2023-03-03 Christian Braunerattr: add setattr_should_drop_sgid()
2023-03-03 Christian Braunerfs: move should_remove_suid()
2023-03-03 Christian Braunerattr: add in_group_or_capable()
2023-03-03 David Sterbabtrfs: send: limit number of clones and allocated memor...
2023-02-25 Kees Cookext4: Fix function prototype mismatch for ext4_feat_ktype
2023-02-22 Andrew Mortonrevert "squashfs: harden sanity check in squashfs_read_...
2023-02-22 Geert Uytterhoevencoredump: Move dump_emit_page() to kill unused warning
2023-02-22 Ryusuke Konishinilfs2: fix underflow in second superblock position...
2023-02-22 Seth Jenkinsaio: fix mremap after fork null-deref
2023-02-22 Xiubo Liceph: blocklist the kclient when receiving corrupted...
2023-02-22 Xiubo Liceph: move mount state enum to super.h
2023-02-22 Hou Taofscache: Use clear_and_wake_up_bit() in fscache_create_...
2023-02-22 Filipe Mananabtrfs: lock the inode in shared mode before starting...
2023-02-22 Josef Bacikbtrfs: move the auto defrag code to defrag.c
2023-02-14 Xiubo Liceph: flush cap releases when the session is flushed
2023-02-14 Anand Jainbtrfs: free device in btrfs_close_devices for a single...
2023-02-14 Filipe Mananabtrfs: simplify update of last_dir_index_offset when...
2023-02-14 ZhaoLong Wangcifs: Fix use-after-free in rdata->read_into_pages()
2023-02-14 Alexander Potapenkobtrfs: zlib: zero-initialize zlib workspace
2023-02-14 Josef Bacikbtrfs: limit device extents to the device size
2023-02-09 Andreas Gruenbachergfs2: Always check inode size of inline inodes
2023-02-09 Andreas Gruenbachergfs2: Cosmetic gfs2_dinode_{in,out} cleanup
2023-02-09 Chao Yuf2fs: fix to do sanity check on i_extra_isize in is_alive()
2023-02-09 Tetsuo Handaf2fs: initialize locks earlier in f2fs_fill_super()
2023-02-09 Kees Cookovl: Use "buf" flexible array for memcpy() destination
2023-02-09 Abdun Nihaalfs/ntfs3: Validate attribute data and valid sizes
2023-02-09 Phillip LougherSquashfs: fix handling and sanity checking of xattr_ids...
2023-02-09 Mike Kravetzmm: hugetlb: proc: check for hugetlb shared PMD in...
2023-02-09 Andreas GruenbacherRevert "gfs2: stop using generic_writepages in gfs2_ail...
2023-02-09 Fedor Pchelkinsquashfs: harden sanity check in squashfs_read_xattr_id...
2023-02-09 Hou Taofscache: Use wait_on_bit() to wait for the freeing...
2023-02-09 Al Virouse less confusing names for iov_iter direction initial...
2023-02-06 Paulo Alcantaracifs: fix return of uninitialized rc in dfs_cache_updat...
2023-02-06 Jingbo Xuerofs: clean up parsing of fscache related options
2023-02-06 Siddh Raman Panterofs/zmap.c: Fix incorrect offset calculation
2023-02-01 Miklos Szerediovl: fail on invalid uid/gid mapping at copy up
2023-02-01 Miklos Szerediovl: fix tmpfile leak
next