linux-f2fs-devel.lists.sourceforge.net archive mirror
 help / color / mirror / Atom feed
 messages from 2023-08-27 13:30:33 to 2023-09-28 20:21:55 UTC [more...]

[f2fs-dev] [PATCH 85/87] fs: rename i_atime and i_mtime fields to __i_atime and __i_mtime
 2023-09-28 20:21 UTC  (13+ messages)
` [f2fs-dev] [PATCH 86/87] fs: switch timespec64 fields in inode to discrete integers
` [f2fs-dev] [PATCH 87/87] fs: move i_blocks up a few places in struct inode

[f2fs-dev] [PATCH] f2fs-tools: do not support user-space cache
 2023-09-28 17:51 UTC 

[f2fs-dev] [PATCH 00/87] fs: new accessor methods for atime and mtime
 2023-09-28 11:03 UTC  (3+ messages)
  ` [f2fs-dev] [PATCH 35/87] fs/f2fs: convert to new inode {a, m}time accessors
` [f2fs-dev] [PATCH 01/87] fs: new accessor methods for atime and mtime

[f2fs-dev] [PATCH v2 0/3] f2fs-tools: cache free segments count to improve perfmance
 2023-09-28  9:20 UTC  (4+ messages)
` [f2fs-dev] [PATCH v2 1/3] f2fs-tools: use 'IS_CUR_SEGNO()' to check if it is current segment
` [f2fs-dev] [PATCH v2 2/3] f2fs-tools: skip not matched segment when finding free block
` [f2fs-dev] [PATCH v2 3/3] f2fs-tools: cache free segments count to improve perfmance

[f2fs-dev] [PATCH v3 0/29] block: Make blkdev_get_by_*() return handle
 2023-09-27 16:21 UTC  (11+ messages)
` [f2fs-dev] [PATCH 23/29] f2fs: Convert to bdev_open_by_dev/path()
` [f2fs-dev] [PATCH v4 0/29] block: Make blkdev_get_by_*() return handle

[f2fs-dev] [PATCH] f2fs: preload extent_cache for POSIX_FADV_WILLNEED
 2023-09-26 17:40 UTC  (4+ messages)
` [f2fs-dev] [PATCH v2] "

[f2fs-dev] [PATCH v3 0/5] fscrypt: add support for data_unit_size < fs_block_size
 2023-09-25  5:54 UTC  (6+ messages)
` [f2fs-dev] [PATCH v3 1/5] fscrypt: make it clearer that key_prefix is deprecated
` [f2fs-dev] [PATCH v3 2/5] fscrypt: make the bounce page pool opt-in instead of opt-out
` [f2fs-dev] [PATCH v3 3/5] fscrypt: compute max_lblk_bits from s_maxbytes and block size
` [f2fs-dev] [PATCH v3 4/5] fscrypt: replace get_ino_and_lblk_bits with just has_32bit_inodes
` [f2fs-dev] [PATCH v3 5/5] fscrypt: support crypto data unit size less than filesystem block size

[f2fs-dev] [PATCH] f2fs: fix to drop meta_inode's page cache in f2fs_put_super()
 2023-09-20 15:50 UTC  (2+ messages)

[f2fs-dev] Patchwork summary for: f2fs
 2023-09-20 15:50 UTC 

[f2fs-dev] [PATCH] f2fs: split initial and dynamic conditions for extent_cache
 2023-09-20 15:50 UTC  (2+ messages)

[f2fs-dev] [PATCH] f2fs: compress: fix to avoid fragment w/ OPU during f2fs_ioc_compress_file()
 2023-09-20 15:50 UTC  (2+ messages)

[f2fs-dev] [PATCH] f2fs: set the default compress_level on ioctl
 2023-09-20 15:50 UTC  (2+ messages)

[f2fs-dev] [PATCH 1/4] f2fs: compress: fix deadloop in f2fs_write_cache_pages()
 2023-09-20 15:50 UTC  (5+ 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] [PATCH v7 00/13] fs: implement multigrain timestamps
 2023-09-20 15:45 UTC  (29+ messages)
` [f2fs-dev] [PATCH v7 12/13] ext4: switch to "

[f2fs-dev] [PATCH 0/3] f2fs-tools: cache free segments count to improve perfmance
 2023-09-20 13:07 UTC  (6+ messages)
` [f2fs-dev] [PATCH 1/3] f2fs-tools: use 'IS_CUR_SEGNO()' to check if it is current segment
` [f2fs-dev] [PATCH 2/3] f2fs-tools: skip not matched segment when finding free block
` [f2fs-dev] [PATCH 3/3] f2fs-tools: cache free segments count to improve perfmance

[f2fs-dev] [syzbot] [f2fs?] possible deadlock in super_lock
 2023-09-20  9:13 UTC  (2+ messages)
` [f2fs-dev] [syzbot] [reiserfs?] "

[f2fs-dev] Poptávka
 2023-09-20  7:46 UTC 

[f2fs-dev] [syzbot] [f2fs?] WARNING: lock held when returning to user space in f2fs_write_single_data_page
 2023-09-15  5:49 UTC  (2+ messages)

[f2fs-dev] [PATCH v2 0/5] fscrypt: add support for data_unit_size < fs_block_size
 2023-09-14  8:12 UTC  (6+ messages)
` [f2fs-dev] [PATCH v2 1/5] fscrypt: make it extra clear that key_prefix is deprecated
` [f2fs-dev] [PATCH v2 2/5] fscrypt: make the bounce page pool opt-in instead of opt-out
` [f2fs-dev] [PATCH v2 3/5] fscrypt: use s_maxbytes instead of filesystem lblk_bits
` [f2fs-dev] [PATCH v2 4/5] fscrypt: replace get_ino_and_lblk_bits with just has_32bit_inodes
` [f2fs-dev] [PATCH v2 5/5] fscrypt: support crypto data unit size less than filesystem block size

[f2fs-dev] cleanup the filemap / direct I/O interaction v4
 2023-09-13 16:33 UTC  (12+ messages)
` [f2fs-dev] [PATCH 03/12] filemap: update ki_pos in generic_perform_write

[f2fs-dev] [jaegeuk-f2fs:dev-test 8/9] fs/f2fs/inode.c:320:7: warning: format specifies type 'size_t' (aka 'unsigned int') but the argument has type 'unsigned long'
 2023-09-13 11:03 UTC 

[f2fs-dev] [jaegeuk-f2fs:dev-test 8/9] include/linux/kern_levels.h:5:25: warning: format '%zu' expects argument of type 'size_t', but argument 6 has type 'long unsigned int'
 2023-09-13  9:02 UTC 

[f2fs-dev] [PATCH 6.4 574/737] f2fs: fix spelling in ABI documentation
 2023-09-11 13:47 UTC 

[f2fs-dev] [PATCH 6.5 550/739] f2fs: fix spelling in ABI documentation
 2023-09-11 13:45 UTC 

[f2fs-dev] [PATCH v6 07/45] f2fs: dynamically allocate the f2fs-shrinker
 2023-09-11  9:44 UTC 

[f2fs-dev] [PATCH v6 00/11] io_uring getdents
 2023-09-10 22:01 UTC  (28+ 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] [PATCH 0/2] fsverity: simplify initcall and move sysctl registration
 2023-09-07  4:12 UTC  (4+ messages)
` [f2fs-dev] [PATCH 2/2] fsverity: move sysctl registration out of signature.c

[f2fs-dev] [syzbot] [f2fs?] possible deadlock in f2fs_add_inline_entry
 2023-09-06 12:56 UTC  (3+ messages)
` [f2fs-dev] [PATCH] f2fs: fix deadlock in f2f2_add_dentry

[f2fs-dev] [PATCH v2] f2fs: replace blk_finish_plug() with blk_flush_plug()
 2023-09-06 13:31 UTC  (6+ messages)

[f2fs-dev] [syzbot] [f2fs?] kernel BUG in f2fs_put_super
 2023-09-06  0:53 UTC 

[f2fs-dev] [PATCH] quota: explicitly forbid quota files from being encrypted
 2023-09-05  9:11 UTC  (2+ messages)

[f2fs-dev] [PATCH 0/5] fscrypt: add support for data_unit_size < fs_block_size
 2023-09-05  0:58 UTC  (6+ messages)
` [f2fs-dev] [PATCH 1/5] fscrypt: make it extra clear that key_prefix is deprecated
` [f2fs-dev] [PATCH 2/5] fscrypt: make the bounce page pool opt-in instead of opt-out
` [f2fs-dev] [PATCH 3/5] fscrypt: use s_maxbytes instead of filesystem lblk_bits
` [f2fs-dev] [PATCH 4/5] fscrypt: replace get_ino_and_lblk_bits with just has_32bit_inodes
` [f2fs-dev] [PATCH 5/5] fscrypt: support crypto data unit size less than filesystem block size

[f2fs-dev] [PATCH] fsck.f2fs: use clearer info message for -a option
 2023-09-05  0:38 UTC 

[f2fs-dev] [GIT PULL] f2fs update for 6.6
 2023-09-04 18:11 UTC  (3+ messages)

[f2fs-dev] [PATCH v2 43/92] f2fs: convert to ctime accessor functions
 2023-09-04 18:11 UTC  (2+ messages)

[f2fs-dev] [PATCH 0/3] Simplify rejection of unexpected casefold inode flag
 2023-09-04 18:11 UTC  (2+ messages)

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

[f2fs-dev] [PATCH v2 00/89] fs: new accessors for inode->i_ctime
 2023-09-04 18:11 UTC  (5+ messages)
` [f2fs-dev] [PATCH v2 08/92] fs: new helper: simple_rename_timestamp

[f2fs-dev] [PATCH 01/12] fs: export setup_bdev_super
 2023-09-04 18:11 UTC  (2+ messages)

[f2fs-dev] [PATCH 01/17] fs: unexport buffer_check_dirty_writeback
 2023-09-04 18:11 UTC  (2+ messages)

[f2fs-dev] [PATCH] fsck.f2fs: use INFO_MSG() to print i_gc_failure reset info
 2023-09-04 15:10 UTC 

[f2fs-dev] [jaegeuk-f2fs:dev-test 30/30] ERROR: modpost: "__blk_flush_plug" [fs/f2fs/f2fs.ko] undefined!
 2023-09-02  8:00 UTC 

[f2fs-dev] [jaegeuk-f2fs:dev-test 30/30] ERROR: modpost: "__blk_flush_plug" [fs/f2fs/f2fs.ko] undefined!
 2023-09-02  6:47 UTC 

[f2fs-dev] Custom-made displays
 2023-08-31  7:30 UTC 

[f2fs-dev] [PATCH] f2fs: replace blk_finish_plug() with blk_flush_plug()
 2023-08-31  7:14 UTC  (3+ messages)

[f2fs-dev] [PATCH v6 0/7] fs: implement multigrain timestamps
 2023-08-30  1:22 UTC  (7+ messages)
` [f2fs-dev] [PATCH v6 1/7] fs: pass the request_mask to generic_fillattr

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

[f2fs-dev] [PATCH v2 0/7] Add 16K Support for f2fs-tools
 2023-08-28 23:18 UTC  (9+ messages)
` [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 7/7] f2fs-tools: Support different block sizes

[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 v2 0/29] block: Make blkdev_get_by_*() return handle
 2023-08-28 14:27 UTC  (7+ messages)

[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


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