summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2022-12-08ext4: fix leaking uninitialized memory in fast-commit journalEric Biggers1-0/+5
2022-12-08ext4: don't set up encryption key during jbd2 transactionEric Biggers3-23/+27
2022-12-08ext4: disable fast-commit of encrypted dir operationsEric Biggers2-16/+26
2022-12-08ext4: fix use-after-free in ext4_orphan_cleanupBaokun Li1-1/+2
2022-12-08ext4: don't allow journal inode to have encrypt flagEric Biggers1-1/+1
2022-12-08ext4: fix undefined behavior in bit shift for ext4_check_flag_valuesGaosheng Cui1-1/+1
2022-12-08ext4: fix bug_on in __es_tree_search caused by bad boot loader inodeBaokun Li1-1/+1
2022-12-08ext4: add EXT4_IGET_BAD flag to prevent unexpected bad inodeBaokun Li3-3/+11
2022-12-08ext4: add helper to check quota inumsBaokun Li1-3/+25
2022-12-08ext4: fix bug_on in __es_tree_search caused by bad quota inodeBaokun Li1-0/+2
2022-12-08ext4: remove trailing newline from ext4_msg() messageLuís Henriques1-1/+1
2022-12-08f2fs: do some cleanup for f2fs module initYangtao Li5-62/+14
2022-12-08f2fs: remove the unused flush argument to change_cursegChristoph Hellwig1-9/+7
2022-12-08f2fs: open code allocate_segment_by_defaultChristoph Hellwig1-26/+24
2022-12-08f2fs: remove struct segment_allocation default_salloc_opsChristoph Hellwig2-15/+2
2022-12-08xfs: dquot shrinker doesn't check for XFS_DQFLAG_FREEINGDave Chinner1-4/+12
2022-12-08cifs: skip alloc when request has no pagesPaulo Alcantara1-15/+21
2022-12-08cifs: remove ->writepageChristoph Hellwig1-9/+0
2022-12-08cifs: stop using generic_writepagesChristoph Hellwig1-2/+18
2022-12-08cifs: wire up >migrate_folioChristoph Hellwig1-3/+4
2022-12-08cifs: Parse owner/group for stat in smb311 posix extensionsVolker Lendecke3-8/+59
2022-12-08cifs: Add "extbuf" and "extbuflen" args to smb2_compound_op()Volker Lendecke1-11/+12
2022-12-08ovl: Kconfig: Fix spelling mistake "undelying" -> "underlying"Colin Ian King1-1/+1
2022-12-08ovl: use inode instead of dentry where possibleMiklos Szeredi3-29/+29
2022-12-08ovl: Add comment on upperredirect reassignmentStanislav Goriainov1-0/+5
2022-12-08ovl: use plain list filler in indexdir and workdir cleanupAmir Goldstein1-10/+2
2022-12-08ovl: do not reconnect upper index records in ovl_indexdir_cleanup()Amir Goldstein3-6/+8
2022-12-08ovl: fix comment typosJiangshan Yi2-2/+2
2022-12-08ovl: port to vfs{g,u}id_t and associated helpersChristian Brauner1-2/+7
2022-12-08ovl: Use ovl mounter's fsuid and fsgid in ovl_link()Zhang Tianci1-16/+30
2022-12-08ovl: Use "buf" flexible array for memcpy() destinationKees Cook2-2/+2
2022-12-07orangefs: Fix kmemleak in orangefs_{kernel,client}_debug_init()Zhang Xiaoxu1-23/+3
2022-12-07orangefs: Fix kmemleak in orangefs_sysfs_init()Zhang Xiaoxu1-8/+63
2022-12-07orangefs: Fix kmemleak in orangefs_prepare_debugfs_help_string()Zhang Xiaoxu1-0/+3
2022-12-07orangefs: Fix sysfs not cleanup when dev init failedZhang Xiaoxu1-4/+4
2022-12-07orangefs: remove redundant assignment to variable buffer_indexColin Ian King1-1/+0
2022-12-07orangefs: remove variable iColin Ian King1-2/+0
2022-12-07fscache: Fix oops due to race with cookie_lru and use_cookieDave Wysochanski1-0/+8
2022-12-07Merge tag 'v6.1-rc8' into efi/nextArd Biesheuvel41-208/+411
2022-12-07erofs: validate the extent length for uncompressed pclustersGao Xiang1-0/+5
2022-12-07erofs: fix missing unmap if z_erofs_get_extent_compressedlen() failsGao Xiang1-4/+2
2022-12-07erofs: Fix pcluster memleak when its block address is zeroChen Zhongjin1-1/+2
2022-12-07erofs: use kmap_local_page() only for erofs_bread()Gao Xiang5-14/+10
2022-12-07erofs: enable large folios for fscache modeJingbo Xu1-2/+1
2022-12-07erofs: support large folios for fscache modeJingbo Xu1-68/+80
2022-12-07erofs: switch to prepare_ondemand_read() in fscache modeJingbo Xu1-167/+94
2022-12-07fscache,cachefiles: add prepare_ondemand_read() callbackJingbo Xu1-27/+50
2022-12-07erofs: clean up cached I/O strategiesGao Xiang1-46/+31
2022-12-07erofs: check the uniqueness of fsid in shared domain in advanceHou Tao3-15/+44
2022-12-07erofs: enable large folios for iomap modeJingbo Xu2-0/+4