linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-02-16 02:36:45 to 2022-02-24 18:10:41 UTC [more...]

[PATCH 00/11] Remove remaining parts of congestion tracking code
 2022-02-24 18:10 UTC  (3+ messages)
` [PATCH 08/11] Remove bdi_congested() and wb_congested() and related functions

[RFC 0/9] ext4: Improve FC trace events and discuss one FC failure
 2022-02-24 11:43 UTC  (25+ messages)
` [RFC 1/9] ext4: Remove unused enum EXT4_FC_COMMIT_FAILED
` [RFC 2/9] ext4: Fix ext4_fc_stats trace point
` [RFC 3/9] ext4: Add couple of more fast_commit tracepoints
` [RFC 4/9] ext4: Do not call FC trace event if FS does not support FC
` [RFC 5/9] ext4: Add commit_tid info in jbd debug log
` [RFC 6/9] ext4: Add commit tid info in ext4_fc_commit_start/stop trace events
` [RFC 7/9] ext4: Fix remaining two trace events to use same printk convention
` [RFC 8/9] ext4: Convert ext4_fc_track_dentry type events to use event class
` [RFC 9/9] ext4: fast_commit missing tracking updates to a file
  ` [External] "

[PATCH 00/11] Remove remaining parts of congestion tracking code
 2022-02-24 11:30 UTC  (15+ messages)
` [PATCH 03/11] MM: improve cleanup when ->readpages doesn't process all pages
` [PATCH 02/11] MM: document and polish read-ahead code
` [PATCH 10/11] block/bfq-iosched.c: use "false" rather than "BLK_RW_ASYNC"
` [PATCH 09/11] f2fs: replace congestion_wait() calls with io_schedule_timeout()
` [PATCH 11/11] Remove congestion tracking framework
` [PATCH 06/11] ceph: remove reliance on bdi congestion
` [PATCH 07/11] Remove inode_congested()
` [PATCH 01/11] DOC: convert 'subsection' to 'section' in gfp.h
` [PATCH 04/11] fuse: remove reliance on bdi congestion
` [PATCH 08/11] Remove bdi_congested() and wb_congested() and related functions
` [PATCH 05/11] nfs: remove reliance on bdi congestion

[REPORT] kernel BUG at fs/ext4/inode.c:2620 - page_buffers()
 2022-02-24 10:29 UTC  (15+ messages)

[PATCH 00/16] DEPT(Dependency Tracker)
 2022-02-24 10:22 UTC  (44+ 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 "

Ruch z pierwszej pozycji w Google
 2022-02-24  9:05 UTC 

[PATCH v2] resize2fs: resize2fs disk hardlinks will be error
 2022-02-24  8:28 UTC  (2+ messages)

simple file system cleanups for the new bio_alloc calling conventions
 2022-02-23 15:25 UTC  (5+ messages)
` [PATCH 1/3] mpage: pass the operation to bio_alloc
` [PATCH 2/3] ext4: "
` [PATCH 3/3] nilfs2: "

[BUG] NEVER dereference pointers from the tracing ring buffer!
 2022-02-22 20:46 UTC  (2+ messages)

[PATCH v2 00/18] DEPT(Dependency Tracker)
 2022-02-22 19:25 UTC  (20+ 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 v2 0/2] tests/ext4: Ensure resizes with sparse_super2 are handled correctly
 2022-02-22 17:50 UTC  (3+ messages)
` [PATCH v2 1/2] src/ext4_resize.c: Refactor code and ensure accurate errno is returned
` [PATCH v2 2/2] ext4: Test to ensure resize with sparse_super2 is handled correctly

Regarding ext4 extent allocation strategy
 2022-02-22  2:48 UTC  (4+ messages)

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 v6 01/10] mm: add zone device coherent type memory support
 2022-02-18 19:37 UTC  (25+ 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()


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