linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-10-18 04:53:24 to 2018-11-05 20:22:21 UTC [more...]

[PATCH] ext4: remove code duplication in update_ind/bind/tind_extent_range
 2018-11-05 11:03 UTC  (3+ messages)
  ` [PATCH v2] "

[GIT PULL] Compiler Attributes for v4.20-rc1
 2018-11-05  6:02 UTC  (11+ messages)

[PATCH 3/7] ext4 resize: missing brelse() in case success in add_new_gdb()
 2018-11-05  5:31 UTC  (4+ messages)
` [LKP] [ext4 resize] 1ee5ee5ec3: WARNING:at_fs/buffer.c:#__brelse

[PATCH] ext4: missing !bh check in ext4_xattr_inode_write()
 2018-11-04 17:29 UTC 

[PATCH v2 01/11] ext4 resise: extra brelse in setup_new_flex_group_blocks()
 2018-11-03 21:14 UTC  (17+ messages)
` [PATCH v2 02/11] ext4 resize: missing brelse() after errors in set_flexbg_block_bitmap()
` [PATCH v2 03/11] ext4 resize: brelse() cleanup in add_new_gdb_meta_bg()
` [PATCH v2 04/11] ext4 resize: lost brelse() in update_backups()
` [PATCH v2 05/11] ext4 resize: lost rollback in ext4_resize_fs()
` [PATCH v2 06/11] ext4 resize: lost resize_inode cleanup before retry "
` [PATCH v2 07/11] ext4: lost put_bh in ext4_mark_iloc_dirty()
` [PATCH v2 08/11] ext4: lost brelse in ext4_orphan_add()
` [PATCH v2 09/11] ext4: iloc.bh cleanup in add_new_gdb()
` [PATCH v2 10/11] ext4: remove useless brelse call in ext4_xattr_inode_update_ref()
` [PATCH v2 11/11] ext4: access to uninitialized bh fields in ext4_xattr_set_handle()

[PATCH] Fstest: ext4: regression test for a ENOSPC warning
 2018-11-03  9:42 UTC  (2+ messages)

Why not always do copy-out in jbd2_journal_write_metadta_buffer
 2018-11-03  5:15 UTC  (3+ messages)
  ` 答复: "

KASAN: use-after-free Read in ext4_xattr_set_entry (2)
 2018-11-02 15:39 UTC 

[PATCH 0/2] Compiler Attributes: __fallthrough
 2018-11-02 10:56 UTC  (46+ messages)
` [PATCH 1/2] Compiler Attributes: add support for __fallthrough (gcc >= 7.1)
` [PATCH 2/2] Compiler Attributes: auxdisplay: panel: use __fallthrough

[PATCH v2 00/12] fs-verity: read-only file-based authenticity protection
 2018-11-02  9:43 UTC  (14+ messages)
` [PATCH v2 01/12] fs-verity: add a documentation file
` [PATCH v2 02/12] fs-verity: add setup code, UAPI, and Kconfig
` [PATCH v2 03/12] fs-verity: add MAINTAINERS file entry
` [PATCH v2 04/12] fs-verity: add data verification hooks for ->readpages()
` [PATCH v2 05/12] fs-verity: implement FS_IOC_ENABLE_VERITY ioctl
` [PATCH v2 06/12] fs-verity: implement FS_IOC_MEASURE_VERITY ioctl
` [PATCH v2 07/12] fs-verity: add SHA-512 support
` [PATCH v2 08/12] fs-verity: add CRC-32C support
` [PATCH v2 09/12] fs-verity: support builtin file signatures
` [PATCH v2 10/12] ext4: add basic fs-verity support
` [PATCH v2 11/12] ext4: add fs-verity read support
` [PATCH v2 12/12] f2fs: fs-verity support

Problems with VM_MIXEDMAP removal from /proc/<pid>/smaps
 2018-11-02  1:43 UTC  (12+ messages)

[PATCH] Ext4: fix ENOSPC when both quota and dioread_nolock are enabled
 2018-11-01  1:54 UTC 

[PATCH 1/7] ext4: lost brelse in __ext4_read_dirblock()
 2018-10-31 19:13 UTC  (7+ messages)
` [PATCH 2/7] ext4: possible sbi->s_group_desc leak in ext4_fill_super
` [PATCH 3/7] ext4: lost release of s_journal_flag_rwsem on rollback "
` [PATCH 4/7] ext4: lost brelse in ext4_xattr_get_block()
` [PATCH 5/7] ext4: bs.bh cleanup before re-using in ext4_xattr_block_find()
` [PATCH 6/7] ext4: lost brelse in ext4_xattr_move_to_block()
` [PATCH 7/7] ext4: lost brelse in ext4_expand_extra_isize_ea()

[PATCH 0/7] ext4 long-lived issues, part two
 2018-10-31 19:12 UTC 

[PATCH RFC] Ext4: fix deadlock on dirty pages between fault and writeback
 2018-10-31 18:49 UTC  (2+ messages)

[PATCH v2 00/11] ext4: number of long lived errors
 2018-10-30 21:57 UTC 

[PATCH] jbd2: Avoid long hold times of j_state_lock while committing a transaction
 2018-10-30 14:44 UTC  (2+ messages)

(no subject)
 2018-10-30 12:33 UTC 

WARNING in ext4_invalidatepage
 2018-10-30 12:16 UTC  (9+ messages)

Glückwunsch Gewinner
 2018-10-30  4:34 UTC 

[PATCH] e2fsck: check xattr 'system.data' before setting inline_data feature
 2018-10-30  6:15 UTC 

[GIT PULL] ext2 and udf changes for v4.20-rc1
 2018-10-29 17:24 UTC  (2+ messages)

[PATCH 6/7] ext4 resize: lost rollback in ext4_resize_fs()
 2018-10-29 15:25 UTC 

[PATCH 4/7] ext4 resize: brelse() cleanup in add_new_gdb_meta_bg()
 2018-10-29 15:25 UTC 

[PATCH 0/7] ext4 resize long-lived errors
 2018-10-29 15:24 UTC 

[PATCH 1/7] ext4 resise: extra brelse in setup_new_flex_group_blocks()
 2018-10-29 15:25 UTC 

[PATCH 2/7] ext4 resize: missing brelse() after errors in set_flexbg_block_bitmap()
 2018-10-29 15:25 UTC 

[PATCH 5/7] ext4 resize: lost brelse() in update_backups()
 2018-10-29 15:25 UTC 

[PATCH 7/7] ext4 resize: lost resize_inode cleanup before retry in ext4_resize_fs()
 2018-10-29 15:25 UTC 

About remain issues of FS-DAX
 2018-10-29  8:57 UTC 

INFO: task hung in ext4_map_blocks
 2018-10-27 13:40 UTC  (2+ messages)

for your photos 12
 2018-10-26 12:45 UTC 

[RFC][PATCH v3 06/10] ext4: use common file type conversion
 2018-10-27  0:53 UTC 

[RFC][PATCH v3 04/10] ext2: use common file type conversion
 2018-10-27  0:53 UTC 

for your images 12
 2018-10-25  2:21 UTC 

for your images 15
 2018-10-25  1:10 UTC 

For your attention
 2018-10-24 20:37 UTC 

[GIT PULL] ext4 updates for 4.20-rc1
 2018-10-24 16:44 UTC  (2+ messages)

(no subject)
 2018-10-24 11:30 UTC 

[RFC][PATCH v2 04/10] ext2: use common file type conversion
 2018-10-24  7:56 UTC  (3+ messages)

[RFC][PATCH v2 04/10] ext2: use common file type conversion
 2018-10-23 21:20 UTC 

[RFC][PATCH v2 06/10] ext4: use common file type conversion
 2018-10-23 20:20 UTC 

possible deadlock in flush_workqueue (2)
 2018-10-23 19:40 UTC  (4+ messages)

[PATCH] libext2fs: refactor code which fixes up the checksums in an extent tree
 2018-10-21 13:55 UTC 

I NEED YOUR HELP URGENTLY!!!
 2018-10-21  0:25 UTC 

[PATCH] e4defrag: handle failure to open the file system gracefully
 2018-10-21 11:52 UTC 

Editors 4
 2018-10-20 12:43 UTC 

[PATCH 1/2] resize2fs: update checksums in the extent tree's relocated block
 2018-10-20 19:14 UTC  (2+ messages)
` [PATCH 2/2] tests: move inode and its interior extent tree block

Unable to mount an ext4 RAID6 array
 2018-10-19  0:18 UTC  (2+ messages)

Images 34
 2018-10-18 11:27 UTC 

[Bug 201461] New: ext4 journal stalls write system call
 2018-10-18 14:22 UTC  (6+ messages)
` [Bug 201461] "

[PATCH 0/2] vfs: Fix crashes when reading /proc/mounts
 2018-10-18 13:17 UTC  (3+ messages)
` [PATCH 1/2] vfs: Provide function to grab superblock reference
` [PATCH 2/2] proc: Protect readers of /proc/mounts from remount

[PATCH] ext4: direct return when jinode allocate failed
 2018-10-18  2:23 UTC  (2+ messages)

[PATCH 0/3] ext2, ext4, xfs: hard fail dax mount on unsupported devices
 2018-10-18  2:01 UTC  (11+ messages)

[PATCH v3 00/23] Ext4 Encoding and Case-insensitive support
 2018-10-17 20:55 UTC  (18+ messages)
` [PATCH v3 07/23] nls: Implement NLS_STRICT_MODE flag
` [PATCH v3 08/23] nls: Let charsets define the behavior of tolower/toupper
` [PATCH v3 09/23] nls: Add new interface for string comparisons
` [PATCH v3 10/23] nls: Add optional normalization and casefold hooks
` [PATCH v3 11/23] nls: ascii: Support validation and normalization operations
` [PATCH v3 12/23] nls: utf8n: Add unicode character database files
` [PATCH v3 13/23] scripts: add trie generator for UTF-8
` [PATCH v3 14/23] nls: utf8: Move nls-utf8{,-core}.c
` [PATCH v3 15/23] nls: utf8: Introduce code for UTF-8 normalization
` [PATCH v3 16/23] nls: utf8n: reduce the size of utf8data[]
` [PATCH v3 17/23] nls: utf8: Integrate utf8 normalization code with utf8 charset
` [PATCH v3 18/23] nls: utf8: Introduce test module for normalized utf8 implementation
` [PATCH v3 19/23] ext4: Reserve superblock fields for encoding information
` [PATCH v3 20/23] ext4: Include encoding information in the superblock
` [PATCH v3 21/23] ext4: Support encoding-aware file name lookups
` [PATCH v3 22/23] ext4: Implement EXT4_CASEFOLD_FL flag
` [PATCH v3 23/23] docs: ext4.rst: Document encoding and case-insensitive


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