linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-06-08 15:12:59 to 2022-06-20 09:41:51 UTC [more...]

[RFC 0/3] submit_bh: Drop unnecessary return values and API users
 2022-06-20  9:41 UTC  (10+ messages)
` [RFC 1/3] jbd2: Drop useless return value of submit_bh
` [RFC 2/3] fs/buffer: "
` [RFC 3/3] fs/buffer: Make submit_bh & submit_bh_wbc return type as void

[PATCHv2 0/4] submit_bh: Drop unnecessary return values and API users
 2022-06-20  9:10 UTC  (6+ messages)
` [PATCHv2 1/4] jbd2: Drop useless return value of submit_bh
` [PATCHv2 2/4] fs/ntfs: Drop useless return value of submit_bh from ntfs_submit_bh_for_read
` [PATCHv2 3/4] fs/buffer: Drop useless return value of submit_bh
` [PATCHv2 4/4] fs/buffer: Make submit_bh & submit_bh_wbc return type as void

[PATCH v5 00/13] Add MEMORY_DEVICE_COHERENT for coherent device memory mapping
 2022-06-20  8:13 UTC  (15+ messages)
` [PATCH v5 01/13] mm: add zone device coherent type memory support
` [PATCH v5 02/13] mm: handling Non-LRU pages returned by vm_normal_pages

[PATCH] ext4: change variable "count" to signed integer
 2022-06-20  5:45 UTC  (5+ messages)

[PATCH v3] common/rc: Modify _require_batched_discard to improve test coverage
 2022-06-20  5:05 UTC  (4+ messages)

[PATCH 1/2] ext4: page-io: use 'unsigned int' to bare use of 'unsigned'
 2022-06-19 18:18 UTC  (4+ messages)

remove the nobh helpers v2
 2022-06-19 15:46 UTC  (11+ messages)
` [PATCH 1/6] ntfs3: refactor ntfs_writepages
` [PATCH 2/6] ext2: remove nobh support
` [PATCH 3/6] jfs: stop using the nobh helper
` [PATCH 4/6] fs: remove the nobh helpers
` [PATCH 5/6] fs: don't call ->writepage from __mpage_writepage
` [PATCH 6/6] fs: remove the NULL get_block case in mpage_writepages

[PATCH v3 0/8] make statx() return DIO alignment information
 2022-06-19 11:30 UTC  (10+ messages)
` [PATCH v3 1/8] statx: add direct I/O "
` [PATCH v3 2/8] vfs: support STATX_DIOALIGN on block devices
` [PATCH v3 3/8] fscrypt: change fscrypt_dio_supported() to prepare for STATX_DIOALIGN
` [PATCH v3 4/8] ext4: support STATX_DIOALIGN
` [PATCH v3 5/8] f2fs: move f2fs_force_buffered_io() into file.c
` [PATCH v3 6/8] f2fs: don't allow DIO reads but not DIO writes
` [PATCH v3 7/8] f2fs: simplify f2fs_force_buffered_io()
` [PATCH v3 8/8] f2fs: support STATX_DIOALIGN

[PATCH] Documentation: ext4: fix cell spacing of table heading on blockmap table
 2022-06-19  7:29 UTC 

[GIT PULL] ext4 fixes for 5.19-rc3
 2022-06-19  3:02 UTC  (2+ messages)

[tytso-ext4:dev] BUILD SUCCESS 729e657ab8d41efc2eadbb686193e888660b6253
 2022-06-18 15:20 UTC 

[PATCH v2] ext4: add reserved GDT blocks check
 2022-06-18  2:59 UTC  (2+ messages)

[PATCH] fs/ext4: Fix syntax errors in comments
 2022-06-18  2:59 UTC  (2+ messages)

[tytso-ext4:dev] BUILD SUCCESS 8d5459c11f548131ce48b2fbf45cccc5c382558f
 2022-06-18  2:55 UTC 

[PATCH v3 0/3] ext4: fix two bugs in ext4_mb_normalize_request
 2022-06-18  2:12 UTC  (2+ messages)

[PATCH v2] ext4: fix warning when submitting superblock in ext4_commit_super()
 2022-06-18  2:12 UTC  (2+ messages)

[PATCH v4] ext4: fix up test_dummy_encryption handling for new mount API
 2022-06-18  2:12 UTC  (2+ messages)

[PATCH -next] ext4: fix super block checksum incorrect after mount
 2022-06-18  2:12 UTC  (2+ messages)

[PATCH] ext4: Use kmemdup() to replace kmalloc + memcpy
 2022-06-18  2:12 UTC  (2+ messages)

[PATCH] ext4: Improve write performance with disabled delalloc
 2022-06-18  2:12 UTC  (2+ messages)

Overwrite faster than fallocate
 2022-06-18  0:41 UTC  (4+ messages)

santosh.letterz@gmail.com
 2022-06-17 16:33 UTC 

[POC][PATCH] xfs: reduce ilock contention on buffered randrw workload
 2022-06-17 15:11 UTC  (6+ messages)

[PATCH -next] ext4: recover csum seed of tmp_inode after migrating to extents
 2022-06-17 10:44 UTC  (2+ messages)

[PATCH -next v2] ext4: fix warning in ext4_iomap_begin as race between bmap and write
 2022-06-17  1:39 UTC 

[man-pages RFC PATCH] statx.2, open.2: document STATX_DIOALIGN
 2022-06-16 20:21 UTC 

[PATCH 0/10 v2] ext4: Fix possible fs corruption due to xattr races
 2022-06-16 17:30 UTC  (19+ messages)
` [PATCH 01/10] mbcache: Don't reclaim used entries
` [PATCH 02/10] mbcache: Add functions to delete entry if unused
` [PATCH 03/10] ext4: Remove EA inode entry from mbcache on inode eviction
` [PATCH 04/10] ext4: Unindent codeblock in ext4_xattr_block_set()
` [PATCH 05/10] ext4: Fix race when reusing xattr blocks
` [PATCH 06/10] ext2: Factor our freeing of xattr block reference
` [PATCH 07/10] ext2: Unindent codeblock in ext2_xattr_set()
` [PATCH 08/10] ext2: Avoid deleting xattr block that is being reused
` [PATCH 09/10] mbcache: Remove mb_cache_entry_delete()
` [PATCH 10/10] mbcache: Automatically delete entries from cache on freeing

[PATCH 1/2] ext4: Fix incorrect comment
 2022-06-16 15:44 UTC  (2+ messages)

[PATCH -next] fs: Fix jbd2_journal_try_to_free_buffers() kernel-doc comment
 2022-06-16 14:53 UTC  (2+ messages)

[PATCH -next] ext4: fix bug_on in ext4_iomap_begin as race between bmap and write
 2022-06-16 10:54 UTC  (8+ messages)

[PATCH v3 0/4] ext4: fix use-after-free in ext4_xattr_set_entry
 2022-06-16 10:09 UTC  (13+ messages)
` [PATCH v3 1/4] ext4: add EXT4_INODE_HAS_XATTR_SPACE macro in xattr.h
` [PATCH v3 2/4] ext4: fix use-after-free in ext4_xattr_set_entry
` [PATCH v3 3/4] ext4: correct max_inline_xattr_value_size computing
` [PATCH v3 4/4] ext4: correct the misjudgment in ext4_iget_extra_inode

[RFC PATCH v2 0/7] make statx() return I/O alignment information
 2022-06-16  6:29 UTC  (10+ messages)
` [RFC PATCH v2 1/7] statx: add "

[PATCH] ext4: fix trim range leak
 2022-06-16  6:09 UTC  (3+ messages)
  ` [External] "

[PATCH v2 0/4] ext4: fix use-after-free in ext4_xattr_set_entry
 2022-06-16  1:06 UTC  (7+ messages)
` [PATCH v2 1/4] ext4: add EXT4_INODE_HAVE_XATTR_SPACE macro in xattr.h
` [PATCH v2 2/4] ext4: fix use-after-free in ext4_xattr_set_entry
` [PATCH v2 3/4] ext4: correct max_inline_xattr_value_size computing
` [PATCH v2 4/4] ext4: correct the misjudgment in ext4_iget_extra_inode

[PATCH -next] ext2: fix fs corruption when trying to remove a non-empty directory with IO error
 2022-06-15 17:13 UTC  (2+ messages)

[PATCH] ext4: fix extent status tree race in writeback error recovery path
 2022-06-15 16:05 UTC 

[PATCH 00/10] Convert to filemap_get_folios()
 2022-06-15  8:14 UTC  (12+ messages)
` [PATCH 03/10] ext4: Convert mpage_release_unused_pages() to use filemap_get_folios()
` [PATCH 05/10] f2fs: Convert f2fs_invalidate_compress_pages() "
  ` [f2fs-dev] "
` [PATCH 08/10] vmscan: Add check_move_unevictable_folios()
  ` [vmscan] bc9eb0d5ef: BUG:KASAN:stack-out-of-bounds_in_check_move_unevictable_pages

[PATCH v2 00/19] Convert aops->migratepage to aops->migrate_folio
 2022-06-15  8:11 UTC  (26+ messages)
` [PATCH v2 01/19] secretmem: Remove isolate_page
` [PATCH v2 02/19] mm: Convert all PageMovable users to movable_operations
` [PATCH v2 03/19] fs: Add aops->migrate_folio
` [PATCH v2 04/19] mm/migrate: Convert fallback_migrate_page() to fallback_migrate_folio()
` [PATCH v2 08/19] btrfs: Convert btree_migratepage to migrate_folio
` [PATCH v2 10/19] mm/migrate: Convert migrate_page() to migrate_folio()
` [PATCH v2 11/19] mm/migrate: Add filemap_migrate_folio()
` [PATCH v2 12/19] btrfs: Convert btrfs_migratepage to migrate_folio
` [PATCH v2 14/19] f2fs: Convert to filemap_migrate_folio()
  ` [f2fs-dev] "
` [PATCH v2 15/19] aio: Convert to migrate_folio
` [PATCH v2 16/19] hugetlb: "

[PATCH -next] ext4: Fix warning in ext4_da_release_space
 2022-06-15  4:03 UTC  (4+ messages)

[PATCH] ext4: fix use-after-free in ext4_xattr_set_entry
 2022-06-14 10:01 UTC  (3+ messages)

[PATCH 0/4] ext4: Debug message and export cleanups
 2022-06-13 18:24 UTC  (3+ messages)

[PATCH] jbd2: fix outstanding credits assert in jbd2_journal_commit_transaction()
 2022-06-13 11:19 UTC  (2+ messages)

[PATCH 3/3] ext4: Use generic_quota_read()
 2022-06-13  7:59 UTC  (2+ messages)
` [ext4] fa96490369: WARNING:at_fs/ext4/inode.c:#ext4_invalidate_folio

[PATCH 06/10] hugetlbfs: Convert remove_inode_hugepages() to use filemap_get_folios()
 2022-06-13  6:56 UTC  (6+ messages)

remove the nobh helpers
 2022-06-10  8:00 UTC  (14+ messages)
` [PATCH 1/5] ext2: remove nobh support
` [PATCH 2/5] jfs: stop using the nobh helper
` [PATCH 3/5] fs: remove the nobh helpers
` [PATCH 4/5] fs: don't call ->writepage from __mpage_writepage
` [PATCH 5/5] fs: remove the NULL get_block case in mpage_writepages

[PATCH] jbd2: Remove unused exports for jbd2 debugging
 2022-06-08 15:19 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).