linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-01-25 18:39:55 to 2023-02-01 13:16:14 UTC [more...]

[PATCH v3 00/10] acl: drop posix acl handlers from xattr handlers
 2023-02-01 13:14 UTC  (2+ messages)
` [PATCH v3 05/10] fs: simplify ->listxattr() implementation

[PATCH 0/5] fix error flag covered by journal recovery
 2023-02-01 13:05 UTC  (7+ messages)
` [PATCH 1/5] jbd2: introduce callback for recovery journal
` [PATCH 2/5] ext4: introudce helper for jounral recover handle
` [PATCH 3/5] ext4: fix error flag covered by journal recovery
` [PATCH 4/5] ext4: fix super block checksum error
` [PATCH 5/5] ext4: make sure fs error flag setted before clear journal error

kernel BUG in ext4_free_blocks (2)
 2023-02-01 12:45 UTC 

Bug: Buffer I/O error with an ext4 filesystem inside a file
 2023-02-01 10:37 UTC 

Faktoring
 2023-02-01  9:06 UTC 

[RFC PATCH 2/2] ext4: add journal cycled recording support
 2023-02-01  9:29 UTC  (3+ messages)

[PATCH] fscrypt: Copy the memcg information to the ciphertext page
 2023-02-01  6:31 UTC  (5+ messages)

[e2fsprogs PATCH] lib/support: don't assume qsort_r() is always available on Linux
 2023-02-01  5:54 UTC  (2+ messages)

[PATCH] e4defrag: avoid potential buffer overflow caused by very long file names
 2023-02-01  5:24 UTC 

[PATCH v9 00/25] DEPT(Dependency Tracker)
 2023-02-01  3:19 UTC  (28+ messages)
` [PATCH v9 01/25] llist: Move llist_{head,node} definition to types.h
` [PATCH v9 02/25] dept: Implement Dept(Dependency Tracker)
` [PATCH v9 03/25] dept: Add single event dependency tracker APIs
` [PATCH v9 04/25] dept: Add lock "
` [PATCH v9 05/25] dept: Tie to Lockdep and IRQ tracing
` [PATCH v9 06/25] dept: Add proc knobs to show stats and dependency graph
` [PATCH v9 07/25] dept: Apply sdt_might_sleep_{start,end}() to wait_for_completion()/complete()
` [PATCH v9 08/25] dept: Apply sdt_might_sleep_{start,end}() to PG_{locked,writeback} wait
` [PATCH v9 09/25] dept: Apply sdt_might_sleep_{start,end}() to swait
` [PATCH v9 10/25] dept: Apply sdt_might_sleep_{start,end}() to waitqueue wait
` [PATCH v9 11/25] dept: Apply sdt_might_sleep_{start,end}() to hashed-waitqueue wait
` [PATCH v9 12/25] dept: Distinguish each syscall context from another
` [PATCH v9 13/25] dept: Distinguish each work "
` [PATCH v9 14/25] dept: Add a mechanism to refill the internal memory pools on running out
` [PATCH v9 15/25] locking/lockdep, cpu/hotplus: Use a weaker annotation in AP thread
` [PATCH v9 16/25] dept: Apply sdt_might_sleep_{start,end}() to dma fence wait
` [PATCH v9 17/25] dept: Track timeout waits separately with a new Kconfig
` [PATCH v9 18/25] dept: Apply timeout consideration to wait_for_completion()/complete()
` [PATCH v9 19/25] dept: Apply timeout consideration to swait
` [PATCH v9 20/25] dept: Apply timeout consideration to waitqueue wait
` [PATCH v9 21/25] dept: Apply timeout consideration to hashed-waitqueue wait
` [PATCH v9 22/25] dept: Apply timeout consideration to dma fence wait
` [PATCH v9 23/25] dept: Record the latest one out of consecutive waits of the same class
` [PATCH v9 24/25] dept: Make Dept able to work with an external wgen
` [PATCH v9 25/25] dept: Track the potential waits of PG_{locked,writeback}

[RFC v6 00/10] Turn iomap_page_ops into iomap_folio_ops
 2023-01-31 21:33 UTC  (4+ messages)
` [RFC v6 05/10] iomap/gfs2: Get page in page_prepare handler

[PATCH v4] fcntl: Add 32bit filesystem mode
 2023-01-31 16:12 UTC  (2+ messages)

[Bug 216981] New: Online resize of ext3 file system stuck
 2023-01-31 16:01 UTC  (3+ messages)
` [Bug 216981] Online file system resize stuck for ext3

[PATCH 0/3] e2fsprogs: fix deadlock issus in unix_io on write errors
 2023-01-31  6:15 UTC  (4+ messages)
` [PATCH 1/3] libext2fs: unix_io: add flag which suppresses calling the write error handler
` [PATCH 2/3] libext2fs: unix_io: fix potential error path deadlock in reuse_cache()
` [PATCH 3/3] libext2fs: unix_io: fix_potential error path deadlock in flush_cached_blocks()

[PATCH] unix_io.c: fix deadlock problem in unix_write_blk64
 2023-01-31  3:12 UTC  (3+ messages)

EXT4 IOPS degradation between 4.14 and 5.10
 2023-01-30 17:45 UTC  (5+ messages)

[PATCH v2 0/8] acl: remove generic posix acl handlers from all xattr handlers
 2023-01-30 16:52 UTC  (3+ messages)
` [PATCH v2 6/8] fs: simplify ->listxattr() implementation

[PATCH] ext4: fix incorrect options show of original mount_opt and extend mount_opt2
 2023-01-30 11:11 UTC  (2+ messages)

[PATCH 00/12] acl: remove remaining posix acl handlers
 2023-01-30 10:23 UTC  (4+ messages)

[PATCH 0/4] e2fsprogs: a few more warning fixes
 2023-01-30  5:09 UTC  (9+ messages)
` [PATCH 1/4] ci.yml: ensure -Werror really gets used in all cases
` [PATCH 2/4] debugfs: fix a -Wformat warning in dump_journal()
` [PATCH 3/4] lib/ext2fs: don't warn about lack of getmntent on Windows
` [PATCH 4/4] lib/uuid: remove unneeded Windows UUID workaround

[PATCH v8 00/25] DEPT(Dependency Tracker)
 2023-01-29  8:56 UTC  (29+ messages)
` [PATCH v8 01/25] llist: Move llist_{head,node} definition to types.h
` [PATCH v8 02/25] dept: Implement Dept(Dependency Tracker)
` [PATCH v8 03/25] dept: Add single event dependency tracker APIs
` [PATCH v8 04/25] dept: Add lock "
` [PATCH v8 05/25] dept: Tie to Lockdep and IRQ tracing
` [PATCH v8 06/25] dept: Add proc knobs to show stats and dependency graph
` [PATCH v8 07/25] dept: Apply sdt_might_sleep_{start,end}() to wait_for_completion()/complete()
` [PATCH v8 08/25] dept: Apply sdt_might_sleep_{start,end}() to PG_{locked,writeback} wait
` [PATCH v8 09/25] dept: Apply sdt_might_sleep_{start,end}() to swait
` [PATCH v8 10/25] dept: Apply sdt_might_sleep_{start,end}() to waitqueue wait
` [PATCH v8 11/25] dept: Apply sdt_might_sleep_{start,end}() to hashed-waitqueue wait
` [PATCH v8 12/25] dept: Distinguish each syscall context from another
` [PATCH v8 13/25] dept: Distinguish each work "
` [PATCH v8 14/25] dept: Add a mechanism to refill the internal memory pools on running out
` [PATCH v8 15/25] locking/lockdep, cpu/hotplus: Use a weaker annotation in AP thread
` [PATCH v8 16/25] dept: Apply sdt_might_sleep_{start,end}() to dma fence wait
` [PATCH v8 17/25] dept: Track timeout waits separately with a new Kconfig
` [PATCH v8 18/25] dept: Apply timeout consideration to wait_for_completion()/complete()
` [PATCH v8 19/25] dept: Apply timeout consideration to swait
` [PATCH v8 20/25] dept: Apply timeout consideration to waitqueue wait
` [PATCH v8 21/25] dept: Apply timeout consideration to hashed-waitqueue wait
` [PATCH v8 22/25] dept: Apply timeout consideration to dma fence wait
` [PATCH v8 23/25] dept: Record the latest one out of consecutive waits of the same class
` [PATCH v8 24/25] dept: Make Dept able to work with an external wgen
` [PATCH v8 25/25] dept: Track the potential waits of PG_{locked,writeback}

[PATCH 00/31] Convert most of ext4 to folios
 2023-01-28 19:07 UTC  (40+ messages)
` [PATCH 01/31] fs: Add FGP_WRITEBEGIN
` [PATCH 02/31] fscrypt: Add some folio helper functions
` [PATCH 03/31] ext4: Convert ext4_bio_write_page() to use a folio
` [PATCH 04/31] ext4: Convert ext4_finish_bio() to use folios
` [PATCH 05/31] ext4: Convert ext4_writepage() to use a folio
` [PATCH 06/31] ext4: Turn mpage_process_page() into mpage_process_folio()
` [PATCH 07/31] ext4: Convert mpage_submit_page() to mpage_submit_folio()
` [PATCH 08/31] ext4: Convert ext4_bio_write_page() to ext4_bio_write_folio()
` [PATCH 09/31] ext4: Convert ext4_readpage_inline() to take a folio
` [PATCH 10/31] ext4: Convert ext4_convert_inline_data_to_extent() to use "
` [PATCH 11/31] ext4: Convert ext4_try_to_write_inline_data() "
` [PATCH 12/31] ext4: Convert ext4_da_convert_inline_data_to_extent() "
` [PATCH 13/31] ext4: Convert ext4_da_write_inline_data_begin() "
` [PATCH 14/31] ext4: Convert ext4_read_inline_page() to ext4_read_inline_folio()
` [PATCH 15/31] ext4: Convert ext4_write_inline_data_end() to use a folio
` [PATCH 16/31] ext4: Convert ext4_write_begin() "
` [PATCH 17/31] ext4: Convert ext4_write_end() "
` [PATCH 18/31] ext4: Use a folio in ext4_journalled_write_end()
` [PATCH 19/31] ext4: Convert ext4_journalled_zero_new_buffers() to use a folio
` [PATCH 20/31] ext4: Convert __ext4_block_zero_page_range() "
` [PATCH 21/31] ext4: Convert __ext4_journalled_writepage() to take "
` [PATCH 22/31] ext4: Convert ext4_page_nomap_can_writeout() "
` [PATCH 23/31] ext4: Use a folio in ext4_da_write_begin()
` [PATCH 24/31] ext4: Convert ext4_mpage_readpages() to work on folios
` [PATCH 25/31] ext4: Convert ext4_block_write_begin() to take a folio
` [PATCH 26/31] ext4: Convert ext4_writepage() "
` [PATCH 27/31] ext4: Use a folio in ext4_page_mkwrite()
` [PATCH 28/31] ext4: Use a folio iterator in __read_end_io()
` [PATCH 29/31] ext4: Convert mext_page_mkuptodate() to take a folio
` [PATCH 30/31] ext4: Convert pagecache_read() to use "
` [PATCH 31/31] ext4: Use a folio in ext4_read_merkle_tree_page

[RFC PATCH 0/2] ext4, jbd2: journal cycled record transactions
 2023-01-28  6:49 UTC  (4+ messages)
` [RFC PATCH 1/2] jbd2: cycled record log on clean journal logging area

[PATCH] fscrypt: support decrypting data from large folios
 2023-01-27 23:41 UTC  (3+ messages)

[PATCH] Fix typos
 2023-01-26 15:49 UTC  (2+ messages)

[PATCH] mmp:fix wrong comparison in ext2fs_mmp_stop
 2023-01-26 16:01 UTC  (2+ messages)

[PATCH v3 0/8] ext4: Convert inode preallocation list to an rbtree
 2023-01-27 14:43 UTC  (7+ messages)
` [PATCH v3 7/8] ext4: Use rbtrees to manage PAs instead of inode i_prealloc_list

[RFC 00/11] multiblock allocator improvements
 2023-01-27 12:37 UTC  (12+ messages)
` [RFC 01/11] ext4: mballoc: Remove useless setting of ac_criteria
` [RFC 02/11] ext4: Remove unused extern variables declaration
` [RFC 03/11] ext4: mballoc: Fix getting the right group desc in ext4_mb_prefetch_fini
` [RFC 04/11] ext4: Convert mballoc cr (criteria) to enum
` [RFC 05/11] ext4: Add per CR extent scanned counter
` [RFC 06/11] ext4: Add counter to track successful allocation of goal length
` [RFC 07/11] ext4: Avoid scanning smaller extents in BG during CR1
` [RFC 08/11] ext4: Don't skip prefetching BLOCK_UNINIT groups
` [RFC 09/11] ext4: Ensure ext4_mb_prefetch_fini() is called for all prefetched BGs
` [RFC 10/11] ext4: Abstract out logic to search average fragment list
` [RFC 11/11] ext4: Add allocation criteria 1.5 (CR1_5)

[syzbot] [ext4?] possible deadlock in ext4_xattr_set_handle (3)
 2023-01-27  7:13 UTC  (3+ messages)

[PATCH 1/5] fs: ext4: initialize fsdata in pagecache_write()
 2023-01-26 21:09 UTC  (5+ messages)
` [PATCH 3/5] fs: f2fs: "

return an ERR_PTR from __filemap_get_folio v2
 2023-01-26 17:24 UTC  (3+ messages)
` [PATCH 7/7] mm: return an ERR_PTR from __filemap_get_folio

[PATCH v2 0/6] introduce vm_flags modifier functions
 2023-01-26 17:07 UTC  (23+ messages)
` [PATCH v2 1/6] mm: introduce vma->vm_flags "
` [PATCH v2 2/6] mm: replace VM_LOCKED_CLEAR_MASK with VM_LOCKED_MASK
` [PATCH v2 3/6] mm: replace vma->vm_flags direct modifications with modifier calls
` [PATCH v2 4/6] mm: replace vma->vm_flags indirect modification in ksm_madvise
` [PATCH v2 5/6] mm: introduce mod_vm_flags_nolock and use it in untrack_pfn
` [PATCH v2 6/6] mm: export dump_mm()

[PATCH AUTOSEL 6.1 35/35] ext4: deal with legacy signed xattr name hash values
 2023-01-26 14:12 UTC  (5+ messages)

[PATCH v8 RESEND 0/8] fs: clean up internal i_version handling
 2023-01-26 12:02 UTC  (13+ messages)
` [PATCH v8 RESEND 1/8] fs: uninline inode_query_iversion
` [PATCH v8 RESEND 2/8] fs: clarify when the i_version counter must be updated
` [PATCH v8 RESEND 3/8] vfs: plumb i_version handling into struct kstat

[PATCH] ext4: Fix possible corruption when moving a directory
 2023-01-26 11:22 UTC 

[PATCH] tune2fs:check return value of ext2fs_mmp_update2 in rewrite_metadata_checksums
 2023-01-26  3:50 UTC  (2+ messages)

[PATCH] e2scrub_all: fix typo in manpage
 2023-01-26  3:50 UTC  (2+ messages)

[PATCH] e2fsck: optimize clone_file on large devices
 2023-01-26  3:50 UTC  (2+ 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).