public inbox for linux-ext4@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-04-26 13:52:52 to 2022-05-11 19:32:22 UTC [more...]

[PATCH v4 00/10] Clean up the case-insensitive lookup path
 2022-05-11 19:31 UTC  (7+ messages)
` [PATCH v4 01/10] ext4: Match the f2fs ci_compare implementation
` [PATCH v4 02/10] ext4: Simplify the handling of cached insensitive names
` [PATCH v4 03/10] f2fs: "
` [PATCH v4 04/10] ext4: Implement ci comparison using unicode_name
` [PATCH v4 05/10] ext4: Simplify hash check on ext4_match
` [PATCH v4 06/10] ext4: Log error when lookup of encoded dentry fails

[PATCH v1 00/15] Add MEMORY_DEVICE_COHERENT for coherent device memory mapping
 2022-05-11 18:50 UTC  (19+ messages)
` [PATCH v1 01/15] mm: add zone device coherent type memory support
` [PATCH v1 02/15] mm: add device coherent vma selection for memory migration
` [PATCH v1 03/15] mm: remove the vma check in migrate_vma_setup()
` [PATCH v1 04/15] mm: add device coherent checker to remove migration pte
` [PATCH v1 05/15] mm/gup: migrate device coherent pages when pinning instead of failing
` [PATCH v1 06/15] drm/amdkfd: add SPM support for SVM
` [PATCH v1 07/15] drm/amdkfd: coherent type as sys mem on migration to ram
` [PATCH v1 08/15] lib: test_hmm add ioctl to get zone device type
` [PATCH v1 09/15] lib: test_hmm add module param for "
` [PATCH v1 10/15] lib: add support for device coherent type in test_hmm
` [PATCH v1 11/15] tools: update hmm-test to support device coherent type
` [PATCH v1 12/15] tools: update test_hmm script to support SP config
` [PATCH v1 13/15] mm: handling Non-LRU pages returned by vm_normal_pages
` [PATCH v1 14/15] tools: add hmm gup tests for device coherent type
` [PATCH v1 15/15] tools: add selftests to hmm for COW in device memory

[PATCH v2 0/7] test_dummy_encryption fixes and cleanups
 2022-05-11 18:03 UTC  (15+ 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
    ` [f2fs-dev] "
` [PATCH v2 6/7] f2fs: use the updated test_dummy_encryption helper functions
` [PATCH v2 7/7] fscrypt: remove fscrypt_set_test_dummy_encryption()

[PATCH] Shrink fast commit buffer when not used
 2022-05-11 16:33 UTC  (2+ messages)

[PATCH] ext4: Should ext4_bio_end_io be ext4_end_io_end ?
 2022-05-11 16:27 UTC  (2+ messages)

[PATCH] ext4: remove unnecessary code in __mb_check_buddy
 2022-05-11 15:43 UTC  (2+ messages)

[PATCH] ext4: Fix typo
 2022-05-11 14:57 UTC  (2+ messages)

[PATCH] ext4: remove unnecessary type castings
 2022-05-11 14:54 UTC  (2+ messages)

[powerpc] Kernel oops while running xfstests w/ext4 (5.18-rc6-next-20220510)
 2022-05-11 14:35 UTC  (2+ messages)

[PATCH -next v2] ext4: fix warning in ext4_handle_inode_extension
 2022-05-11 14:29 UTC  (2+ messages)

[PATCH -next] ext4: fix warning in ext4_handle_inode_extension
 2022-05-11 14:27 UTC  (7+ messages)

ext4: unexpected delayed file creation with a 5.17 kernel
 2022-05-11 13:59 UTC 

[PATCH -next v2] ext4: fix bug_on in ext4_writepages
 2022-05-11 13:47 UTC  (2+ messages)

[PATCH] ext4: Get rid of unused DEFAULT_MB_OPTIMIZE_SCAN
 2022-05-11 13:25 UTC  (2+ messages)

[PATCH] ext4: reject the 'commit' option on ext2 filesystems
 2022-05-11 12:31 UTC  (3+ messages)

[PATCH -next] ext4: fix bug_on in ext4_writepages
 2022-05-11 10:40 UTC  (8+ messages)

[PATCH] ext4: Fix journal_ioprio mount option handling
 2022-05-11 10:37 UTC  (4+ messages)

[PATCH RFC v6 00/21] DEPT(Dependency Tracker)
 2022-05-11 10:04 UTC  (41+ messages)
` [PATCH RFC v6 01/21] llist: Move llist_{head,node} definition to types.h
` [PATCH RFC v6 02/21] dept: Implement Dept(Dependency Tracker)
` [PATCH RFC v6 03/21] dept: Apply Dept to spinlock
` [PATCH RFC v6 04/21] dept: Apply Dept to mutex families
` [PATCH RFC v6 05/21] dept: Apply Dept to rwlock
` [PATCH RFC v6 06/21] dept: Apply Dept to wait_for_completion()/complete()
` [PATCH RFC v6 07/21] dept: Apply Dept to seqlock
` [PATCH RFC v6 08/21] dept: Apply Dept to rwsem
` [PATCH RFC v6 09/21] dept: Add proc knobs to show stats and dependency graph
` [PATCH RFC v6 10/21] dept: Introduce split map concept and new APIs for them
` [PATCH RFC v6 11/21] dept: Apply Dept to wait/event of PG_{locked,writeback}
` [PATCH RFC v6 12/21] dept: Apply SDT to swait
` [PATCH RFC v6 13/21] dept: Apply SDT to wait(waitqueue)
` [PATCH RFC v6 14/21] locking/lockdep, cpu/hotplus: Use a weaker annotation in AP thread
` [PATCH RFC v6 15/21] dept: Distinguish each syscall context from another
` [PATCH RFC v6 16/21] dept: Distinguish each work "
` [PATCH RFC v6 17/21] dept: Disable Dept within the wait_bit layer by default
` [PATCH RFC v6 18/21] dept: Disable Dept on struct crypto_larval's completion for now
` [PATCH RFC v6 19/21] dept: Differentiate onstack maps from others of different tasks in class
` [PATCH RFC v6 20/21] dept: Do not add dependencies between events within scheduler and sleeps
` [PATCH RFC v6 21/21] dept: Unstage wait when tagging a normal sleep wait

[xfstests PATCH 0/2] update test_dummy_encryption testing in ext4/053
 2022-05-11  8:45 UTC  (7+ 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

[xfstests PATCH] ext4/053: fix the rejected mount option testing
 2022-05-11  6:25 UTC  (6+ messages)

kernel BUG in ext4_writepages
 2022-05-10 22:28 UTC 

[PATCH] common/rc: Modify _require_batched_discard to improve test coverage
 2022-05-10 11:49 UTC  (4+ messages)

[PATCH v3 0/7] Clean up the case-insenstive lookup path
 2022-05-09 22:29 UTC  (11+ 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

[syzbot] kernel BUG in ext4_ind_remove_space
 2022-05-09 16:41 UTC  (2+ messages)

[PATCH v3] ext4: fix race condition between ext4_write and ext4_convert_inline_data
 2022-05-09  1:25 UTC  (3+ messages)

Napływ Klientów ze strony
 2022-05-06  7:43 UTC 

[PATCH -next] fs: Remove duplicated include in inode.c
 2022-05-04 22:50 UTC 

[Bug 215941] New: FUZZ: BUG() triggered in fs/ext4/extent.c:ext4_ext_determine_hole() when mount and operate on crafted image
 2022-05-04 19:42 UTC 

[syzbot] kernel BUG in ext4_ind_remove_space
 2022-05-04 14:08 UTC  (4+ messages)
` [PATCH v2] ext4: check if offset+length is within valid fallocate

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)

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

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

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  (7+ 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] 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 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox