messages from 2015-10-29 20:12:31 to 2015-11-06 20:40:33 UTC [more...]
[PATCH v14 00/22] Richacls (Core and Ext4)
2015-11-06 20:40 UTC (24+ messages)
` [PATCH v14 01/22] vfs: Add IS_ACL() and IS_RICHACL() tests
` [PATCH v14 02/22] vfs: Add MAY_CREATE_FILE and MAY_CREATE_DIR permission flags
` [PATCH v14 03/22] vfs: Add MAY_DELETE_SELF and MAY_DELETE_CHILD "
` [PATCH v14 04/22] vfs: Make the inode passed to inode_change_ok non-const
` [PATCH v14 05/22] vfs: Add permission flags for setting file attributes
` [PATCH v14 06/22] richacl: In-memory representation and helper functions
` [PATCH v14 07/22] richacl: Permission mapping functions
` [PATCH v14 08/22] richacl: Compute maximum file masks from an acl
` [PATCH v14 09/22] richacl: Permission check algorithm
` [PATCH v14 10/22] posix_acl: Unexport acl_by_type and make it static
` [PATCH v14 11/22] vfs: Cache base_acl objects in inodes
` [PATCH v14 12/22] vfs: Add get_richacl and set_richacl inode operations
` [PATCH v14 13/22] vfs: Cache richacl in struct inode
` [PATCH v14 14/22] richacl: Update the file masks in chmod()
` [PATCH v14 15/22] richacl: Check if an acl is equivalent to a file mode
` [PATCH v14 16/22] richacl: Create-time inheritance
` [PATCH v14 17/22] richacl: Automatic Inheritance
` [PATCH v14 18/22] richacl: xattr mapping functions
` [PATCH v14 19/22] richacl: Add richacl xattr handler
` [PATCH v14 20/22] vfs: Add richacl permission checking
` [PATCH v14 21/22] ext4: Add richacl support
` [PATCH v14 22/22] ext4: Add richacl feature flag
[PATCH 0/6 V2] xfs: upfront block zeroing for DAX
2015-11-06 18:12 UTC (28+ messages)
` [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] xfs: fix log recovery op header validation assert
2015-11-06 16:55 UTC
Several bugs in xfs-progs when parsing invalid input
2015-11-06 16:54 UTC (2+ messages)
Bug#804255: Please update initramfs in postinst
2015-11-06 16:19 UTC
mkfs.xfs -n size=65536
2015-11-06 2:06 UTC (9+ messages)
[RFC 00/11] DAX fsynx/msync support
2015-11-05 20:54 UTC (27+ messages)
` [RFC 01/11] pmem: add wb_cache_pmem() to the PMEM API
` [RFC 02/11] mm: add pmd_mkclean()
` [RFC 03/11] pmem: enable REQ_FLUSH handling
` [RFC 04/11] dax: support dirty DAX entries in radix tree
` [RFC 05/11] mm: add follow_pte_pmd()
` [RFC 06/11] mm: add pgoff_mkclean()
` [RFC 07/11] mm: add find_get_entries_tag()
` [RFC 08/11] fs: add get_block() to struct inode_operations
` [RFC 09/11] dax: add support for fsync/sync
` [RFC 10/11] xfs, ext2: call dax_pfn_mkwrite() on write fault
` [RFC 11/11] ext4: add ext4_dax_pfn_mkwrite()
[PATCH v13 00/51] Richacls
2015-11-05 15:57 UTC (68+ messages)
` [PATCH v13 01/51] vfs: Add IS_ACL() and IS_RICHACL() tests
` [PATCH v13 02/51] vfs: Add MAY_CREATE_FILE and MAY_CREATE_DIR permission flags
` [PATCH v13 03/51] vfs: Add MAY_DELETE_SELF and MAY_DELETE_CHILD "
` [PATCH v13 04/51] vfs: Make the inode passed to inode_change_ok non-const
` [PATCH v13 05/51] vfs: Add permission flags for setting file attributes
` [PATCH v13 06/51] richacl: In-memory representation and helper functions
` [PATCH v13 07/51] richacl: Permission mapping functions
` [PATCH v13 08/51] richacl: Compute maximum file masks from an acl
` [PATCH v13 09/51] richacl: Permission check algorithm
` [PATCH v13 10/51] vfs: Cache base_acl objects in inodes
` [PATCH v13 11/51] vfs: Add get_richacl and set_richacl inode operations
` [PATCH v13 12/51] vfs: Cache richacl in struct inode
` [PATCH v13 13/51] richacl: Update the file masks in chmod()
` [PATCH v13 14/51] richacl: Check if an acl is equivalent to a file mode
` [PATCH v13 15/51] richacl: Create-time inheritance
` [PATCH v13 16/51] richacl: Automatic Inheritance
` [PATCH v13 17/51] richacl: xattr mapping functions
` [PATCH v13 18/51] richacl: Add richacl xattr handler
` [PATCH v13 19/51] vfs: Add richacl permission checking
` [PATCH v13 20/51] ext4: Add richacl support
` [PATCH v13 21/51] ext4: Add richacl feature flag
` [PATCH v13 22/51] xfs: Fix error path in xfs_get_acl
` [PATCH v13 23/51] xfs: Make xfs_set_mode non-static
` [PATCH v13 24/51] xfs: Change how listxattr generates synthetic attributes
` [PATCH v13 25/51] xfs: Add richacl support
` [PATCH v13 26/51] xfs: Plug memory leak in xfs_attrmulti_attr_set
` [PATCH v13 27/51] xfs: Fix richacl access by ioctl
` [PATCH v13 28/51] richacl: acl editing helper functions
` [PATCH v13 29/51] richacl: Move everyone@ aces down the acl
` [PATCH v13 30/51] richacl: Propagate everyone@ permissions to other aces
` [PATCH v13 31/51] richacl: Set the owner permissions to the owner mask
` [PATCH v13 32/51] richacl: Set the other permissions to the other mask
` [PATCH v13 33/51] richacl: Isolate the owner and group classes
` [PATCH v13 34/51] richacl: Apply the file masks to a richacl
` [PATCH v13 35/51] richacl: Create richacl from mode values
` [PATCH v13 36/51] nfsd: Keep list of acls to dispose of in compoundargs
` [PATCH v13 37/51] nfsd: Use richacls as internal acl representation
` [PATCH v13 38/51] nfsd: Add richacl support
` [PATCH v13 39/51] nfsd: Add support for the v4.1 dacl attribute
` [PATCH v13 40/51] nfsd: Add support for the MAY_CREATE_{FILE, DIR} permissions
` [PATCH v13 41/51] richacl: Add support for unmapped identifiers
` [PATCH v13 42/51] nfsd: Add support for unmapped richace identifiers
` [PATCH v13 43/51] ext4: Don't allow unmapped identifiers in richacls
` [PATCH v13 44/51] xfs: "
` [PATCH v13 45/51] sunrpc: Allow to demand-allocate pages to encode into
` [PATCH v13 46/51] sunrpc: Add xdr_init_encode_pages
` [PATCH v13 47/51] nfs: Fix GETATTR bitmap verification
` [PATCH v13 48/51] nfs: Remove unused xdr page offsets in getacl/setacl arguments
` [PATCH v13 49/51] nfs: Distinguish missing users and groups from nobody
` [PATCH v13 50/51] nfs: Add richacl support
` [PATCH v13 51/51] nfs: Add support for the v4.1 dacl attribute
[PATCH RFC] use WQ_MEM_RECLAIM for m_log_workqueue
2015-11-05 12:10 UTC (2+ messages)
Is it possible to change sunit of log section post-mkfs
2015-11-03 19:48 UTC (7+ messages)
[PATCH] xfs: only modify ACLs if CONFIG_XFS_POSIX_ACL enabled
2015-11-03 15:54 UTC (2+ messages)
On-disk data for XFS_DINNODE_FMT_EXTENTS
2015-11-03 15:31 UTC (3+ messages)
[PATCH] xfs: Fix error path in xfs_get_acl
2015-11-03 13:47 UTC
与B2B展会等传统平台互补的外贸客户开发模式
2015-11-03 7:31 UTC
Как уволить сотрудника, если он этого не хочет
2015-11-03 6:59 UTC
[ANNOUNCE] xfs: for-next branch rebased and updated to 264e89a
2015-11-03 5:06 UTC
[PATCH v2 0/5] xfs: SGI ACL Fixes
2015-11-03 2:12 UTC (13+ messages)
` [PATCH v2 1/5] xfs: Validate the length of on-disk ACLs
` [PATCH v2 2/5] xfs: Plug memory leak in xfs_attrmulti_attr_set
` [PATCH v2 3/5] xfs: SGI ACLs: Fix caching and mode setting
` [PATCH v2 4/5] xfs: Add namespace parameter to the xfs kuid/kgid <=> uid/gid wrappers
` [PATCH v2 5/5] xfs: SGI ACLs: Map uid/gid namespaces
` [PATCH 1/2] xfs: Fixes to "invalidate cached acl if set directly via xattr"
` [PATCH 2/2] xfs: invalidate cached acl if set via ioctl
[PATCH] xfs: don't leak uuid table on rmmod
2015-11-02 17:56 UTC
[PATCH 0/7] xfs: patches remaining for 4.4 merge window
2015-11-02 14:15 UTC (11+ messages)
` [PATCH 1/7] xfs: fix inode size update overflow in xfs_map_direct()
` [PATCH 2/7] xfs: introduce BMAPI_ZERO for allocating zeroed extents
` [PATCH 3/7] xfs: Don't use unwritten extents for DAX
` [PATCH 4/7] xfs: DAX does not use IO completion callbacks
` [PATCH 5/7] xfs: add ->pfn_mkwrite support for DAX
` [PATCH 6/7] xfs: xfs_filemap_pmd_fault treats read faults as write faults
` [PATCH 7/7] xfs: optimise away log forces on timestamp updates for fdatasync
hdd + ssd
2015-11-02 12:05 UTC (4+ messages)
[ANNOUNCE] xfs: for-next branch updated to f108bf2
2015-11-02 3:53 UTC
Problems compiling xfsdump on Debian unstable
2015-11-02 3:25 UTC (3+ messages)
即事思江海”收到回复
2015-11-01 0:46 UTC
Offrez vous 3 ans de serenite pour 1 euros
2015-10-31 3:42 UTC
[RFCv3 00/58] xfs: add reverse-mapping, reflink, and dedupe support
2015-10-30 20:56 UTC (4+ messages)
` [PATCH 40/58] libxfs: adjust refcount of an extent of blocks in refcount btree
[PATCH] xfs_io: implement 'inode' command V3
2015-10-30 15:17 UTC (5+ messages)
[PATCH] xfs: invalidate cached acl if set directly via xattr
2015-10-30 14:46 UTC
[PATCH 0/8] xfsdump: Ouchie! My bleeding eyes!
2015-10-30 11:39 UTC (7+ messages)
` [PATCH 1/8] cleanup: get rid of ASSERT
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