linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-04-19 20:17:56 to 2017-04-26 07:34:41 UTC [more...]

Reviewing determinism of xfs_reclaim_inodes_ag()
 2017-04-26  7:34 UTC  (3+ messages)

[PATCH 00/12] mkfs: save user input into opts table
 2017-04-26  7:30 UTC  (45+ messages)
` [PATCH 01/12] mkfs: Save raw user input field to the opts struct
` [PATCH 02/12] mkfs: rename defaultval to flagval in opts
` [PATCH 03/12] mkfs: remove intermediate getstr followed by getnum
` [PATCH 04/12] mkfs: merge tables for opts parsing into one table
` [PATCH 05/12] mkfs: extend opt_params with a value field
` [PATCH 06/12] mkfs: create get/set functions for opts table
` [PATCH 07/12] mkfs: save user input values into opts
` [PATCH 08/12] mkfs: replace variables with opts table: -b,d,s options
` [PATCH 09/12] mkfs: replace variables with opts table: -i options
` [PATCH 10/12] mkfs: replace variables with opts table: -l options
` [PATCH 11/12] mkfs: replace variables with opts table: -n options
` [PATCH 12/12] mkfs: replace variables with opts table: -r options

[PATCH] xfs_io: Add statx support for PowerPC architecture
 2017-04-26  6:39 UTC 

[PATCH 1/2] mkfs: unify numeric types of main variables in main()
 2017-04-26  3:58 UTC  (14+ messages)
` [PATCH 2/2] mkfs: remove long long type casts
  ` [PATCH 2/2 v2] "
` [PATCH 1/2 v2] mkfs: unify numeric types of main variables in main()
` [PATCH 1/2 v3] "

[ANNOUNCE] xfs-linux: for-next updated to 9fb0026
 2017-04-25 17:53 UTC 

[PATCH v3 00/20] fs: introduce new writeback error reporting and convert existing API as a wrapper around it
 2017-04-25 16:43 UTC  (49+ messages)
` [PATCH v3 01/20] mm: drop "wait" parameter from write_one_page
` [PATCH v3 02/20] mm: fix mapping_set_error call in me_pagecache_dirty
` [PATCH v3 03/20] buffer: use mapping_set_error instead of setting the flag
` [PATCH v3 04/20] fs: check for writeback errors after syncing out buffers in generic_file_fsync
` [PATCH v3 05/20] orangefs: don't call filemap_write_and_wait from fsync
` [PATCH v3 06/20] dax: set errors in mapping when writeback fails
` [PATCH v3 07/20] nilfs2: set the mapping error when calling SetPageError on writeback
` [PATCH v3 08/20] mm: ensure that we set mapping error if writeout() fails
` [PATCH v3 09/20] 9p: set mapping error when writeback fails in launder_page
` [PATCH v3 10/20] fuse: set mapping error in writepage_locked when it fails
` [PATCH v3 11/20] cifs: set mapping error when page writeback fails in writepage or launder_pages
` [PATCH v3 12/20] lib: add errseq_t type and infrastructure for handling it
` [PATCH v3 13/20] fs: new infrastructure for writeback error handling and reporting
` [PATCH v3 14/20] fs: retrofit old error reporting API onto new infrastructure
` [PATCH v3 15/20] mm: remove AS_EIO and AS_ENOSPC flags
` [PATCH v3 16/20] mm: don't TestClearPageError in __filemap_fdatawait_range
` [PATCH v3 17/20] cifs: cleanup writeback handling errors and comments
` [PATCH v3 18/20] mm: clean up error handling in write_one_page
` [PATCH v3 19/20] jbd2: don't reset error in journal_finish_inode_data_buffers
` [PATCH v3 20/20] gfs2: clean up some filemap_* calls

fix space reservations underneath xfs_bmapi_write
 2017-04-25 12:11 UTC  (9+ messages)
` [PATCH 04/10] xfs: remove an unsafe retry in xfs_bmbt_alloc_block

Deadlock between block allocation and block truncation
 2017-04-25  7:36 UTC  (5+ messages)

[PATCH] xfs_io: fix statx definition for non-x86 architecture
 2017-04-25  6:55 UTC  (2+ messages)

[PATCH 0/8 v6] No wait AIO
 2017-04-25  2:28 UTC  (7+ messages)
` [PATCH 5/8] nowait aio: return on congested block device

[RFC PATCH] xfs: try to avoid blowing out the transaction reservation when bunmaping a shared extent
 2017-04-25  2:09 UTC 

transaction reservations for deleting of shared extents
 2017-04-25  2:09 UTC  (7+ messages)

[RFC PATCH] xfs: refactor dir2 leaf readahead shadow buffer cleverness
 2017-04-25  2:03 UTC 

[PATCH v3] xfs: reserve enough blocks to handle btree splits when remapping
 2017-04-25  1:58 UTC 

[PATCH] xfs: refactor dir2 leaf readahead shadow buffer cleverness
 2017-04-24 21:31 UTC  (3+ messages)

split the reflink remap from the block allocation path V3
 2017-04-24 21:27 UTC  (7+ messages)
` [PATCH 4/6] xfs: introduce xfs_bmapi_remap

[PATCH v2] xfs: reserve enough blocks to handle btree splits when remapping
 2017-04-24 17:37 UTC  (3+ messages)

[PATCH] xfstests: test xfs_growfs to ensure rejection if target isn't mounted
 2017-04-24 15:06 UTC  (4+ messages)
` [PATCH v2] "
` [PATCH v3] "

[RFC xfstests PATCH] xfstests: add a writeback error handling test
 2017-04-24 15:00 UTC  (2+ messages)

[PATCH] xfsprogs: ensure growfs rejects non-existent mount point
 2017-04-24 14:29 UTC  (7+ messages)
` [PATCH v2] "
` [PATCH v3] "

[PATCH 0/9] mkfs.xfs: add mkfs.xfs.conf support
 2017-04-24  8:25 UTC  (9+ messages)

[PATCH] xfs: fix getfsmap userspace memory corruption while setting OF_LAST
 2017-04-24  7:05 UTC  (2+ messages)

[PATCH v2 2/2] xfs_io: add missed quotation marks in man page
 2017-04-24  5:33 UTC 

[PATCH v2 1/2] xfs_io: add missed inode command into man page
 2017-04-24  5:02 UTC 

[PATCH] xfs: strengthen log intent item refcount checking
 2017-04-23 17:39 UTC  (3+ messages)

a few sparse inspired cleanups / fixes
 2017-04-23  7:38 UTC  (14+ messages)
` [PATCH 1/6] xfs: use NULL instead of 0 to initialize a pointer in xfs_getfsmap
` [PATCH 2/6] xfs: use NULL instead of 0 to initialize a pointer in xfs_ioc_getfsmap
` [PATCH 3/6] xfs: corruption needs to respect endianess too!
` [PATCH 4/6] xfs: fix __user annotations for xfs_ioc_getfsmap
` [PATCH 5/6] xfs: don't use bool values in trace buffers
` [PATCH 6/6] xfs: remove xfs_trans_ail_delete_bulk

xfsaild in D state seems to be blocking all other i/o sporadically
 2017-04-22  8:38 UTC  (16+ messages)

[PATCH v3 0/2] xfs: quotacheck vs. dquot reclaim deadlock
 2017-04-21 21:28 UTC  (4+ messages)
` [PATCH v3 1/2] xfs: fix up quotacheck buffer list error handling
` [PATCH v3 2/2] xfs: push buffer of flush locked dquot to avoid quotacheck deadlock

[Qemu-devel] [RFC PATCH 0/4] nvdimm: enable flush hint address structure
 2017-04-21 19:14 UTC 

[PATCH v2 0/3] xfs: quotacheck vs. dquot reclaim deadlock
 2017-04-21 12:18 UTC  (13+ messages)
` [PATCH 2/3] xfs: push buffer of flush locked dquot to avoid quotacheck deadlock

[PATCH 0/5] fs, xfs refcount conversions
 2017-04-20 22:18 UTC  (5+ messages)

inconsistent lock state in kernel 4.11 rc6
 2017-04-20 22:12 UTC  (5+ messages)

[PATCH] xfs_io: add missed inode command into man page
 2017-04-20 17:48 UTC  (4+ messages)

[PATCH] xfs: prevent multi-fsb dir readahead from reading random blocks
 2017-04-20 17:17 UTC  (2+ messages)

misc cleanups
 2017-04-20 16:56 UTC  (5+ messages)
` [PATCH 3/3] xfs: simplify validation of the unwritten extent bit

[PATCH] xfs: kill __uint*_t and __int*_t
 2017-04-20 16:41 UTC  (6+ messages)

[PATCH] xfs: more do_div cleanups
 2017-04-19 22:26 UTC  (2+ messages)

[PATCH] xfs: remove use of do_div with 32-bit dividend in quota debug code
 2017-04-19 20:23 UTC  (4+ messages)
` [PATCH V2] "


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).