summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2023-01-14btrfs: replace strncpy() with strscpy()Sasha Levin
2023-01-14ext4: allocate extended attribute value in vmalloc areaYe Bin
2023-01-14ext4: avoid unaccounted block allocation when expanding inodeJan Kara
2023-01-14ext4: initialize quota before expanding inode in setproject ioctlJan Kara
2023-01-14ext4: fix inode leak in ext4_xattr_inode_create() on an error pathYe Bin
2023-01-14ext4: avoid BUG_ON when creating xattrsJan Kara
2023-01-14ext4: fix error code return to user-space in ext4_get_branch()Luís Henriques
2023-01-14ext4: fix corruption when online resizing a 1K bigalloc fsBaokun Li
2023-01-14ext4: fix delayed allocation bug in ext4_clu_mapped for bigalloc + inlineEric Whitney
2023-01-14ext4: init quota for 'old.inode' in 'ext4_rename'Ye Bin
2023-01-14ext4: fix bug_on in __es_tree_search caused by bad boot loader inodeBaokun Li
2023-01-14ext4: check and assert if marking an no_delete evicting inode dirtyZhang Yi
2023-01-14ext4: fix reserved cluster accounting in __es_remove_extent()Ye Bin
2023-01-14ext4: fix bug_on in __es_tree_search caused by bad quota inodeBaokun Li
2023-01-14ext4: add helper to check quota inumsBaokun Li
2023-01-14ext4: add EXT4_IGET_BAD flag to prevent unexpected bad inodeBaokun Li
2023-01-14ext4: fix undefined behavior in bit shift for ext4_check_flag_valuesGaosheng Cui
2023-01-14ext4: fix use-after-free in ext4_orphan_cleanupBaokun Li
2023-01-14ext4: add inode table check in __ext4_get_inode_loc to aovid possible infinit...Baokun Li
2023-01-14ext4: silence the warning when evicting inode with dioread_nolockZhang Yi
2023-01-14cifs: fix missing display of three mount optionsSteve French
2023-01-14cifs: fix confusing debug messagePaulo Alcantara
2023-01-14btrfs: fix resolving backrefs for inline extent followed by preallocBoris Burkov
2023-01-14f2fs: should put a page when checking the summary infoPavel Machek
2023-01-14pnode: terminate at peers of sourceChristian Brauner
2023-01-14ovl: Use ovl mounter's fsuid and fsgid in ovl_link()Zhang Tianci
2023-01-14binfmt: Fix error return code in load_elf_fdpic_binary()Wang Yufen
2023-01-14hfsplus: fix bug causing custom uid and gid being unable to be assigned with ...Aditya Garg
2023-01-14pstore/zone: Use GFP_ATOMIC to allocate zone bufferQiujun Huang
2023-01-14cifs: fix oops during encryptionPaulo Alcantara
2023-01-14ovl: fix use inode directly in rcu-walk modeChen Zhongjin
2023-01-14reiserfs: Add missing calls to reiserfs_security_free()Roberto Sassu
2023-01-14pstore: Make sure CONFIG_PSTORE_PMSG selects CONFIG_RT_MUTEXESJohn Stultz
2023-01-14afs: Fix lost servers_outstanding countDavid Howells
2023-01-14pstore: Switch pmsg_lock to an rt_mutex to avoid priority inversionJohn Stultz
2023-01-14orangefs: Fix kmemleak in orangefs_{kernel,client}_debug_init()Zhang Xiaoxu
2023-01-14orangefs: Fix kmemleak in orangefs_prepare_debugfs_help_string()Zhang Xiaoxu
2023-01-14hugetlbfs: fix null-ptr-deref in hugetlbfs_parse_param()Hawkins Jiawei
2023-01-14hfs: fix OOB Read in __hfs_brec_findZhangPeng
2023-01-14nilfs2: fix shift-out-of-bounds due to too large exponent of block sizeRyusuke Konishi
2023-01-14nilfs2: fix shift-out-of-bounds/overflow in nilfs_sb2_bad_offset()Ryusuke Konishi
2023-01-14fs: jfs: fix shift-out-of-bounds in dbDiscardAGHoi Pok Wu
2023-01-14udf: Avoid double brelse() in udf_rename()Shigeru Yoshida
2023-01-14fs: jfs: fix shift-out-of-bounds in dbAllocAGDongliang Mu
2023-01-14binfmt_misc: fix shift-out-of-bounds in check_special_flagsLiu Shixin
2023-01-14nfsd: under NFSv4.1, fix double svc_xprt_put on rpc_create failureDan Aloni
2023-01-14NFSD: Remove spurious cb_setup_err tracepointChuck Lever
2023-01-14chardev: fix error handling in cdev_device_add()Yang Yingliang
2023-01-14orangefs: Fix sysfs not cleanup when dev init failedZhang Xiaoxu
2023-01-14f2fs: avoid victim selection from previous victim sectionYonggil Song