summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2023-01-14mbcache: add functions to delete entry if unusedJan Kara1-2/+64
2023-01-14mbcache: don't reclaim used entriesJan Kara1-1/+9
2023-01-14ext4: use kmemdup() to replace kmalloc + memcpyShuqi Zhang1-2/+1
2023-01-14ext4: fix leaking uninitialized memory in fast-commit journalEric Biggers1-0/+5
2023-01-14ext4: fix various seppling typosBhaskar Chowdhury8-10/+10
2023-01-14ext4: simplify ext4 error translationJan Kara1-55/+40
2023-01-14ext4: move functions in super.cJan Kara1-98/+98
2023-01-14fs: ext4: initialize fsdata in pagecache_write()Alexander Potapenko1-1/+1
2023-01-14ext4: use memcpy_to_page() in pagecache_write()Chaitanya Kulkarni1-4/+1
2023-01-14ext4: correct inconsistent error msg in nojournal modeBaokun Li1-4/+5
2023-01-14ext4: goto right label 'failed_mount3a'Jason Yan1-5/+5
2023-01-14btrfs: replace strncpy() with strscpy()Sasha Levin2-7/+8
2023-01-14ext4: allocate extended attribute value in vmalloc areaYe Bin1-2/+2
2023-01-14ext4: avoid unaccounted block allocation when expanding inodeJan Kara1-0/+8
2023-01-14ext4: initialize quota before expanding inode in setproject ioctlJan Kara1-4/+4
2023-01-14ext4: fix inode leak in ext4_xattr_inode_create() on an error pathYe Bin1-0/+3
2023-01-14ext4: avoid BUG_ON when creating xattrsJan Kara1-8/+0
2023-01-14ext4: fix error code return to user-space in ext4_get_branch()Luís Henriques1-1/+8
2023-01-14ext4: fix corruption when online resizing a 1K bigalloc fsBaokun Li1-3/+3
2023-01-14ext4: fix delayed allocation bug in ext4_clu_mapped for bigalloc + inlineEric Whitney1-0/+8
2023-01-14ext4: init quota for 'old.inode' in 'ext4_rename'Ye Bin1-0/+3
2023-01-14ext4: fix bug_on in __es_tree_search caused by bad boot loader inodeBaokun Li1-1/+1
2023-01-14ext4: check and assert if marking an no_delete evicting inode dirtyZhang Yi1-0/+6
2023-01-14ext4: fix reserved cluster accounting in __es_remove_extent()Ye Bin1-1/+2
2023-01-14ext4: fix bug_on in __es_tree_search caused by bad quota inodeBaokun Li1-0/+2
2023-01-14ext4: add helper to check quota inumsBaokun Li1-3/+25
2023-01-14ext4: add EXT4_IGET_BAD flag to prevent unexpected bad inodeBaokun Li3-3/+11
2023-01-14ext4: fix undefined behavior in bit shift for ext4_check_flag_valuesGaosheng Cui1-1/+1
2023-01-14ext4: fix use-after-free in ext4_orphan_cleanupBaokun Li1-1/+2
2023-01-14ext4: add inode table check in __ext4_get_inode_loc to aovid possible infinit...Baokun Li1-1/+9
2023-01-14ext4: silence the warning when evicting inode with dioread_nolockZhang Yi1-5/+5
2023-01-14cifs: fix missing display of three mount optionsSteve French1-1/+7
2023-01-14cifs: fix confusing debug messagePaulo Alcantara1-1/+3
2023-01-14btrfs: fix resolving backrefs for inline extent followed by preallocBoris Burkov1-0/+4
2023-01-14f2fs: should put a page when checking the summary infoPavel Machek1-0/+1
2023-01-14pnode: terminate at peers of sourceChristian Brauner1-1/+1
2023-01-14ovl: Use ovl mounter's fsuid and fsgid in ovl_link()Zhang Tianci1-16/+30
2023-01-14binfmt: Fix error return code in load_elf_fdpic_binary()Wang Yufen1-2/+3
2023-01-14hfsplus: fix bug causing custom uid and gid being unable to be assigned with ...Aditya Garg3-2/+8
2023-01-14pstore/zone: Use GFP_ATOMIC to allocate zone bufferQiujun Huang1-1/+1
2023-01-14cifs: fix oops during encryptionPaulo Alcantara4-79/+141
2023-01-14ovl: fix use inode directly in rcu-walk modeChen Zhongjin1-1/+6
2023-01-14reiserfs: Add missing calls to reiserfs_security_free()Roberto Sassu2-1/+5
2023-01-14pstore: Make sure CONFIG_PSTORE_PMSG selects CONFIG_RT_MUTEXESJohn Stultz1-0/+1
2023-01-14afs: Fix lost servers_outstanding countDavid Howells1-1/+4
2023-01-14pstore: Switch pmsg_lock to an rt_mutex to avoid priority inversionJohn Stultz1-3/+4
2023-01-14orangefs: Fix kmemleak in orangefs_{kernel,client}_debug_init()Zhang Xiaoxu1-23/+3
2023-01-14orangefs: Fix kmemleak in orangefs_prepare_debugfs_help_string()Zhang Xiaoxu1-0/+3
2023-01-14hugetlbfs: fix null-ptr-deref in hugetlbfs_parse_param()Hawkins Jiawei1-3/+3
2023-01-14hfs: fix OOB Read in __hfs_brec_findZhangPeng1-0/+2