summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2023-03-11hfs: fix missing hfs_bnode_get() in __hfs_bnode_createLiu Shixin1-0/+1
2023-03-11udf: Define EFSCORRUPTED error codeJan Kara1-0/+2
2023-03-11gfs2: jdata writepage fixAndreas Gruenbacher1-2/+1
2023-03-11cifs: Fix warning and UAF when destroy the MR listZhang Xiaoxu1-1/+2
2023-03-11cifs: Fix lost destroy smbd connection when MR allocate failedZhang Xiaoxu1-0/+1
2023-03-11nfsd: fix race to check ls_layoutsBenjamin Coddington1-2/+2
2023-03-03btrfs: send: limit number of clones and allocated memory sizeDavid Sterba1-3/+3
2023-02-25ext4: Fix function prototype mismatch for ext4_feat_ktypeKees Cook1-1/+6
2023-02-22nilfs2: fix underflow in second superblock position calculationsRyusuke Konishi3-1/+23
2023-02-22revert "squashfs: harden sanity check in squashfs_read_xattr_id_table"Andrew Morton1-1/+1
2023-02-22aio: fix mremap after fork null-derefSeth Jenkins1-0/+4
2023-02-22btrfs: limit device extents to the device sizeJosef Bacik1-1/+5
2023-02-22Squashfs: fix handling and sanity checking of xattr_ids countPhillip Lougher4-5/+5
2023-02-22mm: hugetlb: proc: check for hugetlb shared PMD in /proc/PID/smapsMike Kravetz1-3/+1
2023-02-22squashfs: harden sanity check in squashfs_read_xattr_id_tableFedor Pchelkin1-1/+1
2023-02-06sysctl: add a new register_sysctl_init() interfaceXiaoming Ni1-0/+33
2023-02-06cifs: Fix oops due to uncleared server->smbd_conn in reconnectDavid Howells1-0/+1
2023-02-06smbd: Make upper layer decide when to destroy the transportLong Li3-27/+101
2023-02-06fs: reiserfs: remove useless new_opts in reiserfs_remountDongliang Mu1-6/+0
2023-02-06affs: initialize fsdata in affs_truncate()Alexander Potapenko1-1/+1
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