messages from 2022-04-15 04:53:28 to 2022-05-03 14:55:06 UTC [more...]
2nd Quater puchase request
 2022-05-03 14:48 UTC 
[PATCH v2] ext4: fix race condition between ext4_write and ext4_convert_inline_data
 2022-05-03 10:28 UTC  (3+ messages)
` [ext4] bc88befa0c: INFO:task_blocked_for_more_than#seconds
[PATCH] e2fsck: no parent lookup in disconnected dir
 2022-05-03  4:02 UTC  (2+ messages)
[PATCH] e2fsck: map PROMPT_* values to prompt messages
 2022-05-03  3:31 UTC  (2+ messages)
[PATCH] misc: fix chattr usage message for project ID
 2022-05-03  0:28 UTC  (2+ messages)
[xfstests PATCH 0/2] update test_dummy_encryption testing in ext4/053
 2022-05-02 17:19 UTC  (5+ messages)
` [xfstests PATCH 1/2] ext4/053: update the test_dummy_encryption tests
` [xfstests PATCH 2/2] ext4/053: test changing test_dummy_encryption on remount
[RFC] LUS-10810 e2fsck: use bitmaps for in-use block map
 2022-05-02 14:36 UTC  (2+ messages)
[RFC 0/6] ext4: Move out crypto ops to ext4_crypto.c
 2022-05-02 14:26 UTC  (11+ messages)
` [RFC 1/6] fscrypt: Provide definition of fscrypt_set_test_dummy_encryption
` [RFC 2/6] ext4: Move ext4 crypto code to its own file ext4_crypto.c
` [RFC 3/6] ext4: Directly opencode ext4_set_test_dummy_encryption
` [RFC 4/6] ext4: Cleanup function defs from ext4.h into ext4_crypto.c
` [RFC 5/6] ext4: Move all encryption related into a common #ifdef
` [RFC 6/6] ext4: Use provided macro for checking dummy_enc_policy
[Bug 215932] New: kernel hangs after mounting the image
 2022-05-02  6:24 UTC 
[Bug 215931] New: kernel BUG at fs/ext4/ext4.h:3369!
 2022-05-02  5:54 UTC 
[xfstests-bld PATCH] test-appliance: remove convenience fstab entries
 2022-05-02  3:59 UTC  (2+ messages)
[PATCH v2 0/7] test_dummy_encryption fixes and cleanups
 2022-05-01  5:08 UTC  (8+ messages)
` [PATCH v2 1/7] ext4: only allow test_dummy_encryption when supported
` [PATCH v2 2/7] f2fs: reject test_dummy_encryption when !CONFIG_FS_ENCRYPTION
` [PATCH v2 3/7] fscrypt: factor out fscrypt_policy_to_key_spec()
` [PATCH v2 4/7] fscrypt: add new helper functions for test_dummy_encryption
` [PATCH v2 5/7] ext4: fix up test_dummy_encryption handling for new mount API
` [PATCH v2 6/7] f2fs: use the updated test_dummy_encryption helper functions
` [PATCH v2 7/7] fscrypt: remove fscrypt_set_test_dummy_encryption()
[xfstests PATCH] ext4/053: fix the rejected mount option testing
 2022-04-30 19:21 UTC 
[PATCH v3 0/7] Clean up the case-insenstive lookup path
 2022-04-29 18:27 UTC  (8+ messages)
` [PATCH v3 1/7] ext4: Match the f2fs ci_compare implementation
` [PATCH v3 2/7] ext4: Simplify the handling of cached insensitive names
` [PATCH v3 3/7] ext4: Implement ci comparison using unicode_name
` [PATCH v3 4/7] ext4: Simplify hash check on ext4_match
` [PATCH v3 5/7] ext4: Log error when lookup of encoded dentry fails
` [PATCH v3 6/7] ext4: Move ext4_match_ci into libfs
` [PATCH v3 7/7] f2fs: Reuse generic_ci_match for ci comparisons
[PATCH v2 0/7] Clean up the case-insenstive lookup path
 2022-04-29 17:36 UTC  (11+ messages)
` [PATCH v2 1/7] ext4: Match the f2fs ci_compare implementation
` [PATCH v2 2/7] ext4: Simplify the handling of cached insensitive names
` [PATCH v2 3/7] ext4: Implement ci comparison using unicode_name
` [PATCH v2 4/7] ext4: Simplify hash check on ext4_match
` [PATCH v2 5/7] ext4: Log error when lookup of encoded dentry fails
` [PATCH v2 6/7] ext4: Move ext4_match_ci into libfs
` [PATCH v2 7/7] f2fs: Reuse generic_ci_match for ci comparisons
[PATCH 0/2] ext4: Fix crash when adding entry to corrupted directory
 2022-04-28 18:31 UTC  (3+ messages)
` [PATCH 1/2] ext4: Verify dir block before splitting it
` [PATCH 2/2] ext4: Avoid cycles in directory h-tree
[PATCH 1/3] resize2fs: remove unused variable 'c'
 2022-04-28 17:16 UTC  (2+ messages)
[PATCH v3] ext4: fix race condition between ext4_write and ext4_convert_inline_data
 2022-04-28 16:57 UTC  (2+ messages)
[PATCH] e2fsprogs: add sanity check to extent manipulation
 2022-04-28 14:43 UTC  (2+ messages)
[PATCH -next v2] jbd2: Fix null-ptr-deref when process reserved list in jbd2_journal_commit_transaction
 2022-04-28 14:36 UTC  (4+ messages)
[syzbot] kernel BUG in ext4_ind_remove_space
 2022-04-28 14:02 UTC  (3+ messages)
` [PATCH v2] ext4: check if offset+length is within valid fallocate
EXT4-fs error (device sda5) in ext4_update_backup_sb:165: Filesystem failed CRC
 2022-04-28 12:55 UTC 
Koszty instalacji fotowoltaicznej
 2022-04-28  8:10 UTC 
[PATCH] ext4/054,ext4/055: don't run when using DAX
 2022-04-28  6:55 UTC  (3+ messages)
[PATCH] jbd2: Fix use-after-free of transaction_t race
 2022-04-27 16:21 UTC  (4+ messages)
[PATCH v3 0/6] ext4: improve commit path performance for fast commit
 2022-04-27 16:02 UTC  (10+ messages)
` [PATCH v3 1/6] ext4: convert i_fc_lock to spinlock
` [PATCH v3 2/6] ext4: for committing inode, make ext4_fc_track_inode wait
` [PATCH v3 3/6] ext4: mark inode dirty before grabbing i_data_sem in ext4_setattr
` [PATCH v3 4/6] ext4: rework fast commit commit path
` [PATCH v3 5/6] ext4: drop i_fc_updates from inode fc info
` [PATCH v3 6/6] ext4: update code documentation
[PATCH] ext4: make test_dummy_encryption require the encrypt feature
 2022-04-27 15:24 UTC  (3+ messages)
` [ext4] d0efba79d4: xfstests.ext4.053.fail
[BUG]:OS disk corruption EXT4
 2022-04-27 14:34 UTC  (2+ messages)
[PATCH AUTOSEL 5.10 3/9] ext4: fix bug_on in start_this_handle during umount filesystem
 2022-04-26 19:02 UTC 
[PATCH AUTOSEL 5.15 03/15] ext4: fix bug_on in start_this_handle during umount filesystem
 2022-04-26 19:02 UTC 
[PATCH AUTOSEL 5.17 08/22] ext4: fix bug_on in start_this_handle during umount filesystem
 2022-04-26 19:01 UTC 
[PATCH] ext4: fix race condition between ext4_write and ext4_convert_inline_data
 2022-04-26 13:08 UTC 
Linux 5.10.103: kernel BUG at fs/ext4/inode.c:2715!
 2022-04-26 10:53 UTC  (2+ messages)
resize2fs on ext4 leads to corruption
 2022-04-25 22:01 UTC  (5+ messages)
  ` [PATCH] e2fsck: Always probe filesystem blocksize with simple io_manager
回复:[PATCH -next] jbd2: use the correct print format
 2022-04-25 12:03 UTC  (2+ messages)
[Bug 215879] New: EXT4-fs error - __ext4_find_entry:1612: inode #2: comm systemd: reading directory lblock 0
 2022-04-25  4:12 UTC  (4+ messages)
` [Bug 215879] "
[RFC PATCH v4 0/2] ext4: standardize the journal mode of symlink external block
 2022-04-24 14:09 UTC  (3+ messages)
` [RFC PATCH v4 1/2] ext4: add nowait mode for ext4_getblk()
` [RFC PATCH v4 2/2] ext4: convert symlink external data block mapping to bdev
[tytso-ext4:dev] BUILD SUCCESS 23e3d7f7061f8682c751c46512718f47580ad8f0
 2022-04-23 15:22 UTC 
[GIT PULL] ext4 fixes for 5.18-rc4
 2022-04-23  1:20 UTC  (2+ messages)
[PATCH] fscrypt: log when starting to use inline encryption
 2022-04-21 18:46 UTC  (2+ messages)
[RFC PATCH v3] ext4: convert symlink external data block mapping to bdev
 2022-04-21 14:59 UTC  (3+ messages)
` [ext4] bfe57bd7e1: BUG:sleeping_function_called_from_invalid_context_at_fs/buffer.c
[PATCH] ext4: remove unnecessary code in __mb_check_buddy
 2022-04-21 11:46 UTC  (2+ messages)
Napływ Klientów ze strony
 2022-04-21  7:43 UTC 
[syzbot] possible deadlock in fscrypt_initialize
 2022-04-21  1:42 UTC 
[PATCH] ext4: Fix block validation on non-journal fs in __ext4_iget()
 2022-04-20 19:23 UTC 
[syzbot] kernel BUG in ext4_es_cache_extent
 2022-04-20 13:57 UTC  (4+ messages)
use block_device based APIs in block layer consumers v3
 2022-04-19 12:55 UTC  (49+ messages)
` [PATCH 01/27] target: remove an incorrect unmap zeroes data deduction
` [PATCH 02/27] target: pass a block_device to target_configure_unmap_from_queue
` [PATCH 03/27] target: fix discard alignment on partitions
` [PATCH 04/27] drbd: remove assign_p_sizes_qlim
` [PATCH 05/27] drbd: use bdev based limit helpers in drbd_send_sizes
` [PATCH 06/27] drbd: use bdev_alignment_offset instead of queue_alignment_offset
` [PATCH 07/27] drbd: cleanup decide_on_discard_support
` [PATCH 08/27] btrfs: use bdev_max_active_zones instead of open coding it
` [PATCH 09/27] ntfs3: use bdev_logical_block_size "
` [PATCH 10/27] mm: use bdev_is_zoned in claim_swapfile
` [PATCH 11/27] block: add a bdev_nonrot helper
` [PATCH 12/27] block: add a bdev_write_cache helper
` [PATCH 13/27] block: add a bdev_fua helper
` [PATCH 14/27] block: add a bdev_stable_writes helper
` [PATCH 15/27] block: add a bdev_max_zone_append_sectors helper
` [PATCH 16/27] block: use bdev_alignment_offset in part_alignment_offset_show
` [PATCH 17/27] block: use bdev_alignment_offset in disk_alignment_offset_show
` [PATCH 18/27] block: move bdev_alignment_offset and queue_limit_alignment_offset out of line
` [PATCH 19/27] block: remove queue_discard_alignment
` [PATCH 20/27] block: use bdev_discard_alignment in part_discard_alignment_show
` [PATCH 21/27] block: move {bdev,queue_limit}_discard_alignment out of line
` [PATCH 22/27] block: refactor discard bio size limiting
` [PATCH 23/27] block: add a bdev_max_discard_sectors helper
` [PATCH 24/27] block: remove QUEUE_FLAG_DISCARD
` [PATCH 25/27] block: add a bdev_discard_granularity helper
` [PATCH 26/27] block: decouple REQ_OP_SECURE_ERASE from REQ_OP_DISCARD
  ` [f2fs-dev] "
` [PATCH 27/27] direct-io: remove random prefetches
[PATCH] ext4, doc: Fix incorrect h_reserved size
 2022-04-19  8:31 UTC  (3+ messages)
[PATCH 1/3] blk-crypto: introduce blk_crypto_supported
 2022-04-19  3:22 UTC  (10+ messages)
` [PATCH 2/3] f2fs: notify when device not supprt inlinecrypt
` [PATCH 3/3] ext4: "
[PATCH v2 0/5] ext4: improve commit path performance for fast commit
 2022-04-18 21:02 UTC  (7+ messages)
` [PATCH v2 2/5] ext4: for committing inode, make ext4_fc_track_inode wait
[PATCH] Ext4 Documentation: ext4_xattr_header struct size fix
 2022-04-18 15:28 UTC  (4+ messages)
[PATCH] ext4: Fix journal_ioprio mount option handling
 2022-04-18  8:35 UTC 
[PATCH v2 0/2] tests/ext4: Ensure resizes with sparse_super2 are handled correctly
 2022-04-18  5:45 UTC  (4+ messages)
` [PATCH v2 2/2] ext4: Test to ensure resize with sparse_super2 is "
[Bug 205641] New: kernel BUG at fs/buffer.c:3382!
 2022-04-18  3:04 UTC  (2+ messages)
` [Bug 205641] "
[PATCH] ext4: mark group as trimmed only if it was fully scanned
 2022-04-17 17:03 UTC 
loop: it looks like REQ_OP_FLUSH could return before IO completion
 2022-04-17 16:32 UTC  (5+ messages)
[PATCH] common/filter: extend _filter_xfs_io to match -nan
 2022-04-15 15:10 UTC  (3+ messages)
df returns incorrect size of partition due to huge overhead block count in ext4 partition
 2022-04-15 14:41 UTC  (6+ messages)
resize2fs on ext4 leads to corruption
 2022-04-15 14:29 UTC 
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).