linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-02-10 23:35:33 to 2022-02-21 21:09:23 UTC [more...]

[BUG] NEVER dereference pointers from the tracing ring buffer!
 2022-02-21 21:09 UTC 

[PATCH 00/16] DEPT(Dependency Tracker)
 2022-02-21 19:02 UTC  (37+ messages)
` [PATCH 01/16] llist: Move llist_{head,node} definition to types.h
` [PATCH 02/16] dept: Implement Dept(Dependency Tracker)
` [PATCH 03/16] dept: Embed Dept data in Lockdep
` [PATCH 04/16] dept: Apply Dept to spinlock
` [PATCH 05/16] dept: Apply Dept to mutex families
` [PATCH 06/16] dept: Apply Dept to rwlock
` [PATCH 07/16] dept: Apply Dept to wait_for_completion()/complete()
` [PATCH 08/16] dept: Apply Dept to seqlock
` [PATCH 09/16] dept: Apply Dept to rwsem
` [PATCH 10/16] dept: Add proc knobs to show stats and dependency graph
` [PATCH 11/16] dept: Introduce split map concept and new APIs for them
` [PATCH 12/16] dept: Apply Dept to wait/event of PG_{locked,writeback}
` [PATCH 13/16] dept: Apply SDT to swait
` [PATCH 14/16] dept: Apply SDT to wait(waitqueue)
` [PATCH 15/16] locking/lockdep, cpu/hotplus: Use a weaker annotation in AP thread
` [PATCH 16/16] dept: Distinguish each syscall context from another
` Report 1 in ext4 and journal based on v5.17-rc1
  ` Report 2 "

Query regarding fast_commit replay of inode
 2022-02-21 18:54 UTC  (2+ messages)

[PATCH v3 0/6] fstests: fix _scratch_mkfs_sized failure handling
 2022-02-21 11:02 UTC  (11+ messages)
` [PATCH v3 1/6] common/rc: fix btrfs mixed mode usage in _scratch_mkfs_sized
` [PATCH v3 2/6] generic/204: remove unnecessary _scratch_mkfs call
` [PATCH v3 3/6] generic/{171,172,173,174}: check _scratch_mkfs_sized return code
` [PATCH v3 4/6] ext4/021: "
` [PATCH v3 5/6] xfs/015: "
` [PATCH v3 6/6] common: factor out xfs unique part from _filter_mkfs

[ext4+sparc64] reads see zeros w/ simultaneous write
 2022-02-21  9:19 UTC 

[PATCHv2 0/1] ext4: Performance scalability improvement with fast_commit
 2022-02-21  7:56 UTC  (2+ messages)
` [PATCHv2 1/1] ext4: Improve fast_commit performance and scalability

[RFC 0/1] ext4: Performance scalability improvement with fast_commit
 2022-02-21  6:59 UTC  (6+ messages)
` [RFC 1/1] ext4: Improve fast_commit performance and scalability

[PATCH 0/2] tests/ext4: Ensure resizes with sparse_super2 are handled correctly
 2022-02-21  6:00 UTC  (9+ messages)
` [PATCH 1/2] src/ext4_resize.c: Refactor code and ensure accurate errno is returned
` [PATCH 2/2] ext4: Test to ensure resize with sparse_super2 is handled correctly

[PATCH v2 00/18] DEPT(Dependency Tracker)
 2022-02-19 10:58 UTC  (19+ messages)
` [PATCH v2 01/18] llist: Move llist_{head,node} definition to types.h
` [PATCH v2 02/18] dept: Implement Dept(Dependency Tracker)
` [PATCH v2 03/18] dept: Embed Dept data in Lockdep
` [PATCH v2 04/18] dept: Add a API for skipping dependency check temporarily
` [PATCH v2 05/18] dept: Apply Dept to spinlock
` [PATCH v2 06/18] dept: Apply Dept to mutex families
` [PATCH v2 07/18] dept: Apply Dept to rwlock
` [PATCH v2 08/18] dept: Apply Dept to wait_for_completion()/complete()
` [PATCH v2 09/18] dept: Apply Dept to seqlock
` [PATCH v2 10/18] dept: Apply Dept to rwsem
` [PATCH v2 11/18] dept: Add proc knobs to show stats and dependency graph
` [PATCH v2 12/18] dept: Introduce split map concept and new APIs for them
` [PATCH v2 13/18] dept: Apply Dept to wait/event of PG_{locked,writeback}
` [PATCH v2 14/18] dept: Apply SDT to swait
` [PATCH v2 15/18] dept: Apply SDT to wait(waitqueue)
` [PATCH v2 16/18] locking/lockdep, cpu/hotplus: Use a weaker annotation in AP thread
` [PATCH v2 17/18] dept: Distinguish each syscall context from another
` [PATCH v2 18/18] dept: Distinguish each work "

[PATCH v6 00/10] Add MEMORY_DEVICE_COHERENT for coherent device memory mapping
 2022-02-18 19:37 UTC  (34+ messages)
` [PATCH v6 01/10] mm: add zone device coherent type memory support

[REPORT] kernel BUG at fs/ext4/inode.c:2620 - page_buffers()
 2022-02-18  7:51 UTC  (8+ messages)

Regarding ext4 extent allocation strategy
 2022-02-18  3:18 UTC  (3+ messages)

[syzbot] WARNING in ext4_evict_inode (3)
 2022-02-17 19:42 UTC 

Report in ata_scsi_port_error_handler()
 2022-02-17 10:35 UTC 

[PATCH 1/3] resize2fs: remove unused variable 'c'
 2022-02-17  9:25 UTC  (3+ messages)
` [PATCH 2/3] libss: fix possible NULL pointer dereferece on allocation failure
` [PATCH 3/3] e2fsprogs: use mallinfo2 instead of mallinfo if available

[PATCH][next] treewide: Replace zero-length arrays with flexible-array members
 2022-02-16 19:46 UTC  (7+ messages)

[PATCHv2 0/9] ext4: fast_commit fixes, stricter block checking & cleanups
 2022-02-16  7:02 UTC  (10+ messages)
` [PATCHv2 1/9] ext4: Correct cluster len and clusters changed accounting in ext4_mb_mark_bb
` [PATCHv2 2/9] ext4: Fixes ext4_mb_mark_bb() with flex_bg with fast_commit
` [PATCHv2 3/9] ext4: Refactor ext4_free_blocks() to pull out ext4_mb_clear_bb()
` [PATCHv2 4/9] ext4: Use in_range() for range checking in ext4_fc_replay_check_excluded
` [PATCHv2 5/9] ext4: Rename ext4_set_bits to mb_set_bits
` [PATCHv2 6/9] ext4: No need to test for block bitmap bits in ext4_mb_mark_bb()
` [PATCHv2 7/9] ext4: Add ext4_sb_block_valid() refactored out of ext4_inode_block_valid()
` [PATCHv2 8/9] ext4: Add strict range checks while freeing blocks
` [PATCHv2 9/9] ext4: Add extra check in ext4_mb_mark_bb() to prevent against possible corruption

[PATCHv2 REBASED 0/2] jbd2: Kill t_handle_lock transaction spinlock
 2022-02-16  7:00 UTC  (3+ messages)
` [PATCHv2 REBASED 1/2] "
` [PATCHv2 REBASED 2/2] jbd2: Remove CONFIG_JBD2_DEBUG to update t_max_wait

[REPORT] ext4 deadlock possibilities by DEPT
 2022-02-16  6:51 UTC  (8+ messages)
` Report in ext4_buffered_write_iter()
  ` Report in ext4_da_write_begin()
  ` Report in ext4_file_write_iter()
  ` Report in ext4_sync_file()
  ` Report in ksys_write()
  ` Report in __mark_inode_dirty()

[PATCH v2 0/3] Migrate device coherent pages on get_user_pages()
 2022-02-15 21:50 UTC  (12+ messages)
` [PATCH v2 1/3] migrate.c: Remove vma check in migrate_vma_setup()
` [PATCH v2 2/3] mm/gup.c: Migrate device coherent pages when pinning instead of failing

[PATCH v2 0/6] fstests: fix _scratch_mkfs_sized failure handling
 2022-02-15 15:53 UTC  (6+ messages)
` [PATCH v2 1/6] common/rc: fix btrfs mixed mode usage in _scratch_mkfs_sized
` [PATCH v2 2/6] generic/204: remove unnecessary _scratch_mkfs call

[PATCH 1/1] Revert "iomap: fall back to buffered writes for invalidation failures"
 2022-02-14 14:43 UTC  (9+ messages)

W sprawie samochodu
 2022-02-14  8:40 UTC 

[syzbot] WARNING in iomap_iter
 2022-02-14  2:58 UTC  (3+ messages)

[syzbot] kernel BUG in ext4_ind_remove_space
 2022-02-14  1:58 UTC 

[syzbot] kernel BUG in ext4_es_cache_extent
 2022-02-13 23:39 UTC  (3+ messages)

[Bug 213137] New: NVMe device file system corruption immediately after mkfs
 2022-02-12 10:43 UTC  (2+ messages)
` [Bug 213137] "

[syzbot] kernel BUG in ext4_split_extent_at
 2022-02-12  9:25 UTC 

[PATCH] ext4: fix underflow in ext4_max_bitmap_size()
 2022-02-12  5:06 UTC 

[PATCH] ext2: correct max file size computing
 2022-02-12  5:05 UTC 

[syzbot] WARNING in ext4_write_inode (2)
 2022-02-12  0:47 UTC 

[RFC PATCH 0/7] make statx() return I/O alignment information
 2022-02-11 11:45 UTC  (10+ messages)
` [RFC PATCH 1/7] statx: add "
` [RFC PATCH 2/7] fscrypt: change fscrypt_dio_supported() to prepare for STATX_IOALIGN
` [RFC PATCH 3/7] ext4: support STATX_IOALIGN
` [RFC PATCH 4/7] f2fs: move f2fs_force_buffered_io() into file.c
` [RFC PATCH 5/7] f2fs: don't allow DIO reads but not DIO writes
` [RFC PATCH 6/7] f2fs: simplify f2fs_force_buffered_io()
` [RFC PATCH 7/7] f2fs: support STATX_IOALIGN

[PATCH -next v2] ext4:fix file system corrupted when rmdir non empty directory with IO error
 2022-02-11  9:35 UTC 

[syzbot] linux-next boot error: WARNING in jbd2_journal_add_journal_head
 2022-02-11  9:06 UTC 

[PATCH v11 0/5] add support for direct I/O with fscrypt using blk-crypto
 2022-02-11  6:17 UTC  (2+ messages)

[PATCH 00/11] Remove remaining parts of congestion tracking code
 2022-02-10 23:35 UTC  (4+ messages)
` [PATCH 02/11] MM: document and polish read-ahead code


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).