summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* sysctl: add a new register_sysctl_init() interfaceXiaoming Ni2023-02-061-0/+33
* cifs: Fix oops due to uncleared server->smbd_conn in reconnectDavid Howells2023-02-061-0/+1
* smbd: Make upper layer decide when to destroy the transportLong Li2023-02-063-27/+101
* fs: reiserfs: remove useless new_opts in reiserfs_remountDongliang Mu2023-02-061-6/+0
* affs: initialize fsdata in affs_truncate()Alexander Potapenko2023-02-061-1/+1
* Revert "ext4: generalize extents status tree search functions"Greg Kroah-Hartman2023-01-245-163/+72
* Revert "ext4: add new pending reservation mechanism"Greg Kroah-Hartman2023-01-244-249/+0
* Revert "ext4: fix reserved cluster accounting at delayed write time"Greg Kroah-Hartman2023-01-245-206/+18
* Revert "ext4: fix delayed allocation bug in ext4_clu_mapped for bigalloc + in...Greg Kroah-Hartman2023-01-241-8/+0
* cifs: do not include page data when checking signatureEnzo Matsumiya2023-01-241-6/+9
* 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