linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-09-19 09:25:48 to 2016-10-05 05:50:20 UTC [more...]

[PATCH v4 00/12] re-enable DAX PMD support
 2016-10-05  5:50 UTC  (43+ messages)
` [PATCH v4 02/12] ext4: tell DAX the size of allocation holes
` [PATCH v4 03/12] dax: remove buffer_size_valid()
  ` [PATCH v4 01/12] ext4: allow DAX writeback for hole punch
  ` [PATCH v4 04/12] ext2: remove support for DAX PMD faults
  ` [PATCH v4 05/12] dax: make 'wait_table' global variable static
  ` [PATCH v4 06/12] dax: consistent variable naming for DAX entries
  ` [PATCH v4 07/12] dax: coordinate locking for offsets in PMD range
  ` [PATCH v4 08/12] dax: remove dax_pmd_fault()
  ` [PATCH v4 09/12] dax: correct dax iomap code namespace
  ` [PATCH v4 10/12] dax: add struct iomap based DAX PMD support
  ` [PATCH v4 12/12] dax: remove "depends on BROKEN" from FS_DAX_PMD
` [PATCH v4 11/12] xfs: use struct iomap based DAX PMD fault path

Regression in next with ext4 oops
 2016-10-05  5:44 UTC  (14+ messages)

Frequent ext4 oopses with 4.4.0 on Intel NUC6i3SYB
 2016-10-04 21:54 UTC  (11+ messages)

[PATCH] fscrypto: make XTS tweak initialization endian-independent
 2016-10-04 16:38 UTC  (5+ messages)

[RFC][PATCH 0/6] Enhanced file stat system call
 2016-10-03 21:03 UTC  (4+ messages)
` [PATCH 5/6] statx: Make windows attributes available for CIFS, NTFS and FAT to use

[PATCH] ext4: optimize ext4 direct I/O locking for reading
 2016-10-03  7:41 UTC  (8+ messages)

Credit Suisse Bank England
 2016-10-03  6:21 UTC 

[PATCH] ext4: Unmap metadata when zeroing blocks
 2016-10-03  7:18 UTC  (4+ messages)

Question on ext4 directory hashes in combination with file name encryption
 2016-09-30 22:05 UTC  (3+ messages)

[PATCH v25 00/21] Richacls (Core and Ext4)
 2016-09-30 16:11 UTC  (23+ messages)
` [PATCH v26 01/21] vfs: Add IS_ACL() and IS_RICHACL() tests
` [PATCH v26 02/21] vfs: Add MAY_CREATE_FILE and MAY_CREATE_DIR permission flags
` [PATCH v26 03/21] vfs: Add MAY_DELETE_SELF and MAY_DELETE_CHILD "
` [PATCH v26 04/21] vfs: Add permission flags for setting file attributes
` [PATCH v26 05/21] richacl: In-memory representation and helper functions
` [PATCH v26 06/21] richacl: Permission mapping functions
` [PATCH v26 07/21] richacl: Permission check algorithm
` [PATCH v26 08/21] richacl: Compute maximum file masks from an acl
  ` [PATCH v26 09/21] vfs: Cache base_acl objects in inodes
  ` [PATCH v26 11/21] vfs: Cache richacl in struct inode
` [PATCH v26 10/21] vfs: Add get_richacl and set_richacl inode operations
` [PATCH v26 12/21] richacl: Update the file masks in chmod()
` [PATCH v26 13/21] richacl: Check if an acl is equivalent to a file mode
` [PATCH v26 14/21] richacl: Create-time inheritance
` [PATCH v26 15/21] richacl: Automatic Inheritance
` [PATCH v26 16/21] richacl: xattr mapping functions
` [PATCH v26 17/21] richacl: Add richacl xattr handler
` [PATCH v26 18/21] vfs: Add richacl permission checking
` [PATCH v26 19/21] vfs: Move check_posix_acl and check_richacl out of fs/namei.c
` [PATCH v26 20/21] ext4: Add richacl support
` [PATCH v26 21/21] ext4: Add richacl feature flag

[PATCH 1/2] ext4: remove unused variable
 2016-09-30  6:15 UTC  (3+ messages)
` [PATCH 2/2] "

[RESEND][PATCH 2/2] ext4: use journal inode to determine journal overhead
 2016-09-30  6:12 UTC  (2+ messages)

[PATCH 1/2] ext4: create function to read journal inode
 2016-09-30  6:11 UTC  (4+ messages)

[PATCH 0/2] ext4: Two trivial improvements for dio path
 2016-09-30  5:58 UTC  (5+ messages)
` [PATCH 1/2] ext4: Allow unlocked direct IO when pages are cached
` [PATCH 2/2] ext4: Remove plugging from ext4_file_write_iter()

[PATCH] ext4: Check for encryption feature before fscrypt_process_policy()
 2016-09-30  5:53 UTC  (6+ messages)

[PATCH] ext4: do not unnecessarily null-terminate encrypted symlink data
 2016-09-30  5:47 UTC  (5+ messages)
` [PATCH] f2fs: "
` [PATCH] fscrypto: use standard macros to compute length of fname ciphertext

[PATCH] ext4: release bh in make_indexed_dir
 2016-09-30  5:34 UTC  (3+ messages)

[PATCH v3 00/11] re-enable DAX PMD support
 2016-09-29 18:23 UTC  (19+ messages)
` [PATCH v3 07/11] dax: coordinate locking for offsets in PMD range
` [PATCH v3 08/11] dax: remove dax_pmd_fault()
  ` [PATCH v3 01/11] ext4: allow DAX writeback for hole punch
  ` [PATCH v3 02/11] ext4: tell DAX the size of allocation holes
  ` [PATCH v3 03/11] dax: remove buffer_size_valid()
  ` [PATCH v3 04/11] ext2: remove support for DAX PMD faults
  ` [PATCH v3 05/11] dax: make 'wait_table' global variable static
  ` [PATCH v3 06/11] dax: consistent variable naming for DAX entries
  ` [PATCH v3 09/11] dax: add struct iomap based DAX PMD support
  ` [PATCH v3 11/11] dax: remove "depends on BROKEN" from FS_DAX_PMD
` [PATCH v3 10/11] xfs: use struct iomap based DAX PMD fault path

[PATCH] fscrypto: lock inode while setting encryption policy
 2016-09-29 17:20 UTC  (2+ messages)

Test generic/299 stalling forever
 2016-09-29  4:37 UTC  (3+ messages)

SECRM, UNRM, COMPR flags
 2016-09-28 23:30 UTC  (5+ messages)

[PATCH v26 00/21] Richacls (Core and Ext4)
 2016-09-28 23:32 UTC 

A tool that allows changing inode table sizes
 2016-09-28 14:46 UTC  (6+ messages)

Trouble mounting metadata_csum ext4 filesystems with v4.7.x after c9274d891869880648c4ee9365df3ecc7ba2e285: not enough inode bytes checksummed?
 2016-09-24 20:20 UTC  (3+ messages)

RE RE
 2016-09-24  6:04 UTC 

[PATCH] fstests: make some xfs project quota tests generic
 2016-09-23 12:20 UTC  (5+ messages)

[Bug 172741] New: create year being set as 2014 and not 2016
 2016-09-23  1:05 UTC  (2+ messages)
` [Bug 172741] "

ext4, f2fs: fscrypt_has_permitted_context() check in file open
 2016-09-22 15:59 UTC  (4+ messages)

[PATCH v2 0/9] re-enable DAX PMD support
 2016-09-22 15:51 UTC  (5+ messages)
` [PATCH v2 1/9] ext4: allow DAX writeback for hole punch

[PATCH] jbd2: Fix lockdep annotation in add_transaction_credits()
 2016-09-22 15:47 UTC  (2+ messages)

fscrypt: in-place decrypt vs. out-of-place encrypt?
 2016-09-22 14:13 UTC  (3+ messages)

[PATCH 0/2] ext4: fix overhead calculation for noloaded journals
 2016-09-22  1:11 UTC 

Locking rules for fscrypt_operations->set_context()
 2016-09-22  0:14 UTC  (2+ messages)

[PATCH 030/124] staging: lustre: llite: Replace write mutex with range lock
 2016-09-19  9:59 UTC  (2+ messages)
        ` [lustre-devel] "


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