tools/iio/iio_utils:fix memory leak
[platform/kernel/linux-starfive.git] / fs /
2023-03-11 Zhang Yiext4: fix incorrect options show of original mount_opt...
2023-03-11 Daeho Jeongf2fs: synchronize atomic write aborts
2023-03-11 Wang Jianjianext4: don't show commit interval if it is zero
2023-03-11 Eric Biggersext4: use ext4_fc_tl_mem in fast-commit replay path
2023-03-11 Yangtao Lif2fs: fix to avoid potential memory corruption in __upd...
2023-03-11 Zhihao Chengubifs: ubifs_releasepage: Remove ubifs_assert(0) to...
2023-03-11 Zhihao Chengubifs: ubifs_writepage: Mark page dirty after writing...
2023-03-11 Zhihao Chengubifs: dirty_cow_znode: Fix memleak in error handling...
2023-03-11 Zhihao Chengubifs: Re-statistic cleaned znode count if commit failed
2023-03-11 Li Zetaoubifs: Fix memory leak in alloc_wbufs()
2023-03-11 Zhihao Chengubifs: Reserve one leb for each journal head while...
2023-03-11 Zhihao Chengubifs: do_rename: Fix wrong space budget when target...
2023-03-11 Zhihao Chengubifs: Fix wrong dirty space budget for dirty inode
2023-03-11 Zhihao Chengubifs: Rectify space budget for ubifs_xrename()
2023-03-11 Zhihao Chengubifs: Rectify space budget for ubifs_symlink() if...
2023-03-11 Liu Shixinubifs: Fix memory leak in ubifs_sysfs_init()
2023-03-11 Li Huaubifs: Fix build errors as symbol undefined
2023-03-11 Chao Yuf2fs: fix to abort atomic write only during do_exist()
2023-03-11 Yangtao Lif2fs: allow set compression option of files without...
2023-03-11 Alexander Potapenkofs: f2fs: initialize fsdata in pagecache_write()
2023-03-11 Chao Yuf2fs: clear atomic_write_task in f2fs_abort_atomic_write()
2023-03-11 Daeho Jeongf2fs: correct i_size change for atomic writes
2023-03-11 Chao Yuf2fs: introduce trace_f2fs_replace_atomic_write_block
2023-03-11 Chao Yuf2fs: fix to avoid potential deadlock
2023-03-11 Christoph Hellwigf2fs: don't rely on F2FS_MAP_* in f2fs_iomap_begin
2023-03-11 Liu Shixin via Jfs... fs/jfs: fix shift exponent db_agl2size negative
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
next