summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* nilfs2: fix general protection fault in nilfs_btree_insert()Ryusuke Konishi2023-01-241-3/+12
* f2fs: let's avoid panic if extent_tree is not createdJaegeuk Kim2023-01-241-1/+2
* pNFS/filelayout: Fix coalescing test for single DSOlga Kornievskaia2023-01-241-0/+8
* ext4: fix delayed allocation bug in ext4_clu_mapped for bigalloc + inlineEric Whitney2023-01-181-0/+8
* ext4: fix reserved cluster accounting at delayed write timeEric Whitney2023-01-185-18/+206
* ext4: add new pending reservation mechanismEric Whitney2023-01-184-0/+249
* ext4: generalize extents status tree search functionsEric Whitney2023-01-185-72/+163
* ext4: fix uninititialized value in 'ext4_evict_inode'Ye Bin2023-01-181-0/+1
* ext4: fix use-after-free in ext4_orphan_cleanupBaokun Li2023-01-181-1/+2
* ext4: lost matching-pair of trace in ext4_truncatezhengliang2023-01-181-8/+9
* ext4: fix bug_on in __es_tree_search caused by bad quota inodeBaokun Li2023-01-181-0/+2
* quota: Factor out setup of quota inodeJan Kara2023-01-181-41/+67
* cifs: Fix uninitialized memory read for smb311 posix symlink createVolker Lendecke2023-01-181-0/+1
* mbcache: Avoid nesting of cache->c_list_lock under bit locksJan Kara2023-01-181-7/+10
* hfs/hfsplus: avoid WARN_ON() for sanity check, use proper error handlingLinus Torvalds2023-01-181-5/+10
* hfs/hfsplus: use WARN_ON for sanity checkArnd Bergmann2023-01-182-12/+6
* ext4: don't allow journal inode to have encrypt flagEric Biggers2023-01-181-1/+1
* nfsd: fix handling of readdir in v4root vs. mount upcall timeoutJeff Layton2023-01-181-0/+11
* udf: Fix extension of the last extent in the fileJan Kara2023-01-181-1/+1
* ext4: fix deadlock due to mbcache entry corruptionJan Kara2023-01-182-8/+10
* mbcache: automatically delete entries from cache on freeingJan Kara2023-01-181-69/+39
* ext4: fix race when reusing xattr blocksJan Kara2023-01-181-22/+45
* ext4: unindent codeblock in ext4_xattr_block_set()Jan Kara2023-01-181-39/+38
* ext4: remove EA inode entry from mbcache on inode evictionJan Kara2023-01-183-16/+11
* mbcache: add functions to delete entry if unusedJan Kara2023-01-181-2/+64
* mbcache: don't reclaim used entriesJan Kara2023-01-181-1/+9
* ext4: use kmemdup() to replace kmalloc + memcpyShuqi Zhang2023-01-181-2/+1
* ext4: correct inconsistent error msg in nojournal modeBaokun Li2023-01-181-4/+5
* ext4: goto right label 'failed_mount3a'Jason Yan2023-01-181-5/+5
* btrfs: replace strncpy() with strscpy()Sasha Levin2023-01-182-7/+8
* btrfs: send: avoid unnecessary backref lookups when finding clone sourceFilipe Manana2023-01-181-1/+10
* ext4: allocate extended attribute value in vmalloc areaYe Bin2023-01-181-2/+2
* ext4: avoid unaccounted block allocation when expanding inodeJan Kara2023-01-181-0/+8
* ext4: initialize quota before expanding inode in setproject ioctlJan Kara2023-01-181-4/+4
* ext4: fix inode leak in ext4_xattr_inode_create() on an error pathYe Bin2023-01-181-0/+3
* ext4: avoid BUG_ON when creating xattrsJan Kara2023-01-181-8/+0
* ext4: fix error code return to user-space in ext4_get_branch()Luís Henriques2023-01-181-1/+8
* ext4: fix corruption when online resizing a 1K bigalloc fsBaokun Li2023-01-181-3/+3
* ext4: init quota for 'old.inode' in 'ext4_rename'Ye Bin2023-01-181-0/+3
* ext4: fix bug_on in __es_tree_search caused by bad boot loader inodeBaokun Li2023-01-181-1/+1
* ext4: add helper to check quota inumsBaokun Li2023-01-181-3/+25
* ext4: fix undefined behavior in bit shift for ext4_check_flag_valuesGaosheng Cui2023-01-181-1/+1
* ext4: add inode table check in __ext4_get_inode_loc to aovid possible infinit...Baokun Li2023-01-181-1/+9
* cifs: fix confusing debug messagePaulo Alcantara2023-01-181-1/+3
* binfmt: Fix error return code in load_elf_fdpic_binary()Wang Yufen2023-01-181-2/+3
* binfmt: Move install_exec_creds after setup_new_exec to match binfmt_elfEric W. Biederman2023-01-183-4/+3
* pnode: terminate at peers of sourceChristian Brauner2023-01-181-1/+1
* ovl: Use ovl mounter's fsuid and fsgid in ovl_link()Zhang Tianci2023-01-181-16/+30
* hfsplus: fix bug causing custom uid and gid being unable to be assigned with ...Aditya Garg2023-01-183-2/+8
* reiserfs: Add missing calls to reiserfs_security_free()Roberto Sassu2023-01-182-1/+5