binder: fix memory leaks of spam and pending work
[platform/kernel/linux-starfive.git] / fs /
2023-10-25 Trond MyklebustpNFS/flexfiles: Check the layout validity in ff_layout_...
2023-10-25 Trond MyklebustpNFS: Fix a hang in nfs4_evict_inode()
2023-10-25 Filipe Mananabtrfs: error out when reallocating block for defrag...
2023-10-25 Filipe Mananabtrfs: error when COWing block from a root that is...
2023-10-25 Filipe Mananabtrfs: error out when COWing block using a stale transa...
2023-10-25 Josef Bacikbtrfs: fix some -Wmaybe-uninitialized warnings in ioctl.c
2023-10-25 Jeff Laytonoverlayfs: set ctime when setting mtime and atime
2023-10-25 Josef Bacikbtrfs: initialize start_slot in btrfs_log_prealloc_extents
2023-10-25 Filipe Mananabtrfs: return -EUCLEAN for delayed tree ref with a...
2023-10-25 Filipe Mananabtrfs: prevent transaction block reserve underflow...
2023-10-25 Chunhai Guofs-writeback: do not requeue a clean inode having skipp...
2023-10-25 Konstantin Komarovfs/ntfs3: fix deadlock in mark_as_free_ex
2023-10-25 Zeng Hengfs/ntfs3: fix panic about slab-out-of-bounds caused...
2023-10-25 Ziqi Zhaofs/ntfs3: Fix possible null-pointer dereference in...
2023-10-25 Dan Clashaudit,io_uring: io_uring openat triggers audit referenc...
2023-10-25 Zygo Blaxellbtrfs: fix stripe length calculation for non-zoned...
2023-10-19 Dan Carpenterceph: fix type promotion bug on 32bit systems
2023-10-19 Xiubo Liceph: fix incorrect revoked caps assert in ceph_fill_fi...
2023-10-19 Namjae Jeonksmbd: not allow to open file if delelete on close...
2023-10-19 Jan Karaquota: Fix slow quotaoff
2023-10-15 Greg Kroah-HartmanRevert "NFS: Fix error handling for O_DIRECT write...
2023-10-15 Greg Kroah-HartmanRevert "NFS: Fix O_DIRECT locking issues"
2023-10-15 Greg Kroah-HartmanRevert "NFS: More O_DIRECT accounting fixes for error...
2023-10-15 Greg Kroah-HartmanRevert "NFS: Use the correct commit info in nfs_join_pa...
2023-10-15 Greg Kroah-HartmanRevert "NFS: More fixes for nfs_direct_write_reschedule...
2023-10-10 Bernd Schubertbtrfs: file_remove_privs needs an exclusive lock in...
2023-10-10 Filipe Mananabtrfs: fix fscrypt name leak after failure to join...
2023-10-10 Christophe JAILLETbtrfs: fix an error handling path in btrfs_rename()
2023-10-10 luosiliksmbd: fix uaf in smb20_oplock_break_ack
2023-10-10 Namjae Jeonksmbd: fix race condition between session lookup and...
2023-10-10 Jordan Rifesmb: use kernel_connect() and kernel_bind()
2023-10-10 Trond MyklebustNFSv4: Fix a nfs4_state_manager() race
2023-10-10 Gao Xiangerofs: fix memory leak of LZMA global compressed dedupl...
2023-10-10 Benjamin CoddingtonRevert "NFSv4: Retry LOCK on OLD_STATEID during delegat...
2023-10-10 Sweet Tea Dorminybtrfs: use struct fscrypt_str instead of struct qstr
2023-10-10 Sweet Tea Dorminybtrfs: setup qstr from dentrys using fscrypt helper
2023-10-10 Sweet Tea Dorminybtrfs: use struct qstr instead of name and namelen...
2023-10-10 Trond MyklebustNFSv4: Fix a state manager thread deadlock regression
2023-10-10 Benjamin CoddingtonNFS: rename nfs_client_kset to nfs_kset
2023-10-10 Benjamin CoddingtonNFS: Cleanup unused rpc_clnt variable
2023-10-06 Greg Ungererfs: binfmt_elf_efpic: fix personality for ELF-FDPIC
2023-10-06 Quang Lefs/smb/client: Reset password pointer to NULL
2023-10-06 Josef Bacikbtrfs: properly report 0 avail for very full file systems
2023-10-06 Pan Biannilfs2: fix potential use after free in nilfs_gccache_s...
2023-10-06 Olga KornievskaiaNFSv4.1: fix zero value filehandle in post open getattr
2023-10-06 Steve Frenchsmb3: correct places where ENOTSUPP is used instead...
2023-10-06 Filipe Mananabtrfs: assert delayed node locked when removing delayed...
2023-10-06 Xiubo Liceph: drop messages from MDS when unmounting
2023-10-06 Qu Wenruobtrfs: reset destination buffer when read_extent_buffer...
2023-10-06 Jaegeuk Kimf2fs: get out of a repeat loop when getting a locked...
2023-10-06 Chao Yuf2fs: optimize iteration over sparse directories
2023-10-06 Zhang Xiaoxucifs: Fix UAF in cifs_demultiplex_thread()
2023-10-06 Ben Wolsiefferproc: nommu: fix empty /proc/<pid>/maps
2023-10-06 Ben Wolsiefferproc: nommu: /proc/<pid>/maps: release mmap read lock
2023-10-06 Jan Karaext4: do not let fstrim block system suspend
2023-10-06 Jan Karaext4: move setting of trimmed bit into ext4_try_to_trim...
2023-10-06 Kemeng Shiext4: replace the traditional ternary conditional opera...
2023-10-06 Filipe Mananabtrfs: remove BUG() after failure to insert delayed...
2023-10-06 Filipe Mananabtrfs: improve error message after failure to add delay...
2023-10-06 Dave Wysochanskinetfs: Only call folio_start_fscache() one time for...
2023-10-06 Olga KornievskaiaNFSv4.1: fix pnfs MDS=DS session trunking
2023-10-06 Olga KornievskaiaNFSv4.1: use EXCHGID4_FLAG_USE_PNFS_DS for DS server
2023-10-06 Trond MyklebustNFS/pNFS: Report EINVAL errors from connect() to the...
2023-10-06 Trond MyklebustNFS: More fixes for nfs_direct_write_reschedule_io()
2023-10-06 Trond MyklebustNFS: Use the correct commit info in nfs_join_page_group()
2023-10-06 Trond MyklebustNFS: More O_DIRECT accounting fixes for error paths
2023-10-06 Trond MyklebustNFS: Fix O_DIRECT locking issues
2023-10-06 Trond MyklebustNFS: Fix error handling for O_DIRECT write scheduling
2023-09-23 Shida Zhangext4: fix rec_len verify error
2023-09-23 Steven Rostedt ... tracefs: Add missing lockdown check to tracefs_create_dir()
2023-09-23 Jeff Laytonnfsd: fix change_info in NFSv4 RENAME replies
2023-09-23 Josef Bacikbtrfs: check for BTRFS_FS_ERROR in pending ordered...
2023-09-23 Filipe Mananabtrfs: release path before inode lookup during the...
2023-09-23 Qu Wenruobtrfs: fix a compilation error if DEBUG is defined...
2023-09-23 Filipe Mananabtrfs: fix lockdep splat and potential deadlock after...
2023-09-23 Amir Goldsteinovl: fix incorrect fdput() on aio completion
2023-09-23 Amir Goldsteinovl: fix failed copyup of fileattr on a symlink
2023-09-23 Christian Braunerattr: block mode changes of symlinks
2023-09-23 Anand Jainbtrfs: compare the correct fsid/metadata_uuid in btrfs_...
2023-09-23 Anand Jainbtrfs: add a helper to read the superblock metadata_uuid
2023-09-23 Liu Shixin via Jfs... jfs: fix invalid free of JFS_IP(ipimap)->i_imap in...
2023-09-23 Andrew Kannerfs/jfs: prevent double-free in dbUnmount() after failed...
2023-09-23 Georg Ottingerext2: fix datatype of block number in ext2_xattr_set2()
2023-09-23 Will Shiulocks: fix KASAN: use-after-free in trace_event_raw_eve...
2023-09-23 Qu Wenruobtrfs: output extra debug info if we failed to find...
2023-09-23 Fedor Pchelkinautofs: fix memory leak of waitqueues in autofs_cataton...
2023-09-19 Anand Jainbtrfs: use the correct superblock to compare fsid in...
2023-09-19 Naohiro Aotabtrfs: zoned: re-enable metadata over-commit for zoned...
2023-09-19 Josef Bacikbtrfs: set page extent mapped after read_folio in reloc...
2023-09-19 Filipe Mananabtrfs: don't start transaction when joining with TRANS_...
2023-09-19 Boris Burkovbtrfs: free qgroup rsv on io failure
2023-09-19 Boris Burkovbtrfs: fix start transaction qgroup rsv double free
2023-09-19 Naohiro Aotabtrfs: zoned: do not zone finish data relocation block...
2023-09-19 ruanmeisifuse: nlookup missing decrement in fuse_direntplus_link
2023-09-19 Jaegeuk Kimf2fs: avoid false alarm of circular locking
2023-09-19 Jaegeuk Kimf2fs: flush inode if atomic file is aborted
2023-09-19 Luís Henriquesext4: fix memory leaks in ext4_fname_{setup_filename...
2023-09-19 Wang Jianjianext4: add correct group descriptors and reserved GDT...
2023-09-19 Zhang Yijbd2: correct the end of the journal recovery scan...
2023-09-19 Zhihao Chengjbd2: check 'jh->b_transaction' before removing it...
next