messages from 2015-10-15 11:17:01 to 2015-10-23 18:42:02 UTC [more...]
[PATCH v12 00/49] Richacls
2015-10-23 18:42 UTC (50+ messages)
` [PATCH v12 01/49] vfs: Add IS_ACL() and IS_RICHACL() tests
` [PATCH v12 02/49] vfs: Add MAY_CREATE_FILE and MAY_CREATE_DIR permission flags
` [PATCH v12 03/49] vfs: Add MAY_DELETE_SELF and MAY_DELETE_CHILD "
` [PATCH v12 04/49] vfs: Make the inode passed to inode_change_ok non-const
` [PATCH v12 05/49] vfs: Add permission flags for setting file attributes
` [PATCH v12 06/49] richacl: In-memory representation and helper functions
` [PATCH v12 07/49] richacl: Permission mapping functions
` [PATCH v12 08/49] richacl: Compute maximum file masks from an acl
` [PATCH v12 09/49] richacl: Permission check algorithm
` [PATCH v12 10/49] vfs: Cache base_acl objects in inodes
` [PATCH v12 11/49] vfs: Add get_richacl and set_richacl inode operations
` [PATCH v12 12/49] vfs: Cache richacl in struct inode
` [PATCH v12 13/49] richacl: Update the file masks in chmod()
` [PATCH v12 14/49] richacl: Check if an acl is equivalent to a file mode
` [PATCH v12 15/49] richacl: Create-time inheritance
` [PATCH v12 16/49] richacl: Automatic Inheritance
` [PATCH v12 17/49] richacl: xattr mapping functions
` [PATCH v12 18/49] richacl: Add richacl xattr handler
` [PATCH v12 19/49] vfs: Add richacl permission checking
` [PATCH v12 20/49] ext4: Add richacl support
` [PATCH v12 21/49] ext4: Add richacl feature flag
` [PATCH v12 22/49] xfs: Fix error path in xfs_get_acl
` [PATCH v12 23/49] xfs: Make xfs_set_mode non-static
` [PATCH v12 25/49] xfs: Add richacl support
` [PATCH v12 26/49] richacl: acl editing helper functions
` [PATCH v12 27/49] richacl: Move everyone@ aces down the acl
` [PATCH v12 28/49] richacl: Propagate everyone@ permissions to other aces
` [PATCH v12 29/49] richacl: Set the owner permissions to the owner mask
` [PATCH v12 24/49] xfs: Change how listxattr generates synthetic attributes
` [PATCH v12 30/49] richacl: Set the other permissions to the other mask
` [PATCH v12 31/49] richacl: Isolate the owner and group classes
` [PATCH v12 35/49] nfsd: Use richacls as internal acl representation
` [PATCH v12 39/49] richacl: Add support for unmapped identifiers
` [PATCH v12 32/49] richacl: Apply the file masks to a richacl
` [PATCH v12 33/49] richacl: Create richacl from mode values
` [PATCH v12 34/49] nfsd: Keep list of acls to dispose of in compoundargs
` [PATCH v12 36/49] nfsd: Add richacl support
` [PATCH v12 37/49] nfsd: Add support for the v4.1 dacl attribute
` [PATCH v12 38/49] nfsd: Add support for the MAY_CREATE_{FILE,DIR} permissions
` [PATCH v12 40/49] nfsd: Add support for unmapped richace identifiers
` [PATCH v12 41/49] ext4: Don't allow unmapped identifiers in richacls
` [PATCH v12 42/49] xfs: "
` [PATCH v12 43/49] sunrpc: Allow to demand-allocate pages to encode into
` [PATCH v12 44/49] sunrpc: Add xdr_init_encode_pages
` [PATCH v12 45/49] nfs: Fix GETATTR bitmap verification
` [PATCH v12 46/49] nfs: Remove unused xdr page offsets in getacl/setacl arguments
` [PATCH v12 47/49] nfs: Distinguish missing users and groups from nobody
` [PATCH v12 48/49] nfs: Add richacl support
` [PATCH v12 49/49] nfs: Add support for the v4.1 dacl attribute
Question about ext4 journal
2015-10-23 12:50 UTC (3+ messages)
` Fwd: "
[Bug 93031] New: root becomes read-only at boot due to journal_async_commit in /etc/fstab
2015-10-23 12:27 UTC (3+ messages)
` [Bug 93031] "
Using Cache barriers in lieu of REQ_FLUSH | REQ_FUA for emmc 5.1 (jdec spec JESD84-B51)
2015-10-23 9:34 UTC (4+ messages)
` Running XFS tests on qemu
[PATCH 0/9 v2] ext4: Punch hole and DAX fixes
2015-10-23 3:35 UTC (13+ messages)
` [PATCH 1/9] ext4: Fix races between page faults and hole punching
` [PATCH 2/9] ext4: Move unlocked dio protection from ext4_alloc_file_blocks()
` [PATCH 3/9] ext4: Fix races between buffered IO and collapse / insert range
` [PATCH 4/9] ext4: Fix races of writeback with punch hole and zero range
` [PATCH 5/9] ext4: Document lock ordering
` [PATCH 6/9] ext4: Get rid of EXT4_GET_BLOCKS_NO_LOCK flag
` [PATCH 7/9] ext4: Provide ext4_issue_zeroout()
` [PATCH 8/9] ext4: Implement allocation of pre-zeroed blocks
` [PATCH 9/9] ext4: Use pre-zeroed blocks for DAX page faults
Test ext4/001
2015-10-22 20:23 UTC (4+ messages)
memory leak: data=journal and {collapse,insert,zero}_range
2015-10-21 14:52 UTC (5+ messages)
[PATCH 6/6] KEYS: Merge the type-specific data with the payload data
2015-10-21 14:27 UTC
[Bug 102731] New: I have a cough
2015-10-20 16:30 UTC (12+ messages)
` [Bug 102731] "
xfstests ext4/304 failing due to donor inode's i_size == 0
2015-10-20 14:44 UTC (2+ messages)
[PATCH v11 00/48] Richacls
2015-10-20 12:33 UTC (64+ 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 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
` [PATCH v11 25/48] richacl: acl editing helper functions
` [PATCH v11 26/48] richacl: Move everyone@ aces down the acl
` [PATCH v11 28/48] richacl: Set the owner permissions to the owner mask
` [PATCH v11 29/48] richacl: Set the other permissions to the other mask
` [PATCH v11 30/48] richacl: Isolate the owner and group classes
` [PATCH v11 31/48] richacl: Apply the file masks to a richacl
` [PATCH v11 32/48] richacl: Create richacl from mode values
` [PATCH v11 34/48] nfsd: Use richacls as internal acl representation
` [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 27/48] richacl: Propagate everyone@ permissions to other aces
` [PATCH v11 33/48] nfsd: Keep list of acls to dispose of in compoundargs
` [PATCH v11 35/48] nfsd: Add richacl support
` [PATCH v11 48/48] nfs: Add support for the v4.1 dacl attribute
` [PATCH v11 36/48] nfsd: "
` [PATCH v11 37/48] nfsd: Add support for the MAY_CREATE_{FILE,DIR} permissions
` [PATCH v11 38/48] richacl: Add support for unmapped identifiers
` [PATCH v11 39/48] nfsd: Add support for unmapped richace identifiers
` [PATCH v11 40/48] ext4: Don't allow unmapped identifiers in richacls
` [PATCH v11 41/48] xfs: "
` [PATCH v11 42/48] sunrpc: Allow to demand-allocate pages to encode into
` [PATCH v11 43/48] sunrpc: Add xdr_init_encode_pages
` [PATCH v11 44/48] nfs: Fix GETATTR bitmap verification
` [PATCH v11 45/48] nfs: Remove unused xdr page offsets in getacl/setacl arguments
` [PATCH v11 46/48] nfs: Distinguish missing users and groups from nobody
` [PATCH v11 47/48] nfs: Add richacl support
[PATCH v2 0/2] Add updated DAX locking to ext2
2015-10-19 12:47 UTC (10+ messages)
` [PATCH v2 1/2] dax: dax_pfn_mkwrite() truncate race check
` [PATCH v2 2/2] ext2: Add locking for DAX faults
[RFC][PATCH 3/5] ext4: Fix abs() usage in ext4_mb_check_group_pa
2015-10-19 4:03 UTC (2+ messages)
` [RFC,3/5] "
[PATCH 1/2] ext4: explicit mount options parsing cleanup
2015-10-19 3:57 UTC (5+ messages)
` [PATCH 2/2] ext4: do not allow journal_opts for fs w/o journal
e2fsprogs: Richacl support
2015-10-19 0:17 UTC (10+ messages)
[PATCH v2] ext4, jbd2: ensure entering into panic after recording an error in superblock
2015-10-18 23:38 UTC (2+ messages)
[PATCH] fix calculation of meta_bg descriptor backups
2015-10-18 4:37 UTC (2+ messages)
[PATCH] ext4: fix potential use after free in __ext4_journal_stop
2015-10-18 2:57 UTC (4+ messages)
[PATCH] jbd2: Fix checkpoint list cleanup
2015-10-18 2:42 UTC (2+ messages)
[PATCH] ext4: fix xfstest generic/269 double revoked buffer bug
2015-10-18 2:30 UTC (2+ messages)
[v15 0/4] ext4: add project quota support
2015-10-18 2:25 UTC (3+ messages)
[PATCH 0/8] ext4/jbd2: misc fixes and cleanups; save checksum seeds
2015-10-18 2:14 UTC (24+ 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: "
[PATCH v8 00/41] Richacls
2015-10-16 18:12 UTC (6+ messages)
High write latency spikes when writing to EXT4
2015-10-16 16:58 UTC (2+ messages)
[PATCH 0/6] ext4: Punch hole and DAX fixes
2015-10-15 20:22 UTC (4+ messages)
` [PATCH 1/6] ext4: Fix races between page faults and hole punching
[RFCv3 00/12] xfstests: test the btrfs/xfs reflink/dedupe ioctls
2015-10-15 14:41 UTC (4+ 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 (3+ messages)
` [PATCH] ext4: use private version of page_zero_new_buffers() for data=journal mode
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).