xfs (thread)
[PATCH v1 0/8] block: prepare for multipage bvecs,
Ming Lei,
2016/03/30
- [PATCH v1 1/8] block: move bvec iterator into include/linux/bvec_iter.h, Ming Lei, 2016/03/30
- [PATCH v1 2/8] block: make 'struct bvec_iter' not depend on CONFIG_BLOCK, Ming Lei, 2016/03/30
- [PATCH v1 3/8] block: mark 1st parameter of bvec_iter_advance as const, Ming Lei, 2016/03/30
- [PATCH v1 4/8] iov_iter: use bvec iterator to implement iterate_bvec(), Ming Lei, 2016/03/30
- [PATCH v1 5/8] fs: xfs: replace BIO_MAX_SECTORS with BIO_MAX_PAGES, Ming Lei, 2016/03/30
- [PATCH v1 6/8] block: bio: remove BIO_MAX_SECTORS, Ming Lei, 2016/03/30
- [PATCH v1 7/8] block: drbd: avoid to use BIO_MAX_SIZE, Ming Lei, 2016/03/30
- [PATCH v1 8/8] block: bio: remove BIO_MAX_SIZE, Ming Lei, 2016/03/30
[PATCH v2 0/5] dax: handling of media errors,
Vishal Verma,
2016/03/29
- [PATCH v2 2/5] dax: fallback from pmd to pte on error, Vishal Verma, 2016/03/29
- [PATCH v2 5/5] dax: handle media errors in dax_do_io, Vishal Verma, 2016/03/29
- [PATCH v2 3/5] dax: enable dax in the presence of known media errors (badblocks), Vishal Verma, 2016/03/29
- [PATCH v2 4/5] dax: use sb_issue_zerout instead of calling dax_clear_sectors, Vishal Verma, 2016/03/29
- [PATCH v2 1/5] block, dax: pass blk_dax_ctl through to drivers, Vishal Verma, 2016/03/29
[PATCH 0/5] dax: handling of media errors,
Vishal Verma,
2016/03/24
- [PATCH 1/5] block, dax: pass blk_dax_ctl through to drivers, Vishal Verma, 2016/03/24
- [PATCH 2/5] dax: fallback from pmd to pte on error, Vishal Verma, 2016/03/24
- [PATCH 3/5] dax: enable dax in the presence of known media errors (badblocks), Vishal Verma, 2016/03/24
- [PATCH 4/5] dax: use sb_issue_zerout instead of calling dax_clear_sectors, Vishal Verma, 2016/03/24
- Re: [PATCH 4/5] dax: use sb_issue_zerout instead of calling dax_clear_sectors, Christoph Hellwig, 2016/03/25
- Re: [PATCH 4/5] dax: use sb_issue_zerout instead of calling dax_clear_sectors, Dan Williams, 2016/03/25
- Re: [PATCH 4/5] dax: use sb_issue_zerout instead of calling dax_clear_sectors, Verma, Vishal L, 2016/03/25
- Re: [PATCH 4/5] dax: use sb_issue_zerout instead of calling dax_clear_sectors, Dan Williams, 2016/03/25
- Re: [PATCH 4/5] dax: use sb_issue_zerout instead of calling dax_clear_sectors, Verma, Vishal L, 2016/03/28
- Re: [PATCH 4/5] dax: use sb_issue_zerout instead of calling dax_clear_sectors, Dan Williams, 2016/03/28
- Re: [PATCH 4/5] dax: use sb_issue_zerout instead of calling dax_clear_sectors, Verma, Vishal L, 2016/03/29
- Re: [PATCH 4/5] dax: use sb_issue_zerout instead of calling dax_clear_sectors, Dan Williams, 2016/03/29
- Re: [PATCH 4/5] dax: use sb_issue_zerout instead of calling dax_clear_sectors, Jan Kara, 2016/03/30
- [PATCH 5/5] dax: handle media errors in dax_do_io, Vishal Verma, 2016/03/24
- Re: [PATCH 5/5] dax: handle media errors in dax_do_io, Christoph Hellwig, 2016/03/25
- Re: [PATCH 5/5] dax: handle media errors in dax_do_io, Verma, Vishal L, 2016/03/25
- Re: [PATCH 5/5] dax: handle media errors in dax_do_io, Dan Williams, 2016/03/25
- Re: [PATCH 5/5] dax: handle media errors in dax_do_io, Verma, Vishal L, 2016/03/25
- Re: [PATCH 5/5] dax: handle media errors in dax_do_io, hch@xxxxxxxxxxxxx, 2016/03/26
hii,
Polina Cole,
2016/03/24
[PATCH 00/19] mkfs cleaning,
jtulak,
2016/03/24
- [PATCH 02/19] mkfs: sanitise ftype parameter values., jtulak, 2016/03/24
- [PATCH 01/19] xfsprogs: use common code for multi-disk detection, jtulak, 2016/03/24
- [PATCH 05/19] mkfs: factor boolean option parsing, jtulak, 2016/03/24
- [PATCH 03/19] mkfs: Sanitise the superblock feature macros, jtulak, 2016/03/24
- [PATCH 06/19] mkfs: validate logarithmic parameters sanely, jtulak, 2016/03/24
- [PATCH 08/19] mkfs: getbool is redundant, jtulak, 2016/03/24
- [PATCH 09/19] mkfs: use getnum_checked for all ranged parameters, jtulak, 2016/03/24
- [PATCH 10/19] mkfs: add respecification detection to generic parsing, jtulak, 2016/03/24
- [PATCH 04/19] mkfs: validate all input values, jtulak, 2016/03/24
- [PATCH 11/19] mkfs: table based parsing for converted parameters, jtulak, 2016/03/24
- [PATCH 12/19] mkfs: merge getnum, jtulak, 2016/03/24
- [PATCH 07/19] mkfs: structify input parameter passing, jtulak, 2016/03/24
- [PATCH 16/19] mkfs: move spinodes crc check, jtulak, 2016/03/24
- [PATCH 13/19] mkfs: encode conflicts into parsing table, jtulak, 2016/03/24
- [PATCH 17/19] xfsprogs: disable truncating of files, jtulak, 2016/03/24
- [PATCH 18/19] mkfs: unit conversions are case insensitive, jtulak, 2016/03/24
- [PATCH 19/19] mkfs: add optional 'reason' for illegal_option, jtulak, 2016/03/24
- [PATCH 15/19] mkfs: don't treat files as though they are block devices, jtulak, 2016/03/24
- [PATCH 14/19] mkfs: add string options to generic parsing, jtulak, 2016/03/24
Failing XFS memory allocation,
Nikolay Borisov,
2016/03/23
- Re: Failing XFS memory allocation, Brian Foster, 2016/03/23
- Re: Failing XFS memory allocation, Nikolay Borisov, 2016/03/23
- Re: Failing XFS memory allocation, Brian Foster, 2016/03/23
- Re: Failing XFS memory allocation, Nikolay Borisov, 2016/03/23
- Re: Failing XFS memory allocation, Brian Foster, 2016/03/23
- Re: Failing XFS memory allocation, Dave Chinner, 2016/03/23
- Re: Failing XFS memory allocation, Nikolay Borisov, 2016/03/24
- Re: Failing XFS memory allocation, Dave Chinner, 2016/03/24
- Re: Failing XFS memory allocation, Christoph Hellwig, 2016/03/24
- Re: Failing XFS memory allocation, Dave Chinner, 2016/03/24
- Re: Failing XFS memory allocation, Christoph Hellwig, 2016/03/24
XFS hung task in xfs_ail_push_all_sync() when unmounting FS after disk failure/recovery,
Shyam Kaushik,
2016/03/22
- Re: XFS hung task in xfs_ail_push_all_sync() when unmounting FS after disk failure/recovery, Brian Foster, 2016/03/22
- RE: XFS hung task in xfs_ail_push_all_sync() when unmounting FS after disk failure/recovery, Shyam Kaushik, 2016/03/22
- Re: XFS hung task in xfs_ail_push_all_sync() when unmounting FS after disk failure/recovery, Brian Foster, 2016/03/22
- Re: XFS hung task in xfs_ail_push_all_sync() when unmounting FS after disk failure/recovery, Carlos Maiolino, 2016/03/22
- Re: XFS hung task in xfs_ail_push_all_sync() when unmounting FS after disk failure/recovery, Carlos Maiolino, 2016/03/22
- RE: XFS hung task in xfs_ail_push_all_sync() when unmounting FS after disk failure/recovery, Shyam Kaushik, 2016/03/23
- Re: XFS hung task in xfs_ail_push_all_sync() when unmounting FS after disk failure/recovery, Brian Foster, 2016/03/23
- Re: XFS hung task in xfs_ail_push_all_sync() when unmounting FS after disk failure/recovery, Carlos Maiolino, 2016/03/23
- Re: XFS hung task in xfs_ail_push_all_sync() when unmounting FS after disk failure/recovery, Dave Chinner, 2016/03/23
- Re: XFS hung task in xfs_ail_push_all_sync() when unmounting FS after disk failure/recovery, Carlos Maiolino, 2016/03/24
- Re: XFS hung task in xfs_ail_push_all_sync() when unmounting FS after disk failure/recovery, Carlos Maiolino, 2016/03/24
- Re: XFS hung task in xfs_ail_push_all_sync() when unmounting FS after disk failure/recovery, Dave Chinner, 2016/03/24
- RE: XFS hung task in xfs_ail_push_all_sync() when unmounting FS after disk failure/recovery, Shyam Kaushik, 2016/03/23
- RE: XFS hung task in xfs_ail_push_all_sync() when unmounting FS after disk failure/recovery, Shyam Kaushik, 2016/03/24
[PATCH 0/8] block: prepare for multipage bvecs,
Ming Lei,
2016/03/22
- [PATCH 1/8] block: move bvec iterator into include/linux/bvec_iter.h, Ming Lei, 2016/03/22
- [PATCH 2/8] block: make 'struct bvec_iter' not depend on CONFIG_BLOCK, Ming Lei, 2016/03/22
- [PATCH 3/8] block: mark 1st parameter of bvec_iter_advance as const, Ming Lei, 2016/03/22
- [PATCH 4/8] iov_iter: use bvec iterator to implement iterate_bvec(), Ming Lei, 2016/03/22
- [PATCH 5/8] fs: xfs: replace BIO_MAX_SECTORS with BIO_MAX_PAGES, Ming Lei, 2016/03/22
- [PATCH 6/8] block: bio: remove BIO_MAX_SECTORS, Ming Lei, 2016/03/22
- [PATCH 7/8] block: drbd: avoid to use BIO_MAX_SIZE, Ming Lei, 2016/03/22
- [PATCH 8/8] block: bio: remove BIO_MAX_SIZE, Ming Lei, 2016/03/22
- Re: [PATCH 0/8] block: prepare for multipage bvecs, Ming Lei, 2016/03/28
[RFC PATCH 0/9] dm-thin/xfs: prototype a block reservation allocation model,
Brian Foster,
2016/03/17
- [RFC PATCH 5/9] block: add a block_device_operations method to provision space, Brian Foster, 2016/03/17
- [RFC PATCH 1/9] block: add block_device_operations methods to set and get reserved space, Brian Foster, 2016/03/17
- [RFC PATCH 3/9] dm thin: add methods to set and get reserved space, Brian Foster, 2016/03/17
- [RFC PATCH 9/9] xfs: adopt a reserved allocation model on dm-thin devices, Brian Foster, 2016/03/17
- [RFC PATCH 8/9] xfs: thin block device reservation mechanism, Brian Foster, 2016/03/17
- [RFC PATCH 6/9] dm: add method to provision space, Brian Foster, 2016/03/17
- [RFC PATCH 7/9] dm thin: add method to provision space, Brian Foster, 2016/03/17
- [RFC PATCH 2/9] dm: add methods to set and get reserved space, Brian Foster, 2016/03/17
- [RFC PATCH 4/9] dm thin: update reserve space func to allow reduction, Brian Foster, 2016/03/17
- Re: [RFC PATCH 0/9] dm-thin/xfs: prototype a block reservation allocation model, Carlos Maiolino, 2016/03/21
info, view the attach and get bark to me...,
mr. david ibe,
2016/03/17
- info, view the attach and get bark to me..., mr. david ibe, 2016/03/18
- info, view the attach and get bark to me..., mr. david ibe, 2016/03/18
- info, view the attach and get bark to me..., mr. david ibe, 2016/03/18
- info, view the attach and get bark to me..., mr. david ibe, 2016/03/18
- info, view the attach and get bark to me..., mr. david ibe, 2016/03/18
- info, view the attach and get bark to me..., mr. david ibe, 2016/03/18
[PATCH v20 00/23] Richacls (Core and Ext4),
Andreas Gruenbacher,
2016/03/16
- [PATCH v20 01/23] vfs: Add IS_ACL() and IS_RICHACL() tests, Andreas Gruenbacher, 2016/03/16
- [PATCH v20 02/23] vfs: Add MAY_CREATE_FILE and MAY_CREATE_DIR permission flags, Andreas Gruenbacher, 2016/03/16
- [PATCH v20 03/23] vfs: Add MAY_DELETE_SELF and MAY_DELETE_CHILD permission flags, Andreas Gruenbacher, 2016/03/16
- [PATCH v20 04/23] vfs: Make the inode passed to inode_change_ok non-const, Andreas Gruenbacher, 2016/03/16
- [PATCH v20 05/23] vfs: Add permission flags for setting file attributes, Andreas Gruenbacher, 2016/03/16
- [PATCH v20 06/23] richacl: In-memory representation and helper functions, Andreas Gruenbacher, 2016/03/16
- [PATCH v20 07/23] richacl: Permission mapping functions, Andreas Gruenbacher, 2016/03/16
- [PATCH v20 08/23] richacl: Compute maximum file masks from an acl, Andreas Gruenbacher, 2016/03/16
- [PATCH v20 09/23] richacl: Permission check algorithm, Andreas Gruenbacher, 2016/03/16
- [PATCH v20 10/23] posix_acl: Unexport acl_by_type and make it static, Andreas Gruenbacher, 2016/03/16
- [PATCH v20 13/23] vfs: Add get_richacl and set_richacl inode operations, Andreas Gruenbacher, 2016/03/16
- [PATCH v20 12/23] vfs: Cache base_acl objects in inodes, Andreas Gruenbacher, 2016/03/16
- [PATCH v20 14/23] vfs: Cache richacl in struct inode, Andreas Gruenbacher, 2016/03/16
- [PATCH v20 11/23] posix_acl: Improve xattr fixup code, Andreas Gruenbacher, 2016/03/16
- [PATCH v20 16/23] richacl: Check if an acl is equivalent to a file mode, Andreas Gruenbacher, 2016/03/16
- [PATCH v20 15/23] richacl: Update the file masks in chmod(), Andreas Gruenbacher, 2016/03/16
- [PATCH v20 17/23] richacl: Create-time inheritance, Andreas Gruenbacher, 2016/03/16
- [PATCH v20 18/23] richacl: Automatic Inheritance, Andreas Gruenbacher, 2016/03/16
- [PATCH v20 20/23] richacl: Add richacl xattr handler, Andreas Gruenbacher, 2016/03/16
- [PATCH v20 19/23] richacl: xattr mapping functions, Andreas Gruenbacher, 2016/03/16
- [PATCH v20 21/23] vfs: Add richacl permission checking, Andreas Gruenbacher, 2016/03/16
- [PATCH v20 22/23] ext4: Add richacl support, Andreas Gruenbacher, 2016/03/16
- [PATCH v20 23/23] ext4: Add richacl feature flag, Andreas Gruenbacher, 2016/03/16
- Re: [PATCH v20 00/23] Richacls (Core and Ext4), Steve French, 2016/03/18
REPLY,
celiosales,
2016/03/16
new fs, xfs_admin new label, metadata corruption detected,
Chris Murphy,
2016/03/15
- Re: new fs, xfs_admin new label, metadata corruption detected, Eric Sandeen, 2016/03/15
- Re: new fs, xfs_admin new label, metadata corruption detected, Chris Murphy, 2016/03/16
- Re: new fs, xfs_admin new label, metadata corruption detected, Chris Murphy, 2016/03/16
- Re: new fs, xfs_admin new label, metadata corruption detected, Chris Murphy, 2016/03/16
- Re: new fs, xfs_admin new label, metadata corruption detected, Chris Murphy, 2016/03/16
- Re: new fs, xfs_admin new label, metadata corruption detected, Chris Murphy, 2016/03/17
- Re: new fs, xfs_admin new label, metadata corruption detected, Zorro Lang, 2016/03/17
- Re: new fs, xfs_admin new label, metadata corruption detected, Dave Chinner, 2016/03/17
- Re: new fs, xfs_admin new label, metadata corruption detected, Dave Chinner, 2016/03/17
- Re: new fs, xfs_admin new label, metadata corruption detected, Chris Murphy, 2016/03/17
- Re: new fs, xfs_admin new label, metadata corruption detected, Dave Chinner, 2016/03/17
- Re: new fs, xfs_admin new label, metadata corruption detected, Zorro Lang, 2016/03/17
[RFC] iomap infrastructure and multipage writes,
Christoph Hellwig,
2016/03/14
- [PATCH 4/7] xfs: make xfs_bmbt_to_iomap available outside of xfs_pnfs.c, Christoph Hellwig, 2016/03/14
- [PATCH 5/7] xfs: reshuffle truncate, Christoph Hellwig, 2016/03/14
- [PATCH 2/7] fs: introduce iomap infrastructure, Christoph Hellwig, 2016/03/14
- [PATCH 1/7] fs: move struct iomap from exportfs.h to a separate header, Christoph Hellwig, 2016/03/14
- [PATCH 3/7] xfs: make xfs_find_bdev_for_inode available outside of xfs_aops.c, Christoph Hellwig, 2016/03/14
- [PATCH 6/7] xfs: implement iomap based buffered write path, Christoph Hellwig, 2016/03/14
- [PATCH 7/7] xfs: remove buffered write support from __xfs_get_blocks, Christoph Hellwig, 2016/03/14
[PATCH v19 00/23] Richacls (Core and Ext4),
Andreas Gruenbacher,
2016/03/14
- [PATCH v19 01/23] vfs: Add IS_ACL() and IS_RICHACL() tests, Andreas Gruenbacher, 2016/03/14
- [PATCH v19 02/23] vfs: Add MAY_CREATE_FILE and MAY_CREATE_DIR permission flags, Andreas Gruenbacher, 2016/03/14
- [PATCH v19 03/23] vfs: Add MAY_DELETE_SELF and MAY_DELETE_CHILD permission flags, Andreas Gruenbacher, 2016/03/14
- [PATCH v19 04/23] vfs: Make the inode passed to inode_change_ok non-const, Andreas Gruenbacher, 2016/03/14
- [PATCH v19 05/23] vfs: Add permission flags for setting file attributes, Andreas Gruenbacher, 2016/03/14
- [PATCH v19 06/23] richacl: In-memory representation and helper functions, Andreas Gruenbacher, 2016/03/14
- [PATCH v19 07/23] richacl: Permission mapping functions, Andreas Gruenbacher, 2016/03/14
- [PATCH v19 08/23] richacl: Compute maximum file masks from an acl, Andreas Gruenbacher, 2016/03/14
- [PATCH v19 09/23] richacl: Permission check algorithm, Andreas Gruenbacher, 2016/03/14
- [PATCH v19 10/23] posix_acl: Unexport acl_by_type and make it static, Andreas Gruenbacher, 2016/03/14
- [PATCH v19 11/23] posix_acl: Improve xattr fixup code, Andreas Gruenbacher, 2016/03/14
- [PATCH v19 12/23] vfs: Cache base_acl objects in inodes, Andreas Gruenbacher, 2016/03/14
- [PATCH v19 13/23] vfs: Add get_richacl and set_richacl inode operations, Andreas Gruenbacher, 2016/03/14
- [PATCH v19 14/23] vfs: Cache richacl in struct inode, Andreas Gruenbacher, 2016/03/14
- [PATCH v19 15/23] richacl: Update the file masks in chmod(), Andreas Gruenbacher, 2016/03/14
- [PATCH v19 16/23] richacl: Check if an acl is equivalent to a file mode, Andreas Gruenbacher, 2016/03/14
- [PATCH v19 17/23] richacl: Create-time inheritance, Andreas Gruenbacher, 2016/03/14
- [PATCH v19 18/23] richacl: Automatic Inheritance, Andreas Gruenbacher, 2016/03/14
- [PATCH v19 19/23] richacl: xattr mapping functions, Andreas Gruenbacher, 2016/03/14
- [PATCH v19 20/23] richacl: Add richacl xattr handler, Andreas Gruenbacher, 2016/03/14
- [PATCH v19 21/23] vfs: Add richacl permission checking, Andreas Gruenbacher, 2016/03/14
- [PATCH v19 22/23] ext4: Add richacl support, Andreas Gruenbacher, 2016/03/14
- [PATCH v19 23/23] ext4: Add richacl feature flag, Andreas Gruenbacher, 2016/03/14
Re: [PATCH v18 00/22] Richacls (Core and Ext4),
Christoph Hellwig,
2016/03/11
- Re: [PATCH v18 00/22] Richacls (Core and Ext4), J. Bruce Fields, 2016/03/11
- Re: [PATCH v18 00/22] Richacls (Core and Ext4), Andreas Gruenbacher, 2016/03/11
- Re: [PATCH v18 00/22] Richacls (Core and Ext4), Steve French, 2016/03/11
- Re: [PATCH v18 00/22] Richacls (Core and Ext4), Jeremy Allison, 2016/03/11
- Re: [PATCH v18 00/22] Richacls (Core and Ext4), Andreas Gruenbacher, 2016/03/13
- Re: [PATCH v18 00/22] Richacls (Core and Ext4), Jeremy Allison, 2016/03/13
- Re: [PATCH v18 00/22] Richacls (Core and Ext4), Christoph Hellwig, 2016/03/15
- Re: [PATCH v18 00/22] Richacls (Core and Ext4), Steve French, 2016/03/15
- Re: [PATCH v18 00/22] Richacls (Core and Ext4), Christoph Hellwig, 2016/03/15
[XFSTESTS v4 0/4] Richacl tests,
Andreas Gruenbacher,
2016/03/09
- [XFSTESTS v4 1/4] Rename output file templates to match TEST.out*, Andreas Gruenbacher, 2016/03/09
- [XFSTESTS v4 2/4] check: Add support for tests without *.out files, Andreas Gruenbacher, 2016/03/09
- [XFSTESTS v4 3/4] xfs/191: Remove obsolete nfs4acl tests, Andreas Gruenbacher, 2016/03/09
- [XFSTESTS v4 4/4] Add richacl tests, Andreas Gruenbacher, 2016/03/09
- [XFSTESTS v4 4/4] generic/338: Add richacl tests, Andreas Gruenbacher, 2016/03/09
- Re: [XFSTESTS v4 0/4] Richacl tests, Dave Chinner, 2016/03/14
[PATCH 0/16] xfs: first part of rmapbt functionality,
Dave Chinner,
2016/03/07
- [PATCH 02/16] xfs: add rmap btree stats infrastructure, Dave Chinner, 2016/03/07
- [PATCH 04/16] libxfs: rearrange xfs_bmap_add_free parameters, Dave Chinner, 2016/03/07
- [PATCH 03/16] xfs: rmap btree add more reserved blocks, Dave Chinner, 2016/03/07
- [PATCH 01/16] xfs: introduce rmap btree definitions, Dave Chinner, 2016/03/07
- [PATCH 08/16] xfs: add rmap btree growfs support, Dave Chinner, 2016/03/07
- [PATCH 07/16] xfs: define the on-disk rmap btree format, Dave Chinner, 2016/03/07
- [PATCH 15/16] xfs: add rmap btree insert and delete helpers, Dave Chinner, 2016/03/07
- [PATCH 11/16] xfs: add rmap btree operations, Dave Chinner, 2016/03/07
- [PATCH 12/16] xfs: add tracepoints for the rmap-mirrors-bmbt functions, Dave Chinner, 2016/03/07
- [PATCH 05/16] xfs: add owner field to extent allocation and freeing, Dave Chinner, 2016/03/07
- [PATCH 13/16] xfs: add an extent to the rmap btree, Dave Chinner, 2016/03/07
- [PATCH 10/16] xfs: rmap btree requires more reserved free space, Dave Chinner, 2016/03/07
- [PATCH 06/16] xfs: introduce rmap extent operation stubs, Dave Chinner, 2016/03/07
- [PATCH 09/16] xfs: rmap btree transaction reservations, Dave Chinner, 2016/03/07
- [PATCH 16/16] xfs: piggyback rmapbt update intents in the bmap free structure, Dave Chinner, 2016/03/07
- [PATCH 14/16] xfs: remove an extent from the rmap btree, Dave Chinner, 2016/03/07
- Re: [PATCH 0/16] xfs: first part of rmapbt functionality, Christoph Hellwig, 2016/03/10
[PATCH 0/6] xfs: accumulated fixes for 4.6,
Dave Chinner,
2016/03/06
- [PATCH 6/6] xfs: pad xfs_attr_leaf_name_remote to avoid tripping on m68k, Dave Chinner, 2016/03/06
- [PATCH 3/6] xfs: fix computation of inode btree maxlevels, Dave Chinner, 2016/03/06
- [PATCH 5/6] xfs: check sizes of XFS on-disk structures at compile time, Dave Chinner, 2016/03/06
- [PATCH 2/6] xfs: ioends require logically contiguous file offsets, Dave Chinner, 2016/03/06
- [PATCH 1/6] xfs: reinitialise per-AG structures if geometry changes during recovery, Dave Chinner, 2016/03/06
- [PATCH 4/6] xfs: use named array initializers for log item dumping, Dave Chinner, 2016/03/06
[PATCH v5 00/12] xfstests: minor fixes for the reflink/dedupe tests,
Darrick J. Wong,
2016/03/04
- [PATCH 01/12] xfs/207: fix golden output to match FS_IOC_FSSETXATTR hoist, Darrick J. Wong, 2016/03/04
- [PATCH 03/12] reflink: fix fragmentation tests to work on >4k block size filesystems, Darrick J. Wong, 2016/03/04
- [PATCH 02/12] xfs: test copy-on-write leftover recovery, Darrick J. Wong, 2016/03/04
- [PATCH 04/12] xfs/23[3-6]: don't source common/xfs, it doesn't exist, Darrick J. Wong, 2016/03/04
- [PATCH 05/12] xfs/206: fix output when mkfs knows about reflink, Darrick J. Wong, 2016/03/04
- [PATCH 06/12] xfs/030: fix output on newer filesystems, Darrick J. Wong, 2016/03/04
- [PATCH 07/12] xfs/073: fix output, Darrick J. Wong, 2016/03/04
- [PATCH 08/12] xfs/122: define _GNU_SOURCE when compiling test program, Darrick J. Wong, 2016/03/04
- [PATCH 09/12] xfs/122: support rmapxbt, Darrick J. Wong, 2016/03/04
- [PATCH 10/12] xfs: test per-ag allocation accounting during truncate-caused refcountbt expansion, Darrick J. Wong, 2016/03/04
- [PATCH 11/12] xfs: remove NOCOW_FL testing from test, Darrick J. Wong, 2016/03/04
- [PATCH 12/12] block: test fallocate for block devices, Darrick J. Wong, 2016/03/04
- [PATCH 13/12] xfs/209: filter scratch dir properly, Christoph Hellwig, 2016/03/05
[PATCH v5 0/6] xfs-docs: reorganize chapters, refcountbt and rmapbt chapters update,
Darrick J. Wong,
2016/03/04
- [PATCH 1/6] xfsdocs: document known testing procedures, Darrick J. Wong, 2016/03/04
- [PATCH 2/6] xfsdocs: update the on-disk format with changes for Linux 4.5, Darrick J. Wong, 2016/03/04
- [PATCH 3/6] xfsdocs: move the discussions of short and long format btrees to a separate chapter, Darrick J. Wong, 2016/03/04
- [PATCH 4/6] xfsdocs: reverse-mapping btree documentation, Darrick J. Wong, 2016/03/04
- [PATCH 5/6] xfsdocs: document refcount btree and reflink, Darrick J. Wong, 2016/03/04
- [PATCH 6/6] xfsdocs: document the extended rmap btree, Darrick J. Wong, 2016/03/04
Re: xfs trace in 4.4.2 / also in 4.3.3 WARNING fs/xfs/xfs_aops.c:1232 xfs_vm_releasepage,
Stefan Priebe,
2016/03/04
- Re: xfs trace in 4.4.2 / also in 4.3.3 WARNING fs/xfs/xfs_aops.c:1232 xfs_vm_releasepage, Brian Foster, 2016/03/04
- Re: xfs trace in 4.4.2 / also in 4.3.3 WARNING fs/xfs/xfs_aops.c:1232 xfs_vm_releasepage, Stefan Priebe, 2016/03/04
- Re: xfs trace in 4.4.2 / also in 4.3.3 WARNING fs/xfs/xfs_aops.c:1232 xfs_vm_releasepage, Brian Foster, 2016/03/04
- Re: xfs trace in 4.4.2 / also in 4.3.3 WARNING fs/xfs/xfs_aops.c:1232 xfs_vm_releasepage, Stefan Priebe, 2016/03/04
- Re: xfs trace in 4.4.2 / also in 4.3.3 WARNING fs/xfs/xfs_aops.c:1232 xfs_vm_releasepage, Dave Chinner, 2016/03/05
- Re: xfs trace in 4.4.2 / also in 4.3.3 WARNING fs/xfs/xfs_aops.c:1232 xfs_vm_releasepage, Stefan Priebe, 2016/03/05
- Re: xfs trace in 4.4.2 / also in 4.3.3 WARNING fs/xfs/xfs_aops.c:1232 xfs_vm_releasepage, Stefan Priebe - Profihost AG, 2016/03/23
- Re: xfs trace in 4.4.2 / also in 4.3.3 WARNING fs/xfs/xfs_aops.c:1232 xfs_vm_releasepage, Stefan Priebe - Profihost AG, 2016/03/23
- Re: xfs trace in 4.4.2 / also in 4.3.3 WARNING fs/xfs/xfs_aops.c:1232 xfs_vm_releasepage, Brian Foster, 2016/03/23
- Re: xfs trace in 4.4.2 / also in 4.3.3 WARNING fs/xfs/xfs_aops.c:1232 xfs_vm_releasepage, Stefan Priebe - Profihost AG, 2016/03/24
- Re: xfs trace in 4.4.2 / also in 4.3.3 WARNING fs/xfs/xfs_aops.c:1232 xfs_vm_releasepage, Stefan Priebe - Profihost AG, 2016/03/24
- Re: xfs trace in 4.4.2 / also in 4.3.3 WARNING fs/xfs/xfs_aops.c:1232 xfs_vm_releasepage, Brian Foster, 2016/03/24
- Re: xfs trace in 4.4.2 / also in 4.3.3 WARNING fs/xfs/xfs_aops.c:1232 xfs_vm_releasepage, Stefan Priebe - Profihost AG, 2016/03/24
- Re: xfs trace in 4.4.2 / also in 4.3.3 WARNING fs/xfs/xfs_aops.c:1232 xfs_vm_releasepage, Brian Foster, 2016/03/24
NOTICE,
LOTERIAL NACIONA,
2016/03/04
falloc vs reflink revisited,
Christoph Hellwig,
2016/03/02
- Re: falloc vs reflink revisited, Darrick J. Wong, 2016/03/02
- fallocate mode flag for "unshare blocks"?, Darrick J. Wong, 2016/03/30
- Re: fallocate mode flag for "unshare blocks"?, Austin S. Hemmelgarn, 2016/03/30
- Re: fallocate mode flag for "unshare blocks"?, Liu Bo, 2016/03/30
- Re: fallocate mode flag for "unshare blocks"?, Christoph Hellwig, 2016/03/31
- Re: fallocate mode flag for "unshare blocks"?, Andreas Dilger, 2016/03/31
- Re: fallocate mode flag for "unshare blocks"?, Austin S. Hemmelgarn, 2016/03/31
- Re: fallocate mode flag for "unshare blocks"?, Henk Slager, 2016/03/31
- Re: fallocate mode flag for "unshare blocks"?, Austin S. Hemmelgarn, 2016/03/31
- Re: fallocate mode flag for "unshare blocks"?, Austin S. Hemmelgarn, 2016/03/31
- Re: fallocate mode flag for "unshare blocks"?, Liu Bo, 2016/03/31
- Re: fallocate mode flag for "unshare blocks"?, Dave Chinner, 2016/03/30
- Re: fallocate mode flag for "unshare blocks"?, Christoph Hellwig, 2016/03/31
- Re: fallocate mode flag for "unshare blocks"?, Dave Chinner, 2016/03/31
- Re: fallocate mode flag for "unshare blocks"?, J. Bruce Fields, 2016/03/31
- Re: fallocate mode flag for "unshare blocks"?, Darrick J. Wong, 2016/03/31
- Re: fallocate mode flag for "unshare blocks"?, Andreas Dilger, 2016/03/31
- Re: fallocate mode flag for "unshare blocks"?, Dave Chinner, 2016/03/31
- Re: fallocate mode flag for "unshare blocks"?, J. Bruce Fields, 2016/03/31
- Re: fallocate mode flag for "unshare blocks"?, Dave Chinner, 2016/03/31
- Re: fallocate mode flag for "unshare blocks"?, J. Bruce Fields, 2016/03/31
Re: block allocations for the refcount btree,
Darrick J. Wong,
2016/03/01
- Re: block allocations for the refcount btree, Christoph Hellwig, 2016/03/01
- Re: block allocations for the refcount btree, Darrick J. Wong, 2016/03/01
- Re: block allocations for the refcount btree, Christoph Hellwig, 2016/03/02
- Re: block allocations for the refcount btree, Darrick J. Wong, 2016/03/02
- Re: block allocations for the refcount btree, Christoph Hellwig, 2016/03/02
- Re: block allocations for the refcount btree, Darrick J. Wong, 2016/03/02
- Re: block allocations for the refcount btree, Christoph Hellwig, 2016/03/03
- Re: block allocations for the refcount btree, Darrick J. Wong, 2016/03/03