linux-f2fs-devel.lists.sourceforge.net archive mirror
 help / color / mirror / Atom feed
 messages from 2023-11-24 08:03:12 to 2023-12-19 23:01:00 UTC [more...]

[f2fs-dev] [PATCH v2 0/8] Revert setting casefolding dentry operations through s_d_op
 2023-12-19 23:00 UTC  (12+ messages)
` [f2fs-dev] [PATCH v2 1/8] dcache: Add helper to disable d_revalidate for a specific dentry
` [f2fs-dev] [PATCH v2 2/8] fscrypt: Drop d_revalidate if key is available
` [f2fs-dev] [PATCH v2 3/8] libfs: Merge encrypted_ci_dentry_ops and ci_dentry_ops
` [f2fs-dev] [PATCH v2 4/8] libfs: Expose generic_ci_dentry_ops outside of libfs
` [f2fs-dev] [PATCH v2 5/8] ext4: Set the case-insensitive dentry operations through ->s_d_op
` [f2fs-dev] [PATCH v2 6/8] f2fs: "
` [f2fs-dev] [PATCH v2 7/8] libfs: Don't support setting casefold operations during lookup
` [f2fs-dev] [PATCH v2 8/8] fscrypt: Move d_revalidate configuration back into fscrypt

[f2fs-dev] [PATCH V4] f2fs: show more discard status by sysfs
 2023-12-19 15:24 UTC  (4+ messages)

[f2fs-dev] remove support for the host aware zoned model
 2023-12-19 12:16 UTC  (19+ messages)
` [f2fs-dev] [PATCH 1/5] virtio_blk: cleanup zoned device probing
` [f2fs-dev] [PATCH 2/5] virtio_blk: remove the broken zone revalidation support
` [f2fs-dev] [PATCH 3/5] block: remove support for the host aware zone model
` [f2fs-dev] [PATCH 4/5] block: simplify disk_set_zoned
` [f2fs-dev] [PATCH 5/5] sd: only call disk_clear_zoned when needed

[f2fs-dev] [PATCH V3] f2fs: unify the error handling of f2fs_is_valid_blkaddr
 2023-12-19  3:56 UTC 

[f2fs-dev] [PATCH V3] f2fs: show more discard status by sysfs
 2023-12-18 23:59 UTC  (4+ messages)

[f2fs-dev] [PATCH] f2fs: Use wait_event_freezable_timeout() for freezable kthread
 2023-12-18  7:01 UTC 

[f2fs-dev] [PATCH V2] f2fs: unify the error handling of f2fs_is_valid_blkaddr
 2023-12-18  2:43 UTC  (3+ messages)

[f2fs-dev] [syzbot] [reiserfs?] [squashfs?] BUG: Dentry still in use in unmount
 2023-12-17  9:36 UTC  (5+ messages)
  ` [f2fs-dev] [PATCH] ovl: fix "

[f2fs-dev] [PATCH 0/3] Move fscrypt keyring destruction to after ->put_super
 2023-12-16 14:52 UTC  (11+ messages)
` [f2fs-dev] [PATCH 1/3] btrfs: call btrfs_close_devices from ->kill_sb
` [f2fs-dev] [PATCH 2/3] f2fs: move release of block devices to after kill_block_super()
` [f2fs-dev] [PATCH 3/3] fs: move fscrypt keyring destruction to after ->put_super

[f2fs-dev] [PATCH] f2fs: allow checkpoint=disable for zoned block device
 2023-12-14 20:50 UTC  (2+ messages)

[f2fs-dev] [PATCH 1/6] f2fs: delete obsolete FI_FIRST_BLOCK_WRITTEN
 2023-12-14 20:50 UTC  (7+ messages)
` [f2fs-dev] [PATCH 2/6] f2fs: delete obsolete FI_DROP_CACHE
` [f2fs-dev] [PATCH 3/6] f2fs: introduce get_dnode_addr() to clean up codes
` [f2fs-dev] [PATCH 4/6] f2fs: update blkaddr in __set_data_blkaddr() for cleanup
` [f2fs-dev] [PATCH 5/6] f2fs: introduce f2fs_invalidate_internal_cache() "
` [f2fs-dev] [PATCH 6/6] f2fs: add tracepoint for f2fs_vm_page_mkwrite()

[f2fs-dev] [PATCH 1/6] f2fs: fix to tag gcing flag on page during block migration
 2023-12-14 20:50 UTC  (11+ messages)
` [f2fs-dev] [PATCH 2/6] f2fs: fix to wait on block writeback for post_read case
` [f2fs-dev] [PATCH 3/6] f2fs: fix to check compress file in f2fs_move_file_range()
` [f2fs-dev] [PATCH 4/6] f2fs: don't set FI_PREALLOCATED_ALL for partial write
` [f2fs-dev] [PATCH 5/6] f2fs: fix to restrict condition of compress inode conversion
` [f2fs-dev] [PATCH 6/6] f2fs: fix to update iostat correctly in f2fs_filemap_fault()

[f2fs-dev] [PATCH 1/4] f2fs: allocate new section if it's not new
 2023-12-14 20:50 UTC  (10+ messages)
` [f2fs-dev] [PATCH 2/4] f2fs: fix write pointers on zoned device after roll forward
` [f2fs-dev] [PATCH 3/4] f2fs: check write pointers when checkpoint=disable
` [f2fs-dev] [PATCH 4/4] f2fs: let's finish or reset zones all the time
  ` [f2fs-dev] [PATCH 4/4 v2] "

[f2fs-dev] [PATCH v2 4/6] f2fs: don't set FI_PREALLOCATED_ALL for partial write
 2023-12-14 20:50 UTC  (2+ messages)

[f2fs-dev] [PATCH v3] f2fs: Restrict max filesize for 16K f2fs
 2023-12-14 20:50 UTC  (2+ messages)

[f2fs-dev] Patchwork summary for: f2fs
 2023-12-14 20:50 UTC 

[f2fs-dev] [PATCH 0/8] Revert setting casefolding dentry operations through s_d_op
 2023-12-14 15:01 UTC  (12+ messages)
` [f2fs-dev] [PATCH 1/8] dcache: Add helper to disable d_revalidate for a specific dentry
` [f2fs-dev] [PATCH 2/8] fscrypt: Drop d_revalidate if key is available
` [f2fs-dev] [PATCH 3/8] libfs: Merge encrypted_ci_dentry_ops and ci_dentry_ops
` [f2fs-dev] [PATCH 4/8] libfs: Expose generic_ci_dentry_ops outside of libfs
` [f2fs-dev] [PATCH 5/8] ext4: Set the case-insensitive dentry operations through ->s_d_op
` [f2fs-dev] [PATCH 6/8] f2fs: "
` [f2fs-dev] [PATCH 7/8] libfs: Don't support setting casefold operations during lookup
` [f2fs-dev] [PATCH 8/8] fscrypt: Move d_revalidate configuration back into fscrypt

[f2fs-dev] [PATCH] fsck.f2fs: fix orphan inode check fail
 2023-12-14 10:01 UTC 

[f2fs-dev] [PATCH v2] f2fs: New victim selection for GC
 2023-12-14  2:26 UTC  (3+ messages)
    ` [f2fs-dev] (2) "

[f2fs-dev] [PATCH V2] f2fs: fix to check return value of f2fs_recover_xattr_data
 2023-12-13  1:28 UTC  (2+ messages)

[f2fs-dev] [PATCH] f2fs: unify the error handling of f2fs_is_valid_blkaddr
 2023-12-12  1:51 UTC  (3+ messages)

[f2fs-dev] [PATCH] f2fs: fix to check return value of f2fs_recover_xattr_data
 2023-12-12  1:39 UTC  (2+ messages)

[f2fs-dev] Dear Respectable, I awaits for your response to my message!!!
 2023-12-11 17:26 UTC 

[f2fs-dev] Poptávka
 2023-12-11  8:36 UTC 

[f2fs-dev] [PATCH] f2fs: data: fix possible overflow in check_swap_activate()
 2023-12-10 21:14 UTC  (3+ messages)

[f2fs-dev] [PATCH 1/1] f2fs: fix fallocate failed under pinned block situation
 2023-12-10 12:55 UTC  (9+ messages)

[f2fs-dev] [PATCH] f2fs: compress: do cleanup in f2fs_truncate_partial_cluster()
 2023-12-09  9:07 UTC  (2+ messages)

[f2fs-dev] Weird EROFS data corruption
 2023-12-06  3:11 UTC  (12+ messages)

[f2fs-dev] GREAT
 2023-12-05 11:07 UTC 

[f2fs-dev] [PATCH v2] f2fs: Restrict max filesize for 16K f2fs
 2023-12-05  1:28 UTC  (2+ messages)

[f2fs-dev] [PATCH] fsck.f2fs: run full scan if checkpoint is disabled
 2023-12-05  1:16 UTC  (3+ messages)

[f2fs-dev] [PATCH] f2fs-tools: skip finishing zones for current zones
 2023-12-04 19:22 UTC 

[f2fs-dev] Performance drop due to alloc_workqueue() misuse and recent change
 2023-12-04 18:07 UTC  (2+ messages)

[f2fs-dev] [PATCH] f2fs: Restrict max filesize for 16K f2fs
 2023-12-02  3:52 UTC  (2+ messages)

[f2fs-dev] [PATCH] man: Add description for mkfs -b option
 2023-12-02  0:57 UTC 

[f2fs-dev] [PATCH] man: Add description for mkfs -b option
 2023-12-01  1:46 UTC 

[f2fs-dev] [PATCH] f2fs-tools: support zoned ufs devices
 2023-11-30 19:01 UTC 

[f2fs-dev] [PATCH v2] f2fs: add support for an i_version counter
 2023-11-30 18:35 UTC  (2+ messages)

[f2fs-dev] [PATCH] f2fs: sysfs: support discard_io_aware
 2023-11-30 18:30 UTC  (2+ messages)

[f2fs-dev] Patchwork summary for: f2fs
 2023-11-30 18:30 UTC 

[f2fs-dev] [PATCH] f2fs: fix to avoid dirent corruption
 2023-11-30 18:30 UTC  (3+ messages)

[f2fs-dev] [PATCH 1/2] f2fs: introduce tracepoint for f2fs_rename()
 2023-11-30 18:30 UTC  (3+ messages)
` [f2fs-dev] [PATCH 2/2] f2fs: show i_mode in trace_f2fs_new_inode()

[f2fs-dev] [PATCH] f2fs: skip adding a discard command if exists
 2023-11-30 18:30 UTC  (2+ messages)

[f2fs-dev] [PATCH 1/3] f2fs: clean up w/ dotdot_name
 2023-11-30 18:30 UTC  (2+ messages)

[f2fs-dev] [PATCH] f2fs-tools: convert lost+found dir to regular dentry before adding nodes
 2023-11-29 19:40 UTC 

[f2fs-dev] [PATCH v6 0/9] Support negative dentries on case-insensitive ext4 and f2fs
 2023-11-29 15:19 UTC  (29+ messages)
                        ` [f2fs-dev] fun with d_invalidate() vs. d_splice_alias() was "

[f2fs-dev] [PATCH v1] f2fs: New victim selection for GC
 2023-11-29  0:56 UTC  (8+ messages)
    ` [f2fs-dev] (2) "
        ` [f2fs-dev] (2) "

[f2fs-dev] Bezplatná 60denní zkušební verze: Vylepšete své výrobní procesy
 2023-11-28  9:01 UTC 

[f2fs-dev] [PATCH V2] f2fs: show more discard status by sysfs
 2023-11-28  6:48 UTC 

[f2fs-dev] [PATCH] f2fs-tools: fixed incorrect error handling
 2023-11-28  6:24 UTC  (3+ messages)
` [f2fs-dev] [PATCH v2] "

[f2fs-dev] [PATCH] f2fs: show more discard stat by sysfs
 2023-11-28  2:45 UTC  (3+ messages)

[f2fs-dev] [PATCH] f2fs: add support for an i_version counter
 2023-11-28  2:42 UTC  (2+ messages)

[f2fs-dev] [PATCH 0/3] F2FS Tools 16K Bug Fixes
 2023-11-28  1:53 UTC  (9+ messages)
` [f2fs-dev] [PATCH 1/3] f2fs-tools: Fix debug size print
` [f2fs-dev] [PATCH 2/3] f2fs-tools: Wait for Block Size to initialize Cache
` [f2fs-dev] [PATCH 3/3] f2fs-tools: Fix dqb_curspace to reflect blocksize


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