linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-09-20 13:16:20 to 2019-10-03 11:34:59 UTC [more...]

[PATCH v4 0/8] ext4: port direct I/O to iomap infrastructure
 2019-10-03 11:34 UTC  (8+ messages)
` [PATCH v4 1/8] ext4: move out iomap field population into separate helper
` [PATCH v4 2/8] ext4: move out IOMAP_WRITE path "
` [PATCH v4 3/8] ext4: introduce new callback for IOMAP_REPORT operations
` [PATCH v4 4/8] ext4: introduce direct I/O read path using iomap infrastructure
` [PATCH v4 5/8] ext4: move inode extension/truncate code out from ->iomap_end() callback
` [PATCH v4 6/8] ext4: move inode extension checks out from ext4_iomap_alloc()
` [PATCH v4 7/8] ext4: reorder map.m_flags checks in ext4_set_iomap()

Lease semantic proposal
 2019-10-03  9:01 UTC  (14+ messages)

[PATCH 0/19 v2] ext4: Fix transaction overflow due to revoke descriptors
 2019-10-03  8:33 UTC  (28+ messages)
` [PATCH 01/19] jbd2: Fix possible overflow in jbd2_log_space_left()
` [PATCH 02/19] jbd2: Fixup stale comment in commit code
` [PATCH 03/19] ext4: Do not iput inode under running transaction in ext4_mkdir()
` [PATCH 04/19] ext4: Use ext4_journal_extend() instead of jbd2_journal_extend()
` [PATCH 05/19] ext4: Avoid unnecessary revokes in ext4_alloc_branch()
` [PATCH 06/19] ext4: Provide function to handle transaction restarts
` [PATCH 07/19] ext4, jbd2: Provide accessor function for handle credits
` [PATCH 08/19] ocfs2: Use accessor function for h_buffer_credits
` [PATCH 09/19] jbd2: Fix statistics for the number of logged blocks
` [PATCH 10/19] jbd2: Reorganize jbd2_journal_stop()
` [PATCH 11/19] jbd2: Drop pointless check from jbd2_journal_stop()
` [PATCH 12/19] jbd2: Drop pointless wakeup "
` [PATCH 13/19] jbd2: Factor out common parts of stopping and restarting a handle
` [PATCH 14/19] jbd2: Account descriptor blocks into t_outstanding_credits
` [PATCH 15/19] jbd2: Drop jbd2_space_needed()
` [PATCH 16/19] jbd2: Reserve space for revoke descriptor blocks
` [PATCH 17/19] jbd2: Rename h_buffer_credits to h_total_credits
` [PATCH 18/19] jbd2: Make credit checking more strict
` [PATCH 19/19] ext4: Reserve revoke credits for freed blocks

ext4 conference call for 3 Oct 2019?
 2019-10-02 22:44 UTC 

t_ext_jnl_rm test takes 96 seconds to finish
 2019-10-02 20:59 UTC  (3+ messages)

[PATCH v3 13/13] This patch is intentionally left blank
 2019-10-02 16:58 UTC 

[PATCH -next] treewide: remove unused argument in lock_release()
 2019-10-01 12:46 UTC  (6+ messages)

[PATCH v2 00/12] ext4: add support fast commit
 2019-10-01  7:52 UTC  (16+ messages)
` [PATCH v2 02/12] jbd2: add fast commit fields to journal_s structure
` [PATCH v2 03/12] jbd2: fast commit setup and enable
` [PATCH v2 04/12] jbd2: fast-commit commit path changes
` [PATCH v2 07/12] ext4: add fields that are needed to track changed files
` [PATCH v2 08/12] ext4: track changed files for fast commit

[PATCH v3 00/13] ext4: add fast commit support
 2019-10-01  7:41 UTC  (13+ messages)
` [PATCH v3 01/13] ext4: add handling for extended mount options
` [PATCH v3 02/13] jbd2: fast commit setup and enable
` [PATCH v3 03/13] jbd2: fast-commit commit path changes
` [PATCH v3 04/13] jbd2: fast-commit commit path new APIs
` [PATCH v3 05/13] jbd2: fast-commit recovery path changes
` [PATCH v3 06/13] ext4: add fields that are needed to track changed files
` [PATCH v3 07/13] ext4: track changed files for fast commit
` [PATCH v3 08/13] ext4: fast-commit commit range tracking
` [PATCH v3 09/13] ext4: fast-commit commit path changes
` [PATCH v3 10/13] ext4: fast-commit recovery "
` [PATCH v3 11/13] ext4: add support for asynchronous fast commits
` [PATCH v3 12/13] docs: Add fast commit documentation

[PATCH v4 0/8] xfstests: add fs-verity tests
 2019-09-30 21:15 UTC  (9+ messages)
` [PATCH v4 1/8] common/filter: add _filter_xfs_io_fiemap()
` [PATCH v4 2/8] common/verity: add common functions for testing fs-verity
` [PATCH v4 3/8] generic: test general behavior of verity files
` [PATCH v4 4/8] generic: test access controls on the fs-verity ioctls
` [PATCH v4 5/8] generic: test corrupting verity files
` [PATCH v4 6/8] generic: test that fs-verity is using the correct measurement values
` [PATCH v4 7/8] generic: test using fs-verity and fscrypt simultaneously
` [PATCH v4 8/8] generic: test the fs-verity built-in signature verification support

Linux 5.3-rc8
 2019-09-29  9:05 UTC  (13+ messages)

Linux 5.3-rc8
 2019-09-28  9:30 UTC  (56+ messages)
              ` [PATCH RFC] random: getrandom(2): don't block on non-initialized entropy pool
                  ` [PATCH RFC v2] random: optionally block in getrandom(2) when the CRNG is uninitialized
                      ` [PATCH RFC v4 0/1] random: WARN on large getrandom() waits and introduce getrandom2()
                        ` [PATCH RFC v4 1/1] "
                            ` [PATCH v5 0/1] random: getrandom(2): warn on large CRNG waits, introduce new flags
                              ` [PATCH v5 1/1] "
                  ` chaos generating driver was Re: Linux 5.3-rc8

[PATCH 0/15] ext4: Fix transaction overflow due to revoke descriptors
 2019-09-27 11:15 UTC  (16+ messages)
` [PATCH 01/15] jbd2: Fix possible overflow in jbd2_log_space_left()
` [PATCH 02/15] jbd2: Fixup stale comment in commit code
` [PATCH 03/15] ext4: Do not iput inode under running transaction in ext4_mkdir()
` [PATCH 04/15] ext4: Use ext4_journal_extend() instead of jbd2_journal_extend()
` [PATCH 05/15] jbd2: Reorganize jbd2_journal_stop()
` [PATCH 06/15] jbd2: Drop pointless check from jbd2_journal_stop()
` [PATCH 07/15] jbd2: Drop pointless wakeup "
` [PATCH 08/15] jbd2: Factor out common parts of stopping and restarting a handle
` [PATCH 09/15] jbd2: Account descriptor blocks into t_outstanding_credits
` [PATCH 10/15] jbd2: Drop jbd2_space_needed()
` [PATCH 11/15] jbd2: Reserve space for revoke descriptor blocks
` [PATCH 12/15] ext4: Avoid unnecessary revokes in ext4_alloc_branch()
` [PATCH 13/15] jbd2: Fix statistics for the number of logged blocks
` [PATCH 14/15] ext4: Provide function to handle transaction restarts
` [PATCH 15/15] ext4: Reserve revoke credits for freed blocks

[PATCH]e2fsprogs: Check device id in advance to skip fake device name
 2019-09-27  6:16 UTC 

Backup with encrypted content
 2019-09-26 16:14 UTC 

[RFC 0/2] ext4: Improve locking sequence in DIO write path
 2019-09-26 13:47 UTC  (11+ messages)

[PATCH v2 0/7] Rework random blocking
 2019-09-26  1:09 UTC  (11+ messages)
` [PATCH v2 1/7] random: Don't wake crng_init_wait when crng_init == 1
` [PATCH v2 2/7] random: Add GRND_INSECURE to return best-effort non-cryptographic bytes
` [PATCH v2 3/7] random: Ignore GRND_RANDOM in getentropy(2)
` [PATCH v2 4/7] random: Make /dev/random be almost like /dev/urandom
` [PATCH v2 5/7] random: Remove the blocking pool
` [PATCH v2 6/7] random: Delete code to pull data into pools
` [PATCH v2 7/7] random: Remove kernel.random.read_wakeup_threshold

[Bug 204779] New: Xubuntu 18.04 sometimes freezes when turned on on logo
 2019-09-25 14:33 UTC  (8+ messages)
` [Bug 204779] Xubuntu 18.04 Sometimes freezes when turned off on the logo

[PATCH v3 0/6] ext4: port direct IO to iomap infrastructure
 2019-09-25  8:40 UTC  (20+ messages)
` [PATCH v3 2/6] ext4: move inode extension/truncate code out from ext4_iomap_end()
` [PATCH v3 4/6] ext4: reorder map.m_flags checks in ext4_iomap_begin()
` [PATCH v3 5/6] ext4: introduce direct IO write path using iomap infrastructure

e2fsck ends up taking taking way to much time
 2019-09-24 20:37 UTC 

[PATCH AUTOSEL 5.3 87/87] ext4: fix potential use after free after remounting with noblock_validity
 2019-09-24 16:41 UTC 

[PATCH AUTOSEL 5.2 70/70] ext4: fix potential use after free after remounting with noblock_validity
 2019-09-24 16:45 UTC 

[PATCH AUTOSEL 4.19 50/50] ext4: fix potential use after free after remounting with noblock_validity
 2019-09-24 16:48 UTC 

[PATCH 1/3] jbd2: add new tracepoint jbd2_wait_on_shadow
 2019-09-24  5:13 UTC  (3+ messages)
` [PATCH 2/3] jbd2: add new tracepoint jbd2_wait_on_transaction_locked
` [PATCH 3/3] jbd2: add new tracepoint jbd2_wait_on_credits

[ANNOUNCE] e2fsprogs v1.45.4
 2019-09-23 23:31 UTC 

Odd locking pattern introduced as part of "nowait aio support"
 2019-09-23 13:18 UTC  (5+ messages)
` Fix inode sem regression for nowait
  ` [PATCH 2/3] ext4: fix inode rwsem regression

[RFC-v2 0/2] ext4: Improve ilock scalability to improve performance in DirectIO workloads
 2019-09-23  5:44 UTC  (3+ messages)
` [RFC-v2 1/2] ext4: Add ext4_ilock & ext4_iunlock API
` [RFC-v2 2/2] ext4: Improve DIO writes locking sequence

[PATCH 0/2] make jbd2 support checkpoint asynchronously
 2019-09-22  7:04 UTC  (3+ messages)
` [RFC 1/2] jbd2: checkpoint asynchronously when free journal space is lower than threshold
` [RFC 2/2] ext4: add async_checkpoint mount option

[GIT PULL] ext4 updates for 5.4
 2019-09-21 21:50 UTC  (2+ messages)

[PATCH 0/6] e2fsprogs: feature doc updates
 2019-09-20 21:29 UTC  (7+ messages)
` [PATCH 1/6] ext4.5: move casefold feature to correct position
` [PATCH 2/6] ext4.5: document first kernel version to support casefold feature
` [PATCH 3/6] ext4.5: document the verity feature
` [PATCH 4/6] ext4.5: tweak the documentation for the encrypt feature
` [PATCH 5/6] tune2fs.8: document the verity feature
` [PATCH 6/6] tune2fs.8: tweak the documentation for the encrypt feature


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