summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2023-01-18ext4: remove EA inode entry from mbcache on inode evictionJan Kara3-16/+11
2023-01-18mbcache: add functions to delete entry if unusedJan Kara1-2/+64
2023-01-18mbcache: don't reclaim used entriesJan Kara1-1/+9
2023-01-18ext4: use kmemdup() to replace kmalloc + memcpyShuqi Zhang1-2/+1
2023-01-18fs: ext4: initialize fsdata in pagecache_write()Alexander Potapenko1-1/+1
2023-01-18ext4: use memcpy_to_page() in pagecache_write()Chaitanya Kulkarni1-4/+1
2023-01-18ext4: correct inconsistent error msg in nojournal modeBaokun Li1-4/+5
2023-01-18ext4: goto right label 'failed_mount3a'Jason Yan1-5/+5
2023-01-18btrfs: replace strncpy() with strscpy()Sasha Levin2-7/+8
2023-01-18ext4: allocate extended attribute value in vmalloc areaYe Bin1-2/+2
2023-01-18ext4: avoid unaccounted block allocation when expanding inodeJan Kara1-0/+8
2023-01-18ext4: initialize quota before expanding inode in setproject ioctlJan Kara1-4/+4
2023-01-18ext4: fix inode leak in ext4_xattr_inode_create() on an error pathYe Bin1-0/+3
2023-01-18ext4: avoid BUG_ON when creating xattrsJan Kara1-8/+0
2023-01-18ext4: fix error code return to user-space in ext4_get_branch()Luís Henriques1-1/+8
2023-01-18ext4: fix corruption when online resizing a 1K bigalloc fsBaokun Li1-3/+3
2023-01-18ext4: fix delayed allocation bug in ext4_clu_mapped for bigalloc + inlineEric Whitney1-0/+8
2023-01-18ext4: init quota for 'old.inode' in 'ext4_rename'Ye Bin1-0/+3
2023-01-18ext4: fix bug_on in __es_tree_search caused by bad boot loader inodeBaokun Li1-1/+1
2023-01-18ext4: fix reserved cluster accounting in __es_remove_extent()Ye Bin1-1/+2
2023-01-18ext4: add helper to check quota inumsBaokun Li1-3/+25
2023-01-18ext4: add EXT4_IGET_BAD flag to prevent unexpected bad inodeBaokun Li3-3/+11
2023-01-18ext4: fix undefined behavior in bit shift for ext4_check_flag_valuesGaosheng Cui1-1/+1
2023-01-18ext4: add inode table check in __ext4_get_inode_loc to aovid possible infinit...Baokun Li1-1/+9
2023-01-18cifs: fix missing display of three mount optionsSteve French1-1/+7
2023-01-18cifs: fix confusing debug messagePaulo Alcantara1-1/+3
2023-01-18binfmt: Fix error return code in load_elf_fdpic_binary()Wang Yufen1-2/+3
2023-01-18binfmt: Move install_exec_creds after setup_new_exec to match binfmt_elfEric W. Biederman3-4/+3
2023-01-18btrfs: fix resolving backrefs for inline extent followed by preallocBoris Burkov1-0/+4
2023-01-18f2fs: should put a page when checking the summary infoPavel Machek1-0/+1
2023-01-18pnode: terminate at peers of sourceChristian Brauner1-1/+1
2023-01-18ovl: Use ovl mounter's fsuid and fsgid in ovl_link()Zhang Tianci1-16/+30
2023-01-18hfsplus: fix bug causing custom uid and gid being unable to be assigned with ...Aditya Garg3-2/+8
2023-01-18cifs: fix oops during encryptionPaulo Alcantara4-79/+142
2023-01-18reiserfs: Add missing calls to reiserfs_security_free()Roberto Sassu2-1/+5
2023-01-18pstore: Make sure CONFIG_PSTORE_PMSG selects CONFIG_RT_MUTEXESJohn Stultz1-0/+1
2023-01-18pstore: Switch pmsg_lock to an rt_mutex to avoid priority inversionJohn Stultz1-3/+4
2023-01-18orangefs: Fix kmemleak in orangefs_{kernel,client}_debug_init()Zhang Xiaoxu1-23/+3
2023-01-18orangefs: Fix kmemleak in orangefs_prepare_debugfs_help_string()Zhang Xiaoxu1-0/+3
2023-01-18hugetlbfs: fix null-ptr-deref in hugetlbfs_parse_param()Hawkins Jiawei1-3/+3
2023-01-18hfs: fix OOB Read in __hfs_brec_findZhangPeng1-0/+2
2023-01-18nilfs2: fix shift-out-of-bounds/overflow in nilfs_sb2_bad_offset()Ryusuke Konishi1-4/+27
2023-01-18fs: jfs: fix shift-out-of-bounds in dbDiscardAGHoi Pok Wu1-0/+5
2023-01-18udf: Avoid double brelse() in udf_rename()Shigeru Yoshida1-4/+4
2023-01-18fs: jfs: fix shift-out-of-bounds in dbAllocAGDongliang Mu1-6/+16
2023-01-18binfmt_misc: fix shift-out-of-bounds in check_special_flagsLiu Shixin1-4/+4
2023-01-18nfsd: under NFSv4.1, fix double svc_xprt_put on rpc_create failureDan Aloni1-1/+3
2023-01-18NFSD: Add tracepoints to NFSD's duplicate reply cacheChuck Lever2-22/+94
2023-01-18nfsd: Define the file access mode enum for tracingTrond Myklebust1-0/+6
2023-01-18chardev: fix error handling in cdev_device_add()Yang Yingliang1-1/+1