public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-10-16 15:18:43 to 2015-10-26 22:55:31 UTC [more...]

[PATCH 0/4] Richacl support
 2015-10-26 22:55 UTC  (6+ messages)
` [PATCH 1/4] libxfs: Add the richacl incompatible feature flag
` [PATCH 2/4] mkfs.xfs: Add support for the richacl "
` [PATCH 3/4] xfs_repair: Improve warning for invalid attributes
` [PATCH 4/4] xfs_repair: Validate richacl attributes

Inconsistencies with trusted.SGI_ACL_{FILE,DEFAULT}
 2015-10-26 21:46 UTC  (18+ messages)
        ` [PATCH 0/4] xfs: SGI ACL Fixes
          ` [PATCH 1/4] xfs: Validate the length of on-disk ACLs
          ` [PATCH 2/4] xfs: SGI ACLs: Fix caching and mode setting
          ` [PATCH 3/4] xfs: SGI ACLs: Map uid/gid namespaces
          ` [PATCH 4/4] xfs: SGI ACLs: Prepare for richacls

[PATCH] xfs: optimise away log forces on timestamp updates for fdatasync
 2015-10-26 20:54 UTC  (5+ messages)

[PATCH] xfs: clear PF_NOFREEZE for xfsaild kthread
 2015-10-26 14:08 UTC  (2+ messages)

hdd + ssd
 2015-10-24  5:38 UTC  (5+ messages)

isolez votre maison !
 2015-10-24  4:12 UTC 

very long log recovery at mount
 2015-10-23 21:30 UTC  (5+ messages)

[PATCH v12 00/49] Richacls
 2015-10-23 20:03 UTC  (52+ 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 24/49] xfs: Change how listxattr generates synthetic attributes
` [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 30/49] richacl: Set the other permissions to the other mask
` [PATCH v12 31/49] richacl: Isolate the owner and group classes
` [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 35/49] nfsd: Use richacls as internal acl representation
` [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 39/49] richacl: Add support for unmapped identifiers
` [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

[PATCH] xfs_io: implement 'inode' command V3
 2015-10-23  9:29 UTC  (3+ messages)

du result is smaller than xfs_quota report
 2015-10-23  6:55 UTC  (8+ messages)

[RFCv3 00/58] xfs: add reverse-mapping, reflink, and dedupe support
 2015-10-21 21:39 UTC  (5+ messages)
` [PATCH 25/58] xfs: bmap btree changes should update rmap btree
` [PATCH 48/58] xfs: copy-on-write reflinked blocks when zeroing ranges of blocks

[RFCv3 00/51] xfsprogs: add reverse-mapping, reflink, and dedupe support
 2015-10-21 21:08 UTC  (3+ messages)
` [PATCH 32/51] xfs_repair: add fixed-location per-AG rmaps

[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 13/48] richacl: Update the file masks in chmod()
` [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 18/48] richacl: Add richacl xattr handler
` [PATCH v11 19/48] vfs: Add richacl permission checking
` [PATCH v11 20/48] ext4: Add richacl support
` [PATCH v11 21/48] ext4: Add richacl feature flag
` [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 27/48] richacl: Propagate everyone@ permissions to other aces
` [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 33/48] nfsd: Keep list of acls to dispose of in compoundargs
` [PATCH v11 34/48] nfsd: Use richacls as internal acl representation
` [PATCH v11 35/48] nfsd: Add richacl support
` [PATCH v11 36/48] nfsd: Add support for the v4.1 dacl attribute
` [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 v11 48/48] nfs: Add support for the v4.1 dacl attribute

[PATCH] xfsprogs: make fsr use mntinfo when there is no mntent
 2015-10-20 11:01 UTC 

[PATCH] xfs_io: inode command manpage V1
 2015-10-19 14:15 UTC 

CUỘC SỐNG ĐẲNG CẤP NGAY KHU ĐÔ THỊ SẦM UẤT NHẤT TPHCM - PHÚ MỸ HƯNG
 2015-10-19  9:27 UTC 

10 watt waterproof rechargeable led flood light
 2015-10-19 13:30 UTC 

Error in `xfs_repair': double free or corruption
 2015-10-19 11:16 UTC 

[PATCH 0/6 V2] xfs: upfront block zeroing for DAX
 2015-10-19  3:27 UTC  (7+ messages)
` [PATCH 1/6] xfs: fix inode size update overflow in xfs_map_direct()
` [PATCH 2/6] xfs: introduce BMAPI_ZERO for allocating zeroed extents
` [PATCH 3/6] xfs: Don't use unwritten extents for DAX
` [PATCH 4/6] xfs: DAX does not use IO completion callbacks
` [PATCH 5/6] xfs: add ->pfn_mkwrite support for DAX
` [PATCH 6/6] xfs: xfs_filemap_pmd_fault treats read faults as write faults

e2fsprogs: Richacl support
 2015-10-19  0:17 UTC  (8+ messages)

[ANNOUNCE] xfs: for-next branch updated to fcd8a39
 2015-10-18 23:23 UTC 

Problem with data recovery
 2015-10-18 23:12 UTC  (2+ messages)

Re:On-time and cheap logistic service from MKTpbc supplier
 2015-10-18  0:43 UTC 

xfsprogs-dev: Richacl support
 2015-10-17 23:02 UTC  (2+ messages)

[PATCH] xfs: fix build without xfsstats
 2015-10-17  0:08 UTC  (2+ messages)

Error in `xfs_repair': double free or corruption
 2015-10-16 16:29 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox