linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-07-07 06:58:04 to 2022-07-18 17:55:54 UTC [more...]

[RFC 0/3] submit_bh: Drop unnecessary return values and API users
 2022-07-18 17:55 UTC  (5+ messages)
` [RFC 1/3] jbd2: Drop useless return value of submit_bh

[PATCH v9 00/14] Add MEMORY_DEVICE_COHERENT for coherent device memory mapping
 2022-07-18 17:52 UTC  (19+ messages)
` [PATCH v9 01/14] mm: rename is_pinnable_pages to is_longterm_pinnable_pages
` [PATCH v9 02/14] mm: move page zone helpers from mm.h to mmzone.h
` [PATCH v9 03/14] mm: add zone device coherent type memory support
` [PATCH v9 04/14] mm: handling Non-LRU pages returned by vm_normal_pages
` [PATCH v9 05/14] mm: add device coherent vma selection for memory migration
` [PATCH v9 06/14] mm/gup: migrate device coherent pages when pinning instead of failing
` [PATCH v9 07/14] drm/amdkfd: add SPM support for SVM
` [PATCH v9 08/14] lib: test_hmm add ioctl to get zone device type
` [PATCH v9 09/14] lib: test_hmm add module param for "
` [PATCH v9 10/14] lib: add support for device coherent type in test_hmm
` [PATCH v9 11/14] tools: update hmm-test to support device coherent type
` [PATCH v9 12/14] tools: update test_hmm script to support SP config
` [PATCH v9 13/14] tools: add hmm gup tests for device coherent type
` [PATCH v9 14/14] tools: add selftests to hmm for COW in device memory

[PATCH v3] ext4/056: add a check to make sure ext4 uuid ioctls get/set during fsstress
 2022-07-18 16:28 UTC  (3+ messages)

[PATCH] jbd2: Set the right uuid for block tag
 2022-07-18 16:08 UTC  (4+ messages)

[Regression] ext4: changes to mb_optimize_scan cause issues on Raspberry Pi
 2022-07-18 13:29 UTC 

[PATCH] ext4: continue to expand file system when the target size doesn't reach
 2022-07-18 10:25 UTC 

[PATCH 0/10 v3] ext4: Fix possible fs corruption due to xattr races
 2022-07-16  3:00 UTC  (27+ 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 4.19] ext4: fix race condition between ext4_ioctl_setflags and ext4_fiemap
 2022-07-16  2:33 UTC  (3+ messages)

[PATCH 1/2] ext4: reduce computation of overhead during resize
 2022-07-15 23:52 UTC  (5+ messages)

[PATCH v3 0/2] two regression tests for ext4
 2022-07-15 18:08 UTC  (7+ messages)
` [PATCH v3 1/2] ext4: resize fs after resize_inode without e2fsck
` [PATCH v3 2/2] ext4: set 256 blocks in a block group then apply io pressure

[PATCH v8 00/15] Add MEMORY_DEVICE_COHERENT for coherent device memory mapping
 2022-07-15 14:12 UTC  (29+ messages)
` [PATCH v8 01/15] mm: rename is_pinnable_pages to is_longterm_pinnable_pages
` [PATCH v8 02/15] mm: move page zone helpers into new header-specific file
      ` [PATCH] mm: move page zone helpers from mm.h to mmzone.h
` [PATCH v8 03/15] mm: add zone device coherent type memory support
` [PATCH v8 04/15] mm: handling Non-LRU pages returned by vm_normal_pages
` [PATCH v8 05/15] mm: add device coherent vma selection for memory migration
` [PATCH v8 06/15] mm: remove the vma check in migrate_vma_setup()
` [PATCH v8 07/15] mm/gup: migrate device coherent pages when pinning instead of failing
        ` [PATCH] "
` [PATCH v8 08/15] drm/amdkfd: add SPM support for SVM
` [PATCH v8 09/15] lib: test_hmm add ioctl to get zone device type
` [PATCH v8 10/15] lib: test_hmm add module param for "
` [PATCH v8 11/15] lib: add support for device coherent type in test_hmm
` [PATCH v8 12/15] tools: update hmm-test to support device coherent type
` [PATCH v8 13/15] tools: update test_hmm script to support SP config
` [PATCH v8 14/15] tools: add hmm gup tests for device coherent type
` [PATCH v8 15/15] tools: add selftests to hmm for COW in device memory

[PATCH] jbd2: Fix assertion 'jh->b_frozen_data == NULL' failure when journal aborted
 2022-07-15 12:51 UTC 

[Bug 216251] New: kernel BUG at fs/jbd2/transaction.c:1629
 2022-07-15 12:01 UTC  (4+ messages)
` [Bug 216251] "

[PATCH 2/2] ext4: avoid resizing to a partial cluster size
 2022-07-15 11:48 UTC  (5+ messages)

Wycena paneli fotowoltaicznych
 2022-07-15  8:16 UTC 

[syzbot] possible deadlock in start_this_handle (3)
 2022-07-15  1:53 UTC  (5+ messages)

[PATCH v4] ext4: truncate during setxattr leads to kernel panic
 2022-07-14 18:45 UTC  (3+ messages)

[PATCH] ext4: fix kernel BUG in ext4_free_blocks
 2022-07-14 17:40 UTC  (6+ messages)
  ` [PATCH] ext4: block range must be validated before use in ext4_mb_clear_bb()

remove bdevname
 2022-07-14 16:28 UTC  (18+ messages)
` [PATCH 1/9] block: stop using bdevname in bdev_write_inode
` [PATCH 2/9] block: stop using bdevname in __blkdev_issue_discard
` [PATCH 3/9] drbd: stop using bdevname in drbd_report_io_error
` [PATCH 4/9] pktcdvd: stop using bdevname in pkt_seq_show
` [PATCH 5/9] pktcdvd: stop using bdevname in pkt_new_dev
` [PATCH 6/9] rnbd-srv: remove the name field from struct rnbd_dev
` [PATCH 7/9] ocfs2/cluster: remove the hr_dev_name field from struct o2hb_region
` [PATCH 8/9] ext4: only initialize mmp_bdevname once
` [PATCH 9/9] block: remove bdevname

[PATCH v3 0/4] ext4: fix use-after-free in ext4_xattr_set_entry
 2022-07-14 15:00 UTC  (2+ messages)

[PATCH] ext4: fix extent status tree race in writeback error recovery path
 2022-07-14 14:57 UTC  (2+ messages)

[syzbot] WARNING in ext4_iomap_begin
 2022-07-14 12:08 UTC 

[PATCH] ext4: minor defrag code improvements
 2022-07-14 11:53 UTC  (2+ messages)

[PATCH] fs/ext2: replace ternary operator with min_t()
 2022-07-14 10:04 UTC  (2+ messages)

[PATCH] debugfs:add logdump with option -n that display n records
 2022-07-14  1:32 UTC 

[PATCH] Add manpage for get/set fsuuid ioctl
 2022-07-13  1:30 UTC  (2+ messages)

[PATCH v2] Add ioctls to get/set the ext4 superblock uuid
 2022-07-12 15:32 UTC  (4+ messages)

[syzbot] possible deadlock in ext4_xattr_set_handle (2)
 2022-07-12 12:03 UTC 

[PATCH v2 0/2] two regression tests for ext4
 2022-07-11  7:32 UTC  (7+ messages)
` [PATCH v2 1/2] ext4: resize fs after resize_inode without e2fsck
` [PATCH v2 2/2] ext4: set 256 blocks in a block group then apply io pressure

[Bug 216229] New: Same content in two different files - strange problem, unsure if caused by kernel housekeeping
 2022-07-09 19:47 UTC  (4+ messages)
` [Bug 216229] "

[PATCH 1/2] ext4: check if directory block is within i_size
 2022-07-09 17:32 UTC  (4+ messages)
` [PATCH 2/2] ext4: make sure ext4_append() always allocates new block

[PATCH v3 00/21] Update Documentation/ cross references and fix issues
 2022-07-09 15:37 UTC  (3+ messages)
` [PATCH v3 15/21] docs: ext4: blockmap.rst: fix a broken table

[tytso-ext4:dev] BUILD SUCCESS f8dc286e4d942dab79d1814e0708ac91052a34fa
 2022-07-09  2:53 UTC 

[PATCH v4 0/5] check: add option to rerun failed tests
 2022-07-08 16:36 UTC 

[PATCH] tune2fs: allow disabling casefold feature
 2022-07-08 12:26 UTC  (9+ messages)
  ` [PATCH v2] "
          ` [PATCH v4] "

[PATCH 0/2] two regression tests for ext4
 2022-07-08 11:03 UTC  (6+ messages)
` [PATCH 1/2] ext4/057: resize fs after resize_inode without e2fsck
` [PATCH 2/2] ext4/058: set 256 blocks in a block group Set 256 blocks in a block group

[linux-next:master] BUILD REGRESSION 088b9c375534d905a4d337c78db3b3bfbb52c4a0
 2022-07-08 10:02 UTC  (5+ messages)

[PATCH v2 00/19] Convert aops->migratepage to aops->migrate_folio
 2022-07-08  3:29 UTC  (4+ messages)
` [PATCH v2 07/19] mm/migrate: Convert expected_page_refs() to folio_expected_refs()

[PATCH] jbd2: fix outstanding credits assert in jbd2_journal_commit_transaction()
 2022-07-08  3:19 UTC  (2+ messages)

[PATCH] ext4: fix reading leftover inlined symlinks
 2022-07-08  3:19 UTC  (2+ messages)

[PATCH] ext4: reuse order and buddy in mb_mark_used when buddy split
 2022-07-08  3:19 UTC  (2+ messages)

[PATCH 1/2] ext4: update s_overhead_clusters in the superblock during an on-line resize
 2022-07-08  3:19 UTC  (7+ messages)
` [PATCH 2/2] ext4: update the s_overhead_clusters in the backup sb's when resizing

[PATCH 0/4] ext4: Debug message and export cleanups
 2022-07-08  3: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).