linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-10-28 10:53:00 to 2019-11-06 00:59:33 UTC [more...]

[PATCH v7 00/11] ext4: port direct I/O to iomap infrastructure
 2019-11-06  0:59 UTC  (22+ messages)
` [PATCH v7 01/11] ext4: reorder map.m_flags checks within ext4_iomap_begin()
` [PATCH v7 02/11] ext4: update direct I/O read lock pattern for IOCB_NOWAIT
` [PATCH v7 03/11] ext4: iomap that extends beyond EOF should be marked dirty
` [PATCH v7 04/11] ext4: move set iomap routines into a separate helper ext4_set_iomap()
` [PATCH v7 05/11] ext4: split IOMAP_WRITE branch in ext4_iomap_begin() into helper
` [PATCH v7 07/11] ext4: introduce direct I/O read using iomap infrastructure
` [PATCH v7 08/11] ext4: move inode extension/truncate code out from ->iomap_end() callback
` [PATCH v7 09/11] ext4: move inode extension check out from ext4_iomap_alloc()
` [PATCH v7 10/11] ext4: update ext4_sync_file() to not use __generic_file_fsync()
` [PATCH v7 11/11] ext4: introduce direct I/O write using iomap infrastructure
` [PATCH v7 06/11] ext4: introduce new callback for IOMAP_REPORT

[Bug 205417] New: Files corruption ( fs/ext4/inode.c:3941 ext4_set_page_dirty+0x3e/0x50 [ext4] )
 2019-11-05 21:12 UTC  (8+ messages)
` [Bug 205417] "

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

[PATCH 1/1] errno.h: Provide EFSBADCRC for everybody
 2019-11-05 20:58 UTC  (7+ messages)

[RFC] errno.h: Provide EFSCORRUPTED for everybody
 2019-11-05 15:15 UTC  (8+ messages)

[PATCH] ext2: check err when partial != NULL
 2019-11-05  9:41 UTC  (2+ messages)

Investment opportunity
 2019-11-05  8:24 UTC 

[Bug 205433] New: BUG: KASAN: use-after-free in ext4_put_super+0xb1d/0xd80
 2019-11-05  6:48 UTC  (2+ messages)
` [Bug 205433] "

[PATCH 10/10] errno.h: Provide EFSCORRUPTED for everybody
 2019-11-05  3:43 UTC  (5+ messages)

[PATCH 0/2] e2scrub: fix some problems
 2019-11-05  1:54 UTC  (3+ messages)
` [PATCH 1/2] e2scrub_all: don't even reap if the config file doesn't allow it
` [PATCH 2/2] e2scrub_all: fix broken stdin redirection

[PATCH v14 1/5] Add flags option to get xattr method paired to __vfs_getxattr
 2019-11-04 21:51 UTC  (2+ messages)

[RFC 0/5] Ext4: Add support for blocksize < pagesize for dioread_nolock
 2019-11-04 16:08 UTC  (10+ messages)

[PATCH 1/5] ext2: introduce new helper ext2_group_last_block_no()
 2019-11-04 11:40 UTC  (5+ messages)
` [PATCH 2/5] ext2: code cleanup by calling ext2_group_last_block_no()
` [PATCH 3/5] ext2: skip unnecessary operations in ext2_try_to_allocate()
` [PATCH 4/5] ext2: code cleanup for ext2_try_to_allocate()
` [PATCH 5/5] ext2: fix improper function comment

[PATCH] Revert "ext4 crypto: fix to check feature status before get policy"
 2019-11-04  7:45 UTC  (13+ messages)

[PATCH v6 00/11] ext4: port direct I/O to iomap infrastructure
 2019-11-04  6:04 UTC  (25+ messages)
` [PATCH v6 04/11] ext4: move set iomap routines into a separate helper ext4_set_iomap()
` [PATCH v6 06/11] ext4: introduce new callback for IOMAP_REPORT
` [PATCH v6 08/11] ext4: move inode extension/truncate code out from ->iomap_end() callback
` [PATCH v6 09/11] ext4: move inode extension check out from ext4_iomap_alloc()
` [PATCH v6 11/11] ext4: introduce direct I/O write using iomap infrastructure
` [PATCH v6 10/11] ext4: update ext4_sync_file() to not use __generic_file_fsync()

[PATCH v3 09/13] ext4: fast-commit commit path changes
 2019-11-04  3:22 UTC  (6+ messages)
      ` 答复: [External Mail]Re: "

[PATCH 0/7 v2] jbd2: Bit spinlock conversions
 2019-11-03 19:01 UTC  (6+ messages)
` [PATCH 5/7] jbd2: Don't call __bforget() unnecessarily

Your opportunity
 2019-11-03  9:22 UTC 

Your opportunity
 2019-11-02 13:38 UTC 

[PATCH 0/5] Enable per-file/directory DAX operations
 2019-11-02  4:25 UTC  (13+ messages)

[PATCH v2 0/3] fscrypt: support for IV_INO_LBLK_64 policies
 2019-11-01 18:33 UTC  (6+ messages)
` [PATCH v2 1/3] fscrypt: add "
` [PATCH v2 3/3] f2fs: add support for IV_INO_LBLK_64 encryption policies

[PATCH v2 00/12] ext4: add support fast commit
 2019-11-01 11:22 UTC  (5+ messages)
` [PATCH v2 03/12] jbd2: fast commit setup and enable

1024TB Ext4 partition
 2019-11-01  1:09 UTC  (2+ messages)

[e2fsprogs PATCH] Support the stable_inodes feature
 2019-10-31 23:41 UTC  (2+ messages)

[PATCH v3 00/13] ext4: add fast commit support
 2019-10-31 18:53 UTC  (11+ messages)
` [PATCH v3 08/13] ext4: fast-commit commit range tracking
` [PATCH v3 12/13] docs: Add fast commit documentation

[PATCH 1/2] fs/quota: fix livelock in dquot_writeback_dquots
 2019-10-31 18:11 UTC  (4+ messages)
` [PATCH 2/2] fs/quota: Check that quota is not dirty before release

[PATCH] fs/ext4: get project quota from inode for mangling statfs results
 2019-10-31 16:59 UTC  (2+ messages)

[PATCH v2] Revert "ext4 crypto: fix to check feature status before get policy"
 2019-10-31 16:45 UTC  (2+ messages)

[ANNOUNCE] xfs-linux: iomap-for-next updated to a90100421499
 2019-10-31 16:21 UTC 

[PATCH] ext4: bio_alloc never fails
 2019-10-31  9:29 UTC  (9+ messages)
      ` [PATCH v2] ext4: bio_alloc with __GFP_DIRECT_RECLAIM "

[PATCH] docs: fs-verity: document first supported kernel version
 2019-10-30 22:19 UTC 

[PATCH 0/4] statx: expose the fs-verity bit
 2019-10-30 18:27 UTC  (7+ messages)
` [PATCH 1/4] statx: define STATX_ATTR_VERITY
` [PATCH 2/4] ext4: support STATX_ATTR_VERITY
` [PATCH 3/4] f2fs: "
` [PATCH 4/4] docs: fs-verity: mention statx() support

[PATCH] fs/ext4: get project quota from inode for mangling statfs results
 2019-10-30 12:57 UTC  (4+ messages)

[PATCH v2] ext2: don't set *count in the case of failure in ext2_try_to_allocate()
 2019-10-30 10:15 UTC  (2+ messages)

[PATCH] ext4: deaccount delayed allocations at freeing inode in ext4_evict_inode()
 2019-10-29  7:20 UTC  (2+ messages)

❌ FAIL: Test report for kernel 5.3.8-rc2-96dab43.cki (stable)
 2019-10-29  5:25 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).