summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* cifs: Fix oops due to uncleared server->smbd_conn in reconnectDavid Howells2023-02-011-0/+1
* sysctl: add a new register_sysctl_init() interfaceXiaoming Ni2023-02-011-0/+33
* fs: reiserfs: remove useless new_opts in reiserfs_remountDongliang Mu2023-02-011-6/+0
* affs: initialize fsdata in affs_truncate()Alexander Potapenko2023-02-011-1/+1
* cifs: do not include page data when checking signatureEnzo Matsumiya2023-01-241-6/+9
* btrfs: fix race between quota rescan and disable leading to NULL pointer derefFilipe Manana2023-01-241-8/+17
* nilfs2: fix general protection fault in nilfs_btree_insert()Ryusuke Konishi2023-01-241-3/+12
* zonefs: Detect append writes at invalid locationsDamien Le Moal2023-01-241-0/+22
* f2fs: let's avoid panic if extent_tree is not createdJaegeuk Kim2023-01-241-1/+2
* btrfs: always report error in run_one_delayed_ref()Qu Wenruo2023-01-241-2/+5
* pNFS/filelayout: Fix coalescing test for single DSOlga Kornievskaia2023-01-241-0/+8
* ext4: fix uninititialized value in 'ext4_evict_inode'Ye Bin2023-01-181-0/+1
* cifs: Fix uninitialized memory read for smb311 posix symlink createVolker Lendecke2023-01-181-0/+1
* ext4: don't set up encryption key during jbd2 transactionEric Biggers2023-01-143-23/+27
* ext4: disable fast-commit of encrypted dir operationsEric Biggers2023-01-142-16/+25
* mbcache: Avoid nesting of cache->c_list_lock under bit locksJan Kara2023-01-141-7/+10
* hfs/hfsplus: avoid WARN_ON() for sanity check, use proper error handlingLinus Torvalds2023-01-141-5/+10
* hfs/hfsplus: use WARN_ON for sanity checkArnd Bergmann2023-01-142-12/+6
* ext4: don't allow journal inode to have encrypt flagEric Biggers2023-01-141-1/+1
* nfsd: fix handling of readdir in v4root vs. mount upcall timeoutJeff Layton2023-01-141-0/+11
* udf: Fix extension of the last extent in the fileJan Kara2023-01-141-1/+1
* ceph: switch to vfs_inode_has_locks() to fix file lock bugXiubo Li2023-01-143-6/+1
* filelock: new helper: vfs_inode_has_locksJeff Layton2023-01-141-0/+23
* nfsd: shut down the NFSv4 state objects before the filecacheJeff Layton2023-01-141-1/+1
* ext4: fix deadlock due to mbcache entry corruptionJan Kara2023-01-142-8/+10
* mbcache: automatically delete entries from cache on freeingJan Kara2023-01-141-69/+39
* ext4: fix race when reusing xattr blocksJan Kara2023-01-141-22/+45
* ext4: unindent codeblock in ext4_xattr_block_set()Jan Kara2023-01-141-39/+38
* ext4: remove EA inode entry from mbcache on inode evictionJan Kara2023-01-143-16/+11
* mbcache: add functions to delete entry if unusedJan Kara2023-01-141-2/+64
* mbcache: don't reclaim used entriesJan Kara2023-01-141-1/+9
* ext4: use kmemdup() to replace kmalloc + memcpyShuqi Zhang2023-01-141-2/+1
* ext4: fix leaking uninitialized memory in fast-commit journalEric Biggers2023-01-141-0/+5
* ext4: fix various seppling typosBhaskar Chowdhury2023-01-148-10/+10
* ext4: simplify ext4 error translationJan Kara2023-01-141-55/+40
* ext4: move functions in super.cJan Kara2023-01-141-98/+98
* fs: ext4: initialize fsdata in pagecache_write()Alexander Potapenko2023-01-141-1/+1
* ext4: use memcpy_to_page() in pagecache_write()Chaitanya Kulkarni2023-01-141-4/+1
* ext4: correct inconsistent error msg in nojournal modeBaokun Li2023-01-141-4/+5
* ext4: goto right label 'failed_mount3a'Jason Yan2023-01-141-5/+5
* 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