ACPI: video: Allow GPU drivers to report no panels
[platform/kernel/linux-starfive.git] / fs /
2023-01-12 Linus Torvaldshfs/hfsplus: avoid WARN_ON() for sanity check, use...
2023-01-12 Jan Karaudf: Fix extension of the last extent in the file
2023-01-12 Tetsuo Handafs/ntfs3: don't hold ni_lock when calling truncate_sets...
2023-01-12 Xiubo Liceph: switch to vfs_inode_has_locks() to fix file lock bug
2023-01-12 Jeff Laytonfilelock: new helper: vfs_inode_has_locks
2023-01-12 Jeff Laytonnfsd: shut down the NFSv4 state objects before the...
2023-01-12 Sasha Levinbtrfs: fix an error handling path in btrfs_defrag_leaves()
2023-01-12 Qu Wenruobtrfs: fix compat_ro checks against remount
2023-01-12 Filipe Mananabtrfs: fix off-by-one in delalloc search during lseek
2023-01-12 Shyam Prasad Ncifs: refcount only the selected iface during interface...
2023-01-12 Shyam Prasad Ncifs: fix interface count calculation during refresh
2023-01-12 Sasha Levinbtrfs: replace strncpy() with strscpy()
2023-01-07 Ye Binext4: allocate extended attribute value in vmalloc...
2023-01-07 Jan Karaext4: avoid unaccounted block allocation when expanding...
2023-01-07 Jan Karaext4: initialize quota before expanding inode in setpro...
2023-01-07 Ye Binext4: fix inode leak in ext4_xattr_inode_create() on...
2023-01-07 Ye Binext4: fix kernel BUG in 'ext4_write_inline_data_end()'
2023-01-07 Jan Karaext4: fix deadlock due to mbcache entry corruption
2023-01-07 Jan Karaext4: avoid BUG_ON when creating xattrs
2023-01-07 Baokun Liext4: fix corrupt backup group descriptors after online...
2023-01-07 Darrick J. Wongext4: dont return EINVAL from GETFSUUID when reporting...
2023-01-07 Baokun Liext4: fix bad checksum after online resize
2023-01-07 Luís Henriquesext4: fix error code return to user-space in ext4_get_b...
2023-01-07 Baokun Liext4: fix corruption when online resizing a 1K bigalloc fs
2023-01-07 Eric Whitneyext4: fix delayed allocation bug in ext4_clu_mapped...
2023-01-07 Darrick J. Wongext4: don't fail GETFSUUID when the caller provides...
2023-01-07 Ye Binext4: init quota for 'old.inode' in 'ext4_rename'
2023-01-07 Ye Binext4: fix uninititialized value in 'ext4_evict_inode'
2023-01-07 Eric Biggersext4: fix off-by-one errors in fast-commit block filling
2023-01-07 Eric Biggersext4: fix unaligned memory access in ext4_fc_reserve_sp...
2023-01-07 Eric Biggersext4: add missing validation of fast-commit record...
2023-01-07 Eric Biggersext4: don't set up encryption key during jbd2 transaction
2023-01-07 Eric Biggersext4: fix leaking uninitialized memory in fast-commit...
2023-01-07 Eric Biggersext4: disable fast-commit of encrypted dir operations
2023-01-07 Eric Biggersext4: don't allow journal inode to have encrypt flag
2023-01-07 Baokun Liext4: fix bug_on in __es_tree_search caused by bad...
2023-01-07 Zhang Yiext4: check and assert if marking an no_delete evicting...
2023-01-07 Lukas Czernerext4: journal_path mount options should follow links
2023-01-07 Ye Binext4: fix reserved cluster accounting in __es_remove_ex...
2023-01-07 Baokun Liext4: fix bug_on in __es_tree_search caused by bad...
2023-01-07 Baokun Liext4: add helper to check quota inums
2023-01-07 Baokun Liext4: add EXT4_IGET_BAD flag to prevent unexpected...
2023-01-07 Gaosheng Cuiext4: fix undefined behavior in bit shift for ext4_chec...
2023-01-07 Baokun Liext4: fix use-after-free in ext4_orphan_cleanup
2023-01-07 Alexander Potapenkofs: ext4: initialize fsdata in pagecache_write()
2023-01-07 Baokun Liext4: correct inconsistent error msg in nojournal mode
2023-01-07 Luís Henriquesext4: remove trailing newline from ext4_msg() message
2023-01-07 Baokun Liext4: add inode table check in __ext4_get_inode_loc...
2023-01-07 Zhang Yiext4: silence the warning when evicting inode with...
2023-01-07 Paulo Alcantaracifs: set correct status of tcon ipc when reconnecting
2023-01-07 Paulo Alcantaracifs: set correct ipc status after initial tree connect
2023-01-07 Paulo Alcantaracifs: set correct tcon status after initial tree connect
2023-01-07 Steve Frenchcifs: fix missing display of three mount options
2023-01-07 Paulo Alcantaracifs: fix confusing debug message
2023-01-07 Alexander Aringfs: dlm: retry accept() until -EAGAIN or error returns
2023-01-07 Alexander Aringfs: dlm: fix sock release if listen fails
2023-01-07 Al Viroext2: unbugger ext2_empty_dir()
2023-01-07 Boris Burkovbtrfs: fix resolving backrefs for inline extent followe...
2023-01-07 void0redbtrfs: fix extent map use-after-free when handling...
2023-01-07 Josef Bacikbtrfs: fix uninitialized parent in insert_state
2023-01-04 Jaegeuk Kimf2fs: allow to read node block after shutdown
2023-01-04 Pavel Machekf2fs: should put a page when checking the summary info
2023-01-04 Christian Braunerpnode: terminate at peers of source
2023-01-04 Al Viroovl: update ->f_iocb_flags when ovl_change_flags()...
2023-01-04 Zhang Tianciovl: Use ovl mounter's fsuid and fsgid in ovl_link()
2023-01-04 Wang Yufenbinfmt: Fix error return code in load_elf_fdpic_binary()
2023-01-04 Aditya Garghfsplus: fix bug causing custom uid and gid being unabl...
2023-01-04 Qiujun Huangpstore/zone: Use GFP_ATOMIC to allocate zone buffer
2023-01-04 Luca Stefanipstore: Properly assign mem_type property
2023-01-04 Dai NgoNFSD: fix use-after-free in __nfs42_ssc_open()
2023-01-04 Yin Xiujiangfs/ntfs3: Fix slab-out-of-bounds in r_page
2023-01-04 Dan Carpenterfs/ntfs3: Delete duplicate condition in ntfs_read_mft()
2023-01-04 Tetsuo Handafs/ntfs3: Use __GFP_NOWARN allocation at ntfs_fill_super()
2023-01-04 Tetsuo Handafs/ntfs3: Use __GFP_NOWARN allocation at wnd_init()
2023-01-04 Edward Lofs/ntfs3: Validate index root when initialize NTFS...
2023-01-04 Hawkins Jiaweifs/ntfs3: Fix slab-out-of-bounds read in run_unpack
2023-01-04 Edward Lofs/ntfs3: Validate resident attribute name
2023-01-04 Edward Lofs/ntfs3: Validate buffer length while parsing index
2023-01-04 Edward Lofs/ntfs3: Validate attribute name offset
2023-01-04 Edward Lofs/ntfs3: Add null pointer check for inode operations
2023-01-04 Shigeru Yoshidafs/ntfs3: Fix memory leak on ntfs_fill_super() error...
2023-01-04 Edward Lofs/ntfs3: Add null pointer check to attr_load_runs_vcn
2023-01-04 Edward Lofs/ntfs3: Validate data run offset
2023-01-04 edward lofs/ntfs3: Add overflow check for attribute size
2023-01-04 edward lofs/ntfs3: Validate BOOT record_size
2023-01-04 Jens Axboeeventfd: provide a eventfd_signal_mask() helper
2023-01-04 Jens Axboeeventpoll: add EPOLL_URING_WAKE poll wakeup flag
2022-12-31 Filipe Mananabtrfs: do not BUG_ON() on ENOMEM when dropping extent...
2022-12-31 Chen Zhongjinovl: fix use inode directly in rcu-walk mode
2022-12-31 Roberto Sassureiserfs: Add missing calls to reiserfs_security_free()
2022-12-31 John Stultzpstore: Make sure CONFIG_PSTORE_PMSG selects CONFIG_RT_...
2022-12-31 David Howellsafs: Fix lost servers_outstanding count
2022-12-31 John Stultzpstore: Switch pmsg_lock to an rt_mutex to avoid priori...
2022-12-31 Zhang Xiaoxuorangefs: Fix kmemleak in orangefs_{kernel,client}_debu...
2022-12-31 Zhang Xiaoxuorangefs: Fix kmemleak in orangefs_sysfs_init()
2022-12-31 Zhang Xiaoxuorangefs: Fix kmemleak in orangefs_prepare_debugfs_help...
2022-12-31 Hawkins Jiaweihugetlbfs: fix null-ptr-deref in hugetlbfs_parse_param()
2022-12-31 Hawkins Jiaweinfs: fix possible null-ptr-deref when parsing param
2022-12-31 ZhangPenghfs: fix OOB Read in __hfs_brec_find
2022-12-31 Josef Bacikbtrfs: do not panic if we can't allocate a prealloc...
next