xfs (thread)
[PATCH v2 0/5] xfs: SGI ACL Fixes,
Andreas Gruenbacher,
2015/10/30
- [PATCH v2 1/5] xfs: Validate the length of on-disk ACLs, Andreas Gruenbacher, 2015/10/30
- [PATCH v2 2/5] xfs: Plug memory leak in xfs_attrmulti_attr_set, Andreas Gruenbacher, 2015/10/30
- [PATCH v2 3/5] xfs: SGI ACLs: Fix caching and mode setting, Andreas Gruenbacher, 2015/10/30
- [PATCH v2 5/5] xfs: SGI ACLs: Map uid/gid namespaces, Andreas Gruenbacher, 2015/10/30
- [PATCH v2 4/5] xfs: Add namespace parameter to the xfs kuid/kgid <=> uid/gid wrappers, Andreas Gruenbacher, 2015/10/30
[RFC 00/11] DAX fsynx/msync support,
Ross Zwisler,
2015/10/29
- [RFC 02/11] mm: add pmd_mkclean(), Ross Zwisler, 2015/10/29
- [RFC 03/11] pmem: enable REQ_FLUSH handling, Ross Zwisler, 2015/10/29
- [RFC 01/11] pmem: add wb_cache_pmem() to the PMEM API, Ross Zwisler, 2015/10/29
- [RFC 04/11] dax: support dirty DAX entries in radix tree, Ross Zwisler, 2015/10/29
- [RFC 06/11] mm: add pgoff_mkclean(), Ross Zwisler, 2015/10/29
- [RFC 07/11] mm: add find_get_entries_tag(), Ross Zwisler, 2015/10/29
- [RFC 05/11] mm: add follow_pte_pmd(), Ross Zwisler, 2015/10/29
- [RFC 08/11] fs: add get_block() to struct inode_operations, Ross Zwisler, 2015/10/29
- [RFC 09/11] dax: add support for fsync/sync, Ross Zwisler, 2015/10/29
- [RFC 10/11] xfs, ext2: call dax_pfn_mkwrite() on write fault, Ross Zwisler, 2015/10/29
- [RFC 11/11] ext4: add ext4_dax_pfn_mkwrite(), Ross Zwisler, 2015/10/29
- Re: [RFC 00/11] DAX fsynx/msync support, Ross Zwisler, 2015/10/29
- Re: [RFC 00/11] DAX fsynx/msync support, Dave Chinner, 2015/10/29
- Re: [RFC 00/11] DAX fsynx/msync support, Dan Williams, 2015/10/30
[PATCH v12 00/49] Richacls,
Andreas Gruenbacher,
2015/10/23
- [PATCH v12 01/49] vfs: Add IS_ACL() and IS_RICHACL() tests, Andreas Gruenbacher, 2015/10/23
- [PATCH v12 02/49] vfs: Add MAY_CREATE_FILE and MAY_CREATE_DIR permission flags, Andreas Gruenbacher, 2015/10/23
- [PATCH v12 03/49] vfs: Add MAY_DELETE_SELF and MAY_DELETE_CHILD permission flags, Andreas Gruenbacher, 2015/10/23
- [PATCH v12 04/49] vfs: Make the inode passed to inode_change_ok non-const, Andreas Gruenbacher, 2015/10/23
- [PATCH v12 05/49] vfs: Add permission flags for setting file attributes, Andreas Gruenbacher, 2015/10/23
- [PATCH v12 06/49] richacl: In-memory representation and helper functions, Andreas Gruenbacher, 2015/10/23
- [PATCH v12 07/49] richacl: Permission mapping functions, Andreas Gruenbacher, 2015/10/23
- [PATCH v12 08/49] richacl: Compute maximum file masks from an acl, Andreas Gruenbacher, 2015/10/23
- [PATCH v12 09/49] richacl: Permission check algorithm, Andreas Gruenbacher, 2015/10/23
- [PATCH v12 10/49] vfs: Cache base_acl objects in inodes, Andreas Gruenbacher, 2015/10/23
- [PATCH v12 11/49] vfs: Add get_richacl and set_richacl inode operations, Andreas Gruenbacher, 2015/10/23
- [PATCH v12 12/49] vfs: Cache richacl in struct inode, Andreas Gruenbacher, 2015/10/23
- [PATCH v12 13/49] richacl: Update the file masks in chmod(), Andreas Gruenbacher, 2015/10/23
- [PATCH v12 14/49] richacl: Check if an acl is equivalent to a file mode, Andreas Gruenbacher, 2015/10/23
- [PATCH v12 15/49] richacl: Create-time inheritance, Andreas Gruenbacher, 2015/10/23
- [PATCH v12 16/49] richacl: Automatic Inheritance, Andreas Gruenbacher, 2015/10/23
- [PATCH v12 17/49] richacl: xattr mapping functions, Andreas Gruenbacher, 2015/10/23
- [PATCH v12 18/49] richacl: Add richacl xattr handler, Andreas Gruenbacher, 2015/10/23
- [PATCH v12 19/49] vfs: Add richacl permission checking, Andreas Gruenbacher, 2015/10/23
- [PATCH v12 20/49] ext4: Add richacl support, Andreas Gruenbacher, 2015/10/23
- [PATCH v12 21/49] ext4: Add richacl feature flag, Andreas Gruenbacher, 2015/10/23
- [PATCH v12 22/49] xfs: Fix error path in xfs_get_acl, Andreas Gruenbacher, 2015/10/23
- [PATCH v12 23/49] xfs: Make xfs_set_mode non-static, Andreas Gruenbacher, 2015/10/23
- [PATCH v12 24/49] xfs: Change how listxattr generates synthetic attributes, Andreas Gruenbacher, 2015/10/23
- [PATCH v12 25/49] xfs: Add richacl support, Andreas Gruenbacher, 2015/10/23
- [PATCH v12 26/49] richacl: acl editing helper functions, Andreas Gruenbacher, 2015/10/23
- [PATCH v12 27/49] richacl: Move everyone@ aces down the acl, Andreas Gruenbacher, 2015/10/23
- [PATCH v12 28/49] richacl: Propagate everyone@ permissions to other aces, Andreas Gruenbacher, 2015/10/23
- [PATCH v12 29/49] richacl: Set the owner permissions to the owner mask, Andreas Gruenbacher, 2015/10/23
- [PATCH v12 30/49] richacl: Set the other permissions to the other mask, Andreas Gruenbacher, 2015/10/23
- [PATCH v12 31/49] richacl: Isolate the owner and group classes, Andreas Gruenbacher, 2015/10/23
- [PATCH v12 32/49] richacl: Apply the file masks to a richacl, Andreas Gruenbacher, 2015/10/23
- [PATCH v12 33/49] richacl: Create richacl from mode values, Andreas Gruenbacher, 2015/10/23
- [PATCH v12 34/49] nfsd: Keep list of acls to dispose of in compoundargs, Andreas Gruenbacher, 2015/10/23
- [PATCH v12 35/49] nfsd: Use richacls as internal acl representation, Andreas Gruenbacher, 2015/10/23
- [PATCH v12 36/49] nfsd: Add richacl support, Andreas Gruenbacher, 2015/10/23
- [PATCH v12 37/49] nfsd: Add support for the v4.1 dacl attribute, Andreas Gruenbacher, 2015/10/23
- [PATCH v12 38/49] nfsd: Add support for the MAY_CREATE_{FILE,DIR} permissions, Andreas Gruenbacher, 2015/10/23
- [PATCH v12 39/49] richacl: Add support for unmapped identifiers, Andreas Gruenbacher, 2015/10/23
- [PATCH v12 40/49] nfsd: Add support for unmapped richace identifiers, Andreas Gruenbacher, 2015/10/23
- [PATCH v12 41/49] ext4: Don't allow unmapped identifiers in richacls, Andreas Gruenbacher, 2015/10/23
- [PATCH v12 42/49] xfs: Don't allow unmapped identifiers in richacls, Andreas Gruenbacher, 2015/10/23
- [PATCH v12 43/49] sunrpc: Allow to demand-allocate pages to encode into, Andreas Gruenbacher, 2015/10/23
- [PATCH v12 44/49] sunrpc: Add xdr_init_encode_pages, Andreas Gruenbacher, 2015/10/23
- [PATCH v12 45/49] nfs: Fix GETATTR bitmap verification, Andreas Gruenbacher, 2015/10/23
- [PATCH v12 46/49] nfs: Remove unused xdr page offsets in getacl/setacl arguments, Andreas Gruenbacher, 2015/10/23
- [PATCH v12 47/49] nfs: Distinguish missing users and groups from nobody, Andreas Gruenbacher, 2015/10/23
- [PATCH v12 48/49] nfs: Add richacl support, Andreas Gruenbacher, 2015/10/23
- [PATCH v12 49/49] nfs: Add support for the v4.1 dacl attribute, Andreas Gruenbacher, 2015/10/23
- RE: [PATCH v12 00/49] Richacls, Frank Filz, 2015/10/23
Inconsistencies with trusted.SGI_ACL_{FILE,DEFAULT},
Andreas Gruenbacher,
2015/10/23
- Re: Inconsistencies with trusted.SGI_ACL_{FILE,DEFAULT}, Brian Foster, 2015/10/24
- Re: Inconsistencies with trusted.SGI_ACL_{FILE,DEFAULT}, Andreas Gruenbacher, 2015/10/24
- Re: Inconsistencies with trusted.SGI_ACL_{FILE,DEFAULT}, Brian Foster, 2015/10/24
- Re: Inconsistencies with trusted.SGI_ACL_{FILE,DEFAULT}, Brian Foster, 2015/10/24
- Re: Inconsistencies with trusted.SGI_ACL_{FILE,DEFAULT}, Andreas Gruenbacher, 2015/10/24
- [PATCH 0/4] xfs: SGI ACL Fixes, Andreas Gruenbacher, 2015/10/24
- [PATCH 2/4] xfs: SGI ACLs: Fix caching and mode setting, Andreas Gruenbacher, 2015/10/24
- Re: [PATCH 2/4] xfs: SGI ACLs: Fix caching and mode setting, Brian Foster, 2015/10/26
- Re: [PATCH 2/4] xfs: SGI ACLs: Fix caching and mode setting, Andreas Gruenbacher, 2015/10/26
- Re: [PATCH 2/4] xfs: SGI ACLs: Fix caching and mode setting, Brian Foster, 2015/10/26
- [PATCH 3/4] xfs: SGI ACLs: Map uid/gid namespaces, Andreas Gruenbacher, 2015/10/24
- Re: [PATCH 3/4] xfs: SGI ACLs: Map uid/gid namespaces, Dave Chinner, 2015/10/26
- Re: [PATCH 3/4] xfs: SGI ACLs: Map uid/gid namespaces, Andreas Gruenbacher, 2015/10/27
- Re: [PATCH 3/4] xfs: SGI ACLs: Map uid/gid namespaces, Dave Chinner, 2015/10/27
- Re: [PATCH 3/4] xfs: SGI ACLs: Map uid/gid namespaces, Andreas Gruenbacher, 2015/10/27
- Re: [PATCH 3/4] xfs: SGI ACLs: Map uid/gid namespaces, Dave Chinner, 2015/10/27
- Re: [PATCH 3/4] xfs: SGI ACLs: Map uid/gid namespaces, Andreas Gruenbacher, 2015/10/27
- [PATCH 1/4] xfs: Validate the length of on-disk ACLs, Andreas Gruenbacher, 2015/10/24
- [PATCH 4/4] xfs: SGI ACLs: Prepare for richacls, Andreas Gruenbacher, 2015/10/24
- Re: [PATCH 4/4] xfs: SGI ACLs: Prepare for richacls, Andreas Gruenbacher, 2015/10/26
- Re: [PATCH 0/4] xfs: SGI ACL Fixes, Brian Foster, 2015/10/26
- Re: Inconsistencies with trusted.SGI_ACL_{FILE,DEFAULT}, Dave Chinner, 2015/10/26
- Re: Inconsistencies with trusted.SGI_ACL_{FILE,DEFAULT}, Andreas Gruenbacher, 2015/10/26
- Re: Inconsistencies with trusted.SGI_ACL_{FILE,DEFAULT}, Dave Chinner, 2015/10/27
- Re: Inconsistencies with trusted.SGI_ACL_{FILE,DEFAULT}, Andreas Gruenbacher, 2015/10/27
- Re: Inconsistencies with trusted.SGI_ACL_{FILE,DEFAULT}, Dave Chinner, 2015/10/27
- Re: Inconsistencies with trusted.SGI_ACL_{FILE,DEFAULT}, Andreas Gruenbacher, 2015/10/27
- Re: Inconsistencies with trusted.SGI_ACL_{FILE,DEFAULT}, Dave Chinner, 2015/10/27
- Re: Inconsistencies with trusted.SGI_ACL_{FILE,DEFAULT}, Brian Foster, 2015/10/27
[PATCH 0/6 V2] xfs: upfront block zeroing for DAX,
Dave Chinner,
2015/10/18
- [PATCH 6/6] xfs: xfs_filemap_pmd_fault treats read faults as write faults, Dave Chinner, 2015/10/18
- [PATCH 4/6] xfs: DAX does not use IO completion callbacks, Dave Chinner, 2015/10/18
- [PATCH 3/6] xfs: Don't use unwritten extents for DAX, Dave Chinner, 2015/10/18
- [PATCH 1/6] xfs: fix inode size update overflow in xfs_map_direct(), Dave Chinner, 2015/10/18
- [PATCH 5/6] xfs: add ->pfn_mkwrite support for DAX, Dave Chinner, 2015/10/18
- [PATCH 2/6] xfs: introduce BMAPI_ZERO for allocating zeroed extents, Dave Chinner, 2015/10/18
Re: e2fsprogs: Richacl support,
Andreas Gruenbacher,
2015/10/16
- Re: e2fsprogs: Richacl support, Theodore Ts'o, 2015/10/17
- Re: e2fsprogs: Richacl support, Dave Chinner, 2015/10/17
- Re: e2fsprogs: Richacl support, Theodore Ts'o, 2015/10/17
- Re: e2fsprogs: Richacl support, Andreas Gruenbacher, 2015/10/18
- Re: e2fsprogs: Richacl support, Theodore Ts'o, 2015/10/18
- Re: e2fsprogs: Richacl support, Andreas Gruenbacher, 2015/10/18
- Re: e2fsprogs: Richacl support, Theodore Ts'o, 2015/10/18
[PATCH v11 00/48] Richacls,
Andreas Gruenbacher,
2015/10/16
- [PATCH v11 01/48] vfs: Add IS_ACL() and IS_RICHACL() tests, Andreas Gruenbacher, 2015/10/16
- [PATCH v11 02/48] vfs: Add MAY_CREATE_FILE and MAY_CREATE_DIR permission flags, Andreas Gruenbacher, 2015/10/16
- [PATCH v11 03/48] vfs: Add MAY_DELETE_SELF and MAY_DELETE_CHILD permission flags, Andreas Gruenbacher, 2015/10/16
- [PATCH v11 04/48] vfs: Make the inode passed to inode_change_ok non-const, Andreas Gruenbacher, 2015/10/16
- [PATCH v11 05/48] vfs: Add permission flags for setting file attributes, Andreas Gruenbacher, 2015/10/16
- [PATCH v11 06/48] richacl: In-memory representation and helper functions, Andreas Gruenbacher, 2015/10/16
- [PATCH v11 07/48] richacl: Permission mapping functions, Andreas Gruenbacher, 2015/10/16
- [PATCH v11 08/48] richacl: Compute maximum file masks from an acl, Andreas Gruenbacher, 2015/10/16
- [PATCH v11 09/48] richacl: Permission check algorithm, Andreas Gruenbacher, 2015/10/16
- [PATCH v11 10/48] vfs: Cache base_acl objects in inodes, Andreas Gruenbacher, 2015/10/16
- [PATCH v11 11/48] vfs: Add get_richacl and set_richacl inode operations, Andreas Gruenbacher, 2015/10/16
- [PATCH v11 12/48] vfs: Cache richacl in struct inode, Andreas Gruenbacher, 2015/10/16
- [PATCH v11 13/48] richacl: Update the file masks in chmod(), Andreas Gruenbacher, 2015/10/16
- [PATCH v11 14/48] richacl: Check if an acl is equivalent to a file mode, Andreas Gruenbacher, 2015/10/16
- [PATCH v11 15/48] richacl: Create-time inheritance, Andreas Gruenbacher, 2015/10/16
- [PATCH v11 16/48] richacl: Automatic Inheritance, Andreas Gruenbacher, 2015/10/16
- [PATCH v11 17/48] richacl: xattr mapping functions, Andreas Gruenbacher, 2015/10/16
- [PATCH v11 18/48] richacl: Add richacl xattr handler, Andreas Gruenbacher, 2015/10/16
- [PATCH v11 19/48] vfs: Add richacl permission checking, Andreas Gruenbacher, 2015/10/16
- [PATCH v11 20/48] ext4: Add richacl support, Andreas Gruenbacher, 2015/10/16
- [PATCH v11 21/48] ext4: Add richacl feature flag, Andreas Gruenbacher, 2015/10/16
- Re: [PATCH v11 21/48] ext4: Add richacl feature flag, Austin S Hemmelgarn, 2015/10/16
- Re: [PATCH v11 21/48] ext4: Add richacl feature flag, Andreas Gruenbacher, 2015/10/16
- Re: [PATCH v11 21/48] ext4: Add richacl feature flag, Austin S Hemmelgarn, 2015/10/16
- Re: [PATCH v11 21/48] ext4: Add richacl feature flag, Dave Chinner, 2015/10/17
- Re: [PATCH v11 21/48] ext4: Add richacl feature flag, Austin S Hemmelgarn, 2015/10/19
- Re: [PATCH v11 21/48] ext4: Add richacl feature flag, Austin S Hemmelgarn, 2015/10/19
- Re: [PATCH v11 21/48] ext4: Add richacl feature flag, Andreas Gruenbacher, 2015/10/19
- Re: [PATCH v11 21/48] ext4: Add richacl feature flag, Austin S Hemmelgarn, 2015/10/19
- Re: [PATCH v11 21/48] ext4: Add richacl feature flag, Andreas Gruenbacher, 2015/10/19
- Re: [PATCH v11 21/48] ext4: Add richacl feature flag, Austin S Hemmelgarn, 2015/10/19
- Re: [PATCH v11 21/48] ext4: Add richacl feature flag, Andreas Gruenbacher, 2015/10/19
- Re: [PATCH v11 21/48] ext4: Add richacl feature flag, Austin S Hemmelgarn, 2015/10/20
- Re: [PATCH v11 21/48] ext4: Add richacl feature flag, Andreas Dilger, 2015/10/19
- [PATCH v11 22/48] xfs: Fix error path in xfs_get_acl, Andreas Gruenbacher, 2015/10/16
- [PATCH v11 23/48] xfs: Make xfs_set_mode non-static, Andreas Gruenbacher, 2015/10/16
- [PATCH v11 24/48] xfs: Add richacl support, Andreas Gruenbacher, 2015/10/16
- [PATCH v11 25/48] richacl: acl editing helper functions, Andreas Gruenbacher, 2015/10/16
- [PATCH v11 26/48] richacl: Move everyone@ aces down the acl, Andreas Gruenbacher, 2015/10/16
- [PATCH v11 27/48] richacl: Propagate everyone@ permissions to other aces, Andreas Gruenbacher, 2015/10/16
- [PATCH v11 28/48] richacl: Set the owner permissions to the owner mask, Andreas Gruenbacher, 2015/10/16
- [PATCH v11 29/48] richacl: Set the other permissions to the other mask, Andreas Gruenbacher, 2015/10/16
- [PATCH v11 30/48] richacl: Isolate the owner and group classes, Andreas Gruenbacher, 2015/10/16
- [PATCH v11 31/48] richacl: Apply the file masks to a richacl, Andreas Gruenbacher, 2015/10/16
- [PATCH v11 32/48] richacl: Create richacl from mode values, Andreas Gruenbacher, 2015/10/16
- [PATCH v11 33/48] nfsd: Keep list of acls to dispose of in compoundargs, Andreas Gruenbacher, 2015/10/16
- [PATCH v11 34/48] nfsd: Use richacls as internal acl representation, Andreas Gruenbacher, 2015/10/16
- [PATCH v11 35/48] nfsd: Add richacl support, Andreas Gruenbacher, 2015/10/16
- [PATCH v11 36/48] nfsd: Add support for the v4.1 dacl attribute, Andreas Gruenbacher, 2015/10/16
- [PATCH v11 37/48] nfsd: Add support for the MAY_CREATE_{FILE,DIR} permissions, Andreas Gruenbacher, 2015/10/16
- [PATCH v11 38/48] richacl: Add support for unmapped identifiers, Andreas Gruenbacher, 2015/10/16
- [PATCH v11 39/48] nfsd: Add support for unmapped richace identifiers, Andreas Gruenbacher, 2015/10/16
- [PATCH v11 40/48] ext4: Don't allow unmapped identifiers in richacls, Andreas Gruenbacher, 2015/10/16
- [PATCH v11 41/48] xfs: Don't allow unmapped identifiers in richacls, Andreas Gruenbacher, 2015/10/16
- [PATCH v11 42/48] sunrpc: Allow to demand-allocate pages to encode into, Andreas Gruenbacher, 2015/10/16
- [PATCH v11 43/48] sunrpc: Add xdr_init_encode_pages, Andreas Gruenbacher, 2015/10/16
- [PATCH v11 44/48] nfs: Fix GETATTR bitmap verification, Andreas Gruenbacher, 2015/10/16
- [PATCH v11 45/48] nfs: Remove unused xdr page offsets in getacl/setacl arguments, Andreas Gruenbacher, 2015/10/16
- [PATCH v11 46/48] nfs: Distinguish missing users and groups from nobody, Andreas Gruenbacher, 2015/10/16
- [PATCH v11 47/48] nfs: Add richacl support, Andreas Gruenbacher, 2015/10/16
- [PATCH v11 48/48] nfs: Add support for the v4.1 dacl attribute, Andreas Gruenbacher, 2015/10/16
[PATCH 0/8] xfsdump: Ouchie! My bleeding eyes!,
Dave Chinner,
2015/10/15
- [PATCH 7/8] cleanup: move fold_t out of util.h, Dave Chinner, 2015/10/15
- [PATCH 5/8] cleanup: define a local xfs_ino_t, Dave Chinner, 2015/10/15
- [PATCH 6/8] cleanup: use system uuid.h headers, Dave Chinner, 2015/10/15
- [PATCH 8/8] cleanup: Kill unnecessary xfs includes, Dave Chinner, 2015/10/15
- [PATCH 2/8] build: don't rely on xfs/xfs.h to include necessary headers, Dave Chinner, 2015/10/15
- [PATCH 4/8] cleanup: kill u_int*_t types, Dave Chinner, 2015/10/15
- [PATCH 3/8] cleanup: kill intgen_t, Dave Chinner, 2015/10/15
- [PATCH 1/8] cleanup: get rid of ASSERT, Dave Chinner, 2015/10/15
- Re: [PATCH 0/8] xfsdump: Ouchie! My bleeding eyes!, Brian Foster, 2015/10/28
[PATCH v10 00/46] Richacls,
Andreas Gruenbacher,
2015/10/11
- [PATCH v10 01/46] vfs: Add IS_ACL() and IS_RICHACL() tests, Andreas Gruenbacher, 2015/10/11
- [PATCH v10 02/46] vfs: Add MAY_CREATE_FILE and MAY_CREATE_DIR permission flags, Andreas Gruenbacher, 2015/10/11
- [PATCH v10 03/46] vfs: Add MAY_DELETE_SELF and MAY_DELETE_CHILD permission flags, Andreas Gruenbacher, 2015/10/11
- [PATCH v10 04/46] vfs: Make the inode passed to inode_change_ok non-const, Andreas Gruenbacher, 2015/10/11
- [PATCH v10 05/46] vfs: Add permission flags for setting file attributes, Andreas Gruenbacher, 2015/10/11
- [PATCH v10 06/46] richacl: In-memory representation and helper functions, Andreas Gruenbacher, 2015/10/11
- [PATCH v10 07/46] richacl: Permission mapping functions, Andreas Gruenbacher, 2015/10/11
- [PATCH v10 08/46] richacl: Compute maximum file masks from an acl, Andreas Gruenbacher, 2015/10/11
- [PATCH v10 09/46] richacl: Permission check algorithm, Andreas Gruenbacher, 2015/10/11
- [PATCH v10 10/46] vfs: Cache base_acl objects in inodes, Andreas Gruenbacher, 2015/10/11
- [PATCH v10 11/46] vfs: Add get_richacl and set_richacl inode operations, Andreas Gruenbacher, 2015/10/11
- [PATCH v10 12/46] vfs: Cache richacl in struct inode, Andreas Gruenbacher, 2015/10/11
- [PATCH v10 13/46] richacl: Update the file masks in chmod(), Andreas Gruenbacher, 2015/10/11
- [PATCH v10 14/46] richacl: Check if an acl is equivalent to a file mode, Andreas Gruenbacher, 2015/10/11
- [PATCH v10 15/46] richacl: Create-time inheritance, Andreas Gruenbacher, 2015/10/11
- [PATCH v10 16/46] richacl: Automatic Inheritance, Andreas Gruenbacher, 2015/10/11
- [PATCH v10 17/46] richacl: xattr mapping functions, Andreas Gruenbacher, 2015/10/11
- [PATCH v10 18/46] richacl: Add richacl xattr handler, Andreas Gruenbacher, 2015/10/11
- [PATCH v10 19/46] vfs: Add richacl permission checking, Andreas Gruenbacher, 2015/10/11
- [PATCH v10 20/46] ext4: Add richacl support, Andreas Gruenbacher, 2015/10/11
- [PATCH v10 21/46] ext4: Add richacl feature flag, Andreas Gruenbacher, 2015/10/11
- [PATCH v10 22/46] xfs: Fix error path in xfs_get_acl, Andreas Gruenbacher, 2015/10/11
- [PATCH v10 23/46] xfs: Make xfs_set_mode non-static, Andreas Gruenbacher, 2015/10/11
- [PATCH v10 24/46] xfs: Add richacl support, Andreas Gruenbacher, 2015/10/11
- Re: [PATCH v10 24/46] xfs: Add richacl support, Dave Chinner, 2015/10/11
- Re: [PATCH v10 24/46] xfs: Add richacl support, Andreas GrÃnbacher, 2015/10/11
- Re: [PATCH v10 24/46] xfs: Add richacl support, Dave Chinner, 2015/10/11
- Re: [PATCH v10 24/46] xfs: Add richacl support, Andreas Gruenbacher, 2015/10/12
- Re: [PATCH v10 24/46] xfs: Add richacl support, Austin S Hemmelgarn, 2015/10/13
- Re: [PATCH v10 24/46] xfs: Add richacl support, Andreas Gruenbacher, 2015/10/13
- [PATCH v10 25/46] richacl: acl editing helper functions, Andreas Gruenbacher, 2015/10/11
- [PATCH v10 26/46] richacl: Move everyone@ aces down the acl, Andreas Gruenbacher, 2015/10/11
- [PATCH v10 27/46] richacl: Propagate everyone@ permissions to other aces, Andreas Gruenbacher, 2015/10/11
- [PATCH v10 28/46] richacl: Set the owner permissions to the owner mask, Andreas Gruenbacher, 2015/10/11
- [PATCH v10 29/46] richacl: Set the other permissions to the other mask, Andreas Gruenbacher, 2015/10/11
- [PATCH v10 30/46] richacl: Isolate the owner and group classes, Andreas Gruenbacher, 2015/10/11
- [PATCH v10 31/46] richacl: Apply the file masks to a richacl, Andreas Gruenbacher, 2015/10/11
- [PATCH v10 32/46] richacl: Create richacl from mode values, Andreas Gruenbacher, 2015/10/11
- [PATCH v10 33/46] nfsd: Keep list of acls to dispose of in compoundargs, Andreas Gruenbacher, 2015/10/11
- [PATCH v10 34/46] nfsd: Use richacls as internal acl representation, Andreas Gruenbacher, 2015/10/11
- [PATCH v10 35/46] nfsd: Add richacl support, Andreas Gruenbacher, 2015/10/11
- [PATCH v10 36/46] nfsd: Add support for the v4.1 dacl attribute, Andreas Gruenbacher, 2015/10/11
- [PATCH v10 37/46] nfsd: Add support for the MAY_CREATE_{FILE,DIR} permissions, Andreas Gruenbacher, 2015/10/11
- [PATCH v10 38/46] richacl: Add support for unmapped identifiers, Andreas Gruenbacher, 2015/10/11
- [PATCH v10 39/46] ext4: Don't allow unmapped identifiers in richacls, Andreas Gruenbacher, 2015/10/11
- [PATCH v10 40/46] sunrpc: Allow to demand-allocate pages to encode into, Andreas Gruenbacher, 2015/10/11
- [PATCH v10 41/46] sunrpc: Add xdr_init_encode_pages, Andreas Gruenbacher, 2015/10/11
- [PATCH v10 42/46] nfs: Fix GETATTR bitmap verification, Andreas Gruenbacher, 2015/10/11
- [PATCH v10 43/46] nfs: Remove unused xdr page offsets in getacl/setacl arguments, Andreas Gruenbacher, 2015/10/11
- [PATCH v10 44/46] nfs: Add richacl support, Andreas Gruenbacher, 2015/10/11
- [PATCH v10 45/46] nfs: Add support for the v4.1 dacl attribute, Andreas Gruenbacher, 2015/10/11
- [PATCH v10 46/46] richacl: uapi header split, Andreas Gruenbacher, 2015/10/11
mkfs.xfs -n size=65536,
Al Lau (alau2),
2015/10/09
- Re: mkfs.xfs -n size=65536, Dave Chinner, 2015/10/12
- RE: mkfs.xfs -n size=65536, Al Lau (alau2), 2015/10/12
- Re: mkfs.xfs -n size=65536, Dave Chinner, 2015/10/12
- RE: mkfs.xfs -n size=65536, Al Lau (alau2), 2015/10/12
- RE: mkfs.xfs -n size=65536, Al Lau (alau2), 2015/10/12
- Re: mkfs.xfs -n size=65536, Dave Chinner, 2015/10/12
- RE: mkfs.xfs -n size=65536, Al Lau (alau2), 2015/10/13
- Re: mkfs.xfs -n size=65536, Dave Chinner, 2015/10/13
- RE: mkfs.xfs -n size=65536, Al Lau (alau2), 2015/10/12
- RE: mkfs.xfs -n size=65536, Al Lau (alau2), 2015/10/13
[PATCH 0/5 V2] fix (mostly) minor nits spotted by gcc sanitization,
Eric Sandeen,
2015/10/09
- [PATCH 1/5] libxfs: avoid negative (and full-width) shifts in radix-tree.c, Eric Sandeen, 2015/10/09
- [PATCH 2/5] xfs_repair: fix unaligned accesses, Eric Sandeen, 2015/10/09
- [PATCH 3/5] xfs_logprint: fix some unaligned accesses, Eric Sandeen, 2015/10/09
- [PATCH 4/5] xfs_metadump: Fix unaligned accesses, Eric Sandeen, 2015/10/09
- [PATCH 5/5] xfs_repair: fix left-shift overflows, Eric Sandeen, 2015/10/09
Removed from list,
STEVECONDER Email Opt-Out,
2015/10/09
- Removed from list, STEVECONDER Email Opt-Out, 2015/10/09
- Removed from list, STEVECONDER Email Opt-Out, 2015/10/09
- Removed from list, STEVECONDER Email Opt-Out, 2015/10/09
- Removed from list, STEVECONDER Email Opt-Out, 2015/10/09
- Removed from list, STEVECONDER Email Opt-Out, 2015/10/09
- Removed from list, STEVECONDER Email Opt-Out, 2015/10/09
- Removed from list, STEVECONDER Email Opt-Out, 2015/10/09
- Removed from list, STEVECONDER Email Opt-Out, 2015/10/09
- Removed from list, STEVECONDER Email Opt-Out, 2015/10/09
- Removed from list, STEVECONDER Email Opt-Out, 2015/10/09
- Removed from list, STEVECONDER Email Opt-Out, 2015/10/09
- Removed from list, STEVECONDER Email Opt-Out, 2015/10/09
- Removed from list, STEVECONDER Email Opt-Out, 2015/10/09
- Removed from list, STEVECONDER Email Opt-Out, 2015/10/11
- Removed from list, STEVECONDER Email Opt-Out, 2015/10/11
Question about non asynchronous aio calls.,
Gleb Natapov,
2015/10/07
- Re: Question about non asynchronous aio calls., Eric Sandeen, 2015/10/07
- Re: Question about non asynchronous aio calls., Brian Foster, 2015/10/07
- Re: Question about non asynchronous aio calls., Eric Sandeen, 2015/10/07
- Re: Question about non asynchronous aio calls., Avi Kivity, 2015/10/07
- Re: Question about non asynchronous aio calls., Dave Chinner, 2015/10/07
- Re: Question about non asynchronous aio calls., Avi Kivity, 2015/10/08
- Re: Question about non asynchronous aio calls., Gleb Natapov, 2015/10/08
- Re: Question about non asynchronous aio calls., Dave Chinner, 2015/10/08
- Re: Question about non asynchronous aio calls., Avi Kivity, 2015/10/12
- Re: Question about non asynchronous aio calls., Dave Chinner, 2015/10/12
- Re: Question about non asynchronous aio calls., Avi Kivity, 2015/10/13
- Re: Question about non asynchronous aio calls., Gleb Natapov, 2015/10/08
[RFCv3 00/12] xfstests: test the btrfs/xfs reflink/dedupe ioctls,
Darrick J. Wong,
2015/10/07
- [PATCH 01/12] xfs: fix merge errors in fuzzer tests, Darrick J. Wong, 2015/10/07
- [PATCH 02/12] btrfs: move btrfs reflink tests to generic, Darrick J. Wong, 2015/10/07
- [PATCH 03/12] generic/80[0-2]: support xfs in addition to btrfs, Darrick J. Wong, 2015/10/07
- [PATCH 05/12] reflink: test CoW behaviors of reflinked files, Darrick J. Wong, 2015/10/07
- [PATCH 04/12] reflink: basic tests of the reflink and dedupe ioctls, Darrick J. Wong, 2015/10/07
- [PATCH 06/12] reflink: test the various fallocate modes, Darrick J. Wong, 2015/10/07
- [PATCH 07/12] reflink: concurrent operations tests, Darrick J. Wong, 2015/10/07
- [PATCH 08/12] reflink: test accuracy of free block counts, Darrick J. Wong, 2015/10/07
- [PATCH 09/12] reflink: test error conditions due to bad inputs, Darrick J. Wong, 2015/10/07
- [PATCH 10/12] xfs: test xfs-specific reflink pieces, Darrick J. Wong, 2015/10/07
- [PATCH 11/12] reflink: test what happens when we hit resource limits, Darrick J. Wong, 2015/10/07
- [PATCH 12/12] reflink: test that CoW writes fail when we're out of space, Darrick J. Wong, 2015/10/07
- Message not available
[RFCv3 00/51] xfsprogs: add reverse-mapping, reflink, and dedupe support,
Darrick J. Wong,
2015/10/07
- [PATCH 01/51] libxcmd: provide a common function to report command runtimes, Darrick J. Wong, 2015/10/07
- [PATCH 02/51] libxfs: add reflink and dedupe ioctls, Darrick J. Wong, 2015/10/07
- [PATCH 03/51] xfs_io: support reflink and dedupe of file ranges, Darrick J. Wong, 2015/10/07
- [PATCH 04/51] xfs_io: unshare blocks via fallocate, Darrick J. Wong, 2015/10/07
- [PATCH 05/51] xfs_db: enable blocktrash for checksummed filesystems, Darrick J. Wong, 2015/10/07
- [PATCH 06/51] xfs_db: trash the block at the top of the cursor stack, Darrick J. Wong, 2015/10/07
- [PATCH 07/51] xfs_db: enable blockget for v5 filesystems, Darrick J. Wong, 2015/10/07
- [PATCH 08/51] libxfs: reorder xfs_bmap_add_free args, Darrick J. Wong, 2015/10/07
- [PATCH 10/51] libxfs: resync xfs_prealloc_blocks with the kernel, Darrick J. Wong, 2015/10/07
- [PATCH 09/51] libxfs: add the reverse-mapping btree, Darrick J. Wong, 2015/10/07
- [PATCH 11/51] xfs: rmap btree transaction reservations, Darrick J. Wong, 2015/10/07
- [PATCH 12/51] xfs: rmap btree requires more reserved free space, Darrick J. Wong, 2015/10/07
- [PATCH 13/51] libxfs: propagate a bunch of case changes to mkfs and repair, Darrick J. Wong, 2015/10/07
- [PATCH 14/51] libxfs: fix min freelist length calculation, Darrick J. Wong, 2015/10/07
- [PATCH 15/51] libxfs: add the RMAP CRC to the xfs_magics list, Darrick J. Wong, 2015/10/07
- [PATCH 17/51] libxfs: refactor short btree block verification, Darrick J. Wong, 2015/10/07
- [PATCH 16/51] libxfs: enhance rmapbt definition to support reflink, Darrick J. Wong, 2015/10/07
- [PATCH 18/51] xfs: don't update rmapbt when fixing agfl, Darrick J. Wong, 2015/10/07
- [PATCH 19/51] libxfs: implement XFS_IOC_SWAPEXT when rmap btree is enabled, Darrick J. Wong, 2015/10/07
- [PATCH 20/51] xfs_db: display rmap btree contents, Darrick J. Wong, 2015/10/07
- [PATCH 21/51] xfs_dump: display enhanced rmapbt fields, Darrick J. Wong, 2015/10/07
- [PATCH 22/51] xfs_db: check rmapbt, Darrick J. Wong, 2015/10/07
- [PATCH 23/51] xfs_db: copy the rmap btree, Darrick J. Wong, 2015/10/07
- [PATCH 24/51] xfs_growfs: report rmapbt presence, Darrick J. Wong, 2015/10/07
- [PATCH 25/51] xfs_repair: use rmap btree data to check block types, Darrick J. Wong, 2015/10/07
- [PATCH 26/51] xfs_repair: mask off length appropriately, Darrick J. Wong, 2015/10/07
- [PATCH 27/51] xfs_repair: fix fino_bno calculation when rmapbt is enabled, Darrick J. Wong, 2015/10/07
- [PATCH 28/51] xfs_repair: create a slab API for allocating arrays in large chunks, Darrick J. Wong, 2015/10/07
- [PATCH 29/51] xfs_repair: collect reverse-mapping data for refcount/rmap tree rebuilding, Darrick J. Wong, 2015/10/07
- [PATCH 30/51] xfs_repair: record and merge raw rmap data, Darrick J. Wong, 2015/10/07
- [PATCH 31/51] xfs_repair: add inode bmbt block rmaps, Darrick J. Wong, 2015/10/07
- [PATCH 32/51] xfs_repair: add fixed-location per-AG rmaps, Darrick J. Wong, 2015/10/07
- [PATCH 33/51] xfs_repair: check existing rmapbt entries against observed rmaps, Darrick J. Wong, 2015/10/07
- [PATCH 34/51] xfs_repair: rebuild reverse-mapping btree, Darrick J. Wong, 2015/10/07
- [PATCH 35/51] xfs_repair: add per-AG btree blocks to rmap data and add to rmapbt, Darrick J. Wong, 2015/10/07
- [PATCH 36/51] mkfs.xfs: Create rmapbt filesystems, Darrick J. Wong, 2015/10/07
- [PATCH 37/51] xfs_mkfs: initialize extra fields during mkfs, Darrick J. Wong, 2015/10/07
- [PATCH 39/51] xfs_db: dump refcount btree data, Darrick J. Wong, 2015/10/07
- [PATCH 38/51] libxfs: add support for refcount btrees, Darrick J. Wong, 2015/10/07
- [PATCH 40/51] xfs_db: add support for checking the refcount btree, Darrick J. Wong, 2015/10/07
- [PATCH 41/51] xfs_db: metadump should copy the refcount btree too, Darrick J. Wong, 2015/10/07
- [PATCH 42/51] xfs_growfs: report the presence of the reflink feature, Darrick J. Wong, 2015/10/07
- [PATCH 43/51] xfs_repair: check the existing refcount btree, Darrick J. Wong, 2015/10/07
- [PATCH 44/51] xfs_repair: handle multiple owners of data blocks, Darrick J. Wong, 2015/10/07
- [PATCH 45/51] xfs_repair: process reverse-mapping data into refcount data, Darrick J. Wong, 2015/10/07
- [PATCH 46/51] xfs_repair: record reflink inode state, Darrick J. Wong, 2015/10/07
- [PATCH 47/51] xfs_repair: fix inode reflink flags, Darrick J. Wong, 2015/10/07
- [PATCH 48/51] xfs_repair: check the refcount btree against our observed reference counts when -n, Darrick J. Wong, 2015/10/07
- [PATCH 49/51] xfs_repair: rebuild the refcount btree, Darrick J. Wong, 2015/10/07
- [PATCH 50/51] mkfs.xfs: format reflink enabled filesystems, Darrick J. Wong, 2015/10/07
- [PATCH 51/51] mkfs: hack around not having enough log blocks, Darrick J. Wong, 2015/10/07
[RFCv3 00/58] xfs: add reverse-mapping, reflink, and dedupe support,
Darrick J. Wong,
2015/10/06
- [PATCH 01/58] libxfs: make xfs_alloc_fix_freelist non-static, Darrick J. Wong, 2015/10/06
- [PATCH 02/58] xfs: fix log ticket type printing, Darrick J. Wong, 2015/10/06
- [PATCH 03/58] xfs: introduce rmap btree definitions, Darrick J. Wong, 2015/10/06
- [PATCH 04/58] xfs: add rmap btree stats infrastructure, Darrick J. Wong, 2015/10/06
- [PATCH 05/58] xfs: rmap btree add more reserved blocks, Darrick J. Wong, 2015/10/06
- [PATCH 06/58] xfs: add owner field to extent allocation and freeing, Darrick J. Wong, 2015/10/06
- [PATCH 07/58] xfs: add extended owner field to extent allocation and freeing, Darrick J. Wong, 2015/10/06
- [PATCH 08/58] xfs: introduce rmap extent operation stubs, Darrick J. Wong, 2015/10/06
- [PATCH 09/58] xfs: extend rmap extent operation stubs to take full owner info, Darrick J. Wong, 2015/10/06
- [PATCH 10/58] xfs: define the on-disk rmap btree format, Darrick J. Wong, 2015/10/06
- [PATCH 11/58] xfs: enhance the on-disk rmap btree format, Darrick J. Wong, 2015/10/06
- [PATCH 12/58] xfs: add rmap btree growfs support, Darrick J. Wong, 2015/10/06
- [PATCH 13/58] xfs: enhance rmap btree growfs support, Darrick J. Wong, 2015/10/06
- [PATCH 14/58] xfs: rmap btree transaction reservations, Darrick J. Wong, 2015/10/06
- [PATCH 15/58] xfs: rmap btree requires more reserved free space, Darrick J. Wong, 2015/10/06
- [PATCH 16/58] libxfs: fix min freelist length calculation, Darrick J. Wong, 2015/10/06
- [PATCH 17/58] xfs: add rmap btree operations, Darrick J. Wong, 2015/10/06
- [PATCH 18/58] xfs: enhance rmap btree operations, Darrick J. Wong, 2015/10/06
- [PATCH 19/58] xfs: add an extent to the rmap btree, Darrick J. Wong, 2015/10/06
- [PATCH 20/58] xfs: add tracepoints for the rmap-mirrors-bmbt functions, Darrick J. Wong, 2015/10/06
- [PATCH 21/58] xfs: teach rmap_alloc how to deal with our larger rmap btree, Darrick J. Wong, 2015/10/06
- [PATCH 22/58] xfs: remove an extent from the rmap btree, Darrick J. Wong, 2015/10/06
- [PATCH 23/58] xfs: enhanced remove an extent from the rmap btree, Darrick J. Wong, 2015/10/06
- [PATCH 24/58] xfs: add rmap btree insert and delete helpers, Darrick J. Wong, 2015/10/06
- [PATCH 25/58] xfs: bmap btree changes should update rmap btree, Darrick J. Wong, 2015/10/06
- [PATCH 26/58] xfs: add rmap btree geometry feature flag, Darrick J. Wong, 2015/10/06
- [PATCH 27/58] xfs: add rmap btree block detection to log recovery, Darrick J. Wong, 2015/10/06
- [PATCH 28/58] xfs: enable the rmap btree functionality, Darrick J. Wong, 2015/10/06
- [PATCH 29/58] xfs: disable XFS_IOC_SWAPEXT when rmap btree is enabled, Darrick J. Wong, 2015/10/06
- [PATCH 30/58] xfs: implement XFS_IOC_SWAPEXT when rmap btree is enabled, Darrick J. Wong, 2015/10/06
- [PATCH 31/58] libxfs: refactor short btree block verification, Darrick J. Wong, 2015/10/06
- [PATCH 32/58] xfs: don't update rmapbt when fixing agfl, Darrick J. Wong, 2015/10/06
- [PATCH 33/58] xfs: introduce refcount btree definitions, Darrick J. Wong, 2015/10/06
- [PATCH 34/58] xfs: add refcount btree stats infrastructure, Darrick J. Wong, 2015/10/06
- [PATCH 35/58] xfs: refcount btree add more reserved blocks, Darrick J. Wong, 2015/10/06
- [PATCH 36/58] xfs: define the on-disk refcount btree format, Darrick J. Wong, 2015/10/06
- [PATCH 37/58] xfs: define tracepoints for refcount/reflink activities, Darrick J. Wong, 2015/10/06
- [PATCH 38/58] xfs: add refcount btree support to growfs, Darrick J. Wong, 2015/10/06
- [PATCH 39/58] xfs: add refcount btree operations, Darrick J. Wong, 2015/10/06
- [PATCH 40/58] libxfs: adjust refcount of an extent of blocks in refcount btree, Darrick J. Wong, 2015/10/06
- [PATCH 41/58] libxfs: adjust refcount when unmapping file blocks, Darrick J. Wong, 2015/10/06
- [PATCH 42/58] xfs: add refcount btree block detection to log recovery, Darrick J. Wong, 2015/10/06
- [PATCH 43/58] xfs: map an inode's offset to an exact physical block, Darrick J. Wong, 2015/10/06
- [PATCH 44/58] xfs: add reflink feature flag to geometry, Darrick J. Wong, 2015/10/07
- [PATCH 45/58] xfs: create a separate workqueue for copy-on-write activities, Darrick J. Wong, 2015/10/07
- [PATCH 47/58] xfs: handle directio copy-on-write for reflinked blocks, Darrick J. Wong, 2015/10/07
- [PATCH 46/58] xfs: implement copy-on-write for reflinked blocks, Darrick J. Wong, 2015/10/07
- [PATCH 48/58] xfs: copy-on-write reflinked blocks when zeroing ranges of blocks, Darrick J. Wong, 2015/10/07
- [PATCH 49/58] xfs: clear inode reflink flag when freeing blocks, Darrick J. Wong, 2015/10/07
- [PATCH 50/58] xfs: reflink extents from one file to another, Darrick J. Wong, 2015/10/07
- [PATCH 51/58] xfs: add clone file and clone range ioctls, Darrick J. Wong, 2015/10/07
- [PATCH 52/58] xfs: emulate the btrfs dedupe extent same ioctl, Darrick J. Wong, 2015/10/07
- [PATCH 53/58] xfs: teach fiemap about reflink'd extents, Darrick J. Wong, 2015/10/07
- [PATCH 54/58] xfs: swap inode reflink flags when swapping inode extents, Darrick J. Wong, 2015/10/07
- [PATCH 55/58] vfs: add a FALLOC_FL_UNSHARE mode to fallocate to unshare a range of blocks, Darrick J. Wong, 2015/10/07
- [PATCH 56/58] xfs: unshare a range of blocks via fallocate, Darrick J. Wong, 2015/10/07
- [PATCH 57/58] xfs: support XFS_XFLAG_REFLINK (and FS_NOCOW_FL) on reflink filesystems, Darrick J. Wong, 2015/10/07
- [PATCH 58/58] xfs: recognize the reflink feature bit, Darrick J. Wong, 2015/10/07
[PATCH v3 00/18] xfsprogs: format the log correctly on v5 supers,
Brian Foster,
2015/10/02
- [PATCH v3 03/18] libxfs: don't hardcode cycle 1 into unmount op header, Brian Foster, 2015/10/02
- [PATCH v3 02/18] libxfs: track largest metadata LSN in use via verifiers, Brian Foster, 2015/10/02
- [PATCH v3 16/18] xfs_copy: store data buf alignment in buf data structure, Brian Foster, 2015/10/02
- [PATCH v3 04/18] libxfs: pass lsn param to log clear and record header logging helpers, Brian Foster, 2015/10/02
- [PATCH v3 10/18] xfs_repair: don't clear the log by default, Brian Foster, 2015/10/02
- [PATCH v3 14/18] xfs_copy: check for dirty log on non-duplicate copies, Brian Foster, 2015/10/02
- [PATCH v3 08/18] xfs_repair: process the log in no_modify mode, Brian Foster, 2015/10/02
- [PATCH v3 01/18] libxfs: validate metadata LSNs against log on v5 superblocks, Brian Foster, 2015/10/02
- [PATCH v3 13/18] db/metadump: bump lsn when log is cleared on v5 supers, Brian Foster, 2015/10/02
- [PATCH v3 07/18] xfs_repair: track log state throughout all recovery phases, Brian Foster, 2015/10/02
- [PATCH v3 09/18] xfs_repair: format the log with forward cycle number on v5 supers, Brian Foster, 2015/10/02
- [PATCH v3 06/18] libxlog: pull struct xlog out of xlog_is_dirty(), Brian Foster, 2015/10/02
- [PATCH v3 15/18] xfs_copy: genericize write helper to facilitate separate log buf, Brian Foster, 2015/10/02
- [PATCH v3 18/18] xfs_copy: format v5 sb logs correctly, Brian Foster, 2015/10/02
- [PATCH v3 12/18] xfs_db: do not reset current lsn from uuid command on v5 supers, Brian Foster, 2015/10/02
- [PATCH v3 17/18] xfs_copy: refactor log format code into new helper, Brian Foster, 2015/10/02
- [PATCH v3 05/18] libxfs: add ability to clear log to arbitrary log cycle, Brian Foster, 2015/10/02
- [PATCH v3 11/18] xfs_repair: seed the max lsn from log state in phase 2, Brian Foster, 2015/10/02
[PATCH] percpu_counter: return precise count from __percpu_counter_compare(),
Waiman Long,
2015/10/02
- Re: [PATCH] percpu_counter: return precise count from __percpu_counter_compare(), kbuild test robot, 2015/10/02
- Re: [PATCH] percpu_counter: return precise count from __percpu_counter_compare(), kbuild test robot, 2015/10/02
- Re: [PATCH] percpu_counter: return precise count from __percpu_counter_compare(), kbuild test robot, 2015/10/02
- Re: [PATCH] percpu_counter: return precise count from __percpu_counter_compare(), kbuild test robot, 2015/10/02
- Re: [PATCH] percpu_counter: return precise count from __percpu_counter_compare(), Dave Chinner, 2015/10/02
- Re: [PATCH] percpu_counter: return precise count from __percpu_counter_compare(), Waiman Long, 2015/10/05
- Re: [PATCH] percpu_counter: return precise count from __percpu_counter_compare(), Dave Chinner, 2015/10/05
- Re: [PATCH] percpu_counter: return precise count from __percpu_counter_compare(), Waiman Long, 2015/10/06
- Re: [PATCH] percpu_counter: return precise count from __percpu_counter_compare(), Dave Chinner, 2015/10/06
- Re: [PATCH] percpu_counter: return precise count from __percpu_counter_compare(), Waiman Long, 2015/10/07
- Re: [PATCH] percpu_counter: return precise count from __percpu_counter_compare(), Dave Chinner, 2015/10/07
- Re: [PATCH] percpu_counter: return precise count from __percpu_counter_compare(), Tejun Heo, 2015/10/07
- Re: [PATCH] percpu_counter: return precise count from __percpu_counter_compare(), Dave Chinner, 2015/10/07
- Re: [PATCH] percpu_counter: return precise count from __percpu_counter_compare(), Tejun Heo, 2015/10/07
- Re: [PATCH] percpu_counter: return precise count from __percpu_counter_compare(), Waiman Long, 2015/10/08
- Re: [PATCH] percpu_counter: return precise count from __percpu_counter_compare(), Waiman Long, 2015/10/08
[PATCH 0/7 v10] xfs: per-fs stats in sysfs,
Bill O'Donnell,
2015/10/02
- [PATCH 2/7] xfs: create symlink proc/fs/xfs/stat to sys/fs/xfs/stats, Bill O'Donnell, 2015/10/02
- [PATCH 3/7] xfs: remove unused procfs code, Bill O'Donnell, 2015/10/02
- [PATCH 4/7] xfs: consolidate sysfs ops (dbg, stats, log), Bill O'Donnell, 2015/10/02
- [PATCH 1/7] xfs: create global stats and stats_clear in sysfs, Bill O'Donnell, 2015/10/02
- [PATCH 5/7] xfs: incorporate sysfs/kobject in xfsstats: handlers take kobjects., Bill O'Donnell, 2015/10/02
- [PATCH 6/7] xfs: per-filesystem stats in sysfs., Bill O'Donnell, 2015/10/02
- [PATCH 7/7] xfs: per-filesystem stats counter implementation, Bill O'Donnell, 2015/10/02
- Re: [PATCH 0/7 v10] xfs: per-fs stats in sysfs, Eric Sandeen, 2015/10/02
[PATCH 0/7] xfs, dax: fix the page fault/allocation mess,
Dave Chinner,
2015/10/01
- [PATCH 7/7] xfs: add ->pfn_mkwrite support for DAX, Dave Chinner, 2015/10/01
- [PATCH 2/7] Revert "dax: fix race between simultaneous faults", Dave Chinner, 2015/10/01
- [PATCH 3/7] xfs: fix inode size update overflow in xfs_map_direct(), Dave Chinner, 2015/10/01
- [PATCH 1/7] Revert "mm: take i_mmap_lock in unmap_mapping_range() for DAX", Dave Chinner, 2015/10/01
- [PATCH 5/7] xfs: Don't use unwritten extents for DAX, Dave Chinner, 2015/10/01
- [PATCH 6/7] xfs: DAX does not use IO completion callbacks, Dave Chinner, 2015/10/01
- [PATCH 4/7] xfs: introduce BMAPI_ZERO for allocating zeroed extents, Dave Chinner, 2015/10/01
- Re: [PATCH 0/7] xfs, dax: fix the page fault/allocation mess, Ross Zwisler, 2015/10/01