summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
* btrfs: replace strncpy() with strscpy()Sasha Levin2023-01-142-7/+8
* ext4: allocate extended attribute value in vmalloc areaYe Bin2023-01-141-2/+2
* ext4: avoid unaccounted block allocation when expanding inodeJan Kara2023-01-141-0/+8
* ext4: initialize quota before expanding inode in setproject ioctlJan Kara2023-01-141-4/+4
* ext4: fix inode leak in ext4_xattr_inode_create() on an error pathYe Bin2023-01-141-0/+3
* ext4: avoid BUG_ON when creating xattrsJan Kara2023-01-141-8/+0
* ext4: fix error code return to user-space in ext4_get_branch()Luís Henriques2023-01-141-1/+8
* ext4: fix corruption when online resizing a 1K bigalloc fsBaokun Li2023-01-141-3/+3
* ext4: fix delayed allocation bug in ext4_clu_mapped for bigalloc + inlineEric Whitney2023-01-141-0/+8
* ext4: init quota for 'old.inode' in 'ext4_rename'Ye Bin2023-01-141-0/+3
* ext4: fix bug_on in __es_tree_search caused by bad boot loader inodeBaokun Li2023-01-141-1/+1
* ext4: check and assert if marking an no_delete evicting inode dirtyZhang Yi2023-01-141-0/+6
* ext4: fix reserved cluster accounting in __es_remove_extent()Ye Bin2023-01-141-1/+2
* ext4: fix bug_on in __es_tree_search caused by bad quota inodeBaokun Li2023-01-141-0/+2
* ext4: add helper to check quota inumsBaokun Li2023-01-141-3/+25
* ext4: add EXT4_IGET_BAD flag to prevent unexpected bad inodeBaokun Li2023-01-143-3/+11
* ext4: fix undefined behavior in bit shift for ext4_check_flag_valuesGaosheng Cui2023-01-141-1/+1
* ext4: fix use-after-free in ext4_orphan_cleanupBaokun Li2023-01-141-1/+2
* ext4: add inode table check in __ext4_get_inode_loc to aovid possible infinit...Baokun Li2023-01-141-1/+9
* ext4: silence the warning when evicting inode with dioread_nolockZhang Yi2023-01-141-5/+5
* cifs: fix missing display of three mount optionsSteve French2023-01-141-1/+7
* cifs: fix confusing debug messagePaulo Alcantara2023-01-141-1/+3
* btrfs: fix resolving backrefs for inline extent followed by preallocBoris Burkov2023-01-141-0/+4
* f2fs: should put a page when checking the summary infoPavel Machek2023-01-141-0/+1
* pnode: terminate at peers of sourceChristian Brauner2023-01-141-1/+1
* ovl: Use ovl mounter's fsuid and fsgid in ovl_link()Zhang Tianci2023-01-141-16/+30
* binfmt: Fix error return code in load_elf_fdpic_binary()Wang Yufen2023-01-141-2/+3
* hfsplus: fix bug causing custom uid and gid being unable to be assigned with ...Aditya Garg2023-01-143-2/+8
* pstore/zone: Use GFP_ATOMIC to allocate zone bufferQiujun Huang2023-01-141-1/+1
* cifs: fix oops during encryptionPaulo Alcantara2023-01-144-79/+141
* ovl: fix use inode directly in rcu-walk modeChen Zhongjin2023-01-141-1/+6
* reiserfs: Add missing calls to reiserfs_security_free()Roberto Sassu2023-01-142-1/+5
* pstore: Make sure CONFIG_PSTORE_PMSG selects CONFIG_RT_MUTEXESJohn Stultz2023-01-141-0/+1
* afs: Fix lost servers_outstanding countDavid Howells2023-01-141-1/+4
* pstore: Switch pmsg_lock to an rt_mutex to avoid priority inversionJohn Stultz2023-01-141-3/+4
* orangefs: Fix kmemleak in orangefs_{kernel,client}_debug_init()Zhang Xiaoxu2023-01-141-23/+3
* orangefs: Fix kmemleak in orangefs_prepare_debugfs_help_string()Zhang Xiaoxu2023-01-141-0/+3
* hugetlbfs: fix null-ptr-deref in hugetlbfs_parse_param()Hawkins Jiawei2023-01-141-3/+3
* hfs: fix OOB Read in __hfs_brec_findZhangPeng2023-01-141-0/+2
* nilfs2: fix shift-out-of-bounds due to too large exponent of block sizeRyusuke Konishi2023-01-141-4/+38
* nilfs2: fix shift-out-of-bounds/overflow in nilfs_sb2_bad_offset()Ryusuke Konishi2023-01-141-4/+27
* fs: jfs: fix shift-out-of-bounds in dbDiscardAGHoi Pok Wu2023-01-141-0/+5
* udf: Avoid double brelse() in udf_rename()Shigeru Yoshida2023-01-141-4/+4
* fs: jfs: fix shift-out-of-bounds in dbAllocAGDongliang Mu2023-01-141-6/+16
* binfmt_misc: fix shift-out-of-bounds in check_special_flagsLiu Shixin2023-01-141-4/+4
* nfsd: under NFSv4.1, fix double svc_xprt_put on rpc_create failureDan Aloni2023-01-141-1/+3
* NFSD: Remove spurious cb_setup_err tracepointChuck Lever2023-01-141-3/+1
* chardev: fix error handling in cdev_device_add()Yang Yingliang2023-01-141-1/+1
* orangefs: Fix sysfs not cleanup when dev init failedZhang Xiaoxu2023-01-141-4/+4
* f2fs: avoid victim selection from previous victim sectionYonggil Song2023-01-141-2/+3