public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-03-30 03:01:40 to 2016-04-07 23:38:53 UTC [more...]

[PATCH 0/6 v2] xfs: xfs_iflush_cluster vs xfs_reclaim_inode
 2016-04-07 23:37 UTC  (7+ messages)
` [PATCH 1/6] xfs: fix inode validity check in xfs_iflush_cluster
` [PATCH 2/6] xfs: rename variables in xfs_iflush_cluster for clarity
` [PATCH 3/6] xfs: skip stale inodes in xfs_iflush_cluster
` [PATCH 4/6] xfs: xfs_iflush_cluster has range issues
` [PATCH 5/6] xfs: xfs_inode_free() isn't RCU safe
` [PATCH 6/6] xfs: mark reclaimed inodes invalid earlier

support RCU lookups for inline symlinks
 2016-04-07 23:21 UTC  (3+ messages)

[PATCH 00/19] mkfs cleaning
 2016-04-07 22:49 UTC  (46+ messages)
` [PATCH 01/19] xfsprogs: use common code for multi-disk detection
` [PATCH 03/19] mkfs: Sanitise the superblock feature macros
` [PATCH 04/19] mkfs: validate all input values
` [PATCH 05/19] mkfs: factor boolean option parsing
` [PATCH 06/19] mkfs: validate logarithmic parameters sanely
` [PATCH 07/19] mkfs: structify input parameter passing
` [PATCH 08/19] mkfs: getbool is redundant
` [PATCH 09/19] mkfs: use getnum_checked for all ranged parameters
` [PATCH 10/19] mkfs: add respecification detection to generic parsing
` [PATCH 11/19] mkfs: table based parsing for converted parameters
` [PATCH 12/19] mkfs: merge getnum
` [PATCH 13/19] mkfs: encode conflicts into parsing table
` [PATCH 14/19] mkfs: add string options to generic parsing
` [PATCH 17/19] xfsprogs: disable truncating of files
` [PATCH 18/19] mkfs: unit conversions are case insensitive
` [PATCH 19/19] mkfs: add optional 'reason' for illegal_option

[PATCH] xfs/259: handle minimum block size more precisely
 2016-04-07 21:32 UTC  (3+ messages)

Determining whether stripe unit and stripe size were detected correctly
 2016-04-07 20:49 UTC  (3+ messages)

Εκπαίδευση Εργοδηγών Παραγωγής
 2016-04-07 18:06 UTC 

[PATCH 0/5] xfs; xfs_iflush_cluster vs xfs_reclaim_inode
 2016-04-07 15:50 UTC  (14+ messages)
` [PATCH 1/5] xfs: fix inode validity check in xfs_iflush_cluster
` [PATCH 2/5] xfs: skip stale inodes "
` [PATCH 3/5] xfs: xfs_iflush_cluster has range issues
` [PATCH 4/5] xfs: xfs_inode_free() isn't RCU safe
` [PATCH 5/5] xfs: mark reclaimed inodes invalid earlier

[PATCH v3] xfs_quota: print quota id number if the name can't be found
 2016-04-07 15:45 UTC  (3+ messages)

[PATCH] xfs: fix warning in xfs_finish_page_writeback for non-debug builds
 2016-04-07 15:44 UTC 

[PATCH 0/4] xfs: various fixes
 2016-04-07 15:35 UTC  (9+ messages)
` [PATCH 1/4] xfs: Don't wrap growfs AGFL indexes
` [PATCH 2/4] xfs: allocate log vector buffers outside CIL context lock
` [PATCH 3/4] xfs: byte range buffer dirty region tracking
` [PATCH 4/4] xfs: reduce lock hold times in buffer writeback

Custom Shaped USB drives with your logo
 2016-04-07 14:33 UTC 

[PATCH v2] xfs_quota: print quota id number if the name can't be found
 2016-04-07 14:09 UTC  (3+ messages)

[PATCH] xfs_quota: print quota id number if the name can't be found
 2016-04-07  4:10 UTC  (5+ messages)

xfs_iext_realloc_indirect and "XFS: possible memory allocation deadlock"
 2016-04-06 20:57 UTC  (10+ messages)

xfs: use named array initializers for log item dumping
 2016-04-06 20:20 UTC  (3+ messages)

[xfs:xfs-4.7-writeback-bio 2/3] fs/xfs/xfs_aops.c:97:16: warning: unused variable 'blockmask'
 2016-04-06  3:55 UTC 

[PATCH] fs: return EPERM on immutable inode
 2016-04-06  3:44 UTC  (3+ messages)
` [PATCH v2] "

[ANNOUNCE] xfs: for-next branch updated to d8bdd04
 2016-04-06  1:29 UTC 

Landing Page за день, Landing Page за день
 2016-04-05 14:08 UTC 

Trade Representative Proposal
 2016-04-05 12:53 UTC 

[PATCH 0/5] dax: handling of media errors
 2016-04-04 12:09 UTC  (11+ messages)
` [PATCH 4/5] dax: use sb_issue_zerout instead of calling dax_clear_sectors

[RFC] iomap infrastructure and multipage writes
 2016-04-04  7:55 UTC  (6+ messages)
` [PATCH 2/7] fs: introduce iomap infrastructure

[PATCH v3 8/8] block: bio: remove BIO_MAX_SIZE
 2016-04-04  6:59 UTC 

[PATCH v3 0/8] block: prepare for multipage bvecs
 2016-04-04  6:56 UTC  (8+ messages)
` [PATCH v3 1/8] block: move bvec iterator into include/linux/bvec.h
` [PATCH v3 2/8] block: move two bvec structure into bvec.h
` [PATCH v3 3/8] block: mark 1st parameter of bvec_iter_advance as const
` [PATCH v3 4/8] iov_iter: use bvec iterator to implement iterate_bvec()
` [PATCH v3 5/8] fs: xfs: replace BIO_MAX_SECTORS with BIO_MAX_PAGES
` [PATCH v3 6/8] block: bio: remove BIO_MAX_SECTORS
` [PATCH v3 7/8] block: drbd: avoid to use BIO_MAX_SIZE

xfs trace in 4.4.2 / also in 4.3.3 WARNING fs/xfs/xfs_aops.c:1232 xfs_vm_releasepage
 2016-04-04  6:12 UTC  (12+ messages)

[PATCH v2 0/8] block: prepare for multipage bvecs
 2016-04-03 18:12 UTC  (8+ messages)
` [PATCH v2 1/8] block: move bvec iterator into include/linux/bvec.h
` [PATCH v2 2/8] block: move two bvec structure into bvec.h
` [PATCH v2 3/8] block: mark 1st parameter of bvec_iter_advance as const
` [PATCH v2 4/8] iov_iter: use bvec iterator to implement iterate_bvec()
` [PATCH v2 5/8] fs: xfs: replace BIO_MAX_SECTORS with BIO_MAX_PAGES
` [PATCH v2 6/8] block: bio: remove BIO_MAX_SECTORS

[PATCH v2 8/8] block: bio: remove BIO_MAX_SIZE
 2016-04-03 16:34 UTC 

[PATCH v2 7/8] block: drbd: avoid to use BIO_MAX_SIZE
 2016-04-03 16:33 UTC 

[PATCH] xfs_quota: allow create limit when user or group names beginning with digits
 2016-04-02 15:59 UTC 

[PATCH v2] xfs_quota: add missed options -D and -P into man page
 2016-04-02 12:37 UTC  (2+ messages)

[PATCH] xfs/133 134 262: limit xfs_quota report to report on specific project quota id
 2016-04-01 21:50 UTC  (4+ messages)

Internal error at xfs_trans_cancel
 2016-04-01 18:34 UTC  (3+ messages)

[PATCH] xfs_quota: add missed options -D and -P into man page
 2016-04-01 14:30 UTC  (2+ messages)

XFS hung task in xfs_ail_push_all_sync() when unmounting FS after disk failure/recovery
 2016-04-01 12:31 UTC  (11+ messages)

generic/027 possible deadlock
 2016-04-01  6:48 UTC 

list_add corruption after "xfs: mode di_mode to vfs inode"
 2016-04-01  2:44 UTC 

falloc vs reflink revisited
 2016-04-01  2:00 UTC  (23+ messages)
` fallocate mode flag for "unshare blocks"?

[PATCH v1 0/8] block: prepare for multipage bvecs
 2016-04-01  0:31 UTC  (13+ messages)
` [PATCH v1 1/8] block: move bvec iterator into include/linux/bvec_iter.h
` [PATCH v1 2/8] block: make 'struct bvec_iter' not depend on CONFIG_BLOCK
` [PATCH v1 3/8] block: mark 1st parameter of bvec_iter_advance as const
` [PATCH v1 4/8] iov_iter: use bvec iterator to implement iterate_bvec()
` [PATCH v1 5/8] fs: xfs: replace BIO_MAX_SECTORS with BIO_MAX_PAGES
` [PATCH v1 6/8] block: bio: remove BIO_MAX_SECTORS
` [PATCH v1 7/8] block: drbd: avoid to use BIO_MAX_SIZE
` [PATCH v1 8/8] block: bio: remove BIO_MAX_SIZE

[NOPATCH v5]: XFS reverse-mapping, reflink, and dedupe support
 2016-04-01  0:11 UTC  (2+ messages)
` XFS reverse-mapping, reflink, and scrub update

[PATCH] xfs: add missing break in xfs_parseargs()
 2016-03-31 15:04 UTC  (4+ messages)

[PATCH] xfs/030: link .out file according to reflink support status
 2016-03-31  7:05 UTC  (6+ messages)
` [PATCH v2] xfs/030: filter out repeated lines from .out files

[PATCH] xfs: fix a memory leak in xfs_get_acl on error
 2016-03-30 22:13 UTC  (6+ messages)

BUG in xfs_trans_binval
 2016-03-30 19:33 UTC  (3+ messages)

[PATCH] xfs: don't hand out pNFS layouts for reflink inodes
 2016-03-30 17:40 UTC  (6+ messages)

[PATCH] xfs/206: filter out reflink related outputs
 2016-03-30 13:43 UTC  (2+ messages)

U.S. Manufacturer seeks Distributors Worldwide
 2016-03-30  7:39 UTC 

[PATCH v2 0/5] dax: handling of media errors
 2016-03-30  6:56 UTC  (6+ messages)
` [PATCH v2 5/5] dax: handle media errors in dax_do_io

[PATCH v2 1/5] block, dax: pass blk_dax_ctl through to drivers
 2016-03-30  4:19 UTC  (2+ messages)


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