linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-10-09 12:08:26 to 2019-10-22 00:51:32 UTC [more...]

[PATCH v3 00/13] ext4: add fast commit support
 2019-10-22  0:51 UTC  (27+ 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 12/13] docs: Add fast commit documentation

[PATCH 0/5] Enable per-file/directory DAX operations
 2019-10-21 23:46 UTC  (11+ messages)
` [PATCH 1/5] fs/stat: Define DAX statx attribute
` [PATCH 2/5] fs/xfs: Isolate the physical DAX flag from effective
` [PATCH 3/5] fs/xfs: Separate functionality of xfs_inode_supports_dax()
` [PATCH 4/5] fs/xfs: Clean up DAX support check
` [PATCH 5/5] fs/xfs: Allow toggle of physical DAX flag

[Project Quota]file owner could change its project ID?
 2019-10-21 23:35 UTC  (12+ messages)

[e2fsprogs PATCH] Support the stable_inodes feature
 2019-10-21 23:30 UTC 

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

[PATCH 0/3] fscrypt: support for inline-encryption-optimized policies
 2019-10-21 23:03 UTC  (4+ messages)
` [PATCH 1/3] fscrypt: add "
` [PATCH 2/3] ext4: add support for INLINE_CRYPT_OPTIMIZED encryption policies
` [PATCH 3/3] f2fs: "

[PATCH v5 00/12] ext4: port direct I/O to iomap infrastructure
 2019-10-21 22:38 UTC  (25+ messages)
` [PATCH v5 01/12] ext4: move set iomap routines into separate helper ext4_set_iomap()
` [PATCH v5 02/12] ext4: iomap that extends beyond EOF should be marked dirty
` [PATCH v5 03/12] ext4: split IOMAP_WRITE branch in ext4_iomap_begin() into helper
` [PATCH v5 04/12] ext4: introduce new callback for IOMAP_REPORT
` [PATCH v5 05/12] iomap: Allow forcing of waiting for running DIO in iomap_dio_rw()
` [PATCH v5 06/12] xfs: Use iomap_dio_rw_wait()
` [PATCH v5 07/12] ext4: introduce direct I/O read using iomap infrastructure
` [PATCH v5 08/12] ext4: update direct I/O read to do trylock in IOCB_NOWAIT cases
` [PATCH v5 09/12] ext4: move inode extension/truncate code out from ->iomap_end() callback
` [PATCH v5 12/12] ext4: introduce direct I/O write using iomap infrastructure
` [PATCH v5 11/12] ext4: reorder map->m_flags checks in ext4_set_iomap()
` [PATCH v5 10/12] ext4: move inode extension check out from ext4_iomap_alloc()

[PATCH] docs: ioctl-number: document fscrypt ioctl numbers
 2019-10-21 20:29 UTC  (2+ messages)

[PATCH] fscrypt: remove struct fscrypt_ctx
 2019-10-21 20:28 UTC  (2+ messages)

[xfstests-bld PATCH] test-appliance: add ext4/encrypt_1k test config
 2019-10-21 19:30 UTC  (2+ messages)

[PATCH] ext2: adjust block num when retry allocation
 2019-10-21  9:18 UTC  (2+ messages)

BUG: unable to handle kernel paging request in __ext4_expand_extra_isize
 2019-10-21  5:24 UTC 

KASAN: use-after-free Write in __ext4_expand_extra_isize (2)
 2019-10-21  5:23 UTC 

[PATCH] e2fsprogs: Check device id in advance to skip fake device name
 2019-10-21  2:17 UTC  (2+ messages)

[PATCH 0/2] ext4: support encryption with blocksize != PAGE_SIZE
 2019-10-19  3:16 UTC  (5+ messages)
` [PATCH 1/2] fs/buffer.c: support fscrypt in block_read_full_page()
` [PATCH 2/2] ext4: Enable encryption for subpage-sized blocks

[PATCH AUTOSEL 4.19 044/100] ext4: disallow files with EXT4_JOURNAL_DATA_FL from EXT4_IOC_SWAP_BOOT
 2019-10-18 22:04 UTC 

[PATCH linux-kselftest/test v2] ext4: add kunit test for decoding extended timestamps
 2019-10-18 20:24 UTC  (33+ messages)

[PATCH] resize2fs: Make minimum size estimates more reliable for mounted fs
 2019-10-18 12:50 UTC 

[PATCH linux-kselftest/test v6] ext4: add kunit test for decoding extended timestamps
 2019-10-17 22:21 UTC  (2+ messages)

[PATCH linux-kselftest/test v5] ext4: add kunit test for decoding extended timestamps
 2019-10-17 22:12 UTC  (3+ messages)

Why doesn't disk io occur to read file system metadata despite clearing dentry and inode with drop_cache command?
 2019-10-17 15:32 UTC  (2+ messages)

[PATCH] iomap: iomap that extends beyond EOF should be marked dirty
 2019-10-17 14:48 UTC  (9+ messages)
` [PATCH v2] "

[PATCH linux-kselftest/test v5] ext4: add kunit test for decoding extended timestamps
 2019-10-17 13:03 UTC  (4+ messages)

[Bug 205197] New: kernel BUG at fs/ext4/extents_status.c:884
 2019-10-17  6:50 UTC  (3+ messages)
` [Bug 205197] "

[PATCH linux-kselftest/test v4] ext4: add kunit test for decoding extended timestamps
 2019-10-16 20:58 UTC  (3+ messages)

[PATCH linux-kselftest/test v3] ext4: add kunit test for decoding extended timestamps
 2019-10-16 14:54 UTC  (2+ messages)

[RFC 0/2] ext4: bmap & fiemap conversion to use iomap
 2019-10-16 12:58 UTC  (7+ messages)
` [RFC 1/2] ext4: Move ext4 bmap to use iomap infrastructure
` [RFC 2/2] ext4: Move ext4_fiemap to "

[RFC 0/5] Ext4: Add support for blocksize < pagesize for dioread_nolock
 2019-10-16  7:37 UTC  (6+ messages)
` [RFC 1/5] ext4: keep uniform naming convention for io & io_end variables
` [RFC 2/5] ext4: Add API to bring in support for unwritten io_end_vec conversion
` [RFC 3/5] ext4: Refactor mpage_map_and_submit_buffers function
` [RFC 4/5] ext4: Add support for blocksize < pagesize in dioread_nolock
` [RFC 5/5] ext4: Enable blocksize < pagesize for dioread_nolock

[PATCH v3] ext4: choose hardlimit when softlimit is larger than hardlimit in ext4_statfs_project()
 2019-10-16  2:25 UTC 

[PATCH v2] ext4: choose hardlimit when softlimit is larger than hardlimit in ext4_statfs_project()
 2019-10-15 11:25 UTC  (2+ messages)

[PATCH] ext4: choose hardlimit when softlimit is larger than hardlimit in ext4_statfs_project()
 2019-10-15  9:34 UTC  (3+ messages)

[PATCH 0/7 v2] jbd2: Bit spinlock conversions
 2019-10-11 12:31 UTC  (2+ messages)

[PATCH] fs/buffer: Make BH_Uptodate_Lock bit_spin_lock a regular spinlock_t
 2019-10-11 11:25 UTC  (4+ messages)

Lease semantic proposal
 2019-10-10 10:39 UTC  (6+ messages)

[PATCH v4 0/8] ext4: port direct I/O to iomap infrastructure
 2019-10-10  5:44 UTC  (19+ messages)
` [PATCH v4 1/8] ext4: move out iomap field population into separate helper
` [PATCH v4 3/8] ext4: introduce new callback for IOMAP_REPORT operations
` [PATCH v4 5/8] ext4: move inode extension/truncate code out from ->iomap_end() callback
` [PATCH v4 8/8] ext4: introduce direct I/O write path using iomap infrastructure

[PATCH v1] fs/ext4/inode-test: KUnit test for ext4 inode
 2019-10-10  2:40 UTC  (5+ messages)

[PATCH v6 30/43] fs: compat_ioctl: move FITRIM emulation into file systems
 2019-10-09 19:10 UTC 


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