Linux-f2fs-devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-02-25 23:44:54 to 2026-03-02 20:30:01 UTC [more...]

[f2fs-dev] [PATCH v2 000/110] vfs: change inode->i_ino from unsigned long to u64
 2026-03-02 20:24 UTC  (21+ messages)
` [f2fs-dev] [PATCH v2 001/110] vfs: introduce kino_t typedef and PRIino format macro
` [f2fs-dev] [PATCH v2 002/110] vfs: widen inode hash/lookup functions to u64
` [f2fs-dev] [PATCH v2 003/110] audit: widen ino fields "
` [f2fs-dev] [PATCH v2 004/110] net: change sock.sk_ino and sock_i_ino() "
` [f2fs-dev] [PATCH v2 005/110] trace: store i_ino as u64 instead of ino_t/unsigned long
` [f2fs-dev] [PATCH v2 006/110] trace: reorder TP_STRUCT__entry fields for better packing on 32-bit
` [f2fs-dev] [PATCH v2 007/110] ext4: use PRIino format for i_ino
` [f2fs-dev] [PATCH v2 008/110] jbd2: "
` [f2fs-dev] [PATCH v2 009/110] f2fs: "
` [f2fs-dev] [PATCH v2 010/110] lockd: "
` [f2fs-dev] [PATCH v2 011/110] nfs: "
` [f2fs-dev] [PATCH v2 012/110] nfsd: "
` [f2fs-dev] [PATCH v2 013/110] locks: "
` [f2fs-dev] [PATCH v2 014/110] proc: "
` [f2fs-dev] [PATCH v2 015/110] nilfs2: "
` [f2fs-dev] [PATCH v2 016/110] 9p: "
` [f2fs-dev] [PATCH v2 017/110] affs: "
` [f2fs-dev] [PATCH v2 018/110] afs: "
` [f2fs-dev] [PATCH v2 019/110] autofs: "
` [f2fs-dev] [PATCH v2 020/110] befs: "

[f2fs-dev] fscrypt API cleanups v3
 2026-03-02 14:18 UTC  (15+ messages)
` [f2fs-dev] [PATCH 01/14] ext4: initialize the write hint in io_submit_init_bio
` [f2fs-dev] [PATCH 02/14] ext4: open code fscrypt_set_bio_crypt_ctx_bh
` [f2fs-dev] [PATCH 03/14] ext4: factor out a io_submit_need_new_bio helper
` [f2fs-dev] [PATCH 04/14] ext4, fscrypt: merge fscrypt_mergeable_bio_bh into io_submit_need_new_bio
` [f2fs-dev] [PATCH 05/14] fscrypt: move fscrypt_set_bio_crypt_ctx_bh to buffer.c
` [f2fs-dev] [PATCH 06/14] fscrypt: pass a byte offset to fscrypt_generate_dun
` [f2fs-dev] [PATCH 07/14] fscrypt: pass a byte offset to fscrypt_mergeable_bio
` [f2fs-dev] [PATCH 08/14] fscrypt: pass a byte offset to fscrypt_set_bio_crypt_ctx
` [f2fs-dev] [PATCH 09/14] fscrypt: pass a byte offset to fscrypt_zeroout_range_inline_crypt
` [f2fs-dev] [PATCH 10/14] fscrypt: pass a byte length "
` [f2fs-dev] [PATCH 11/14] fscrypt: pass a byte offset to fscrypt_zeroout_range
` [f2fs-dev] [PATCH 12/14] fscrypt: pass a byte length "
` [f2fs-dev] [PATCH 13/14] fscrypt: pass a real sector_t "
` [f2fs-dev] [PATCH 14/14] ext4: use a byte granularity cursor in ext4_mpage_readpages

[f2fs-dev] [syzbot] [mm?] [f2fs?] [exfat?] memory leak in __kfree_rcu_sheaf
 2026-03-02  8:39 UTC  (4+ messages)

[f2fs-dev] [PATCH] f2fs: fix to avoid UAF in f2fs_write_end_io()
 2026-03-02  1:31 UTC  (2+ messages)

[f2fs-dev] FAILED: Patch "f2fs: fix to do sanity check on node footer in {read, write}_end_io" failed to apply to 5.10-stable tree
 2026-03-01  2:00 UTC 

[f2fs-dev] FAILED: Patch "f2fs: fix IS_CHECKPOINTED flag inconsistency issue caused by concurrent atomic commit and checkpoint writes" failed to apply to 5.10-stable tree
 2026-03-01  1:59 UTC 

[f2fs-dev] FAILED: Patch "f2fs: fix to do sanity check on node footer in {read, write}_end_io" failed to apply to 5.15-stable tree
 2026-03-01  1:50 UTC 

[f2fs-dev] FAILED: Patch "f2fs: fix IS_CHECKPOINTED flag inconsistency issue caused by concurrent atomic commit and checkpoint writes" failed to apply to 5.15-stable tree
 2026-03-01  1:49 UTC 

[f2fs-dev] FAILED: Patch "f2fs: fix to do sanity check on node footer in {read, write}_end_io" failed to apply to 6.1-stable tree
 2026-03-01  1:42 UTC 

[f2fs-dev] FAILED: Patch "f2fs: fix to do sanity check on node footer in {read, write}_end_io" failed to apply to 6.6-stable tree
 2026-03-01  1:32 UTC 

[f2fs-dev] FAILED: Patch "f2fs: fix to do sanity check on node footer in {read, write}_end_io" failed to apply to 6.12-stable tree
 2026-03-01  1:21 UTC 

[f2fs-dev] fscrypt API cleanups v2
 2026-02-27 22:29 UTC  (21+ messages)
` [f2fs-dev] [PATCH 01/14] ext4: initialize the write hint in io_submit_init_bio
` [f2fs-dev] [PATCH 02/14] ext4: open code fscrypt_set_bio_crypt_ctx_bh
` [f2fs-dev] [PATCH 03/14] ext4: factor out a io_submit_need_new_bio helper
` [f2fs-dev] [PATCH 04/14] ext4, fscrypt: merge fscrypt_mergeable_bio_bh into io_submit_need_new_bio
` [f2fs-dev] [PATCH 05/14] fscrypt: move fscrypt_set_bio_crypt_ctx_bh to buffer.c
` [f2fs-dev] [PATCH 06/14] fscrypt: pass a byte offset to fscrypt_generate_dun
` [f2fs-dev] [PATCH 07/14] fscrypt: pass a byte offset to fscrypt_mergeable_bio
` [f2fs-dev] [PATCH 08/14] fscrypt: pass a byte offset to fscrypt_set_bio_crypt_ctx
` [f2fs-dev] [PATCH 09/14] fscrypt: pass a byte offset to fscrypt_zeroout_range_inline_crypt
` [f2fs-dev] [PATCH 10/14] fscrypt: pass a byte length "
` [f2fs-dev] [PATCH 11/14] fscrypt: pass a byte offset to fscrypt_zeroout_range
` [f2fs-dev] [PATCH 12/14] fscrypt: pass a byte length "
` [f2fs-dev] [PATCH 13/14] fscrypt: pass a real sector_t "
` [f2fs-dev] [PATCH 14/14] ext4: use a byte granularity cursor in ext4_mpage_readpages

[f2fs-dev] [PATCH 00/61] vfs: change inode->i_ino from unsigned long to u64
 2026-02-27 21:05 UTC  (101+ messages)
` [f2fs-dev] [PATCH 01/61] vfs: widen inode hash/lookup functions "
` [f2fs-dev] [PATCH 02/61] vfs: change i_ino from unsigned long "
` [f2fs-dev] [PATCH 03/61] trace: update VFS-layer trace events for u64 i_ino
` [f2fs-dev] [PATCH 04/61] ext4: update "
` [f2fs-dev] [PATCH 05/61] jbd2: update format strings "
` [f2fs-dev] [PATCH 06/61] f2fs: update "
` [f2fs-dev] [PATCH 07/61] lockd: update format strings "
` [f2fs-dev] [PATCH 08/61] nfs: update "
` [f2fs-dev] [PATCH 09/61] nfs: remove nfs_fattr_to_ino_t() and nfs_fileid_to_ino_t()
` [f2fs-dev] [PATCH 10/61] nfs: remove nfs_compat_user_ino64()
` [f2fs-dev] [PATCH 11/61] nfs: remove enable_ino64 module parameter
` [f2fs-dev] [PATCH 12/61] nfsd: update format strings for u64 i_ino
` [f2fs-dev] [PATCH 13/61] smb: store full 64-bit uniqueid in i_ino
` [f2fs-dev] [PATCH 14/61] smb: remove cifs_uniqueid_to_ino_t()
` [f2fs-dev] [PATCH 15/61] locks: update /proc/locks format for u64 i_ino
` [f2fs-dev] [PATCH 16/61] proc: update /proc/PID/maps "
` [f2fs-dev] [PATCH 17/61] nilfs2: update "
` [f2fs-dev] [PATCH 18/61] 9p: update format strings "
` [f2fs-dev] [PATCH 19/61] affs: "
` [f2fs-dev] [PATCH 20/61] afs: "
` [f2fs-dev] [PATCH 21/61] autofs: "
` [f2fs-dev] [PATCH 22/61] befs: "
` [f2fs-dev] [PATCH 23/61] bfs: "
` [f2fs-dev] [PATCH 24/61] cachefiles: "
` [f2fs-dev] [PATCH 25/61] ceph: "
` [f2fs-dev] [PATCH 26/61] coda: "
` [f2fs-dev] [PATCH 27/61] cramfs: "
` [f2fs-dev] [PATCH 28/61] ecryptfs: "
` [f2fs-dev] [PATCH 29/61] efs: "
` [f2fs-dev] [PATCH 30/61] exportfs: "
` [f2fs-dev] [PATCH 31/61] ext2: "
` [f2fs-dev] [PATCH 32/61] freevxfs: "
` [f2fs-dev] [PATCH 33/61] hfs: "
` [f2fs-dev] [PATCH 34/61] hfsplus: "
` [f2fs-dev] [PATCH 35/61] hpfs: "
` [f2fs-dev] [PATCH 36/61] isofs: "
` [f2fs-dev] [PATCH 37/61] jffs2: "
` [f2fs-dev] [PATCH 38/61] jfs: "
` [f2fs-dev] [PATCH 39/61] minix: "
` [f2fs-dev] [PATCH 40/61] nsfs: "
` [f2fs-dev] [PATCH 41/61] ntfs3: "
` [f2fs-dev] [PATCH 42/61] ocfs2: "
` [f2fs-dev] [PATCH 43/61] orangefs: "
` [f2fs-dev] [PATCH 44/61] overlayfs: "
` [f2fs-dev] [PATCH 45/61] qnx4: "
` [f2fs-dev] [PATCH 46/61] qnx6: "
` [f2fs-dev] [PATCH 47/61] ubifs: "
` [f2fs-dev] [PATCH 48/61] udf: "
` [f2fs-dev] [PATCH 49/61] ufs: "
` [f2fs-dev] [PATCH 50/61] zonefs: "
` [f2fs-dev] [PATCH 51/61] security: update audit "
` [f2fs-dev] [PATCH 52/61] drm/amdgpu: update "
` [f2fs-dev] [PATCH 53/61] fsnotify: update fdinfo format strings "
` [f2fs-dev] [PATCH 54/61] net: update socket dname format "
` [f2fs-dev] [PATCH 55/61] uprobes: update format strings "
` [f2fs-dev] [PATCH 56/61] dma-buf: update format string "
` [f2fs-dev] [PATCH 57/61] fscrypt: update format strings "
` [f2fs-dev] [PATCH 58/61] fsverity: update format string "
` [f2fs-dev] [PATCH 59/61] iomap: "
` [f2fs-dev] [PATCH 60/61] net: update legacy protocol format strings "
` [f2fs-dev] [PATCH 61/61] vfs: update core "

[f2fs-dev] [PATCH 1/4] f2fs: fix incorrect extent flag when physical addr is NEW_ADDR in f2fs_fiemap
 2026-02-27 20:41 UTC  (6+ messages)
` [f2fs-dev] [PATCH 3/4] f2fs: fix fiemap boundary handling when read extent cache is incomplete

[f2fs-dev] [PATCH v2 0/1] f2fs: fix lockdep WARN of sbi->cp_global_sem and q->q_usage_counter
 2026-02-27 20:32 UTC  (5+ messages)
` [f2fs-dev] [PATCH v2 1/1] "

[f2fs-dev] [jaegeuk-f2fs:dev-test 5/5] fs/f2fs/gc.c:1286 ra_data_block() warn: missing error code 'err'
 2026-02-27 20:28 UTC  (2+ messages)

[f2fs-dev] [PATCH 1/2] resize.f2fs: fix to avoid zeroing main area blocks in migrate_ssa()
 2026-02-27 11:54 UTC  (2+ messages)
` [f2fs-dev] [PATCH 2/2] resize.f2fs: add more logs "

[f2fs-dev] [PATCH v8 00/17] Subject: Exposing case folding behavior
 2026-02-27 11:41 UTC  (7+ messages)
` [f2fs-dev] [PATCH v8 01/17] fs: Move file_kattr initialization to callers
` [f2fs-dev] [PATCH v8 02/17] fs: Add case sensitivity flags to file_kattr
` [f2fs-dev] [PATCH v8 03/17] fat: Implement fileattr_get for case sensitivity

[f2fs-dev] [PATCH 1/2] f2fs: fix UAF caused by decrementing sbi->nr_pages[] in f2fs_write_end_io()
 2026-02-27  7:30 UTC  (2+ messages)
` [f2fs-dev] [PATCH 2/2] f2fs: drop unused sbi parameter from f2fs_in_warm_node_list()

[f2fs-dev] [PATCH] f2fs: Add defrag_blocks sysfs node
 2026-02-27  3:02 UTC 

[f2fs-dev] [PATCH v2 0/4] mm: Remove stray references to pagevec
 2026-02-26 21:48 UTC  (16+ messages)
` [f2fs-dev] [PATCH v2 1/4] mm: Remove stray references to struct pagevec
` [f2fs-dev] [PATCH v2 2/4] fs: Remove unncessary pagevec.h includes
  ` [f2fs-dev] [PATCH v2 2/4] "
` [f2fs-dev] [PATCH v2 3/4] folio_batch: Rename pagevec.h to folio_batch.h
` [f2fs-dev] [PATCH v2 4/4] folio_batch: Rename PAGEVEC_SIZE to FOLIO_BATCH_SIZE

[f2fs-dev] [syzbot] [f2fs?] INFO: task hung in f2fs_fallocate (6)
 2026-02-26  6:18 UTC 

[f2fs-dev] [PATCH] mm: Remove stray references to struct pagevec
 2026-02-25 23:46 UTC  (3+ messages)


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