linux-f2fs-devel.lists.sourceforge.net archive mirror
 help / color / mirror / Atom feed
 messages from 2023-08-14 18:29:52 to 2023-08-28 17:20:37 UTC [more...]

[f2fs-dev] [PATCH] f2fs: use finish zone command when closing a zone
 2023-08-28 17:20 UTC  (2+ messages)

[f2fs-dev] Patchwork summary for: f2fs
 2023-08-28 17:20 UTC 

[f2fs-dev] [PATCH v3 0/29] block: Make blkdev_get_by_*() return handle
 2023-08-28 17:07 UTC  (7+ messages)
` [f2fs-dev] [PATCH 23/29] f2fs: Convert to bdev_open_by_dev/path()

[f2fs-dev] [PATCH v2 0/29] block: Make blkdev_get_by_*() return handle
 2023-08-28 14:27 UTC  (7+ messages)

[f2fs-dev] cleanup the filemap / direct I/O interaction v4
 2023-08-28 14:15 UTC  (10+ messages)
` [f2fs-dev] [PATCH 03/12] filemap: update ki_pos in generic_perform_write

[f2fs-dev] [PATCH 1/4] f2fs: compress: fix deadloop in f2fs_write_cache_pages()
 2023-08-28 14:04 UTC  (4+ messages)
` [f2fs-dev] [PATCH 2/4] f2fs: compress: fix to avoid use-after-free on dic
` [f2fs-dev] [PATCH 3/4] f2fs: compress: do sanity check on cluster when CONFIG_F2FS_CHECK_FS is on
` [f2fs-dev] [PATCH 4/4] f2fs: compress: fix to avoid redundant compress extension

[f2fs-dev] decouple block open flags from fmode_t v2
 2023-08-28 12:09 UTC  (4+ messages)
` [f2fs-dev] [PATCH 01/30] block: also call ->open for incremental partition opens

[f2fs-dev] [PATCH v6 00/11] io_uring getdents
 2023-08-27 21:32 UTC  (16+ messages)
` [f2fs-dev] [PATCH 01/11] fs: split off vfs_getdents function of getdents64 syscall
` [f2fs-dev] [PATCH 02/11] xfs: add NOWAIT semantics for readdir
` [f2fs-dev] [PATCH 03/11] vfs: add nowait flag for struct dir_context
` [f2fs-dev] [PATCH 04/11] vfs: add a vfs helper for io_uring file pos lock
` [f2fs-dev] [PATCH 05/11] vfs: add file_pos_unlock() for io_uring usage
` [f2fs-dev] [PATCH 06/11] vfs: add a nowait parameter for touch_atime()
` [f2fs-dev] [PATCH 07/11] vfs: add nowait parameter for file_accessed()
` [f2fs-dev] [PATCH 08/11] vfs: move file_accessed() to the beginning of iterate_dir()
` [f2fs-dev] [PATCH 09/11] vfs: error out -EAGAIN if atime needs to be updated
` [f2fs-dev] [PATCH 10/11] vfs: trylock inode->i_rwsem in iterate_dir() to support nowait
` [f2fs-dev] [PATCH 11/11] io_uring: add support for getdents

[f2fs-dev] [syzbot] [f2fs?] possible deadlock in f2fs_add_inline_entry
 2023-08-26  2:58 UTC  (7+ messages)
` [f2fs-dev] [PATCH] f2fs: fix deadlock in f2f2_add_dentry

[f2fs-dev] [PATCH RFC v5 00/29] io_uring getdents
 2023-08-25 22:53 UTC  (39+ messages)
` [f2fs-dev] [PATCH 01/29] fs: split off vfs_getdents function of getdents64 syscall
` [f2fs-dev] [PATCH 02/29] xfs: rename XBF_TRYLOCK to XBF_NOWAIT
` [f2fs-dev] [PATCH 03/29] xfs: add NOWAIT semantics for readdir
` [f2fs-dev] [PATCH 04/29] vfs: add nowait flag for struct dir_context
` [f2fs-dev] [PATCH 05/29] vfs: add a vfs helper for io_uring file pos lock
` [f2fs-dev] [PATCH 06/29] vfs: add file_pos_unlock() for io_uring usage
` [f2fs-dev] [PATCH 07/29] vfs: add a nowait parameter for touch_atime()
` [f2fs-dev] [PATCH 08/29] vfs: add nowait parameter for file_accessed()
` [f2fs-dev] [PATCH 09/29] vfs: move file_accessed() to the beginning of iterate_dir()
` [f2fs-dev] [PATCH 10/29] vfs: add S_NOWAIT for nowait time update
` [f2fs-dev] [PATCH 11/29] vfs: trylock inode->i_rwsem in iterate_dir() to support nowait
` [f2fs-dev] [PATCH 12/29] xfs: enforce GFP_NOIO implicitly during nowait time update
` [f2fs-dev] [PATCH 13/29] xfs: make xfs_trans_alloc() support nowait semantics
` [f2fs-dev] [PATCH 14/29] xfs: support nowait for xfs_log_reserve()
` [f2fs-dev] [PATCH 15/29] xfs: don't wait for free space in xlog_grant_head_check() in nowait case
` [f2fs-dev] [PATCH 16/29] xfs: add nowait parameter for xfs_inode_item_init()
` [f2fs-dev] [PATCH 17/29] xfs: make xfs_trans_ijoin() error out -EAGAIN
` [f2fs-dev] [PATCH 18/29] xfs: set XBF_NOWAIT for xfs_buf_read_map if necessary
` [f2fs-dev] [PATCH 19/29] xfs: support nowait memory allocation in _xfs_buf_alloc()
` [f2fs-dev] [PATCH 20/29] xfs: distinguish error type of memory allocation failure for nowait case
` [f2fs-dev] [PATCH 21/29] xfs: return -EAGAIN when bulk memory allocation fails in "
` [f2fs-dev] [PATCH 22/29] xfs: comment page allocation for nowait case in xfs_buf_find_insert()
` [f2fs-dev] [PATCH 23/29] xfs: don't print warn info for -EAGAIN error in xfs_buf_get_map()
` [f2fs-dev] [PATCH 24/29] xfs: support nowait for xfs_buf_read_map()
` [f2fs-dev] [PATCH 25/29] xfs: support nowait for xfs_buf_item_init()
` [f2fs-dev] [PATCH 26/29] xfs: return -EAGAIN when nowait meets sync in transaction commit
` [f2fs-dev] [PATCH 27/29] xfs: add a comment for xlog_kvmalloc()
` [f2fs-dev] [PATCH 28/29] xfs: support nowait semantics for xc_ctx_lock in xlog_cil_commit()
` [f2fs-dev] [PATCH 29/29] io_uring: add support for getdents

[f2fs-dev] [PATCH v2 0/7] Add 16K Support for f2fs-tools
 2023-08-25 22:44 UTC  (8+ messages)
` [f2fs-dev] [PATCH v2 1/7] f2fs-tools: Define constants in terms of BLKSIZE
` [f2fs-dev] [PATCH v2 2/7] f2fs-tools: Refactor Orphan Block struct
` [f2fs-dev] [PATCH v2 3/7] f2fs-tools: Refactor f2fs_node struct and friends
` [f2fs-dev] [PATCH v2 4/7] f2fs-tools: Refactor SIT/NAT block structs
` [f2fs-dev] [PATCH v2 5/7] f2fs-tools: Refactor Summary block struct and friends
` [f2fs-dev] [PATCH v2 6/7] f2fs-tools: Refactor f2fs_dentry_block struct
` [f2fs-dev] [PATCH v2 7/7] f2fs-tools: Support different block sizes

[f2fs-dev] [PATCH 0/7] Add 16K Support for f2fs-tools
 2023-08-25 22:43 UTC  (10+ messages)
` [f2fs-dev] [PATCH 1/7] f2fs-tools: Define constants in terms of BLKSIZE
` [f2fs-dev] [PATCH 2/7] f2fs-tools: Refactor Orphan Block struct
` [f2fs-dev] [PATCH 3/7] f2fs-tools: Refactor f2fs_node struct and friends
` [f2fs-dev] [PATCH 4/7] f2fs-tools: Refactor SIT/NAT block structs
` [f2fs-dev] [PATCH 5/7] f2fs-tools: Refactor Summary block struct and friends
` [f2fs-dev] [PATCH 6/7] f2fs-tools: Refactor f2fs_dentry_block struct
` [f2fs-dev] [PATCH 7/7] f2fs-tools: Support different block sizes

[f2fs-dev] Patchwork summary for: f2fs
 2023-08-25 17:30 UTC 

[f2fs-dev] [PATCH 1/3] f2fs: clean up error handling in sanity_check_{compress_, }inode()
 2023-08-25 17:30 UTC  (4+ messages)
` [f2fs-dev] [PATCH 2/3] f2fs: fix error path of f2fs_submit_page_read()
` [f2fs-dev] [PATCH 3/3] f2fs: compress: fix to assign compress_level for lz4 correctly

[f2fs-dev] [PATCH v5 07/45] f2fs: dynamically allocate the f2fs-shrinker
 2023-08-25  1:17 UTC  (2+ messages)

[f2fs-dev] [PATCH] f2fs-tools: convert to lseek() and kill lseek64
 2023-08-24 21:45 UTC 

[f2fs-dev] [PATCH 0/3] Simplify rejection of unexpected casefold inode flag
 2023-08-24  4:53 UTC  (7+ messages)
` [f2fs-dev] [PATCH 1/3] ext4: reject casefold inode flag without casefold feature
` [f2fs-dev] [PATCH 3/3] libfs: remove redundant checks of s_encoding

[f2fs-dev] [PATCH v4 00/48] use refcount+RCU method to implement lockless slab shrink
 2023-08-23  2:59 UTC  (11+ messages)
` [f2fs-dev] [PATCH v4 01/48] mm: move some shrinker-related function declarations to mm/internal.h
` [f2fs-dev] [PATCH v4 02/48] mm: vmscan: move shrinker-related code into a separate file
` [f2fs-dev] [PATCH v4 12/48] gfs2: dynamically allocate the gfs2-qd shrinker
` [f2fs-dev] [PATCH v4 43/48] drm/ttm: introduce pool_shrink_rwsem

[f2fs-dev] [PATCH v6 0/9] Support negative dentries on case-insensitive ext4 and f2fs
 2023-08-22  9:03 UTC  (14+ messages)
` [f2fs-dev] [PATCH v6 1/9] ecryptfs: Reject casefold directory inodes
` [f2fs-dev] [PATCH v6 2/9] 9p: Split ->weak_revalidate from ->revalidate
` [f2fs-dev] [PATCH v6 3/9] fs: Expose name under lookup to d_revalidate hooks
` [f2fs-dev] [PATCH v6 4/9] fs: Add DCACHE_CASEFOLDED_NAME flag
` [f2fs-dev] [PATCH v6 5/9] libfs: Validate negative dentries in case-insensitive directories
` [f2fs-dev] [PATCH v6 6/9] libfs: Chain encryption checks after case-insensitive revalidation
` [f2fs-dev] [PATCH v6 7/9] libfs: Merge encrypted_ci_dentry_ops and ci_dentry_ops
` [f2fs-dev] [PATCH v6 8/9] ext4: Enable negative dentries on case-insensitive lookup
` [f2fs-dev] [PATCH v6 9/9] f2fs: "

[f2fs-dev] circular locking dependency warning in f2fs
 2023-08-21 20:43 UTC  (14+ messages)

[f2fs-dev] Patchwork summary for: f2fs
 2023-08-21 19:50 UTC 

[f2fs-dev] [PATCH 1/2] f2fs: doc: fix description of max_small_discards
 2023-08-21 19:50 UTC  (4+ messages)

[f2fs-dev] [PATCH] f2fs: avoid false alarm of circular locking
 2023-08-21 19:50 UTC  (4+ messages)

[f2fs-dev] [Bug 216050] New: fsfs_gc occupies 100% cpu
 2023-08-21  9:32 UTC  (4+ messages)
` [f2fs-dev] [Bug 216050] f2fs_gc "

[f2fs-dev] [PATCH 1/1] f2fs: move fiemap to use iomap framework
 2023-08-20 13:42 UTC  (3+ messages)

[f2fs-dev] [syzbot] [f2fs?] possible deadlock in f2fs_getxattr
 2023-08-18 21:49 UTC  (7+ messages)

[f2fs-dev] [PATCH] f2fs_io: add do_clearflags to clear nocompress/compress flag
 2023-08-18  2:03 UTC 

[f2fs-dev] [PATCH] f2fs_io: add do_clearflags to clear nocompress/compress flag
 2023-08-17 14:58 UTC  (2+ messages)

[f2fs-dev] [PATCH] f2fs-tools: f2fs_io: no memcpy for mmap read
 2023-08-17 14:56 UTC  (2+ messages)

[f2fs-dev] [PATCH v5 04/10] fs: Expose name under lookup to d_revalidate hooks
 2023-08-17  9:12 UTC  (3+ messages)

[f2fs-dev] [PATCH 0/1] Add 16K Support for f2fs
 2023-08-16  4:11 UTC  (4+ messages)
` [f2fs-dev] [PATCH 1/1] ANDROID: f2fs: Support Block Size == Page Size

[f2fs-dev] [PATCH v5 00/10] Support negative dentries on case-insensitive ext4 and f2fs
 2023-08-15  3:59 UTC  (18+ messages)
` [f2fs-dev] [PATCH v5 01/10] fs: Expose helper to check if a directory needs casefolding
` [f2fs-dev] [PATCH v5 06/10] libfs: Validate negative dentries in case-insensitive directories

[f2fs-dev] [PATCH] Revert "f2fs: fix to do sanity check on extent cache correctly"
 2023-08-14 20:50 UTC  (2+ messages)

[f2fs-dev] [PATCH] f2fs: should update REQ_TIME for direct write
 2023-08-14 20:50 UTC  (2+ messages)

[f2fs-dev] [PATCH v2] f2fs: Only lfs mode is allowed with zoned block device feature
 2023-08-14 20:50 UTC  (2+ messages)

[f2fs-dev] [PATCH 1/2] f2fs: fix to account gc stats correctly
 2023-08-14 20:50 UTC  (2+ messages)

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

[f2fs-dev] [PATCH v1] f2fs: increase usage of folio_next_index() helper
 2023-08-14 20:50 UTC  (2+ messages)

[f2fs-dev] [PATCH 1/2] f2fs: fix to update i_ctime in __f2fs_setxattr()
 2023-08-14 20:50 UTC  (2+ messages)

[f2fs-dev] [PATCH] f2fs: Fix f2fs_truncate_partial_nodes ftrace event
 2023-08-14 20:37 UTC  (4+ messages)


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