public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-11-04 18:51:14 to 2015-11-12 15:37:32 UTC [more...]

[PATCH v2 0/8] xfs: log recovery torn write detection
 2015-11-12 15:37 UTC  (5+ messages)
` [PATCH v2 3/8] xfs: refactor and open code log record crc check
` [PATCH v2 4/8] xfs: return start block of first bad log record during recovery
` [PATCH v2 5/8] xfs: support a crc verification only log record pass
` [PATCH v2 8/8] xfs: debug mode log record crc error injection

memory reclaim problems on fs usage
 2015-11-12 14:12 UTC  (6+ messages)

[PATCH] xfs: print name of verifier if it fails
 2015-11-12 13:55 UTC  (4+ messages)

[PATCH] xfs_repair: print XFS_WANT_CORRUPTED info with -vvv
 2015-11-12 13:12 UTC  (2+ messages)

[PATCH] xfs_fsr: more selinux fixes
 2015-11-12 13:12 UTC  (2+ messages)

xfsprogs install
 2015-11-12 13:00 UTC  (7+ messages)

[RFCv3.1 00/11] xfstests: test the nfs/cifs/btrfs/xfs reflink/dedupe ioctls
 2015-11-12 12:51 UTC  (14+ messages)
` [PATCH 01/11] btrfs: move btrfs reflink tests to generic
` [PATCH 02/11] generic/80[0-2]: support xfs in addition to btrfs
` [PATCH 03/11] reflink: basic tests of the reflink and dedupe ioctls
` [PATCH 04/11] reflink: test CoW behaviors of reflinked files
` [PATCH 05/11] reflink: test the various fallocate modes
` [PATCH 06/11] reflink: concurrent operations tests
` [PATCH 07/11] reflink: test accuracy of free block counts
` [PATCH 08/11] reflink: test error conditions due to bad inputs
` [PATCH 09/11] xfs: test xfs-specific reflink pieces
` [PATCH 10/11] reflink: test what happens when we hit resource limits
` [PATCH 11/11] reflink: test that CoW writes fail when we're out of space

[PATCH] xfs: create helper for bmap finish & trans join in xfs_attr.c
 2015-11-12  4:58 UTC  (2+ messages)

[RFCv3 00/12] xfstests: test the btrfs/xfs reflink/dedupe ioctls
 2015-11-12  0:41 UTC  (5+ messages)

[PATCH] xfsprogs: print name of verifier if it fails
 2015-11-11 22:15 UTC 

[GIT PULL] xfs: updates for 4.4-rc1
 2015-11-11 22:13 UTC 

[RFCv3.1 00/21] xfs-documentation: massive cleanups and add v5 format, reverse-mapping, reflink, and dedupe support
 2015-11-11 19:24 UTC  (22+ messages)
` [PATCH 01/21] xfsdocs: fix asciidoc confusion w.r.t. include file newline at EOF
` [PATCH 02/21] xfsdocs: update book subtitles and headings
` [PATCH 03/21] xfsdocs: restore the old rendering of structure field definitions
` [PATCH 04/21] xfsdocs: convert html entities to regular characters
` [PATCH 05/21] xfsdocs: convert images to text
` [PATCH 06/21] xfsdocs: update types
` [PATCH 07/21] xfsdocs: make example section titles consistent
` [PATCH 08/21] xfsdocs: fix various errors and missing bits in the text
` [PATCH 09/21] xfsdocs: add missing structure field definitions
` [PATCH 10/21] xfsdocs: add missing xfs_db examples
` [PATCH 11/21] xfsdocs: fix quoted text markings
` [PATCH 12/21] xfsdocs: introduce XFS at a high level
` [PATCH 13/21] xfsdocs: document the xfs log format
` [PATCH 14/21] xfsdocs: document the operation of the realtime device and inodes
` [PATCH 15/21] xfsdocs: add documentation of v5 fields
` [PATCH 16/21] xfsdocs: add a chapter discussing v5 disk format
` [PATCH 17/21] xfsdocs: document magic numbers and theoretical limits
` [PATCH 18/21] xfsdocs: document the sparse inodes feature
` [PATCH 19/21] xfsdocs: reverse-mapping btree documentation
` [PATCH 20/21] xfsdocs: document refcount btree and reflink
` [PATCH 21/21] xfsdocs: move directory chapter before xattr chapter

RFCv3+ WIP rollup of XFS reverse-mapping, reflink, and dedupe support
 2015-11-11 18:55 UTC 

[PATCH] xfsprogs: fix cut & paste error in xfs_fsr.c
 2015-11-11 15:41 UTC  (7+ messages)
  ` [PATCH] xfsprogs: tidy up xfs_fsr.c

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

[PATCH] libxfs: Optimize the loop for xfs_bitmap_empty
 2015-11-11 12:48 UTC  (5+ messages)
  ` [PATCH v2] "

[PATCH 0/4 v2] xfs: get rid of xfs_cluster_write()
 2015-11-11 11:32 UTC  (8+ messages)
` [PATCH 2/4] xfs: Introduce writeback context for writepages

Communication Skills for Women
 2015-11-11  4:37 UTC 

linux-next: manual merge of the vfs tree with the xfs tree
 2015-11-10 23:21 UTC 

Bug#804255: Please update initramfs in postinst
 2015-11-10 21:50 UTC  (4+ messages)

[PATCH RFC] use WQ_MEM_RECLAIM for m_log_workqueue
 2015-11-10 18:01 UTC  (4+ messages)
` [PATCH v2] xfs: "

[PATCH 0/8] xfs: log recovery torn write detection
 2015-11-10 15:42 UTC  (11+ messages)
` [PATCH 1/8] xfs: detect and handle invalid iclog size set by mkfs
` [PATCH 2/8] xfs: refactor log record unpack and data processing
` [PATCH 3/8] xfs: refactor and open code log record crc check
` [PATCH 4/8] xfs: return start block of first bad log record during recovery
` [PATCH 5/8] xfs: support a crc verification only log record pass
` [PATCH 6/8] xfs: refactor log record start detection into a new helper
` [PATCH 7/8] xfs: detect and trim torn writes during log recovery
` [PATCH RFC 8/8] xfs: debug mode log recovery crc error injection

Empruntez jusqu'à 200 000 euros en 30 jours maximum !
 2015-11-10 11:04 UTC 

[ANNOUNCE] xfsdump: v3.1.6 released
 2015-11-10  6:29 UTC 

[RFCv3 00/51] xfsprogs: add reverse-mapping, reflink, and dedupe support
 2015-11-10  6:27 UTC  (8+ messages)
` [PATCH 03/51] xfs_io: support reflink and dedupe of file ranges
  ` [PATCH v2 "

[ANNOUNCE] xfsprogs: v4.3.0-rc2 released
 2015-11-10  5:13 UTC 

[ANNOUNCE] xfs: for-next branch updated to 4e14e49
 2015-11-10  0:16 UTC 

Кредитные предложения; Финансирование Ваших проектов
 2015-11-09  6:57 UTC 

[PATCH v13 00/51] Richacls
 2015-11-08 22:19 UTC  (12+ messages)
` [PATCH v13 10/51] vfs: Cache base_acl objects in inodes
` [PATCH v13 12/51] vfs: Cache richacl in struct inode
` [PATCH v13 45/51] sunrpc: Allow to demand-allocate pages to encode into

XFS freeze (xfsaild blocked) with 4.2.5 (also 4.3)
 2015-11-08 21:52 UTC  (2+ messages)

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

[PATCH 1/2] xfs_db.8: Remove stray backslash near bmap
 2015-11-07 10:05 UTC  (2+ messages)
` [PATCH 2/2] mkfs.xfs.8: Spelling fix

[PATCH 0/6 V2] xfs: upfront block zeroing for DAX
 2015-11-06 22:32 UTC  (4+ messages)

[PATCH] xfs: fix log recovery op header validation assert
 2015-11-06 16:55 UTC 

Several bugs in xfs-progs when parsing invalid input
 2015-11-06 16:54 UTC  (2+ messages)

mkfs.xfs -n size=65536
 2015-11-06  2:06 UTC  (9+ messages)

[RFC 00/11] DAX fsynx/msync support
 2015-11-05 20:54 UTC  (10+ messages)


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