linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-03-03 09:21:29 to 2022-03-14 14:21:09 UTC [more...]

[PATCH] ext4/053: Add support for testing mb_optimize_scan
 2022-03-14 14:20 UTC  (2+ messages)

[PATCH STABLE 5.10 5.4 4.19 4.14] ext4: add check to prevent attempting to resize an fs with sparse_super2
 2022-03-14  8:57 UTC  (2+ messages)

[PATCH v4 00/24] DEPT(Dependency Tracker)
 2022-03-14  6:59 UTC  (35+ messages)
` [PATCH v4 01/24] llist: Move llist_{head,node} definition to types.h
` [PATCH v4 02/24] dept: Implement Dept(Dependency Tracker)
` [PATCH v4 03/24] dept: Embed Dept data in Lockdep
` [PATCH v4 04/24] dept: Add a API for skipping dependency check temporarily
` [PATCH v4 05/24] dept: Apply Dept to spinlock
` [PATCH v4 06/24] dept: Apply Dept to mutex families
` [PATCH v4 07/24] dept: Apply Dept to rwlock
` [PATCH v4 08/24] dept: Apply Dept to wait_for_completion()/complete()
` [PATCH v4 09/24] dept: Apply Dept to seqlock
` [PATCH v4 10/24] dept: Apply Dept to rwsem
` [PATCH v4 11/24] dept: Add proc knobs to show stats and dependency graph
` [PATCH v4 12/24] dept: Introduce split map concept and new APIs for them
` [PATCH v4 13/24] dept: Apply Dept to wait/event of PG_{locked,writeback}
` [PATCH v4 14/24] dept: Apply SDT to swait
` [PATCH v4 15/24] dept: Apply SDT to wait(waitqueue)
` [PATCH v4 16/24] locking/lockdep, cpu/hotplus: Use a weaker annotation in AP thread
` [PATCH v4 17/24] dept: Distinguish each syscall context from another
` [PATCH v4 18/24] dept: Distinguish each work "
` [PATCH v4 19/24] dept: Disable Dept within the wait_bit layer by default
` [PATCH v4 20/24] dept: Add nocheck version of init_completion()
` [PATCH v4 21/24] dept: Disable Dept on struct crypto_larval's completion for now
` [PATCH v4 22/24] dept: Don't create dependencies between different depths in any case
` [PATCH v4 23/24] dept: Let it work with real sleeps in __schedule()
` [PATCH v4 24/24] dept: Disable Dept on that map once it's been handled until next turn

[bug report] e2fsck: Error in deleting parent extent
 2022-03-14  6:29 UTC 

[tytso-ext4:dev] BUILD SUCCESS f7d6c24543c3b4b936db29f627014e71feb95214
 2022-03-13 16:57 UTC 

[PATCH v2] ext4: truncate during setxattr leads to kernel panic
 2022-03-12 23:18 UTC 

[PATCH] doc: Fixed a bug in ext4 document
 2022-03-13  4:45 UTC  (2+ messages)

[PATCH 1/2] ext4: Make mb_optimize_scan option work with set/unset mount cmd
 2022-03-13  4:45 UTC  (4+ messages)
` [PATCH 2/2] ext4: Make mb_optimize_scan performance mount option work with extents

[PATCHv3 00/10] ext4: Improve FC trace events
 2022-03-13  4:45 UTC  (13+ messages)
` [PATCHv3 01/10] ext4: Remove unused enum EXT4_FC_COMMIT_FAILED
` [PATCHv3 02/10] ext4: Fix ext4_fc_stats trace point
` [PATCHv3 03/10] ext4: Convert ext4_fc_track_dentry type events to use event class
` [PATCHv3 04/10] ext4: Do not call FC trace event in ext4_fc_commit() if FS does not support FC
` [PATCHv3 05/10] ext4: Return early for non-eligible fast_commit track events
` [PATCHv3 06/10] ext4: Add new trace event in ext4_fc_cleanup
` [PATCHv3 07/10] ext4: Add transaction tid info in fc_track events
` [PATCHv3 08/10] ext4: Add commit_tid info in jbd debug log
` [PATCHv3 09/10] ext4: Add commit tid info in ext4_fc_commit_start/stop trace events
` [PATCHv3 10/10] ext4: Fix remaining two trace events to use same printk convention

[PATCH] ext4: Warn when dirtying page without buffers in data=journal mode
 2022-03-13  4:45 UTC  (2+ messages)

[Bug 215676] New: fanotify Ignoring/Excluding a Directory not working with FAN_MARK_MOUNT
 2022-03-12 11:19 UTC 

[PATCH v1 0/3] split vm_normal_pages for LRU and non-LRU handling
 2022-03-11 17:08 UTC  (8+ messages)
` [PATCH v1 1/3] mm: "
` [PATCH v1 2/3] tools: add more gup configs to hmm_gup selftests
` [PATCH v1 3/3] tools: add selftests to hmm for COW in device memory

[PATCHv2 00/10] ext4: Improve FC trace events
 2022-03-11 16:42 UTC  (22+ messages)
` [PATCHv2 01/10] ext4: Remove unused enum EXT4_FC_COMMIT_FAILED
` [PATCHv2 02/10] ext4: Fix ext4_fc_stats trace point
` [PATCHv2 03/10] ext4: Convert ext4_fc_track_dentry type events to use event class
` [PATCHv2 04/10] ext4: Do not call FC trace event in ext4_fc_commit() if FS does not support FC
` [PATCHv2 05/10] ext4: Return early for non-eligible fast_commit track events
` [PATCHv2 06/10] ext4: Add new trace event in ext4_fc_cleanup
` [PATCHv2 07/10] ext4: Add transaction tid info in fc_track events
` [PATCHv2 08/10] ext4: Add commit_tid info in jbd debug log
` [PATCHv2 09/10] ext4: Add commit tid info in ext4_fc_commit_start/stop trace events
` [PATCHv2 10/10] ext4: Fix remaining two trace events to use same printk convention

PROBLEM: EXT4 checksumming issues
 2022-03-11 14:21 UTC 

[PATCH] mke2fs: Add extended option for prezeroed storage devices
 2022-03-11  9:49 UTC  (4+ messages)
` [PATCH v2] "

[PATCH v2 0/5] ext4: improve commit path performance for fast commit
 2022-03-11  8:25 UTC  (14+ messages)
` [PATCH v2 1/5] ext4: convert i_fc_lock to spinlock
` [PATCH v2 2/5] ext4: for committing inode, make ext4_fc_track_inode wait
` [PATCH v2 3/5] ext4: rework fast commit commit path
` [PATCH v2 4/5] ext4: drop i_fc_updates from inode fc info
` [PATCH v2 5/5] ext4: update code documentation

[PATCH] ext4: fix fallocate to use file_modified to update permissions consistently
 2022-03-10 17:44 UTC  (4+ messages)
` [PATCH RFC] fstests: ensure we drop suid after fallocate

Report 2 in ext4 and journal based on v5.17-rc1
 2022-03-10  1:45 UTC  (16+ messages)

[RFC 0/9] ext4: Improve FC trace events and discuss one FC failure
 2022-03-10  1:22 UTC  (3+ messages)

[PATCH 0/5] ext4: improve commit path performance for fast commit
 2022-03-09  9:52 UTC  (12+ messages)
` [PATCH 1/5] ext4: convert i_fc_lock to spinlock
` [PATCH 2/5] ext4: drop i_fc_updates from inode fc info
` [PATCH 3/5] ext4: for committing inode, make ext4_fc_track_inode wait
` [PATCH 4/5] ext4: rework fast commit commit path
` [PATCH 5/5] ext4: update code documentation

Napływ Klientów ze strony
 2022-03-09  8:55 UTC 

BUG in ext4_ind_remove_space
 2022-03-08 17:58 UTC  (9+ messages)

[PATCH v2 0/2] tests/ext4: Ensure resizes with sparse_super2 are handled correctly
 2022-03-08 10:16 UTC  (2+ messages)

Wycena paneli fotowoltaicznych
 2022-03-08  8:29 UTC 

remove bio_devname
 2022-03-07 16:56 UTC  (27+ messages)
` [PATCH 01/10] block: fix and cleanup bio_check_ro
` [PATCH 02/10] block: remove handle_bad_sector
` [PATCH 03/10] pktcdvd: remove a pointless debug check in pkt_submit_bio
` [PATCH 04/10] dm-crypt: stop using bio_devname
` [PATCH 05/10] dm-integrity: "
` [PATCH 06/10] md-multipath: "
` [PATCH 07/10] raid1: "
` [PATCH 08/10] raid5-ppl: "
` [PATCH 09/10] ext4: "
` [PATCH 10/10] block: remove bio_devname

[tytso-ext4:dev] BUILD SUCCESS cc5095747edfb054ca2068d01af20be3fcc3634f
 2022-03-07  5:41 UTC 

[PATCH 00/11] Remove remaining parts of congestion tracking code
 2022-03-04 11:14 UTC  (13+ messages)
` [PATCH 03/11] MM: improve cleanup when ->readpages doesn't process all pages
` [PATCH 04/11] fuse: remove reliance on bdi congestion
` [PATCH 06/11] ceph: "

Report 1 in ext4 and journal based on v5.17-rc1
 2022-03-04  1:56 UTC  (12+ messages)
` Report 2 "

[PATCH v3 00/21] DEPT(Dependency Tracker)
 2022-03-04  0:28 UTC  (8+ messages)

[PATCH 4/8] mm: thp: only regular file could be THP eligible
 2022-03-03 19:14 UTC  (4+ messages)

[tytso-ext4:dev] BUILD SUCCESS fe0aa5149f30e3803cdd60427cc8074504ebccba
 2022-03-03 18:36 UTC 

[PATCH v3] ext4: fix underflow in ext4_max_bitmap_size()
 2022-03-03 15:14 UTC  (2+ messages)

[PATCH v3] ext4:fix file system corrupted when rmdir non empty directory with IO error
 2022-03-03 15:14 UTC  (2+ messages)

[PATCH -next] ext4: Fix ext4_mb_clear_bb() kernel-doc comment
 2022-03-03 15:14 UTC  (2+ messages)

[PATCH] ext4: remove redundant assignment to variable split_flag1
 2022-03-03 15:14 UTC  (2+ messages)

[PATCHv2 0/1] ext4: Performance scalability improvement with fast_commit
 2022-03-03 15:14 UTC  (2+ messages)

[PATCH] ext4: use time_is_before_jiffies() instead of open coding it
 2022-03-03 15:14 UTC  (2+ messages)

[REPORT] kernel BUG at fs/ext4/inode.c:2620 - page_buffers()
 2022-03-03 14:38 UTC  (8+ messages)
` [PATCH -v2] ext4: don't BUG if kernel subsystems dirty pages without asking ext4 first
      ` [PATCH -v3] "
        ` [PATCH -v4] "
          ` [PATCH -v5] ext4: don't BUG if someone "

[PATCH 0/8] Make khugepaged collapse readonly FS THP more consistent
 2022-03-03 10:53 UTC  (5+ messages)
` [PATCH 2/8] mm: khugepaged: remove redundant check for VM_NO_KHUGEPAGED


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