public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-03-04 14:40:38 to 2016-03-15 06:57:00 UTC [more...]

[ANNOUNCE] xfsprogs: v4.5.0 released
 2016-03-15  6:56 UTC 

[PATCH v5 00/12] xfstests: minor fixes for the reflink/dedupe tests
 2016-03-15  3:41 UTC  (29+ messages)
` [PATCH 01/12] xfs/207: fix golden output to match FS_IOC_FSSETXATTR hoist
` [PATCH 02/12] xfs: test copy-on-write leftover recovery
` [PATCH 03/12] reflink: fix fragmentation tests to work on >4k block size filesystems
` [PATCH 04/12] xfs/23[3-6]: don't source common/xfs, it doesn't exist
` [PATCH 05/12] xfs/206: fix output when mkfs knows about reflink
` [PATCH 06/12] xfs/030: fix output on newer filesystems
` [PATCH 07/12] xfs/073: fix output
` [PATCH 08/12] xfs/122: define _GNU_SOURCE when compiling test program
` [PATCH 09/12] xfs/122: support rmapxbt
` [PATCH 10/12] xfs: test per-ag allocation accounting during truncate-caused refcountbt expansion
` [PATCH 11/12] xfs: remove NOCOW_FL testing from test
` [PATCH 12/12] block: test fallocate for block devices
` [PATCH 13/12] xfs/209: filter scratch dir properly

[XFSTESTS v4 0/4] Richacl tests
 2016-03-15  3:30 UTC  (10+ messages)
` [XFSTESTS v4 1/4] Rename output file templates to match TEST.out*
` [XFSTESTS v4 2/4] check: Add support for tests without *.out files
` [XFSTESTS v4 3/4] xfs/191: Remove obsolete nfs4acl tests
` [XFSTESTS v4 4/4] Add richacl tests
` [XFSTESTS v4 4/4] generic/338: "

[RFC] iomap infrastructure and multipage writes
 2016-03-14 21:02 UTC  (8+ messages)
` [PATCH 1/7] fs: move struct iomap from exportfs.h to a separate header
` [PATCH 2/7] fs: introduce iomap infrastructure
` [PATCH 3/7] xfs: make xfs_find_bdev_for_inode available outside of xfs_aops.c
` [PATCH 4/7] xfs: make xfs_bmbt_to_iomap available outside of xfs_pnfs.c
` [PATCH 5/7] xfs: reshuffle truncate
` [PATCH 6/7] xfs: implement iomap based buffered write path
` [PATCH 7/7] xfs: remove buffered write support from __xfs_get_blocks

[PATCH v19 00/23] Richacls (Core and Ext4)
 2016-03-14 14:55 UTC  (24+ messages)
` [PATCH v19 01/23] vfs: Add IS_ACL() and IS_RICHACL() tests
` [PATCH v19 02/23] vfs: Add MAY_CREATE_FILE and MAY_CREATE_DIR permission flags
` [PATCH v19 03/23] vfs: Add MAY_DELETE_SELF and MAY_DELETE_CHILD "
` [PATCH v19 04/23] vfs: Make the inode passed to inode_change_ok non-const
` [PATCH v19 05/23] vfs: Add permission flags for setting file attributes
` [PATCH v19 06/23] richacl: In-memory representation and helper functions
` [PATCH v19 07/23] richacl: Permission mapping functions
` [PATCH v19 08/23] richacl: Compute maximum file masks from an acl
` [PATCH v19 09/23] richacl: Permission check algorithm
` [PATCH v19 10/23] posix_acl: Unexport acl_by_type and make it static
` [PATCH v19 11/23] posix_acl: Improve xattr fixup code
` [PATCH v19 12/23] vfs: Cache base_acl objects in inodes
` [PATCH v19 13/23] vfs: Add get_richacl and set_richacl inode operations
` [PATCH v19 14/23] vfs: Cache richacl in struct inode
` [PATCH v19 15/23] richacl: Update the file masks in chmod()
` [PATCH v19 16/23] richacl: Check if an acl is equivalent to a file mode
` [PATCH v19 17/23] richacl: Create-time inheritance
` [PATCH v19 18/23] richacl: Automatic Inheritance
` [PATCH v19 19/23] richacl: xattr mapping functions
` [PATCH v19 20/23] richacl: Add richacl xattr handler
` [PATCH v19 21/23] vfs: Add richacl permission checking
` [PATCH v19 22/23] ext4: Add richacl support
` [PATCH v19 23/23] ext4: Add richacl feature flag

Distributorships Available
 2016-03-14 13:37 UTC 

Distribute a Necessary Safety Product
 2016-03-14 13:08 UTC 

[PATCH v18 00/22] Richacls (Core and Ext4)
 2016-03-14 13:02 UTC  (27+ messages)
` [PATCH v18 09/22] richacl: Permission check algorithm
` [PATCH v18 10/22] posix_acl: Unexport acl_by_type and make it static
` [PATCH v18 11/22] vfs: Cache base_acl objects in inodes
` [PATCH v18 18/22] richacl: xattr mapping functions
` [PATCH v18 19/22] richacl: Add richacl xattr handler
` [PATCH v18 21/22] ext4: Add richacl support

[PATCH 0/4] xfs: rework the attr ->put_listent code a bit
 2016-03-11 22:12 UTC  (5+ messages)
` [PATCH 1/4] xfs: only return -errno or success from attr ->put_listent
` [PATCH 2/4] xfs: don't pass value into "
` [PATCH 3/4] xfs: remove put_value from attr ->put_listent context
` [PATCH 4/4] xfs: collapse cases in xfs_attr3_leaf_list_int

futher writeback updates
 2016-03-11 17:52 UTC  (10+ messages)
` [PATCH 2/3] xfs: don't release bios on completion immediately
` [PATCH 3/3] xfs: optimize bio handling in the buffer writeback path

[PATCH] xfs: always set rvalp in xfs_dir2_node_trim_free
 2016-03-11 11:05 UTC  (2+ messages)

[PATCH] xfs: ensure committed is initialized in xfs_trans_roll
 2016-03-11  9:36 UTC  (2+ messages)

[PATCH 0/16] xfs: first part of rmapbt functionality
 2016-03-11  7:32 UTC  (26+ messages)
` [PATCH 01/16] xfs: introduce rmap btree definitions
` [PATCH 02/16] xfs: add rmap btree stats infrastructure
` [PATCH 03/16] xfs: rmap btree add more reserved blocks
` [PATCH 04/16] libxfs: rearrange xfs_bmap_add_free parameters
` [PATCH 05/16] xfs: add owner field to extent allocation and freeing
` [PATCH 06/16] xfs: introduce rmap extent operation stubs
` [PATCH 07/16] xfs: define the on-disk rmap btree format
` [PATCH 08/16] xfs: add rmap btree growfs support
` [PATCH 09/16] xfs: rmap btree transaction reservations
` [PATCH 10/16] xfs: rmap btree requires more reserved free space
` [PATCH 11/16] xfs: add rmap btree operations
` [PATCH 12/16] xfs: add tracepoints for the rmap-mirrors-bmbt functions
` [PATCH 13/16] xfs: add an extent to the rmap btree
` [PATCH 14/16] xfs: remove an extent from "
` [PATCH 15/16] xfs: add rmap btree insert and delete helpers
` [PATCH 16/16] xfs: piggyback rmapbt update intents in the bmap free structure

Failing XFS filesystem underlying Ceph OSDs
 2016-03-11  3:26 UTC  (11+ messages)

[GIT PULL v2] xfs: fixes for 4.5-rc7
 2016-03-11  0:23 UTC 

Goodbye from our Newsletter
 2016-03-10 17:31 UTC 

an mount option question and dunno if right here
 2016-03-10 17:02 UTC  (3+ messages)

xfs: eliminate committed arg from xfs_bmap_finish
 2016-03-10 13:51 UTC  (2+ messages)

[report] potential uninitialized variable in xfs_dir2_node_to_leaf()
 2016-03-10 13:28 UTC 

linux-next: manual merge of the xfs tree with the ext4 tree
 2016-03-10  9:19 UTC  (2+ messages)

linux-next: manual merge of the xfs tree with the ext4 tree
 2016-03-10  9:18 UTC  (2+ messages)

[xfs:xfs-misc-fixes-4.6-3 10/11] fs/xfs/xfs_ondisk.h:79:24: error: 'xfs_attr_shortform_t' undeclared
 2016-03-08 23:12 UTC 

[xfs:for-next 12/12] fs/xfs/xfs_ondisk.h:79:2: error: call to '__compiletime_assert_79' declared with attribute error: XFS: sizeof(xfs_attr_shortform_t) is wrong, expected 8
 2016-03-08 23:00 UTC 

[ANNOUNCE] xfs: for-next branch updated to ab9d1e4
 2016-03-08 21:28 UTC 

[PATCH 0/6] xfs: accumulated fixes for 4.6
 2016-03-08 17:34 UTC  (17+ messages)
` [PATCH 1/6] xfs: reinitialise per-AG structures if geometry changes during recovery
` [PATCH 2/6] xfs: ioends require logically contiguous file offsets
` [PATCH 3/6] xfs: fix computation of inode btree maxlevels
` [PATCH 4/6] xfs: use named array initializers for log item dumping
` [PATCH 5/6] xfs: check sizes of XFS on-disk structures at compile time
` [PATCH 6/6] xfs: pad xfs_attr_leaf_name_remote to avoid tripping on m68k

[NOPATCH v5]: XFS reverse-mapping, reflink, and dedupe support
 2016-03-08  7:57 UTC  (2+ messages)

[PATCH v5 0/6] xfs-docs: reorganize chapters, refcountbt and rmapbt chapters update
 2016-03-08  2:34 UTC  (11+ messages)
` [PATCH 1/6] xfsdocs: document known testing procedures
` [PATCH 2/6] xfsdocs: update the on-disk format with changes for Linux 4.5
` [PATCH 3/6] xfsdocs: move the discussions of short and long format btrees to a separate chapter
` [PATCH 4/6] xfsdocs: reverse-mapping btree documentation
` [PATCH 5/6] xfsdocs: document refcount btree and reflink
` [PATCH 6/6] xfsdocs: document the extended rmap btree

[RFC PATCH 0/2] percpu_counter: Enable switching to global counter
 2016-03-07 21:33 UTC  (6+ messages)
` [RFC PATCH 1/2] percpu_counter: Allow falling back to global counter on large system
` [RFC PATCH 2/2] xfs: Allow degeneration of m_fdblocks/m_ifree to global counters

[PATCH] xfs/259: disable CRC if testing with 512 bytes block size
 2016-03-07  3:04 UTC  (3+ messages)

[ANNOUNCE] xfs: for-next rebased to 3c1a79f
 2016-03-06 23:52 UTC 

xfs resize: primary superblock is not updated immediately
 2016-03-06 20:49 UTC  (13+ messages)

xfs trace in 4.4.2
 2016-03-05 22:58 UTC  (10+ messages)
    ` xfs trace in 4.4.2 / also in 4.3.3 WARNING fs/xfs/xfs_aops.c:1232 xfs_vm_releasepage

[PATCH v3 0/4] fix up indlen reservations on extent split
 2016-03-05 18:27 UTC  (3+ messages)
` [PATCH 1/4] xfs: debug mode forced buffered write failure


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