summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2023-01-24Revert "ext4: generalize extents status tree search functions"Greg Kroah-Hartman5-163/+72
2023-01-24Revert "ext4: add new pending reservation mechanism"Greg Kroah-Hartman4-249/+0
2023-01-24Revert "ext4: fix reserved cluster accounting at delayed write time"Greg Kroah-Hartman5-206/+18
2023-01-24Revert "ext4: fix delayed allocation bug in ext4_clu_mapped for bigalloc + in...Greg Kroah-Hartman1-8/+0
2023-01-24cifs: do not include page data when checking signatureEnzo Matsumiya1-6/+9
2023-01-24nilfs2: fix general protection fault in nilfs_btree_insert()Ryusuke Konishi1-3/+12
2023-01-24f2fs: let's avoid panic if extent_tree is not createdJaegeuk Kim1-1/+2
2023-01-24pNFS/filelayout: Fix coalescing test for single DSOlga Kornievskaia1-0/+8
2023-01-18ext4: fix delayed allocation bug in ext4_clu_mapped for bigalloc + inlineEric Whitney1-0/+8
2023-01-18ext4: fix reserved cluster accounting at delayed write timeEric Whitney5-18/+206
2023-01-18ext4: add new pending reservation mechanismEric Whitney4-0/+249
2023-01-18ext4: generalize extents status tree search functionsEric Whitney5-72/+163
2023-01-18ext4: fix uninititialized value in 'ext4_evict_inode'Ye Bin1-0/+1
2023-01-18ext4: fix use-after-free in ext4_orphan_cleanupBaokun Li1-1/+2
2023-01-18ext4: lost matching-pair of trace in ext4_truncatezhengliang1-8/+9
2023-01-18ext4: fix bug_on in __es_tree_search caused by bad quota inodeBaokun Li1-0/+2
2023-01-18quota: Factor out setup of quota inodeJan Kara1-41/+67
2023-01-18cifs: Fix uninitialized memory read for smb311 posix symlink createVolker Lendecke1-0/+1
2023-01-18mbcache: Avoid nesting of cache->c_list_lock under bit locksJan Kara1-7/+10
2023-01-18hfs/hfsplus: avoid WARN_ON() for sanity check, use proper error handlingLinus Torvalds1-5/+10
2023-01-18hfs/hfsplus: use WARN_ON for sanity checkArnd Bergmann2-12/+6
2023-01-18ext4: don't allow journal inode to have encrypt flagEric Biggers1-1/+1
2023-01-18nfsd: fix handling of readdir in v4root vs. mount upcall timeoutJeff Layton1-0/+11
2023-01-18udf: Fix extension of the last extent in the fileJan Kara1-1/+1
2023-01-18ext4: fix deadlock due to mbcache entry corruptionJan Kara2-8/+10
2023-01-18mbcache: automatically delete entries from cache on freeingJan Kara1-69/+39
2023-01-18ext4: fix race when reusing xattr blocksJan Kara1-22/+45
2023-01-18ext4: unindent codeblock in ext4_xattr_block_set()Jan Kara1-39/+38
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-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-18btrfs: send: avoid unnecessary backref lookups when finding clone sourceFilipe Manana1-1/+10
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: 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: add helper to check quota inumsBaokun Li1-3/+25
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 confusing debug messagePaulo Alcantara1-1/+3
2023-01-18binfmt: Fix error return code in load_elf_fdpic_binary()Wang Yufen1-2/+3