linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-02-28 09:58:00 to 2022-03-10 01:44:40 UTC [more...]

[PATCH] doc: Fixed a bug in ext4 document
 2022-03-10  1:44 UTC 

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

[PATCH v4 00/24] DEPT(Dependency Tracker)
 2022-03-09 23:43 UTC  (32+ 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

[PATCH v2 0/5] ext4: improve commit path performance for fast commit
 2022-03-09 10:19 UTC  (11+ 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 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 

[PATCH] ext4: fix fallocate to use file_modified to update permissions consistently
 2022-03-08 18:50 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)

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

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/16] DEPT(Dependency Tracker)
 2022-03-07  2:43 UTC  (30+ messages)
` Report 1 in ext4 and journal based on v5.17-rc1
  ` Report 2 "

[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: "

[PATCH v3 00/21] DEPT(Dependency Tracker)
 2022-03-04  0:28 UTC  (20+ messages)
` [PATCH v3 01/21] llist: Move llist_{head,node} definition to types.h
` [PATCH v3 04/21] dept: Add a API for skipping dependency check temporarily
` [PATCH v3 05/21] dept: Apply Dept to spinlock
` [PATCH v3 08/21] dept: Apply Dept to wait_for_completion()/complete()
` [PATCH v3 09/21] dept: Apply Dept to seqlock
` [PATCH v3 12/21] dept: Introduce split map concept and new APIs for them
` [PATCH v3 13/21] dept: Apply Dept to wait/event of PG_{locked,writeback}
` [PATCH v3 14/21] dept: Apply SDT to swait
` [PATCH v3 16/21] locking/lockdep, cpu/hotplus: Use a weaker annotation in AP thread
` [PATCH v3 18/21] dept: Distinguish each work from another
` [PATCH v3 19/21] dept: Disable Dept within the wait_bit layer by default

[PATCH 0/8] Make khugepaged collapse readonly FS THP more consistent
 2022-03-03 19:14 UTC  (19+ messages)
` [PATCH 1/8] sched: coredump.h: clarify the use of MMF_VM_HUGEPAGE
` [PATCH 2/8] mm: khugepaged: remove redundant check for VM_NO_KHUGEPAGED
` [PATCH 3/8] mm: khugepaged: skip DAX vma
` [PATCH 4/8] mm: thp: only regular file could be THP eligible
` [PATCH 5/8] mm: khugepaged: make khugepaged_enter() void function
` [PATCH 6/8] mm: khugepaged: move some khugepaged_* functions to khugepaged.c
` [PATCH 7/8] mm: khugepaged: introduce khugepaged_enter_file() helper
` [PATCH 8/8] fs: register suitable readonly vmas for khugepaged

[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  (3+ 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  (9+ 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 -next] ext4: Fix remount with 'abort' option isn't effective
 2022-03-03  0:41 UTC  (5+ messages)
` [PATCH] ext4: fix remount with 'abort' option

[PATCHv2 REBASED 0/2] jbd2: Kill t_handle_lock transaction spinlock
 2022-03-03  0:41 UTC  (2+ messages)

[PATCH] jbd2: Fix use-after-free of transaction_t race
 2022-03-03  0:41 UTC  (2+ messages)

[PATCHv2 0/9] ext4: fast_commit fixes, stricter block checking & cleanups
 2022-03-03  0:41 UTC  (2+ messages)

[PATCH v6 01/10] mm: add zone device coherent type memory support
 2022-03-01 16:32 UTC  (8+ messages)
` [PATCH] mm: split vm_normal_pages for LRU and non-LRU handling

[PATCH] tests: fix ACL-printing tests
 2022-03-01  4:17 UTC 

[PATCH] debugfs: allow <inode> for ncheck
 2022-03-01  4:10 UTC 

Parallel fsck performance degradation case discussion
 2022-03-01  2:57 UTC 

[PATCH RESEND] misc: fix chattr usage message for project ID
 2022-03-01  0:11 UTC 

[PATCH] e2fsck: no parent lookup in disconnected dir
 2022-03-01  0:02 UTC  (2+ messages)

[PATCH] e2fsck: map PROMPT_* values to prompt messages
 2022-02-28 23:58 UTC  (5+ messages)

[PATCH 1/3] resize2fs: remove unused variable 'c'
 2022-02-28 23:51 UTC  (5+ messages)
` [PATCH 3/3] e2fsprogs: use mallinfo2 instead of mallinfo if available


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