public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-03-07 14:33:04 to 2017-03-15 16:00:51 UTC [more...]

[PATCH 00/22] mkfs.xfs: Make stronger conflict checks
 2017-03-15 16:00 UTC  (8+ messages)
` [PATCH 02/22] mkfs: merge tables for opts parsing into one table
` [PATCH 04/22] mkfs: change conflicts array into a table capable of cross-option addressing
` [PATCH 05/22] mkfs: add a check for conflicting values
` [PATCH 06/22] mkfs: add cross-section conflict checks
` [PATCH 07/22] mkfs: Move opts related #define to one place
` [PATCH 10/22] mkfs: change when to mark an option as seen
` [PATCH 11/22] mkfs: add test_default_value into conflict struct

[PATCH v2] xfs: remove kmem_zalloc_greedy
 2017-03-15 15:43 UTC  (7+ messages)

[PATCH] xfs_repair: junk leaf attribute if count == 0
 2017-03-15 15:22 UTC  (10+ messages)

[PATCH 0/2] xfs: readonly handling changes
 2017-03-15 15:18 UTC  (10+ messages)
` [PATCH 1/2] xfs: write unmount record for ro mounts
` [PATCH 2/2] xfs: remove readonly checks from xfs_release & xfs_inactive
  ` [PATCH 2/2 V2] xfs: toggle readonly state around xfs_log_mount_finish

Request for including dbd5c8c9a288 ("xfs: pass total block res. as total xfs_bmapi_write() parameter") into stable
 2017-03-15 15:00 UTC  (4+ messages)
` xfs: pass total block res. as total xfs_bmapi_write() parameter

[PATCH] xfs: verify inline directory data forks
 2017-03-15 15:00 UTC  (2+ messages)

[PATCH v2] xfs: don't run off the end of the buffer reading inline dirents
 2017-03-15  7:29 UTC  (2+ messages)

boot failure after kernel update, imap claims in-use inode 661690 is free, would correct imap
 2017-03-15  7:23 UTC  (2+ messages)

[RFC PATCH] xfs: don't run off the end of the buffer reading inline dirents
 2017-03-14 23:55 UTC  (7+ messages)

[PATCH v6A 00/19] xfs: online scrub support
 2017-03-13 22:34 UTC  (22+ messages)
` [PATCH 01/19] xfs: query the per-AG reservation counters
` [PATCH 02/19] xfs: add scrub tracepoints
` [PATCH 03/19] xfs: create an ioctl to scrub AG metadata
` [PATCH 04/19] xfs: generic functions to scrub metadata and btrees
` [PATCH 05/19] xfs: scrub the backup superblocks
` [PATCH 06/19] xfs: scrub AGF and AGFL
` [PATCH 07/19] xfs: scrub the AGI
` [PATCH 08/19] xfs: support scrubbing free space btrees
` [PATCH 09/19] xfs: support scrubbing inode btrees
` [PATCH 10/19] xfs: support scrubbing rmap btree
` [PATCH 11/19] xfs: support scrubbing refcount btree
` [PATCH 12/19] xfs: scrub inodes
` [PATCH 13/19] xfs: scrub inode block mappings
` [PATCH 14/19] xfs: scrub directory/attribute btrees
` [PATCH 15/19] xfs: scrub directory metadata
` [PATCH 16/19] xfs: scrub directory freespace
` [PATCH 17/19] xfs: scrub extended attributes
` [PATCH 18/19] xfs: scrub symbolic links
` [PATCH 19/19] xfs: scrub realtime bitmap/summary

4.11.0-rc1 boot resulted in WARNING: CPU: 14 PID: 1722 at fs/sysfs/dir.c:31 .sysfs_warn_dup+0x78/0xb0
 2017-03-13 17:30 UTC  (6+ messages)

[PATCH] statx: reject unknown flags when using NULL path
 2017-03-11  6:58 UTC 

[PATCH v6 0/9] xfsprogs: online scrub/repair support
 2017-03-10 23:25 UTC  (10+ messages)
` [PATCH 1/9] xfs_repair: rebuild bmbt from rmapbt data
` [PATCH 2/9] xfs_db: introduce fuzz command
` [PATCH 3/9] xfs_db: print attribute remote value blocks
` [PATCH 4/9] xfs_db: write / fuzz bad values into dir/attr blocks with good CRCs
` [PATCH 5/9] xfs_io: provide an interface to the scrub ioctls
` [PATCH 6/9] xfs_scrub: create online filesystem scrub program
` [PATCH 7/9] xfs_scrub: add XFS-specific scrubbing functionality
` [PATCH 8/9] xfs_scrub: create a script to scrub all xfs filesystems
` [PATCH 9/9] xfs_scrub: integrate services with systemd

[PATCH] repair: handle reading superblock from image on larger sector size filesystem
 2017-03-10 16:47 UTC  (4+ messages)

XFS race on umount
 2017-03-10 14:52 UTC  (4+ messages)

[PATCH] xfs: report crtime and attribute flags to statx
 2017-03-10  5:01 UTC  (20+ messages)
  ` statx manpage

[PATCH 0/9] mkfs.xfs: add mkfs.xfs.conf support
 2017-03-09 22:34 UTC  (16+ messages)
` [PATCH 9/9] mkfs.xfs: add mkfs.xfs.conf parse support

[GIT PULL] xfs: fixes for 4.11-rc2
 2017-03-09 22:05 UTC 

pquota + xfs_fsr cron
 2017-03-09 21:25 UTC  (2+ messages)

[PATCH] xfs: use dedicated log worker wq to avoid deadlock with cil wq
 2017-03-09 18:18 UTC 

[PATCH 0/7 v5] scope GFP_NOFS api
 2017-03-09 11:42 UTC  (5+ messages)
` [PATCH 4/7] mm: introduce memalloc_nofs_{save,restore} API

[PATCH 0/5] fs, xfs refcount conversions
 2017-03-09  6:57 UTC  (9+ messages)
` [PATCH 1/5] fs, xfs: convert xfs_bui_log_item.bui_refcount from atomic_t to refcount_t
` [PATCH 2/5] fs, xfs: convert xfs_efi_log_item.efi_refcount "
` [PATCH 3/5] fs, xfs: convert xlog_ticket.t_ref "
` [PATCH 4/5] fs, xfs: convert xfs_cui_log_item.cui_refcount "
` [PATCH 5/5] fs, xfs: convert xfs_rui_log_item.rui_refcount "

[PATCH v2] xfs: try any AG when allocating the first btree block when reflinking
 2017-03-09  4:56 UTC  (2+ messages)

[PATCH 0/8 v2] Non-blocking AIO
 2017-03-09  2:18 UTC  (8+ messages)
` [PATCH 5/8] nowait aio: return on congested block device

How to favor memory allocations for WQ_MEM_RECLAIM threads?
 2017-03-08 23:03 UTC  (8+ messages)

Significantly longer fallocate times with Flag Unwritten Extents disabled
 2017-03-08 21:50 UTC  (4+ messages)

[PATCH 0/3] xfsprogs: 4.11 rollup
 2017-03-08 19:09 UTC  (7+ messages)
` [PATCH 1/3] misc: use system FICLONE/FICLONERANGE/FIDEDUPERANGE definitions
` [PATCH 2/3] xfs_repair: detect invalid zero-sized symlink inodes
` [PATCH 3/3] xfs_io: support shutdown command on foreign fses

[PATCH] xfs: try any AG when allocating the first btree block when reflinking
 2017-03-08 18:19 UTC  (4+ messages)

[PATCH v4] xfs: use iomap new flag for newly allocated delalloc blocks
 2017-03-08 17:59 UTC  (3+ messages)

[PATCH] xfs: fix and streamline error handling in xfs_end_io
 2017-03-08 17:56 UTC  (2+ messages)

[RFC PATCH v1 00/30] fs: inode->i_version rework and optimization
 2017-03-08 17:29 UTC  (4+ messages)

WARNING: CPU: 2 PID: 20539 at fs/iomap.c:954 iomap_dio_rw+0x39a/0x3b0
 2017-03-08 12:35 UTC  (4+ messages)

XFS failure in 4.10+
 2017-03-08 15:19 UTC  (7+ messages)

[PATCH v3] xfs: use iomap new flag for newly allocated delalloc blocks
 2017-03-08 12:30 UTC  (3+ messages)

[PATCH v6 0/9] xfsprogs 4.12: GETFSMAP support
 2017-03-08  1:15 UTC  (10+ messages)
` [PATCH 1/9] xfs_io: support the new getfsmap ioctl
` [PATCH 2/9] xfs_repair: replace rmap_compare with libxfs version
` [PATCH 3/9] xfs_spaceman: space management tool
` [PATCH 4/9] xfs_spaceman: add FITRIM support
` [PATCH 5/9] xfs_spaceman: add new speculative prealloc control
` [PATCH 6/9] xfs_spaceman: AG state control
` [PATCH 7/9] xfs_spaceman: Free space mapping command
` [PATCH 8/9] xfs_spaceman: add a man page
` [PATCH 9/9] xfs_spaceman: add group summary mode

[PATCH v3] xfs: only reclaim unwritten COW extents periodically
 2017-03-08  4:11 UTC  (2+ messages)

[PowerPC] XFS : Metadata corruption detected at 0x60000000382100b0, xfs_agf block
 2017-03-07 20:44 UTC  (2+ messages)

[PATCH v2] xfs: only reclaim unwritten COW extents periodically
 2017-03-08  0:43 UTC  (2+ messages)

[PATCH 0/5] fs, xfs atomic_t to refcount_t conversions version 2
 2017-03-07 20:30 UTC  (5+ messages)
` [PATCH 4/5] fs, xfs: convert xfs_cui_log_item.cui_refcount from atomic_t to refcount_t

xfstests and (automated) workflow?
 2017-03-07  8:04 UTC  (3+ messages)

[PATCH] xfs: clear XBF_ASYNC if we attach an iodone callback
 2017-03-07 16:12 UTC  (10+ messages)

XFS kernel BUG during generic/270 with v4.10
 2017-03-07 14:32 UTC  (4+ messages)


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