linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-02-09 22:32:15 to 2022-02-19 09:54:25 UTC [more...]

[PATCH 00/16] DEPT(Dependency Tracker)
 2022-02-19  9:54 UTC  (33+ 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 "

[PATCH 0/2] tests/ext4: Ensure resizes with sparse_super2 are handled correctly
 2022-02-19  7:22 UTC  (6+ 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 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

[RFC 0/1] ext4: Performance scalability improvement with fast_commit
 2022-02-18 19:29 UTC  (5+ messages)
` [RFC 1/1] ext4: Improve fast_commit performance and scalability

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

[PATCH v3 0/6] fstests: fix _scratch_mkfs_sized failure handling
 2022-02-18  7:31 UTC  (7+ 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

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  (13+ 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  (10+ 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 v2 4/6] ext4/021: check _scratch_mkfs_sized return code
` [PATCH v2 6/6] common: factor out xfs unique part from _filter_mkfs

[PATCH 1/1] Revert "iomap: fall back to buffered writes for invalidation failures"
 2022-02-14 14:43 UTC  (12+ 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  (15+ messages)
` [PATCH 11/11] Remove congestion tracking framework
` [PATCH 04/11] fuse: remove reliance on bdi congestion
` [PATCH 05/11] nfs: "
` [PATCH 09/11] f2fs: replace congestion_wait() calls with io_schedule_timeout()
` [PATCH 06/11] ceph: remove reliance on bdi congestion
` [PATCH 03/11] MM: improve cleanup when ->readpages doesn't process all pages
` [PATCH 10/11] block/bfq-iosched.c: use "false" rather than "BLK_RW_ASYNC"
` [PATCH 08/11] Remove bdi_congested() and wb_congested() and related functions
` [PATCH 01/11] DOC: convert 'subsection' to 'section' in gfp.h
` [PATCH 02/11] MM: document and polish read-ahead code
` [PATCH 07/11] Remove inode_congested()

[RFC PATCH] jbd2: avoid __GFP_ZERO with SLAB_TYPESAFE_BY_RCU
 2022-02-10 20:08 UTC  (11+ messages)

[PATCH] jbd2: Fix use-after-free of transaction_t race
 2022-02-10 19:15 UTC  (2+ messages)

[syzbot] KASAN: use-after-free Read in jbd2_journal_wait_updates
 2022-02-10 15:57 UTC  (4+ messages)

[powerpc] Warning mm/slub.c:3246 during boot (next-20220210) w/ext4
 2022-02-10 13:49 UTC  (2+ messages)

[syzbot] KCSAN: data-race in copy_page_to_iter / strncpy (4)
 2022-02-10 10:50 UTC 

[PATCH v10 0/5] add support for direct I/O with fscrypt using blk-crypto
 2022-02-10  4:03 UTC  (11+ 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).