summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2023-01-11f2fs: mark f2fs_init_compress_mempool w/ __initYangtao Li
2023-01-11f2fs: judge whether discard_unit is section only when have CONFIG_BLK_DEV_ZONEDYangtao Li
2023-01-11f2fs: start freeing cluster pages from the unused numberZhang Qilong
2023-01-11btrfs: zoned: enable metadata over-commit for non-ZNS setupNaohiro Aota
2023-01-11btrfs: qgroup: do not warn on record without old_roots populatedQu Wenruo
2023-01-11btrfs: add extra error messages to cover non-ENOMEM errors from device_add_li...Qu Wenruo
2023-01-11fs: remove locks_inodeJeff Layton
2023-01-11filelock: move file locking definitions to separate header fileJeff Layton
2023-01-10cifs: fix potential memory leaks in session setupPaulo Alcantara
2023-01-10cifs: do not query ifaces on smb1 mountsPaulo Alcantara
2023-01-10fs/cramfs: Convert kmap() to kmap_local_data()Fabio M. De Francesco
2023-01-10coredump: Move dump_emit_page() to kill unused warningGeert Uytterhoeven
2023-01-10cifs: fix double free on failed kerberos authPaulo Alcantara
2023-01-10cifs: remove redundant assignment to the variable matchColin Ian King
2023-01-10Merge tag 'nfsd-6.2-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds
2023-01-10affs: initialize fsdata in affs_truncate()Alexander Potapenko
2023-01-10Merge tag '6.2-rc3-ksmbd-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds
2023-01-10erofs: fix kvcalloc() misuse with __GFP_NOFAILGao Xiang
2023-01-10erofs/zmap.c: Fix incorrect offset calculationSiddh Raman Pant
2023-01-09ext4: allow verity with fs block size < PAGE_SIZEEric Biggers
2023-01-09fs/buffer.c: support fsverity in block_read_full_folio()Eric Biggers
2023-01-09f2fs: simplify f2fs_readpage_limit()Eric Biggers
2023-01-09ext4: simplify ext4_readpage_limit()Eric Biggers
2023-01-09fsverity: support enabling with tree block size < PAGE_SIZEEric Biggers
2023-01-09fsverity: support verification with tree block size < PAGE_SIZEEric Biggers
2023-01-09fsverity: replace fsverity_hash_page() with fsverity_hash_block()Eric Biggers
2023-01-09fsverity: use EFBIG for file too large to enable verityEric Biggers
2023-01-09fsverity: store log2(digest_size) precomputedEric Biggers
2023-01-09fsverity: simplify Merkle tree readahead size calculationEric Biggers
2023-01-09fsverity: use unsigned long for level_startEric Biggers
2023-01-09cifs: fix file info setting in cifs_open_file()Paulo Alcantara
2023-01-09cifs: fix file info setting in cifs_query_path_info()Paulo Alcantara
2023-01-09udf: remove redundant variable netypeColin Ian King
2023-01-09udf: Detect system inodes linked into directory hierarchyJan Kara
2023-01-09udf: Preserve link count of system filesJan Kara
2023-01-09udf: Do not update file length for failed writes to inline filesJan Kara
2023-01-09udf: Fix spelling mistake "lenght" -> "length"Colin Ian King
2023-01-09fs/ext2: Replace kmap_atomic() with kmap_local_page()Fabio M. De Francesco
2023-01-09udf: Keep i_lenExtents consistent with the total length of extentsJan Kara
2023-01-09udf: Move setting of i_lenExtents into udf_do_extend_file()Jan Kara
2023-01-09udf: Allocate name buffer in directory iterator on heapJan Kara
2023-01-09udf: Handle error when adding extent to a fileJan Kara
2023-01-09udf: Handle error when adding extent to symlinkJan Kara
2023-01-09udf: Handle error when expanding directoryJan Kara
2023-01-09udf: Do not bother merging very long extentsJan Kara
2023-01-09udf: Truncate added extents on failed expansionJan Kara
2023-01-09udf: Remove old directory iteration codeJan Kara
2023-01-09udf: Convert udf_rename() to new directory iteration codeJan Kara
2023-01-09udf: Convert udf_link() to new directory iteration codeJan Kara
2023-01-09udf: Convert udf_mkdir() to new directory iteration codeJan Kara