linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-10-08 06:42:37 to 2015-10-16 15:18:02 UTC [more...]

[PATCH v11 00/48] Richacls
 2015-10-16 15:18 UTC  (25+ messages)
` [PATCH v11 01/48] vfs: Add IS_ACL() and IS_RICHACL() tests
` [PATCH v11 02/48] vfs: Add MAY_CREATE_FILE and MAY_CREATE_DIR permission flags
` [PATCH v11 03/48] vfs: Add MAY_DELETE_SELF and MAY_DELETE_CHILD "
` [PATCH v11 04/48] vfs: Make the inode passed to inode_change_ok non-const
` [PATCH v11 05/48] vfs: Add permission flags for setting file attributes
` [PATCH v11 06/48] richacl: In-memory representation and helper functions
` [PATCH v11 07/48] richacl: Permission mapping functions
` [PATCH v11 08/48] richacl: Compute maximum file masks from an acl
` [PATCH v11 09/48] richacl: Permission check algorithm
` [PATCH v11 10/48] vfs: Cache base_acl objects in inodes
` [PATCH v11 11/48] vfs: Add get_richacl and set_richacl inode operations
` [PATCH v11 12/48] vfs: Cache richacl in struct inode
  ` [PATCH v11 13/48] richacl: Update the file masks in chmod()
  ` [PATCH v11 18/48] richacl: Add richacl xattr handler
  ` [PATCH v11 21/48] ext4: Add richacl feature flag
` [PATCH v11 14/48] richacl: Check if an acl is equivalent to a file mode
` [PATCH v11 15/48] richacl: Create-time inheritance
` [PATCH v11 16/48] richacl: Automatic Inheritance
` [PATCH v11 17/48] richacl: xattr mapping functions
` [PATCH v11 19/48] vfs: Add richacl permission checking
` [PATCH v11 20/48] ext4: Add richacl support
` [PATCH v11 22/48] xfs: Fix error path in xfs_get_acl
` [PATCH v11 23/48] xfs: Make xfs_set_mode non-static
` [PATCH v11 24/48] xfs: Add richacl support

[Bug 102731] New: I have a cough
 2015-10-16 13:04 UTC  (9+ messages)
` [Bug 102731] "

High write latency spikes when writing to EXT4
 2015-10-16  8:07 UTC 

[PATCH v2 0/2] Add updated DAX locking to ext2
 2015-10-16  7:55 UTC  (10+ messages)
` [PATCH v2 1/2] dax: dax_pfn_mkwrite() truncate race check
` [PATCH v2 2/2] ext2: Add locking for DAX faults

[PATCH 0/6] ext4: Punch hole and DAX fixes
 2015-10-15 20:22 UTC  (14+ messages)
` [PATCH 1/6] ext4: Fix races between page faults and hole punching
` [PATCH 2/6] ext4: Document lock ordering
` [PATCH 3/6] ext4: Get rid of EXT4_GET_BLOCKS_NO_LOCK flag
` [PATCH 4/6] ext4: Provide ext4_issue_zeroout()
` [PATCH 5/6] ext4: Implement allocation of pre-zeroed blocks
` [PATCH 6/6] ext4: Use pre-zeroed blocks for DAX page faults

[PATCH 0/8] ext4/jbd2: misc fixes and cleanups; save checksum seeds
 2015-10-15 16:47 UTC  (20+ messages)
` [PATCH 1/8] jbd2: gate checksum calculations on crc driver presence, not sb flags
` [PATCH 2/8] ext4: promote ext4 over ext2 in the default probe order
` [PATCH 3/8] ext2: only permit ro mounts with compat features we know we don't support
` [PATCH 4/8] ext4: store checksum seed in superblock
` [PATCH 5/8] ext4: call out CRC and corruption errors with specific error codes
` [PATCH 6/8] ext4: make the bitmap read routines return real "
  ` [PATCH v2 "
` [PATCH 7/8] ext4: clean up feature test macros with predicate functions
` [PATCH 8/8] jbd2: "

[RFCv3 00/12] xfstests: test the btrfs/xfs reflink/dedupe ioctls
 2015-10-15 14:41 UTC  (6+ messages)
` [PATCH 03/12] generic/80[0-2]: support xfs in addition to btrfs

[REGRESSION] 998ef75ddb and aio-dio-invalidate-failure w/ data=journal
 2015-10-15 11:17 UTC  (4+ messages)
` [PATCH] ext4: use private version of page_zero_new_buffers() for data=journal mode

[GIT PULL] ext4 Kconfig description fixup
 2015-10-15 10:01 UTC 

[PATCH] ext4: fix xfstest generic/269 double revoked buffer bug
 2015-10-15  0:23 UTC 

Question about ext4_free_blocks() Behavior for Per-File Data Journaling Mode
 2015-10-14  4:39 UTC 

[PATCH v2] vfs: remove unused wrapper block_page_mkwrite()
 2015-10-14  2:03 UTC  (2+ messages)

[PATCH 0/2] Add updated DAX locking to ext2
 2015-10-13 22:15 UTC  (15+ messages)
` [PATCH 2/2] ext2: Add locking for DAX faults

[PATCH v10 00/46] Richacls
 2015-10-13 19:21 UTC  (58+ messages)
` [PATCH v10 01/46] vfs: Add IS_ACL() and IS_RICHACL() tests
` [PATCH v10 02/46] vfs: Add MAY_CREATE_FILE and MAY_CREATE_DIR permission flags
` [PATCH v10 03/46] vfs: Add MAY_DELETE_SELF and MAY_DELETE_CHILD "
` [PATCH v10 04/46] vfs: Make the inode passed to inode_change_ok non-const
` [PATCH v10 05/46] vfs: Add permission flags for setting file attributes
` [PATCH v10 06/46] richacl: In-memory representation and helper functions
` [PATCH v10 07/46] richacl: Permission mapping functions
` [PATCH v10 08/46] richacl: Compute maximum file masks from an acl
` [PATCH v10 09/46] richacl: Permission check algorithm
  ` [PATCH v10 10/46] vfs: Cache base_acl objects in inodes
` [PATCH v10 11/46] vfs: Add get_richacl and set_richacl inode operations
` [PATCH v10 12/46] vfs: Cache richacl in struct inode
` [PATCH v10 13/46] richacl: Update the file masks in chmod()
` [PATCH v10 14/46] richacl: Check if an acl is equivalent to a file mode
` [PATCH v10 15/46] richacl: Create-time inheritance
` [PATCH v10 16/46] richacl: Automatic Inheritance
` [PATCH v10 17/46] richacl: xattr mapping functions
` [PATCH v10 18/46] richacl: Add richacl xattr handler
` [PATCH v10 19/46] vfs: Add richacl permission checking
` [PATCH v10 20/46] ext4: Add richacl support
` [PATCH v10 21/46] ext4: Add richacl feature flag
` [PATCH v10 22/46] xfs: Fix error path in xfs_get_acl
` [PATCH v10 23/46] xfs: Make xfs_set_mode non-static
` [PATCH v10 24/46] xfs: Add richacl support
` [PATCH v10 25/46] richacl: acl editing helper functions
` [PATCH v10 26/46] richacl: Move everyone@ aces down the acl
` [PATCH v10 27/46] richacl: Propagate everyone@ permissions to other aces
` [PATCH v10 28/46] richacl: Set the owner permissions to the owner mask
` [PATCH v10 29/46] richacl: Set the other permissions to the other mask
` [PATCH v10 30/46] richacl: Isolate the owner and group classes
` [PATCH v10 31/46] richacl: Apply the file masks to a richacl
` [PATCH v10 32/46] richacl: Create richacl from mode values
` [PATCH v10 33/46] nfsd: Keep list of acls to dispose of in compoundargs
` [PATCH v10 34/46] nfsd: Use richacls as internal acl representation
` [PATCH v10 35/46] nfsd: Add richacl support
` [PATCH v10 36/46] nfsd: Add support for the v4.1 dacl attribute
` [PATCH v10 37/46] nfsd: Add support for the MAY_CREATE_{FILE, DIR} permissions
` [PATCH v10 38/46] richacl: Add support for unmapped identifiers
` [PATCH v10 39/46] ext4: Don't allow unmapped identifiers in richacls
` [PATCH v10 40/46] sunrpc: Allow to demand-allocate pages to encode into
` [PATCH v10 41/46] sunrpc: Add xdr_init_encode_pages
` [PATCH v10 42/46] nfs: Fix GETATTR bitmap verification
` [PATCH v10 43/46] nfs: Remove unused xdr page offsets in getacl/setacl arguments
` [PATCH v10 44/46] nfs: Add richacl support
` [PATCH v10 45/46] nfs: Add support for the v4.1 dacl attribute
` [PATCH v10 46/46] richacl: uapi header split

[PATCH] vfs: remove unused wrapper block_page_mkwrite()
 2015-10-13 17:53 UTC  (2+ messages)

PLS I NEED YOUR HELP
 2015-10-12 21:19 UTC 

[PATCH 00/12] e2fsprogs: misc fixes and cleanups; save checksum seeds
 2015-10-13  7:08 UTC  (15+ messages)
` [PATCH 01/12] libext2fs: fix maximum bg overhead calculation with meta_bg enabled
` [PATCH 02/12] libext2fs: automatically enable meta_bg to avoid filling up BG 0
` [PATCH 03/12] libext2fs: clean up feature test macros with predicate functions
` [PATCH 04/12] e2fsck: "
` [PATCH 05/12] misc: "
` [PATCH 06/12] resize2fs: "
` [PATCH 07/12] debugfs: "
` [PATCH 08/12] libext2fs: store checksum seed in superblock
` [PATCH 09/12] tune2fs: allow user to turn on saving the checksum seed
` [PATCH 10/12] e2fsck: check the checksum seed feature flag is set correctly
` [PATCH 11/12] mke2fs: store checksum seed at format time
` [PATCH 12/12] tests: check proper operation of metadata_csum_seed

Unexpected Luck
 2015-10-11 21:02 UTC 

greeting
 2015-10-12 13:36 UTC 

Uninterruptable hang in sendfile
 2015-10-12 12:33 UTC  (2+ messages)

[PATCH v2] ext4, jbd2: ensure entering into panic after recording an error in superblock
 2015-10-12  2:19 UTC 

[PATCH 1/2] ext4: explicit mount options parsing cleanup
 2015-10-09 20:53 UTC  (3+ messages)
` [PATCH 2/2] ext4: do not allow journal_opts for fs w/o journal

PLS I NEED YOUR HELP!
 2015-10-08 20:15 UTC 

Hard lockup in ext4_finish_bio
 2015-10-09  8:05 UTC  (6+ messages)

[PATCH] ext2: don't mount filesystems with compat features we know only ext4 supports
 2015-10-08 18:08 UTC  (5+ messages)

Inheritance Fund
 2015-10-08 14:07 UTC 

ext4_map_blocks() and friends
 2015-10-08 13:22 UTC 

JBD2 stuck, causing fsck to not run
 2015-10-08  6:42 UTC 


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