linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-10-30 17:51:39 to 2019-11-07 02:49:39 UTC [more...]

[PATCH v2 0/3] fscrypt: support for IV_INO_LBLK_64 policies
 2019-11-07  2:49 UTC  (11+ messages)
` [PATCH v2 1/3] fscrypt: add "
` [PATCH v2 2/3] ext4: add support for IV_INO_LBLK_64 encryption policies
` [PATCH v2 3/3] f2fs: "

[PATCH 0/4] statx: expose the fs-verity bit
 2019-11-07  2:05 UTC  (8+ messages)
` [PATCH 1/4] statx: define STATX_ATTR_VERITY
` [PATCH 2/4] ext4: support STATX_ATTR_VERITY

[PATCH] fscrypt: support passing a keyring key to FS_IOC_ADD_ENCRYPTION_KEY
 2019-11-07  0:12 UTC 

[PATCH v2 0/2] ext4: support encryption with blocksize != PAGE_SIZE
 2019-11-06 21:54 UTC  (2+ messages)

[PATCH 10/10] errno.h: Provide EFSCORRUPTED for everybody
 2019-11-06 21:37 UTC  (6+ messages)

[RFC 0/5] Ext4: Add support for blocksize < pagesize for dioread_nolock
 2019-11-06 17:23 UTC  (11+ messages)

[PATCH 1/5] ext2: introduce new helper ext2_group_last_block_no()
 2019-11-06 16:01 UTC  (8+ 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] ext4: fix extent_status fragmentation for plain files
 2019-11-06 12:25 UTC 

[PATCH v2] ext4: choose hardlimit when softlimit is larger than hardlimit in ext4_statfs_project()
 2019-11-06 12:06 UTC  (9+ messages)

ext4: new mount API conversion
 2019-11-06 10:14 UTC  (18+ messages)
` [PATCH 01/17] vfs: Handle fs_param_neg_with_empty
` [PATCH 02/17] ext4: Add fs parameter description
` [PATCH 03/17] ext4: move option validation to a separate function
` [PATCH 04/17] ext4: Change handle_mount_opt() to use fs_parameter
` [PATCH 05/17] ext4: Allow sb to be NULL in ext4_msg()
` [PATCH 06/17] ext4: move quota configuration out of handle_mount_opt()
` [PATCH 07/17] ext4: check ext2/3 compatibility outside handle_mount_opt()
` [PATCH 08/17] ext4: get rid of super block and sbi from handle_mount_ops()
` [PATCH 09/17] ext4: parse Opt_sb in handle_mount_opt()
` [PATCH 10/17] ext4: clean up return values "
` [PATCH 11/17] ext4: add ext4_get_tree for the new mount API
` [PATCH 12/17] ext4: refactor ext4_remount()
` [PATCH 13/17] ext4: add ext4_reconfigure for the new mount API
` [PATCH 14/17] ext4: add ext4_fc_free "
` [PATCH 15/17] ext4: switch to "
` [PATCH 16/17] ext4: change token2str() to use ext4_param_specs
` [PATCH 17/17] ext4: Remove unused code from old mount api

[bug report] ext4: Add support for blocksize < pagesize in dioread_nolock
 2019-11-06 10:12 UTC  (3+ messages)
` [PATCH 1/1] ext4: Add error handling for io_end_vec struct allocation

[RFC] errno.h: Provide EFSCORRUPTED for everybody
 2019-11-06  6:39 UTC  (9+ messages)

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

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

[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  (11+ messages)

[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  (2+ messages)

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 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  (8+ messages)
` [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  (3+ messages)
` [PATCH v2] ext4: bio_alloc with __GFP_DIRECT_RECLAIM "

[PATCH] ext4: bio_alloc never fails
 2019-10-31  9:10 UTC  (3+ messages)

[PATCH] docs: fs-verity: document first supported kernel version
 2019-10-30 22:19 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).