Linux-ext4 Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-01-26 20:25:13 to 2023-02-07 14:24:02 UTC [more...]

[PATCH v3 0/2] fix extents need to be restored when ext4_ext_insert_extent failed
 2023-02-07 14:23 UTC  (4+ messages)
` [PATCH v3 1/2] ext4: fix inode tree inconsistency caused by ENOMEM in ext4_split_extent_at
` [PATCH v3 2/2] ext4: restore len when ext4_ext_insert_extent failed

[PATCH v2] ext4: make dioread_nolock consistent in each mapping round
 2023-02-07 12:41 UTC 

[PATCH] ext4: make dioread_nolock consistent in each mapping round
 2023-02-07  8:13 UTC  (2+ messages)

[PATCH] ext4: extents: Modify the return value variable type and initialize the assignment
 2023-02-08 19:34 UTC 

[PATCH] ext4: ialloc: Remove variables defined more than once in a function
 2023-02-07 23:36 UTC 

[PATCH v2 00/11] fsverity: support for non-4K pages
 2023-02-03 22:01 UTC  (2+ messages)

[PATCH] fscrypt: support decrypting data from large folios
 2023-02-03 21:57 UTC  (4+ messages)

[PATCH v2 0/7] Support negative dentries on case-insensitive ext4 and f2fs
 2023-02-03 21:00 UTC  (8+ messages)
` [PATCH v2 1/7] fs: Expose name under lookup to d_revalidate hook
` [PATCH v2 2/7] fs: Add DCACHE_CASEFOLD_LOOKUP flag
` [PATCH v2 3/7] libfs: Validate negative dentries in case-insensitive directories
` [PATCH v2 4/7] libfs: Support revalidation of encrypted case-insensitive dentries
` [PATCH v2 5/7] libfs: Merge encrypted_ci_dentry_ops and ci_dentry_ops
` [PATCH v2 6/7] ext4: Enable negative dentries on case-insensitive lookup
` [PATCH v2 7/7] f2fs: "

[PATCH] ext4: fix cgroup writeback accounting with fs-layer encryption
 2023-02-03 18:19 UTC  (2+ messages)

[syzbot] [ext4?] INFO: task hung in ext4_evict_ea_inode
 2023-02-03 18:07 UTC  (3+ messages)

[PATCH 0/5] Fix a minor POSIX conformance problem
 2023-02-03 16:35 UTC  (16+ messages)
` [PATCH 1/5] truncate: Zero bytes after 'oldsize' if we're expanding the file
` [PATCH 2/5] ext4: "
` [PATCH 3/5] tmpfs: "
` [PATCH 4/5] afs: "
` [PATCH 5/5] btrfs: "
` [PATCH 6/5] generic: test ftruncate zeroes bytes after EOF

[syzbot] [ntfs3?] [btrfs?] BUG: unable to handle kernel paging request in clear_user_rep_good
 2023-02-03 16:32 UTC  (2+ messages)

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

[PATCH] fscrypt: Copy the memcg information to the ciphertext page
 2023-02-03  6:29 UTC  (8+ messages)

[RFC PATCH v2 0/2] ext4, jbd2: journal cycled record transactions between each mounts
 2023-02-02 14:22 UTC  (3+ messages)
` [RFC PATCH v2 1/2] jbd2: cycled record log on clean journal logging area
` [RFC PATCH v2 2/2] ext4: add journal cycled recording support

[PATCH] debugfs: check first journal block type when a tail-to-head reversal occurs in logdump
 2023-02-02 14:20 UTC 

[syzbot] WARNING in ext4_expand_extra_isize_ea
 2023-02-02 13:09 UTC  (3+ messages)

[syzbot] [ext4?] KASAN: slab-out-of-bounds Read in ext4_group_desc_csum
 2023-02-02  6:54 UTC 

[PATCH 0/5] fix error flag covered by journal recovery
 2023-02-01 19:26 UTC  (8+ 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

[PATCH v9 00/25] DEPT(Dependency Tracker)
 2023-02-01 17:42 UTC  (29+ 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}

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

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)

[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 

[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  (17+ messages)
` [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 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 24/31] ext4: Convert ext4_mpage_readpages() to work on folios

[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] 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)

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


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 read-only IMAP folder(s) and NNTP newsgroup(s).