public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2012-11-27 01:36:31 to 2012-12-06 17:25:00 UTC [more...]

[3.0-stable PATCH 00/36] Proposed 3.0-stable bug patches
 2012-12-06 17:27 UTC  (40+ messages)
` [3.0-stable PATCH 01/36] xfs: fix possible overflow in xfs_ioc_trim()
` [3.0-stable PATCH 02/36] xfs: fix allocation length overflow in xfs_bmapi_write()
` [3.0-stable PATCH 03/36] xfs: mark the xfssyncd workqueue as non-reentrant
` [3.0-stable PATCH 04/36] xfs: xfs_trans_add_item() - dont assign in ASSERT() when compare is intended
` [3.0-stable PATCH 05/36] xfs: only take the ILOCK in xfs_reclaim_inode()
` [3.0-stable PATCH 06/36] xfs: fallback to vmalloc for large buffers in xfs_attrmulti_attr_get
` [3.0-stable PATCH 07/36] xfs: fallback to vmalloc for large buffers in xfs_getbmap
` [3.0-stable PATCH 08/36] xfs: fix deadlock in xfs_rtfree_extent
` [3.0-stable PATCH 09/36] xfs: Fix open flag handling in open_by_handle code
` [3.0-stable PATCH 10/36] xfs: Account log unmount transaction correctly
` [3.0-stable PATCH 11/36] xfs: fix fstrim offset calculations
` [3.0-stable PATCH 12/36] xfs: dont fill statvfs with project quota for a directory
` [3.0-stable PATCH 13/36] xfs: Ensure inode reclaim can run during quotacheck
` [3.0-stable PATCH 14/36] xfs: use shared ilock mode for direct IO writes by default
` [3.0-stable PATCH 15/36] xfs: punch all delalloc blocks beyond EOF on write failure
` [3.0-stable PATCH 16/36] xfs: page type check in writeback only checks last buffer
` [3.0-stable PATCH 17/36] xfs: punch new delalloc blocks out of failed writes inside EOF
` [3.0-stable PATCH 18/36] xfs: dont assert on delalloc regions beyond EOF
` [3.0-stable PATCH 19/36] xfs: limit specualtive delalloc to maxioffset
` [3.0-stable PATCH 20/36] xfs: Use preallocation for inodes with extsz hints
` [3.0-stable PATCH 21/36] xfs: Dont allocate new buffers on every call to _xfs_buf_find
` [3.0-stable PATCH 22/36] xfs: clean up buffer allocation
` [3.0-stable PATCH 23/36] xfs: fix buffer lookup race on allocation failure
` [3.0-stable PATCH 24/36] xfs: use iolock on XFS_IOC_ALLOCSP calls
` [3.0-stable PATCH 25/36] xfs: Properly exclude IO type flags from buffer flags
` [3.0-stable PATCH 26/36] xfs: flush outstanding buffers on log mount failure
` [3.0-stable PATCH 27/36] xfs: protect xfs_sync_worker with s_umount semaphore
` [3.0-stable PATCH 28/36] xfs: fix memory reclaim deadlock on agi buffer
` [3.0-stable PATCH 29/36] xfs: xfs_vm_writepage clear iomap_valid when
` [3.0-stable PATCH 30/36] xfs: fix allocbt cursor leak in xfs_alloc_ag_vextent_near
` [3.0-stable PATCH 31/36] xfs: shutdown xfs_sync_worker before the log
` [3.0-stable PATCH 32/36] xfs: really fix the cursor leak in xfs_alloc_ag_vextent_near
` [3.0-stable PATCH 33/36] xfs: check for stale inode before acquiring iflock on push
` [3.0-stable PATCH 34/36] xfs: stop the sync worker before xfs_unmountfs
` [3.0-stable PATCH 35/36] xfs: zero allocation_args on the kernel stack
` [3.0-stable PATCH 36/36] xfs: only update the last_sync_lsn when a transaction completes

xfsdump INTERRUPT issue
 2012-12-06 10:35 UTC  (5+ messages)

XFS write cache flush policy
 2012-12-06  8:51 UTC 

Bug#694624: freezes under lying (root) - patch
 2012-12-06  4:56 UTC 

xfsdump INTERRUPT issue
 2012-12-05 22:19 UTC  (15+ messages)

[PATCH 0/4] speculative preallocation quota throttling
 2012-12-05 16:47 UTC  (5+ messages)
` [PATCH 1/4] xfs: reorganize xfs_iomap_prealloc_size to remove indentation
` [PATCH 2/4] xfs: push rounddown_pow_of_two() to after prealloc throttle
` [PATCH 3/4] xfs: add quota-driven speculative preallocation throttling
` [PATCH 4/4] xfs: preallocation throttling tracepoints

[PATCH v3 0/5] discontiguous buffer patches
 2012-12-04 23:18 UTC  (6+ messages)
` [PATCH v3 1/5] xfs: use b_maps[] for discontiguous buffers
` [PATCH v3 2/5] xfs: rename bli_format to avoid confusion with bli_formats
` [PATCH v3 3/5] xfs: fix segment in xfs_buf_item_format_segment
` [PATCH v3 4/5] xfs: fix the multi-segment log buffer format
` [PATCH v3 5/5] xfs remove the XFS_TRANS_DEBUG routines

[PATCH 01/15] xfs: Add a new transaction for changing ag state
 2012-12-04 11:56 UTC  (5+ messages)

[PATCH] xfs: Don't flush inodes when project quota exceeded
 2012-12-04 20:15 UTC  (11+ messages)

Bug#694624: /usr/sbin/xfs_freeze: freezes under lying (root)
 2012-12-04  2:15 UTC  (2+ messages)

Bug#694624: /usr/sbin/xfs_freeze: freezes under lying (root)
 2012-12-03 21:48 UTC  (2+ messages)

[PATCH] xfstests: fsck scratch device if it got used
 2012-12-03 18:56 UTC  (7+ messages)

[PATCH 0/4] xfs: patch queue for 3.8
 2012-12-03 18:18 UTC  (22+ messages)
` [PATCH 1/4] xfs: fix direct IO nested transaction deadlock
` [PATCH 2/4] xfs: byte range granularity for XFS_IOC_ZERO_RANGE
  ` [PATCH 2/4 V2] "
` [PATCH 3/4] xfs: fix stray dquot unlock when reclaiming dquots
` [PATCH 4/4] xfs: fix sparse reported log CRC endian issue

[PATCH v2 0/3] discontiguous buffer patches
 2012-12-02 23:52 UTC  (13+ messages)
` [PATCH v2 1/3] xfs: use b_maps[] for discontiguous buffers
` [PATCH v2 2/3] xfs: fix the buffer log format for contiguous buffers
` [PATCH v2 3/3] xfs: fix the multi-segment log buffer format

XFS status update for October 2012
 2012-12-01  0:13 UTC 

Bug#694624: /usr/sbin/xfs_freeze: freezes under lying (root) filesystem if mountpoint is not currently mounted
 2012-11-30 16:04 UTC  (2+ messages)

[PATCH] xfstests: _fail in _scratch_mkfs_sized if device is too small
 2012-11-30 16:05 UTC  (2+ messages)

[PATCH] xfstests: update XFS_IOC_ZERO_RANGE byte range test output
 2012-11-29 23:27 UTC  (3+ messages)

userspace release -rc2
 2012-11-29 23:13 UTC  (2+ messages)

[RFC, PATCH 00/19] Numa aware LRU lists and shrinkers
 2012-11-29 22:09 UTC  (30+ messages)
` [PATCH 01/19] dcache: convert dentry_stat.nr_unused to per-cpu counters
` [PATCH 02/19] dentry: move to per-sb LRU locks
` [PATCH 03/19] dcache: remove dentries from LRU before putting on dispose list
` [PATCH 04/19] mm: new shrinker API
` [PATCH 05/19] shrinker: convert superblock shrinkers to new API
` [PATCH 06/19] list: add a new LRU list type
` [PATCH 07/19] inode: convert inode lru list to generic lru list code
` [PATCH 08/19] dcache: convert to use new lru list infrastructure
` [PATCH 09/19] list_lru: per-node "
` [PATCH 10/19] shrinker: add node awareness
` [PATCH 11/19] fs: convert inode and dentry shrinking to be node aware
` [PATCH 12/19] xfs: convert buftarg LRU to generic code
` [PATCH 13/19] xfs: Node aware direct inode reclaim
` [PATCH 14/19] xfs: use generic AG walk for background "
` [PATCH 15/19] xfs: convert dquot cache lru to list_lru
` [PATCH 16/19] fs: convert fs shrinkers to new scan/count API
` [PATCH 17/19] drivers: convert shrinkers to new count/scan API
` [PATCH 18/19] shrinker: convert remaining shrinkers to "
` [PATCH 19/19] shrinker: Kill old ->shrink API

[BUG] xfs_quota: can't handle the users managed by LDAP
 2012-11-29  0:34 UTC  (8+ messages)

[PATCH 0/2] splice: fix direct IO/splice deadlock
 2012-11-28 21:33 UTC  (5+ messages)
` [PATCH 1/2] vfs: split generic splice code from i_mutex locking
` [PATCH 2/2] xfs: fix splice/direct-IO deadlock

Problems with kernel 3.6.x (vm ?) (was : Is kernel 3.6.1 or filestreams option toxic ?)
 2012-11-28 20:37 UTC  (2+ messages)

How to run xfstests against multipath disks on SuSE?
 2012-11-28 15:17 UTC  (10+ messages)

[PATCH] xfstests: test EROFS vs. EEXIST when creating on an RO filesystem
 2012-11-28  3:19 UTC  (7+ messages)
` [PATCH V2] "

[PATCH v3 0/3] Print when ENOSPC due to lack of inodes
 2012-11-28  2:52 UTC  (3+ messages)

[xfs:for-next 72/74] fs/xfs/xfs_log.c:1709:32: sparse: incorrect type in assignment (different base types)
 2012-11-28  1:00 UTC  (2+ messages)

[PATCH 0/3, V2] xfs: regression fixes for the 3.8 cycle
 2012-11-28  0:14 UTC  (6+ messages)
` [PATCH 2/3] xfs: fix direct IO nested transaction deadlock

[RFC] [PATCH] xfs_quota: support relative path as `path' arguments
 2012-11-27 23:41 UTC  (3+ messages)

[PATCH] xfs: Remove the description about nodelaylog mount option from, the xfs document
 2012-11-27  7:33 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