xfs (thread)
[PATCH v18 00/22] Richacls (Core and Ext4),
Andreas Gruenbacher,
2016/02/29
- [PATCH v18 01/22] vfs: Add IS_ACL() and IS_RICHACL() tests, Andreas Gruenbacher, 2016/02/29
- [PATCH v18 02/22] vfs: Add MAY_CREATE_FILE and MAY_CREATE_DIR permission flags, Andreas Gruenbacher, 2016/02/29
- [PATCH v18 03/22] vfs: Add MAY_DELETE_SELF and MAY_DELETE_CHILD permission flags, Andreas Gruenbacher, 2016/02/29
- [PATCH v18 04/22] vfs: Make the inode passed to inode_change_ok non-const, Andreas Gruenbacher, 2016/02/29
- [PATCH v18 05/22] vfs: Add permission flags for setting file attributes, Andreas Gruenbacher, 2016/02/29
- [PATCH v18 06/22] richacl: In-memory representation and helper functions, Andreas Gruenbacher, 2016/02/29
- [PATCH v18 07/22] richacl: Permission mapping functions, Andreas Gruenbacher, 2016/02/29
- [PATCH v18 08/22] richacl: Compute maximum file masks from an acl, Andreas Gruenbacher, 2016/02/29
- [PATCH v18 09/22] richacl: Permission check algorithm, Andreas Gruenbacher, 2016/02/29
- [PATCH v18 10/22] posix_acl: Unexport acl_by_type and make it static, Andreas Gruenbacher, 2016/02/29
- [PATCH v18 11/22] vfs: Cache base_acl objects in inodes, Andreas Gruenbacher, 2016/02/29
- [PATCH v18 12/22] vfs: Add get_richacl and set_richacl inode operations, Andreas Gruenbacher, 2016/02/29
- [PATCH v18 13/22] vfs: Cache richacl in struct inode, Andreas Gruenbacher, 2016/02/29
- [PATCH v18 14/22] richacl: Update the file masks in chmod(), Andreas Gruenbacher, 2016/02/29
- [PATCH v18 15/22] richacl: Check if an acl is equivalent to a file mode, Andreas Gruenbacher, 2016/02/29
- [PATCH v18 16/22] richacl: Create-time inheritance, Andreas Gruenbacher, 2016/02/29
- [PATCH v18 17/22] richacl: Automatic Inheritance, Andreas Gruenbacher, 2016/02/29
- [PATCH v18 18/22] richacl: xattr mapping functions, Andreas Gruenbacher, 2016/02/29
- [PATCH v18 19/22] richacl: Add richacl xattr handler, Andreas Gruenbacher, 2016/02/29
- [PATCH v18 20/22] vfs: Add richacl permission checking, Andreas Gruenbacher, 2016/02/29
- [PATCH v18 21/22] ext4: Add richacl support, Andreas Gruenbacher, 2016/02/29
- [PATCH v18 22/22] ext4: Add richacl feature flag, Andreas Gruenbacher, 2016/02/29
Delivery,
FedEx Express Delivery Service,
2016/02/28
[PATCH 00/35 v4] separate operations from flags in the bio/request structs,
mchristi,
2016/02/24
- [PATCH 01/35] block/fs/drivers: remove rw argument from submit_bio, mchristi, 2016/02/24
- [PATCH 05/35] fs: have ll_rw_block users pass in op and flags separately, mchristi, 2016/02/24
- [PATCH 03/35] block, fs, mm, drivers: set bi_op to REQ_OP, mchristi, 2016/02/24
- [PATCH 04/35] fs: have submit_bh users pass in op and flags separately, mchristi, 2016/02/24
- [PATCH 06/35] direct-io: set bi_op to REQ_OP, mchristi, 2016/02/24
- [PATCH 07/35] btrfs: have submit_one_bio users setup bio bi_op, mchristi, 2016/02/24
- [PATCH 09/35] btrfs: update __btrfs_map_block for bi_op transition, mchristi, 2016/02/24
- [PATCH 08/35] btrfs: set bi_op tp REQ_OP, mchristi, 2016/02/24
- [PATCH 10/35] btrfs: don't pass rq_flag_bits if there is a bio, mchristi, 2016/02/24
- [PATCH 11/35] f2fs: set bi_op to REQ_OP, mchristi, 2016/02/24
- [PATCH 12/35] gfs2: set bi_op to REQ_OP, mchristi, 2016/02/24
- [PATCH 13/35] xfs: set bi_op to REQ_OP, mchristi, 2016/02/24
- [PATCH 02/35] block: add REQ_OP definitions and bi_op/op fields, mchristi, 2016/02/24
- [PATCH 14/35] hfsplus: set bi_op to REQ_OP, mchristi, 2016/02/24
- [PATCH 15/35] mpage: set bi_op to REQ_OP, mchristi, 2016/02/24
- [PATCH 16/35] nilfs: set bi_op to REQ_OP, mchristi, 2016/02/24
- [PATCH 17/35] ocfs2: set bi_op to REQ_OP, mchristi, 2016/02/24
- [PATCH 18/35] pm: set bi_op to REQ_OP, mchristi, 2016/02/24
- [PATCH 19/35] dm: set bi_op to REQ_OP, mchristi, 2016/02/24
- [PATCH 20/35] dm: pass dm stats data dir instead of bi_rw, mchristi, 2016/02/24
- [PATCH 21/35] bcache: set bi_op to REQ_OP, mchristi, 2016/02/24
- [PATCH 22/35] drbd: set bi_op to REQ_OP, mchristi, 2016/02/24
- [PATCH 23/35] md/raid: set bi_op to REQ_OP, mchristi, 2016/02/24
- [PATCH 24/35] xen: set bi_op to REQ_OP, mchristi, 2016/02/24
- [PATCH 25/35] target: set bi_op to REQ_OP, mchristi, 2016/02/24
- [PATCH 26/35] block: set op to REQ_OP, mchristi, 2016/02/24
- [PATCH 27/35] drivers: set request op to REQ_OP, mchristi, 2016/02/24
- [PATCH 28/35] blktrace: get op from req->op/bio->bi_op, mchristi, 2016/02/24
- [PATCH 29/35] ide cd: do not set REQ_WRITE on requests., mchristi, 2016/02/24
- [PATCH 30/35] block, fs, drivers: do not test bi_rw for REQ_OPs, mchristi, 2016/02/24
- [PATCH 31/35] block, fs: remove old REQ definitions., mchristi, 2016/02/24
- [PATCH 32/35] block: shrink bi_rw and bi_op, mchristi, 2016/02/24
- [PATCH 33/35] block, drivers: add REQ_OP_FLUSH operation, mchristi, 2016/02/24
- [PATCH 34/35] block: add QUEUE_FLAGs for flush and fua, mchristi, 2016/02/24
- [PATCH 35/35] block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSH, mchristi, 2016/02/24
- Re: [PATCH 00/35 v4] separate operations from flags in the bio/request structs, Christoph Hellwig, 2016/02/29
[PATCH v4 0/5] DAX fixes, move flushing calls to FS,
Ross Zwisler,
2016/02/22
- [PATCH v4 1/5] block: disable block device DAX by default, Ross Zwisler, 2016/02/22
- [PATCH v4 4/5] dax: give DAX clearing code correct bdev, Ross Zwisler, 2016/02/22
- [PATCH v4 2/5] ext2, ext4: only set S_DAX for regular inodes, Ross Zwisler, 2016/02/22
- [PATCH v4 3/5] ext4: Online defrag not supported with DAX, Ross Zwisler, 2016/02/22
- [PATCH v4 5/5] dax: move writeback calls into the filesystems, Ross Zwisler, 2016/02/22
RFQ,
HKsimentor,
2016/02/20
[PATCH 00/15] xfsprogs: libxfs kernel sync to 4.6-for-next,
Dave Chinner,
2016/02/17
- [PATCH 02/15] xfs: handle errors from ->free_blocks in xfs_btree_kill_iroot, Dave Chinner, 2016/02/17
- [PATCH 04/15] xfs: move buffer invalidation to xfs_btree_free_block, Dave Chinner, 2016/02/17
- [PATCH 06/15] xfs: RT bitmap and summary buffers are not typed, Dave Chinner, 2016/02/17
- [PATCH 01/15] xfs: wire up Q_XGETNEXTQUOTA / get_nextdqblk, Dave Chinner, 2016/02/17
- [PATCH 03/15] xfs: factor btree block freeing into a helper, Dave Chinner, 2016/02/17
- [PATCH 08/15] xfs: introduce inode log format object, Dave Chinner, 2016/02/17
- [PATCH 05/15] xfs: remove unused function definitions, Dave Chinner, 2016/02/17
- [PATCH 10/15] xfs: cull unnecessary icdinode fields, Dave Chinner, 2016/02/17
- [PATCH 12/15] xfs: use vfs inode nlink field everywhere, Dave Chinner, 2016/02/17
- [PATCH 15/15] xfs: mode di_mode to vfs inode, Dave Chinner, 2016/02/17
- [PATCH 09/15] xfs: remove timestamps from incore inode, Dave Chinner, 2016/02/17
- [PATCH 07/15] xfs: RT bitmap and summary buffers need verifiers, Dave Chinner, 2016/02/17
- [PATCH 14/15] xfs: move di_changecount to VFS inode, Dave Chinner, 2016/02/17
- [PATCH 11/15] xfs: move v1 inode conversion to xfs_inode_from_disk, Dave Chinner, 2016/02/17
- [PATCH 13/15] xfs: move inode generation count to VFS inode, Dave Chinner, 2016/02/17
- Re: [PATCH 00/15] xfsprogs: libxfs kernel sync to 4.6-for-next, Christoph Hellwig, 2016/02/17
[PATCH v3 0/6] DAX fixes, move flushing calls to FS,
Ross Zwisler,
2016/02/16
- [PATCH v3 2/6] ext2, ext4: only set S_DAX for regular inodes, Ross Zwisler, 2016/02/16
- [PATCH v3 1/6] block: disable block device DAX by default, Ross Zwisler, 2016/02/16
- [PATCH v3 4/6] dax: give DAX clearing code correct bdev, Ross Zwisler, 2016/02/16
- [PATCH v3 3/6] ext4: Online defrag not supported with DAX, Ross Zwisler, 2016/02/16
- [PATCH v3 5/6] dax: move writeback calls into the filesystems, Ross Zwisler, 2016/02/16
- [PATCH v3 6/6] block: use dax_do_io() if blkdev_dax_capable(), Ross Zwisler, 2016/02/16
[PATCH 0/14] xfsprogs: kernel libxfs sync up to 4.5-rc2,
Dave Chinner,
2016/02/15
- [PATCH 02/14] xfs: add missing bmap cancel calls in error paths, Dave Chinner, 2016/02/15
- [PATCH 07/14] xfs: bmapbt checking on debug kernels too expensive, Dave Chinner, 2016/02/15
- [PATCH 01/14] libxfs: Optimize the loop for xfs_bitmap_empty, Dave Chinner, 2016/02/15
- [PATCH 11/14] xfs: swap leaf buffer into path struct atomically during path shift, Dave Chinner, 2016/02/15
- [PATCH 04/14] xfs: per-filesystem stats counter implementation, Dave Chinner, 2016/02/15
- [PATCH 03/14] xfs: log local to remote symlink conversions correctly on v5 supers, Dave Chinner, 2016/02/15
- [PATCH 14/14] xfs: Validate the length of on-disk ACLs, Dave Chinner, 2016/02/15
- [PATCH 12/14] libxfs: fix two comment typos, Dave Chinner, 2016/02/15
- [PATCH 06/14] xfs: get mp from bma->ip in xfs_bmap code, Dave Chinner, 2016/02/15
- [PATCH 13/14] xfs: stop holding ILOCK over filldir callbacks, Dave Chinner, 2016/02/15
- [PATCH 10/14] xfs: handle dquot buffer readahead in log recovery correctly, Dave Chinner, 2016/02/15
- [PATCH 09/14] xfs: inode recovery readahead can race with inode buffer creation, Dave Chinner, 2016/02/15
- [PATCH 05/14] xfs: introduce BMAPI_ZERO for allocating zeroed extents, Dave Chinner, 2016/02/15
- [PATCH 08/14] xfs: eliminate committed arg from xfs_bmap_finish, Dave Chinner, 2016/02/15
- Re: [PATCH 0/14] xfsprogs: kernel libxfs sync up to 4.5-rc2, Brian Foster, 2016/02/16
[PATCH 0/4] xfs: fixes for XFS_DIFLAG2_DAX support,
Dave Chinner,
2016/02/14
- [PATCH 3/4] xfs: dynamically switch modes when XFS_DIFLAG2_DAX is set/cleared, Dave Chinner, 2016/02/14
- [PATCH 4/4] xfs: XFS_DIFLAG2_DAX limited by PAGE_SIZE, Dave Chinner, 2016/02/14
- [PATCH 2/4] xfs: S_DAX is only for regular files, Dave Chinner, 2016/02/14
- [PATCH 1/4] xfs: XFS_DIFLAG_DAX is only for regular files or directories, Dave Chinner, 2016/02/14
- Re: [PATCH 0/4] xfs: fixes for XFS_DIFLAG2_DAX support, Ross Zwisler, 2016/02/16
- Re: [PATCH 0/4] xfs: fixes for XFS_DIFLAG2_DAX support, Brian Foster, 2016/02/17
- Re: [PATCH 0/4] xfs: fixes for XFS_DIFLAG2_DAX support, Ross Zwisler, 2016/02/17
[PATCH v4.2 00/32] xfstests: test the nfs/cifs/btrfs/xfs reflink/dedupe ioctls,
Darrick J. Wong,
2016/02/11
- [PATCH 01/32] generic/182: this is a dedupe test, check for dedupe, Darrick J. Wong, 2016/02/11
- [PATCH 02/32] xfstests: filter whitespace in 128 and 132, Darrick J. Wong, 2016/02/11
- [PATCH 03/32] xfstests: make _scratch_mkfs_blocksized usable, Darrick J. Wong, 2016/02/11
- [PATCH 04/32] reflink: remove redundant filesystem checks from the end of the tests, Darrick J. Wong, 2016/02/11
- [PATCH 05/32] reflink: remove unnecessary umounts from test code, Darrick J. Wong, 2016/02/11
- [PATCH 06/32] common/dmerror: add some more dmerror routines, Darrick J. Wong, 2016/02/11
- [PATCH 07/32] common: create _require_test_program to look for programs in src/, Darrick J. Wong, 2016/02/11
- [PATCH 08/32] common: provide a method to repair the scratch fs, Darrick J. Wong, 2016/02/11
- [PATCH 09/32] reflink: refactor mixed block creation code, Darrick J. Wong, 2016/02/11
- [PATCH 11/32] reflink: add _require_odirect to the directio tests, Darrick J. Wong, 2016/02/11
- [PATCH 12/32] dio: unwritten conversion bug tests, Darrick J. Wong, 2016/02/11
- [PATCH 13/32] reflink: test intersecting CoW and falloc/fpunch/fzero/fcollapse/finsert/ftrunc, Darrick J. Wong, 2016/02/11
- [PATCH 10/32] reflink: fix style problems in existing tests, Darrick J. Wong, 2016/02/11
- [PATCH 14/32] reflink: test CoW behavior with IO errors, Darrick J. Wong, 2016/02/11
- [PATCH 15/32] reflink: test CoW operations against the source file, Darrick J. Wong, 2016/02/11
- [PATCH 16/32] reflink: ensure that we can handle reflinking a lot of extents, Darrick J. Wong, 2016/02/11
- [PATCH 17/32] xfs: more reflink tests, Darrick J. Wong, 2016/02/11
- [PATCH 18/32] xfs/122: support refcount/rmap data structures, Darrick J. Wong, 2016/02/11
- [PATCH 19/32] xfs: test fragmentation characteristics of copy-on-write, Darrick J. Wong, 2016/02/11
- [PATCH 20/32] reflink: high offset reflink and dedupe tests, Darrick J. Wong, 2016/02/11
- [PATCH 21/32] reflink: test xfs cow behavior when the filesystem crashes, Darrick J. Wong, 2016/02/11
- [PATCH 22/32] reflink: test quota accounting, Darrick J. Wong, 2016/02/11
- [PATCH 23/32] reflink: test CoW across a mixed range of block types with cowextsize set, Darrick J. Wong, 2016/02/11
- [PATCH 24/32] xfs: test the automatic cowextsize extent garbage collector, Darrick J. Wong, 2016/02/11
- [PATCH 25/32] xfs: test rmapbt functionality, Darrick J. Wong, 2016/02/11
- [PATCH 26/32] reflink: test aio copy on write, Darrick J. Wong, 2016/02/11
- [PATCH 27/32] xfs: aio cow tests, Darrick J. Wong, 2016/02/11
- [PATCH 28/32] xfs: test xfs_getbmapx behavior with shared extents, Darrick J. Wong, 2016/02/11
- [PATCH 29/32] reflink: test reflink+cow+enospc all at the same time, Darrick J. Wong, 2016/02/11
- [PATCH 30/32] xfs: ensure that we don't crash when freeing the ag reservations on a ro mount, Darrick J. Wong, 2016/02/11
- [PATCH 31/32] xfs: test source CoW across mixed block types with cowextsz set, Darrick J. Wong, 2016/02/11
- [PATCH 32/32] reflink: kick the slow tests out of the 'quick' group, Darrick J. Wong, 2016/02/11
- [PATCH 33/32] aiocp: fix the gcc warnings, Darrick J. Wong, 2016/02/12
- Re: [PATCH v4.2 00/32] xfstests: test the nfs/cifs/btrfs/xfs reflink/dedupe ioctls, Dave Chinner, 2016/02/12
[PATCH 0/6 v5] xfs: get rid of xfs_cluster_write(),
Dave Chinner,
2016/02/11
- [PATCH 2/6] xfs: remove xfs_cancel_ioend, Dave Chinner, 2016/02/11
- [PATCH 1/6] xfs: remove nonblocking mode from xfs_vm_writepage, Dave Chinner, 2016/02/11
- [PATCH 3/6] xfs: Introduce writeback context for writepages, Dave Chinner, 2016/02/11
- [PATCH 5/6] xfs: factor mapping out of xfs_do_writepage, Dave Chinner, 2016/02/11
- [PATCH 6/6] xfs: don't chain ioends during writepage submission, Dave Chinner, 2016/02/11
- [PATCH 4/6] xfs: xfs_cluster_write is redundant, Dave Chinner, 2016/02/11
[PATCH v2 0/2] DAX bdev fixes - move flushing calls to FS,
Ross Zwisler,
2016/02/10
- [PATCH v2 1/2] dax: supply DAX clearing code with correct bdev, Ross Zwisler, 2016/02/10
- [PATCH v2 2/2] dax: move writeback calls into the filesystems, Ross Zwisler, 2016/02/10
- Re: [PATCH v2 2/2] dax: move writeback calls into the filesystems, Dave Chinner, 2016/02/10
- Re: [PATCH v2 2/2] dax: move writeback calls into the filesystems, Ross Zwisler, 2016/02/10
- Re: [PATCH v2 2/2] dax: move writeback calls into the filesystems, Dave Chinner, 2016/02/10
- Re: [PATCH v2 2/2] dax: move writeback calls into the filesystems, Jan Kara, 2016/02/11
- Re: [PATCH v2 2/2] dax: move writeback calls into the filesystems, Dan Williams, 2016/02/11
- Re: [PATCH v2 2/2] dax: move writeback calls into the filesystems, Jan Kara, 2016/02/11
- Re: [PATCH v2 2/2] dax: move writeback calls into the filesystems, Dave Chinner, 2016/02/11
- Re: [PATCH v2 2/2] dax: move writeback calls into the filesystems, Dan Williams, 2016/02/11
- Re: [PATCH v2 2/2] dax: move writeback calls into the filesystems, Dave Chinner, 2016/02/11
- Re: [PATCH v2 2/2] dax: move writeback calls into the filesystems, Dan Williams, 2016/02/11
- Re: [PATCH v2 2/2] dax: move writeback calls into the filesystems, Dave Chinner, 2016/02/11
- Re: [PATCH v2 0/2] DAX bdev fixes - move flushing calls to FS, Jan Kara, 2016/02/11
block allocations for the refcount btree,
Christoph Hellwig,
2016/02/10
- Re: block allocations for the refcount btree, Darrick J. Wong, 2016/02/10
- Re: block allocations for the refcount btree, Christoph Hellwig, 2016/02/10
- Re: block allocations for the refcount btree, Dave Chinner, 2016/02/10
- Re: block allocations for the refcount btree, Brian Foster, 2016/02/11
- Re: block allocations for the refcount btree, Dave Chinner, 2016/02/11
- Re: block allocations for the refcount btree, Christoph Hellwig, 2016/02/12
- Re: block allocations for the refcount btree, Dave Chinner, 2016/02/12
- Re: block allocations for the refcount btree, Darrick J. Wong, 2016/02/12
- Re: block allocations for the refcount btree, Christoph Hellwig, 2016/02/13
- Re: block allocations for the refcount btree, Christoph Hellwig, 2016/02/13
- Re: block allocations for the refcount btree, Dave Chinner, 2016/02/13
[PATCH 0/8 v4] xfs: get rid of xfs_cluster_write,
Dave Chinner,
2016/02/10
- [PATCH 3/8] xfs: Introduce writeback context for writepages, Dave Chinner, 2016/02/10
- [PATCH 2/8] xfs: remove xfs_cancel_ioend, Dave Chinner, 2016/02/10
- [PATCH 1/8] xfs: remove nonblocking mode from xfs_vm_writepage, Dave Chinner, 2016/02/10
- [PATCH 4/8] xfs: xfs_cluster_write is redundant, Dave Chinner, 2016/02/10
- Re: [PATCH 0/8 v4] xfs: get rid of xfs_cluster_write, Christoph Hellwig, 2016/02/10
- [PATCH 5/8] xfs: factor mapping out of xfs_do_writepage, Dave Chinner, 2016/02/10
- [PATCH 7/8] [RFC] xfs: build bios directly in xfs_add_to_ioend, Dave Chinner, 2016/02/10
- [PATCH 8/8] [RFC] xfs: don't release bios on completion immediately, Dave Chinner, 2016/02/10
- [PATCH 6/8] xfs: don't chain ioends during writepage submission, Dave Chinner, 2016/02/10
- Re: [PATCH 0/8 v4] xfs: get rid of xfs_cluster_write, Christoph Hellwig, 2016/02/10
[PATCH] xfsprogs: guard fsxattr definition for newer kernels,
Eric Sandeen,
2016/02/09
- Re: [PATCH] xfsprogs: guard fsxattr definition for newer kernels, Dave Chinner, 2016/02/09
- Re: [PATCH] xfsprogs: guard fsxattr definition for newer kernels, Eric Sandeen, 2016/02/09
- Re: [PATCH] xfsprogs: guard fsxattr definition for newer kernels, Dave Chinner, 2016/02/09
- Re: [PATCH] xfsprogs: guard fsxattr definition for newer kernels, Eric Sandeen, 2016/02/09
- Re: [PATCH] xfsprogs: guard fsxattr definition for newer kernels, Dave Chinner, 2016/02/09
- Re: [PATCH] xfsprogs: guard fsxattr definition for newer kernels, Eric Sandeen, 2016/02/09
- Re: [PATCH] xfsprogs: guard fsxattr definition for newer kernels, Dave Chinner, 2016/02/09
[PATCH v4.1 00/23] xfstests: test the nfs/cifs/btrfs/xfs reflink/dedupe ioctls,
Darrick J. Wong,
2016/02/08
- [PATCH 01/23] generic/182: this is a dedupe test, check for dedupe, Darrick J. Wong, 2016/02/08
- [PATCH 02/23] xfstests: filter whitespace in 128 and 132, Darrick J. Wong, 2016/02/08
- [PATCH 03/23] xfstests: make _scratch_mkfs_blocksized usable, Darrick J. Wong, 2016/02/08
- [PATCH 04/23] reflink: remove redundant filesystem checks from the end of the tests, Darrick J. Wong, 2016/02/08
- [PATCH 05/23] common/dmerror: add some more dmerror routines, Darrick J. Wong, 2016/02/08
- [PATCH 06/23] dio unwritten conversion bug tests, Darrick J. Wong, 2016/02/08
- [PATCH 07/23] reflink: test intersecting CoW and falloc/fpunch/fzero/fcollapse/finsert/ftrunc, Darrick J. Wong, 2016/02/08
- [PATCH 08/23] reflink: test CoW behavior with IO errors, Darrick J. Wong, 2016/02/08
- [PATCH 09/23] reflink: test CoW operations against the source file, Darrick J. Wong, 2016/02/08
- [PATCH 10/23] xfs: more reflink tests, Darrick J. Wong, 2016/02/08
- [PATCH 11/23] reflink: ensure that we can handle reflinking a lot of extents, Darrick J. Wong, 2016/02/08
- [PATCH 12/23] xfs/122: support refcount/rmap data structures, Darrick J. Wong, 2016/02/08
- [PATCH 13/23] xfs: test fragmentation characteristics of copy-on-write, Darrick J. Wong, 2016/02/08
- [PATCH 15/23] reflink: test xfs cow behavior when the filesystem crashes, Darrick J. Wong, 2016/02/08
- [PATCH 14/23] reflink: high offset reflink and dedupe tests, Darrick J. Wong, 2016/02/08
- [PATCH 16/23] reflink: test quota accounting, Darrick J. Wong, 2016/02/08
- [PATCH 17/23] reflink: test CoW across a mixed range of block types with cowextsize set, Darrick J. Wong, 2016/02/08
- [PATCH 18/23] xfs: test the automatic cowextsize extent garbage collector, Darrick J. Wong, 2016/02/08
- [PATCH 19/23] xfs: test rmapbt functionality, Darrick J. Wong, 2016/02/08
- [PATCH 20/23] reflink: test aio copy on write, Darrick J. Wong, 2016/02/08
- [PATCH 21/23] xfs: aio cow tests, Darrick J. Wong, 2016/02/08
- [PATCH 22/23] xfs: test xfs_getbmapx behavior with shared extents, Darrick J. Wong, 2016/02/08
- [PATCH 23/23] reflink: test reflink+cow+enospc all at the same time, Darrick J. Wong, 2016/02/08
- Re: [PATCH v4.1 00/23] xfstests: test the nfs/cifs/btrfs/xfs reflink/dedupe ioctls, Dave Chinner, 2016/02/09
[PATCH 0/5 v3] xfs: get rid of xfs_cluster_write(),
Dave Chinner,
2016/02/07
- [PATCH 1/5] xfs: remove nonblocking mode from xfs_vm_writepage, Dave Chinner, 2016/02/07
- [PATCH 3/5] xfs: xfs_cluster_write is redundant, Dave Chinner, 2016/02/07
- [PATCH 5/5] xfs: don't chain ioends during writepage submission, Dave Chinner, 2016/02/07
- [PATCH 4/5] xfs: factor mapping out of xfs_do_writepage, Dave Chinner, 2016/02/07
- [PATCH 2/5] xfs: Introduce writeback context for writepages, Dave Chinner, 2016/02/07
[PATCH v3 0/9] xfs: gut the struct xfs_icdinode,
Dave Chinner,
2016/02/07
- [PATCH 7/9] xfs: move inode generation count to VFS inode, Dave Chinner, 2016/02/07
- [PATCH 3/9] xfs: cull unnecessary icdinode fields, Dave Chinner, 2016/02/07
- [PATCH 4/9] xfs: move v1 inode conversion to xfs_inode_from_disk, Dave Chinner, 2016/02/07
- [PATCH 1/9] xfs: introduce inode log format object, Dave Chinner, 2016/02/07
- [PATCH 2/9] xfs: remove timestamps from incore inode, Dave Chinner, 2016/02/07
- [PATCH 8/9] xfs: move di_changecount to VFS inode, Dave Chinner, 2016/02/07
- [PATCH 6/9] xfs: use vfs inode nlink field everywhere, Dave Chinner, 2016/02/07
- [PATCH 5/9] xfs: reinitialise recycled VFS inode correctly, Dave Chinner, 2016/02/07
- [PATCH 9/9] xfs: mode di_mode to vfs inode, Dave Chinner, 2016/02/07
RichACLs man-pages review,
Michael Kerrisk (man-pages),
2016/02/07
- Re: RichACLs man-pages review, Michael Kerrisk (man-pages), 2016/02/07
- getrichacl(1) man page review comments, Michael Kerrisk (man-pages), 2016/02/07
- setrichacl(1) man page review comments, Michael Kerrisk (man-pages), 2016/02/07
- richacl(7) man page review comments, Michael Kerrisk (man-pages), 2016/02/07
- Re: richacl(7) man page review comments, J. Bruce Fields, 2016/02/10
- Re: richacl(7) man page review comments, Andreas Gruenbacher, 2016/02/12
- Re: richacl(7) man page review comments, Michael Kerrisk (man-pages), 2016/02/14
- Re: richacl(7) man page review comments, Andreas Gruenbacher, 2016/02/14
- Re: richacl(7) man page review comments, Michael Kerrisk (man-pages), 2016/02/15
- Re: richacl(7) man page review comments, Andreas Gruenbacher, 2016/02/15
- Re: richacl(7) man page review comments, Michael Kerrisk (man-pages), 2016/02/15
- Re: richacl(7) man page review comments, Michael Kerrisk (man-pages), 2016/02/14
- Re: richacl(7) man page review comments, Andreas Gruenbacher, 2016/02/20
- Re: richacl(7) man page review comments, Michael Kerrisk (man-pages), 2016/02/21
- Re: richacl(7) man page review comments, Michael Kerrisk (man-pages), 2016/02/21
- Re: richacl(7) man page review comments, Andreas Gruenbacher, 2016/02/22
- Re: richacl(7) man page review comments, Michael Kerrisk (man-pages), 2016/02/23
- Re: richacl(7) man page review comments, Andreas Gruenbacher, 2016/02/23
- Re: richacl(7) man page review comments, Andreas Gruenbacher, 2016/02/28
- Re: richacl(7) man page review comments, Michael Kerrisk (man-pages), 2016/02/23
- Re: richacl(7) man page review comments, Andreas Gruenbacher, 2016/02/23
- Re: richacl(7) man page review comments, Andreas Gruenbacher, 2016/02/23
- Re: richacl(7) man page review comments, Andreas Gruenbacher, 2016/02/23
[PATCH 0/2] DAX bdev fixes - move flushing calls to FS,
Ross Zwisler,
2016/02/07
- [PATCH 2/2] dax: move writeback calls into the filesystems, Ross Zwisler, 2016/02/07
- Re: [PATCH 2/2] dax: move writeback calls into the filesystems, Dan Williams, 2016/02/07
- Re: [PATCH 2/2] dax: move writeback calls into the filesystems, Dave Chinner, 2016/02/07
- Re: [PATCH 2/2] dax: move writeback calls into the filesystems, Dan Williams, 2016/02/08
- Re: [PATCH 2/2] dax: move writeback calls into the filesystems, Dave Chinner, 2016/02/08
- Re: [PATCH 2/2] dax: move writeback calls into the filesystems, Dan Williams, 2016/02/08
- Re: [PATCH 2/2] dax: move writeback calls into the filesystems, Jeff Moyer, 2016/02/08
- Re: [PATCH 2/2] dax: move writeback calls into the filesystems, Dan Williams, 2016/02/08
- Re: [PATCH 2/2] dax: move writeback calls into the filesystems, Jan Kara, 2016/02/09
- Re: [PATCH 2/2] dax: move writeback calls into the filesystems, Jan Kara, 2016/02/09
- Re: [PATCH 2/2] dax: move writeback calls into the filesystems, Ross Zwisler, 2016/02/09
- Re: [PATCH 2/2] dax: move writeback calls into the filesystems, Ross Zwisler, 2016/02/08
- Re: [PATCH 2/2] dax: move writeback calls into the filesystems, Dan Williams, 2016/02/08
- Re: [PATCH 2/2] dax: move writeback calls into the filesystems, Jan Kara, 2016/02/08
- [PATCH 1/2] dax: pass bdev argument to dax_clear_blocks(), Ross Zwisler, 2016/02/07
[PATCH 0/9] xfs: configurable error behaviour,
Dave Chinner,
2016/02/04
- [PATCH 7/9] xfs: add configuration handles for specific errors, Dave Chinner, 2016/02/04
- [PATCH 8/9] xfs: disable specific error configurations, Dave Chinner, 2016/02/04
- [PATCH 3/9] xfs: add configurable error support to metadata buffers, Dave Chinner, 2016/02/04
- [PATCH 4/9] xfs: introduce table-based init for error behaviours, Dave Chinner, 2016/02/04
- [PATCH 6/9] xfs: add "fail at unmount" error handling configuration, Dave Chinner, 2016/02/04
- [PATCH 5/9] xfs: add configuration of error failure speed, Dave Chinner, 2016/02/04
- [PATCH 2/9] xfs: introduce metadata IO error class, Dave Chinner, 2016/02/04
- [PATCH 1/9] xfs: configurable error behaviour via sysfs, Dave Chinner, 2016/02/04
- [PATCH 9/9] xfs: add kmem error configuration class, Dave Chinner, 2016/02/04
- Re: [PATCH 0/9] xfs: configurable error behaviour, Dave Chinner, 2016/02/12
[PATCH 0/6] xfs: clean up buffer flag macros,
Dave Chinner,
2016/02/04
- [PATCH 5/6] xfs: remove XBF_STALE flag wrapper macros, Dave Chinner, 2016/02/04
- [PATCH 3/6] xfs: remove XBF_READ flag wrapper macros, Dave Chinner, 2016/02/04
- [PATCH 6/6] xfs: rename XFS_BUF_ZEROFLAGS macro, Dave Chinner, 2016/02/04
- Re: [PATCH 6/6] xfs: rename XFS_BUF_ZEROFLAGS macro, Christoph Hellwig, 2016/02/08
- Re: [PATCH 6/6] xfs: rename XFS_BUF_ZEROFLAGS macro, Dave Chinner, 2016/02/08
- [PATCH 6/6 v2] xfs: rename XFS_BUF_ZEROFLAGS macro, Dave Chinner, 2016/02/08
- Re: [PATCH 6/6] xfs: rename XFS_BUF_ZEROFLAGS macro, Christoph Hellwig, 2016/02/09
- Re: [PATCH 6/6] xfs: rename XFS_BUF_ZEROFLAGS macro, Dave Chinner, 2016/02/09
- [PATCH 6/6 v3] xfs: remove XFS_BUF_ZEROFLAGS macro, Dave Chinner, 2016/02/09
- Re: [PATCH 6/6 v3] xfs: remove XFS_BUF_ZEROFLAGS macro, Christoph Hellwig, 2016/02/09
- [PATCH 2/6] xfs: remove XBF_ASYNC flag wrapper macros, Dave Chinner, 2016/02/04
- [PATCH 1/6] xfs: remove XBF_DONE flag wrapper macros, Dave Chinner, 2016/02/04
- [PATCH 4/6] xfs: remove XBF_WRITE flag wrapper macros, Dave Chinner, 2016/02/04
[PATCH 1/7 v2] repair: big broken filesystems cause pain,
Dave Chinner,
2016/02/04
- [PATCH 1/7] repair: parallelise phase 7, Dave Chinner, 2016/02/04
- [PATCH 7/7] libxfs: reset dirty buffer priority on lookup, Dave Chinner, 2016/02/04
- [PATCH 4/7] libxfs: don't discard dirty buffers, Dave Chinner, 2016/02/04
- [PATCH 5/7] libxfs: don't repeatedly shake unwritable buffers, Dave Chinner, 2016/02/04
- [PATCH 2/7] repair: parallelise uncertin inode processing in phase 3, Dave Chinner, 2016/02/04
- [PATCH 6/7] libxfs: keep unflushable buffers off the cache MRUs, Dave Chinner, 2016/02/04
- [PATCH 3/7] libxfs: directory node splitting does not have an extra block, Dave Chinner, 2016/02/04
Request for information on bloated writes using Swift,
Dilip Simha,
2016/02/02
- Re: Request for information on bloated writes using Swift, Eric Sandeen, 2016/02/02
- Re: Request for information on bloated writes using Swift, Dilip Simha, 2016/02/02
- Re: Request for information on bloated writes using Swift, Dilip Simha, 2016/02/02
- Re: Request for information on bloated writes using Swift, Dave Chinner, 2016/02/03
- Re: Request for information on bloated writes using Swift, Dilip Simha, 2016/02/03
- Re: Request for information on bloated writes using Swift, Dave Chinner, 2016/02/03
- Re: Request for information on bloated writes using Swift, Eric Sandeen, 2016/02/03
- Re: Request for information on bloated writes using Swift, Dave Chinner, 2016/02/03
- Re: Request for information on bloated writes using Swift, Dilip Simha, 2016/02/03
- Re: Request for information on bloated writes using Swift, Dave Chinner, 2016/02/03
- Re: Request for information on bloated writes using Swift, Dilip Simha, 2016/02/04
- Re: Request for information on bloated writes using Swift, Dilip Simha, 2016/02/03
- Re: Request for information on bloated writes using Swift, Dilip Simha, 2016/02/03