public inbox for linux-ext4@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-05-02 05:54:09 to 2022-05-16 07:36:47 UTC [more...]

[PATCH v2] common/rc: Modify _require_batched_discard to improve test coverage
 2022-05-16  7:36 UTC  (2+ messages)

[PATCH -next v3] ext4: fix bug_on in ext4_writepages
 2022-05-16  1:27 UTC 

[PATCH -next v2] ext4: fix bug_on in ext4_writepages
 2022-05-16  1:09 UTC  (4+ messages)

[PATCHv3 0/3] ext4/crypto: Move out crypto related ops to crypto.c
 2022-05-15  6:37 UTC  (4+ messages)
` [PATCHv3 1/3] ext4: Move ext4 crypto code to its own file crypto.c
` [PATCHv3 2/3] ext4: Cleanup function defs from ext4.h into crypto.c
` [PATCHv3 3/3] ext4: Refactor and move ext4_ioctl_get_encryption_pwsalt()

[PATCHv2 0/3] ext4/crypto: Move out crypto related ops to crypto.c
 2022-05-15  4:51 UTC  (10+ messages)
` [PATCHv2 1/3] ext4: Move ext4 crypto code to its own file crypto.c
` [PATCHv2 2/3] ext4: Cleanup function defs from ext4.h into crypto.c
` [PATCHv2 3/3] ext4: Refactor and move ext4_ioc_get_encryption_pwsalt()

[PATCH v3 0/5] test_dummy_encryption fixes and cleanups
 2022-05-14 12:09 UTC  (7+ messages)
` [PATCH v3 1/5] ext4: fix memory leak in parse_apply_sb_mount_options()
  ` [f2fs-dev] "
` [PATCH v3 2/5] ext4: only allow test_dummy_encryption when supported
` [PATCH v3 3/5] ext4: fix up test_dummy_encryption handling for new mount API
` [PATCH v3 4/5] f2fs: use the updated test_dummy_encryption helper functions
` [PATCH v3 5/5] fscrypt: remove fscrypt_set_test_dummy_encryption()

[PATCH] resize2fs: trim resize to cluster boundary
 2022-05-14  4:17 UTC 

[PATCH] ext4: Fix block validation on non-journal fs in __ext4_iget()
 2022-05-14  3:37 UTC  (2+ messages)

[PATCH] ext4: mark group as trimmed only if it was fully scanned
 2022-05-14  1:52 UTC  (2+ messages)

[PATCH] ext4: Fix journal_ioprio mount option handling
 2022-05-14  2:03 UTC  (5+ messages)

[PATCH v2 0/7] test_dummy_encryption fixes and cleanups
 2022-05-13 23:26 UTC  (16+ messages)
` [PATCH v2 1/7] ext4: only allow test_dummy_encryption when supported
` [PATCH v2 5/7] ext4: fix up test_dummy_encryption handling for new mount API
    ` [f2fs-dev] "

[PATCH -next] ext4: fix use-after-free in ext4_rename_dir_prepare
 2022-05-13 21:53 UTC  (3+ messages)

[RFC PATCH] ext4: add unmount filesystem message
 2022-05-13 21:15 UTC  (2+ messages)

[PATCH v2] ext4: remove unnecessary conditional
 2022-05-13 21:15 UTC  (2+ messages)

[PATCH v1 00/15] Add MEMORY_DEVICE_COHERENT for coherent device memory mapping
 2022-05-13 11:45 UTC  (24+ 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 -next] fs: Fix jbd2_journal_try_to_free_buffers() kernel-doc comment
 2022-05-12 17:37 UTC  (2+ messages)

[PATCH v2 0/6] solve memory leak and check whether NULL pointer
 2022-05-12 17:14 UTC  (2+ messages)

[PATCH RFC v6 00/21] DEPT(Dependency Tracker)
 2022-05-12 16:41 UTC  (46+ 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
` [REPORT] syscall reboot + umh + firmware fallback

ext4: unexpected delayed file creation with a 5.17 kernel
 2022-05-12 15:22 UTC  (3+ messages)

[PATCH v4 00/10] Clean up the case-insensitive lookup path
 2022-05-12  5:48 UTC  (18+ 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 v4 07/10] ext4: Move ext4_match_ci into libfs
` [PATCH v4 08/10] f2fs: Reuse generic_ci_match for ci comparisons
` [PATCH v4 09/10] ext4: Move CONFIG_UNICODE defguards into the code flow
` [PATCH v4 10/10] f2fs: "

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

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

[xfstests PATCH 0/2] update test_dummy_encryption testing in ext4/053
 2022-05-11  8:45 UTC  (6+ messages)
` [xfstests PATCH 1/2] ext4/053: update the test_dummy_encryption tests

[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 7/7] f2fs: Reuse generic_ci_match for ci comparisons
 2022-05-09 22:29 UTC  (2+ messages)

[PATCH v3 3/7] ext4: Implement ci comparison using unicode_name
 2022-05-09 20:13 UTC  (2+ messages)

[PATCH v3 1/7] ext4: Match the f2fs ci_compare implementation
 2022-05-09 18:08 UTC  (2+ messages)

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


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