linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-03-23 00:35:41 to 2019-04-08 08:22:38 UTC [more...]

[PATCH v2 0/5] fscrypt: d_revalidate fixes and cleanups
 2019-04-08  8:22 UTC  (3+ messages)

[ext4:unicode 8/10] fs/ext4/hash.c:286 ext4fs_dirhash() warn: returning -1 instead of -ENOMEM is sloppy
 2019-04-08  6:34 UTC 

[ext4:unicode 4/10] fs/unicode/utf8-core.c:90 utf8_casefold() warn: impossible condition '(dest[nlen] == -1) => (0-255 == (-1))'
 2019-04-08  6:29 UTC 

[ext4:unicode 2/10] fs/unicode/utf8-norm.c:199 utf8nlookup() warn: variable dereferenced before check 'data' (see line 193)
 2019-04-08  6:28 UTC 

[PATCH v2 0/4] vfs: make immutable files actually immutable
 2019-04-08  6:20 UTC  (9+ messages)
` [PATCH 1/4] mm/fs: don't allow writes to immutable files
` [PATCH 2/4] xfs: unlock inode when xfs_ioctl_setattr_get_trans can't get transaction
` [PATCH 3/4] xfs: flush page mappings as part of setting immutable
` [PATCH 4/4] xfs: don't allow most setxattr to immutable files

[PATCH v3] ext4: shrink directory when last block is empty
 2019-04-07 23:58 UTC  (2+ messages)

[PATCH] bootfs: simple bootloader filesystem
 2019-04-07 21:13 UTC  (10+ messages)
` [PATCH] e2fsprogs: create tools for formatting and fscking bootfs

[PATCH v2] Updated locking documentation for transaction_t
 2019-04-07 16:52 UTC  (2+ messages)
` [v2] "

[PATCH] ext4: use BUG() instead of BUG_ON(1)
 2019-04-07 16:29 UTC  (6+ messages)

[PATCH v2] ext4: fix prefetchw of NULL page
 2019-04-07 15:55 UTC  (2+ messages)

[PATCH v2] jbd2: remove repeated assignments in __jbd2_log_wait_for_space
 2019-04-06 22:21 UTC 

[PATCH v2] jbd2: check superblock mapped prior to committing
 2019-04-06 23:03 UTC  (4+ messages)

[PATCH] ext4: Make sanity check in mballoc more strict
 2019-04-06 22:35 UTC  (2+ messages)

[PATCH] mke2fs: allow 64bit feature without extents
 2019-04-06 21:52 UTC  (2+ messages)

[PATCH] ext4: remove incorrect comment for NEXT_ORPHAN()
 2019-04-06 22:53 UTC  (3+ messages)

[ext4:unicode 4/10] fs/unicode/utf8-norm.c:41:24: sparse: non-ANSI function declaration of function 'utf8version_latest'
 2019-04-07  1:33 UTC 

[PATCH RFC v6 00/11] Ext4 Encoding and Case-insensitive support
 2019-04-06 19:53 UTC  (3+ messages)
` [PATCH RFC v6 04/11] unicode: reduce the size of utf8data[]

[PATCH] ext4: add inode to ordered data list when extending file without block allocation
 2019-04-06  9:27 UTC  (5+ messages)

[PATCH] fs/buffer.c: Fix data corruption when buffer write with IO error
 2019-04-06  7:13 UTC 

[Bug 202897] New: BUG: unable to handle kernel paging request at __memmove
 2019-04-05 22:42 UTC  (5+ messages)
` [Bug 202897] "

[Bug 202879] New: Segmentation fault while running crafted program
 2019-04-05 20:12 UTC  (4+ messages)
` [Bug 202879] "

[PATCH 0/3] vfs: make immutable files actually immutable
 2019-04-05  0:29 UTC  (9+ messages)
` [PATCH 1/3] mm/fs: don't allow writes to immutable files
` [PATCH 2/3] xfs: reset page mappings after setting immutable
` [PATCH 3/3] xfs: don't allow most setxattr to immutable files

[PATCH v4 0/5] virtio pmem driver
 2019-04-04 15:50 UTC  (22+ messages)
` [PATCH v4 1/5] ibnvdimm: nd_region flush callback support
` [PATCH v4 2/5] virtio-pmem: Add virtio pmem driver
  ` [Qemu-devel] "
` [PATCH v4 3/5] libnvdimm: add dax_dev sync flag
` [PATCH v4 4/5] ext4: disable map_sync for async flush
` [PATCH v4 5/5] xfs: "
            ` [Qemu-devel] "

[Bug 203107] New: Bad page map in process during boot
 2019-04-04 14:23 UTC  (8+ messages)
` [Bug 203107] "

[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 v3 0/7] Extend write-hint for in-kernel use
 2019-04-03 14:47 UTC  (22+ messages)
    ` [PATCH v3 1/7] block: extend stream count "
    ` [PATCH v3 2/7] block: introduce API to register stream information with block layer
    ` [PATCH v3 3/7] block: add write-hint to stream-id conversion
    ` [PATCH v3 4/7] nvme: register stream info with block layer
    ` [PATCH v3 5/7] fs: introduce APIs to enable sending write-hint with buffer-head
    ` [PATCH v3 6/7] fs: introduce write-hint start point for in-kernel hints
    ` [PATCH v3 7/7] fs/ext4,jbd2: add support for passing write-hint with journal

[PATCH] e2fsprogs: Fix autoheader failure
 2019-04-01 15:13 UTC  (6+ messages)

[PATCH] jbd2: do not start commit when t_updates does not back to zero
 2019-04-01 13:19 UTC  (4+ messages)
      ` [PATCH] jbd2: do not start commit when t_updates does not back tozero
          ` [PATCH] jbd2: do not start commit when t_updates does not backtozero

[PATCH] generic: prohibit fstrim on journalled filesystems with norecovery
 2019-03-30 10:11 UTC  (9+ messages)
` [PATCH] xfs: prohibit fstrim in norecovery mode
` [PATCH] ext4: "

[PATCH AUTOSEL 5.0 01/25] ext4: prohibit fstrim in norecovery mode
 2019-03-30  1:28 UTC 

[PATCH AUTOSEL 4.19 42/57] ext4: prohibit fstrim in norecovery mode
 2019-03-30  1:28 UTC 

[PATCH AUTOSEL 4.14 25/37] ext4: prohibit fstrim in norecovery mode
 2019-03-30  1:30 UTC 

[PATCH AUTOSEL 4.9 16/21] ext4: prohibit fstrim in norecovery mode
 2019-03-30  1:31 UTC 

[PATCH AUTOSEL 4.4 12/16] ext4: prohibit fstrim in norecovery mode
 2019-03-30  1:31 UTC 

[PATCH AUTOSEL 5.0 67/67] ext4: prohibit fstrim in norecovery mode
 2019-03-30  0:50 UTC 

[PATCH AUTOSEL 4.19 06/52] ext4: avoid panic during forced reboot
 2019-03-30  0:52 UTC  (4+ messages)
` [PATCH AUTOSEL 4.19 07/52] ext4: add missing brelse() in add_new_gdb_meta_bg()
` [PATCH AUTOSEL 4.19 08/52] ext4: report real fs size after failed resize
` [PATCH AUTOSEL 4.19 52/52] ext4: prohibit fstrim in norecovery mode

[PATCH AUTOSEL 4.14 04/37] ext4: add missing brelse() in add_new_gdb_meta_bg()
 2019-03-30  0:54 UTC  (3+ messages)
` [PATCH AUTOSEL 4.14 05/37] ext4: report real fs size after failed resize
` [PATCH AUTOSEL 4.14 37/37] ext4: prohibit fstrim in norecovery mode

[PATCH AUTOSEL 4.9 03/27] ext4: add missing brelse() in add_new_gdb_meta_bg()
 2019-03-30  0:55 UTC  (3+ messages)
` [PATCH AUTOSEL 4.9 04/27] ext4: report real fs size after failed resize
` [PATCH AUTOSEL 4.9 27/27] ext4: prohibit fstrim in norecovery mode

[PATCH AUTOSEL 4.4 02/21] ext4: add missing brelse() in add_new_gdb_meta_bg()
 2019-03-30  0:56 UTC  (3+ messages)
` [PATCH AUTOSEL 4.4 03/21] ext4: report real fs size after failed resize
` [PATCH AUTOSEL 4.4 21/21] ext4: prohibit fstrim in norecovery mode

[PATCH AUTOSEL 3.18 02/15] ext4: report real fs size after failed resize
 2019-03-30  0:57 UTC 

[PATCH] e2fsck: Check and fix tails of all bitmaps
 2019-03-28 16:42 UTC 

[PATCH] jbd2: check superblock mapped prior to committing
 2019-03-28 10:05 UTC  (3+ messages)

[PATCH AUTOSEL 5.0 057/262] jbd2: fix invalid descriptor block checksum
 2019-03-27 17:59 UTC  (3+ messages)
` [PATCH AUTOSEL 5.0 058/262] ext4: fix bigalloc cluster freeing when hole punching under load
` [PATCH AUTOSEL 5.0 137/262] jbd2: fix race when writing superblock

[PATCH AUTOSEL 4.19 043/192] jbd2: fix invalid descriptor block checksum
 2019-03-27 18:08 UTC  (2+ messages)
` [PATCH AUTOSEL 4.19 097/192] jbd2: fix race when writing superblock

[PATCH AUTOSEL 4.14 029/123] jbd2: fix invalid descriptor block checksum
 2019-03-27 18:15 UTC  (2+ messages)
` [PATCH AUTOSEL 4.14 064/123] jbd2: fix race when writing superblock

[PATCH AUTOSEL 4.9 21/87] jbd2: fix invalid descriptor block checksum
 2019-03-27 18:19 UTC 

[PATCH] jbd2: remove repeated assignments in __jbd2_log_wait_for_space
 2019-03-27 16:25 UTC 

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

possible deadlock in __generic_file_fsync
 2019-03-26 10:32 UTC  (4+ messages)

[Bug 202877] New: failure at fs/jbd2/commit.c:818/jbd2_journal_commit_transaction()!
 2019-03-25  4:01 UTC  (2+ messages)
` [Bug 202877] "

[GIT PULL] ext4 bug fixes for 5.1
 2019-03-24 19:18 UTC 

[PATCH v2 0/2] ext4: fix buffer references leak problem
 2019-03-23 15:58 UTC  (5+ messages)
` [PATCH v2 1/2] ext4: brelse all indirect buffer in ext4_ind_remove_space()
` [PATCH v2 2/2] ext4: cleanup bh release code "


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