messages from 2016-09-28 23:29:20 to 2016-10-11 12:50:44 UTC [more...]
[PATCH v27 00/21] Richacls (Core and Ext4)
2016-10-11 12:50 UTC (10+ messages)
` [PATCH v27 01/21] vfs: Add IS_ACL() and IS_RICHACL() tests
` [PATCH v27 02/21] vfs: Add MAY_CREATE_FILE and MAY_CREATE_DIR permission flags
` [PATCH v27 03/21] vfs: Add MAY_DELETE_SELF and MAY_DELETE_CHILD "
` [PATCH v27 04/21] vfs: Add permission flags for setting file attributes
` [PATCH v27 05/21] richacl: In-memory representation and helper functions
` [PATCH v27 06/21] richacl: Permission mapping functions
` [PATCH v27 07/21] richacl: Permission check algorithm
` [PATCH v27 08/21] richacl: Compute maximum file masks from an acl
` [PATCH v27 09/21] vfs: Cache base_acl objects in inodes
[PATCH v5 00/17] re-enable DAX PMD support
2016-10-11 8:34 UTC (37+ messages)
` [PATCH v5 04/17] ext2: remove support for DAX PMD faults
` [PATCH v5 09/17] dax: coordinate locking for offsets in PMD range
` [PATCH v5 01/17] ext4: allow DAX writeback for hole punch
` [PATCH v5 02/17] ext4: tell DAX the size of allocation holes
` [PATCH v5 03/17] dax: remove buffer_size_valid()
` [PATCH v5 05/17] ext2: return -EIO on ext2_iomap_end() failure
` [PATCH v5 06/17] dax: make 'wait_table' global variable static
` [PATCH v5 07/17] dax: remove the last BUG_ON() from fs/dax.c
` [PATCH v5 08/17] dax: consistent variable naming for DAX entries
` [PATCH v5 10/17] dax: remove dax_pmd_fault()
` [PATCH v5 11/17] dax: correct dax iomap code namespace
` [PATCH] "
` [PATCH v5 12/17] dax: add dax_iomap_sector() helper function
` [PATCH v5 15/17] dax: add struct iomap based DAX PMD support
` [PATCH v5 16/17] xfs: use struct iomap based DAX PMD fault path
` [PATCH v5 17/17] dax: remove "depends on BROKEN" from FS_DAX_PMD
` [PATCH v5 13/17] dax: dax_iomap_fault() needs to call iomap_end()
` [PATCH v5 14/17] dax: move RADIX_DAX_* defines to dax.h
[PATCH] ext4: do not advertise encryption support when disabled
2016-10-10 19:05 UTC
e2fsprogs/configure: misleading --enable-hardening docstring
2016-10-09 16:50 UTC
fscrypt: Howto resolve hash collisions?
2016-10-08 20:46 UTC (4+ messages)
[PATCH] fscrypto: make XTS tweak initialization endian-independent
2016-10-07 16:05 UTC (9+ messages)
[PATCH v4 00/12] re-enable DAX PMD support
2016-10-07 7:24 UTC (46+ messages)
` [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 02/12] ext4: tell DAX the size of allocation holes
` [PATCH v4 03/12] dax: remove buffer_size_valid()
` [PATCH v4 11/12] xfs: use struct iomap based DAX PMD fault path
[GIT PULL] ext4 updates for 4.9
2016-10-06 19:16 UTC
[PATCH 0/3 v2] ext4: Inode flags handling
2016-10-06 11:04 UTC (4+ messages)
` [PATCH 1/3] ext4: Add EXT4_JOURNAL_DATA_FL and EXT4_EXTENTS_FL to modifiable mask
` [PATCH 2/3] ext4: Be more strict when verifying flags set via SETFLAGS ioctls
` [PATCH 3/3] ext4: Inode flags diet
[PATCH 0/2] ext4: Inode flags handling
2016-10-06 10:35 UTC (4+ messages)
` [PATCH 1/2] ext4: Be more strict when verifying flags set via SETFLAGS ioctls
` [PATCH 2/2] ext4: Inode flags diet
Regression in next with ext4 oops
2016-10-05 9:51 UTC (15+ messages)
[PATCH] fscrypto: make XTS tweak initialization endian-independent
2016-10-05 9:08 UTC (6+ messages)
[GIT PULL] UDF, ext2, quota & reiserfs fixes
2016-10-05 8:46 UTC
Frequent ext4 oopses with 4.4.0 on Intel NUC6i3SYB
2016-10-05 6:20 UTC (12+ 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 (7+ 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 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 v26 09/21] vfs: Cache base_acl objects in inodes
` [PATCH v26 11/21] vfs: Cache richacl in struct inode
[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 (2+ 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 (2+ messages)
[PATCH] ext4: do not unnecessarily null-terminate encrypted symlink data
2016-09-30 5:47 UTC (4+ messages)
` [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 (7+ messages)
` [PATCH v3 09/11] dax: add struct iomap based "
[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 (4+ messages)
[PATCH v26 00/21] Richacls (Core and Ext4)
2016-09-28 23:32 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).