linux-f2fs-devel.lists.sourceforge.net archive mirror
 help / color / mirror / Atom feed
 messages from 2019-03-13 01:31:46 to 2019-04-08 08:22:46 UTC [more...]

[PATCH v2 0/5] fscrypt: d_revalidate fixes and cleanups
 2019-04-08  8:22 UTC  (8+ messages)
` [PATCH v2 1/5] fscrypt: clean up and improve dentry revalidation
` [PATCH v2 2/5] fscrypt: fix race allowing rename() and link() of ciphertext dentries
` [PATCH v2 3/5] fs, fscrypt: clear DCACHE_ENCRYPTED_NAME when unaliasing directory
` [PATCH v2 4/5] fscrypt: only set dentry_operations on ciphertext dentries
` [PATCH v2 5/5] fscrypt: fix race where ->lookup() marks plaintext dentry as ciphertext

[Bug 203167] New: Kernel page fault with update_sit_entry+0x113/0x420
 2019-04-07  9:55 UTC  (2+ messages)
` [Bug 203167] "

[PATCH] f2fs: data: fix warning Using plain integer as NULL pointer
 2019-04-06 19:06 UTC  (2+ messages)

[Bug 203169] New: at fs/f2fs/checkpoint.c:160 f2fs_is_valid_blkaddr
 2019-04-06  1:53 UTC  (5+ messages)
` [Bug 203169] crash "

[Bug 203171] New: PF error: at __remove_dirty_segment+0x61/0xd0
 2019-04-06  1:46 UTC 

[Bug 203165] New: Kernel panic - not syncing: corrupted stack end detected inside scheduler
 2019-04-05 23:11 UTC  (3+ messages)
` [Bug 203165] "

[Bug 203163] New: RIP: 0010:update_sit_entry+0x50/0x420 when mounting crafted image
 2019-04-05 22:59 UTC 

[PATCH 1/5] f2fs: clean up codes with op_is_write()
 2019-04-05 16:31 UTC  (6+ messages)
` [PATCH 2/5] f2fs: fix potential recursive call when enabling data_flush
` [PATCH 3/5] f2fs: add comment for conditional compilation statement
` [PATCH 4/5] f2fs: add tracepoint for f2fs_filemap_fault()
` [PATCH 5/5] f2fs: add tracepoint for f2fs_file_write_iter()

[PATCH 0/4 v2] Zoned block device support improvments
 2019-04-05 16:25 UTC  (8+ messages)
` [PATCH 1/4 v2] f2fs-tools: Fix various compilation warnings
` [PATCH 2/4 v2] f2fs-tools: Add f2fs_io to .gitignore
` [PATCH 3/4 v2] f2fs-tools: Improve zoned model check
` [PATCH 4/4 v2] f2fs-tools: Fix multi-device format with zoned devices

[PATCH v4 00/17] fscrypt: key management improvements
 2019-04-03 20:36 UTC  (20+ messages)
` [PATCH v4 01/17] fs, fscrypt: move uapi definitions to new header <linux/fscrypt.h>
` [PATCH v4 02/17] fscrypt: use FSCRYPT_ prefix for uapi constants
` [PATCH v4 03/17] fscrypt: use FSCRYPT_* definitions, not FS_*
` [PATCH v4 04/17] fscrypt: add ->ci_inode to fscrypt_info
` [PATCH v4 05/17] fscrypt: refactor v1 policy key setup into keysetup_legacy.c
` [PATCH v4 06/17] fscrypt: add FS_IOC_ADD_ENCRYPTION_KEY ioctl
` [PATCH v4 07/17] fs/dcache.c: add shrink_dcache_inode()
` [PATCH v4 08/17] fscrypt: add FS_IOC_REMOVE_ENCRYPTION_KEY ioctl
` [PATCH v4 09/17] fscrypt: add FS_IOC_GET_ENCRYPTION_KEY_STATUS ioctl
` [PATCH v4 10/17] fscrypt: add an HKDF-SHA512 implementation
` [PATCH v4 11/17] fscrypt: v2 encryption policy support
` [PATCH v4 12/17] fscrypt: allow unprivileged users to add/remove keys for v2 policies
` [PATCH v4 13/17] fscrypt: require that key be added when setting a v2 encryption policy
` [PATCH v4 14/17] ext4: wire up new fscrypt ioctls
` [PATCH v4 15/17] f2fs: "
` [PATCH v4 16/17] ubifs: "
` [PATCH v4 17/17] fscrypt: document the new ioctls and policy version

[PATCH v2 1/1] treewide: Switch printk users from %pf and %pF to %ps and %pS, respectively
 2019-04-03 11:28 UTC  (4+ messages)

Possible issues with fsck of f2fs root
 2019-04-02 19:29 UTC 

BUG: kernel stack overflow when mounting with data_flush
 2019-04-02 13:31 UTC  (7+ messages)

[PATCH 0/3 v3] Zoned block device support improvments
 2019-04-02  2:44 UTC  (4+ messages)
` [PATCH 1/3 v3] f2fs-tools: Improve zoned model check
` [PATCH 2/3 v3] f2fs-tools: Fix multi-device format with zoned devices
` [PATCH 3/3 v3] f2fs-tools: Allow using host-aware devices as regular devices

Investicní príležitost
 2019-03-31 17:38 UTC 

[PATCH AUTOSEL 4.4 04/16] f2fs: fix to do sanity check with current segment number
 2019-03-30  1:31 UTC 

[PATCH AUTOSEL 4.9 05/21] f2fs: fix to do sanity check with current segment number
 2019-03-30  1:30 UTC 

[PATCH AUTOSEL 4.14 05/37] f2fs: fix to do sanity check with current segment number
 2019-03-30  1:29 UTC 

[PATCH AUTOSEL 4.19 04/57] f2fs: fix to avoid NULL pointer dereference on se->discard_map
 2019-03-30  1:28 UTC  (3+ messages)
` [PATCH AUTOSEL 4.19 08/57] f2fs: fix to do sanity check with current segment number
` [PATCH AUTOSEL 4.19 23/57] f2fs: cleanup dirty pages if recover failed

[PATCH AUTOSEL 4.4 13/63] f2fs: do not use mutex lock in atomic context
 2019-03-27 18:22 UTC 

[PATCH AUTOSEL 4.9 15/87] f2fs: do not use mutex lock in atomic context
 2019-03-27 18:19 UTC 

[PATCH AUTOSEL 4.14 003/123] f2fs: fix to avoid deadlock in f2fs_read_inline_dir()
 2019-03-27 18:14 UTC  (3+ messages)
` [PATCH AUTOSEL 4.14 021/123] f2fs: do not use mutex lock in atomic context
` [PATCH AUTOSEL 4.14 022/123] f2fs: fix to data block override node segment by mistake

[PATCH AUTOSEL 4.19 003/192] f2fs: fix to adapt small inline xattr space in __find_inline_xattr()
 2019-03-27 18:09 UTC  (7+ messages)
` [PATCH AUTOSEL 4.19 004/192] f2fs: fix to avoid deadlock in f2fs_read_inline_dir()
` [PATCH AUTOSEL 4.19 005/192] f2fs: fix to avoid deadlock of atomic file operations
` [PATCH AUTOSEL 4.19 031/192] f2fs: do not use mutex lock in atomic context
` [PATCH AUTOSEL 4.19 032/192] f2fs: fix to data block override node segment by mistake
` [PATCH AUTOSEL 4.19 037/192] f2fs: fix to check inline_xattr_size boundary correctly
` [PATCH AUTOSEL 4.19 164/192] f2fs: UBSAN: set boolean value iostat_enable correctly

[PATCH AUTOSEL 5.0 005/262] f2fs: fix to adapt small inline xattr space in __find_inline_xattr()
 2019-03-27 18:01 UTC  (8+ messages)
` [PATCH AUTOSEL 5.0 006/262] f2fs: fix to avoid deadlock in f2fs_read_inline_dir()
` [PATCH AUTOSEL 5.0 007/262] f2fs: fix to avoid deadlock of atomic file operations
` [PATCH AUTOSEL 5.0 041/262] f2fs: do not use mutex lock in atomic context
` [PATCH AUTOSEL 5.0 042/262] f2fs: fix to data block override node segment by mistake
` [PATCH AUTOSEL 5.0 048/262] f2fs: fix to check inline_xattr_size boundary correctly
` [PATCH AUTOSEL 5.0 222/262] f2fs: UBSAN: set boolean value iostat_enable correctly
` [PATCH AUTOSEL 5.0 223/262] f2fs: fix to initialize variable to avoid UBSAN/smatch warning

[PATCH] fs: fix warning about Using plain integer as NULL pointer
 2019-03-27 13:53 UTC  (4+ messages)

[PATCH 0/5] Zoned block device support improvments
 2019-03-26 22:58 UTC  (16+ messages)
` [PATCH 1/5] f2fs-tools: Fix various compilation warnings
` [PATCH 2/5] f2fs-tools: Add f2fs_io to .gitignore
` [PATCH 3/5] f2fs-tools: Improve zoned model check
` [PATCH 4/5] f2fs-tools: Allow using host-aware devices as regular devices
` [PATCH 5/5] f2fs-tools: Fix multi-device format with zoned devices

[PATCH v6 04/07] f2fs: use common file type conversion
 2019-03-26 21:39 UTC 

[PATCH 0/2] Remove support for deprecated %pf and %pF in vsprintf
 2019-03-25 15:24 UTC  (15+ messages)
  ` [PATCH 1/2] treewide: Switch printk users from %pf and %pF to %ps and %pS, respectively
  ` [PATCH 2/2] vsprintf: Remove support for %pF and %pf in favour of %pS and %ps

[Bug 202989] New: kernel panic during F2FS GC
 2019-03-25 12:56 UTC  (13+ messages)
` [Bug 202989] "
` [Bug 202989] [MSM-4.14] "

[RFC PATCH v3 00/18] fscrypt: key management improvements
 2019-03-22 22:02 UTC  (7+ messages)
` [RFC PATCH v3 07/18] fscrypt: add FS_IOC_ADD_ENCRYPTION_KEY ioctl

Zdravstvujte Vas interesuyut klientskie bazy dannyh?
 2019-03-21  8:58 UTC 

[Bug 202709] New: Crafted image causes buffer overflow in read_inline_xattr
 2019-03-19 14:09 UTC  (3+ messages)
` [Bug 202709] "

[PATCH V2 0/3] f2fs: bug fix and improvement
 2019-03-19 11:02 UTC  (6+ messages)
` [PATCH 1/3] f2fs: Fix use of number of devices
` [PATCH 2/3] f2fs: Reduce zoned block device memory usage
` [PATCH 3/3] f2fs: improve discard handling with multi-device volumes

[Bug 202495] New: oops in fs/f2fs/checkpoint.c:150 f2fs_is_valid_blkaddr
 2019-03-18 23:26 UTC  (2+ messages)
` [Bug 202495] "

[PATCH 0/5] fscrypt: d_revalidate fixes and cleanups
 2019-03-18 21:25 UTC  (9+ messages)
` [PATCH 1/5] fscrypt: clean up and improve dentry revalidation
` [PATCH 2/5] fscrypt: fix race allowing rename() and link() of ciphertext dentries
` [PATCH 3/5] fs, fscrypt: clear DCACHE_ENCRYPTED_NAME when unaliasing directory
` [PATCH 4/5] fscrypt: only set dentry_operations on ciphertext dentries
` [PATCH 5/5] fscrypt: fix race where ->lookup() marks plaintext dentry as ciphertext

[Bug 202749] New: f2fs: possibly fail to pageout because PagePrivate is set without increasing page count in .set_page_dirty()
 2019-03-18  9:34 UTC  (3+ messages)
` [Bug 202749] "

[Bug 202747] New: sometime kernel crash when kzfree is called in fs/f2fs/xattr.c
 2019-03-16  8:09 UTC  (2+ messages)
` [Bug 202747] "

[Bug 202883] New: sometime dead lock in getdents64
 2019-03-16  8:08 UTC  (2+ messages)
` [Bug 202883] "

[Bug 202637] New: Chmod'ed directory permission is not persisted with fsync
 2019-03-16  8:03 UTC  (2+ messages)
` [Bug 202637] "

[GIT PULL] f2fs-for-5.1
 2019-03-15 21:45 UTC  (2+ messages)

[PATCH 0/2] f2fs: bug fix and improvement
 2019-03-15 18:20 UTC  (7+ messages)
` [PATCH 1/2] f2fs: Fix use of number of devices
` [PATCH 2/2] f2fs: Reduce zoned block device memory usage

[f2fs:dev-test 54/55] fs/f2fs/data.c:520:6: sparse: symbol 'f2fs_submit_ipu_bio' was not declared. Should it be static?
 2019-03-14 17:48 UTC  (4+ messages)
` [RFC PATCH f2fs] f2fs: f2fs_submit_ipu_bio() can be static

[PATCH] f2fs: set pin_file under CAP_SYS_ADMIN
 2019-03-14 14:34 UTC  (2+ messages)
` [f2fs-dev] "

Zdravstvujte Vas interesuyut klientskie bazy dannyh?
 2019-03-14  4:24 UTC 

[PATCH] loop: drop caches if offset or block_size are changed
 2019-03-14  5:07 UTC  (2+ messages)

[f2fs:dev-test /56] fs/f2fs/gc.c:1426:44: sparse: cast to restricted __le32
 2019-03-13 23:33 UTC 

[Bug 202889] New: fsync on file fails to persist its size, which is changed by pwrite
 2019-03-13  3:09 UTC  (5+ messages)
` [Bug 202889] fsync on inode "

[PATCH] f2fs: fix to avoid deadlock in f2fs_read_inline_dir()
 2019-03-13  2:14 UTC  (4+ messages)

[PATCH v2] f2fs: fix to check inline_xattr_size boundary correctly
 2019-03-13  2:14 UTC  (6+ 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).