public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2012-09-27 17:42:54 to 2012-10-08 14:26:59 UTC [more...]

[PATCH] mm: Fix XFS oops due to dirty pages without buffers on s390
 2012-10-08 14:28 UTC  (2+ messages)

[PATCH] xfs: growfs: don't read garbage for new secondary superblocks
 2012-10-08 11:57 UTC 

[PATCH 00/14 V5]: xfs: remove the xfssyncd mess
 2012-10-08 10:56 UTC  (15+ messages)
` [PATCH 01/14] xfs: xfs_syncd_stop must die
` [PATCH 02/14] xfs: rationalise xfs_mount_wq users
` [PATCH 03/14] xfs: don't run the sync work if the filesystem is read-only
` [PATCH 04/14] xfs: sync work is now only periodic log work
` [PATCH 05/14] xfs: Bring some sanity to log unmounting
` [PATCH 06/14] xfs: xfs_sync_data is redundant
` [PATCH 07/14] xfs: syncd workqueue is no more
` [PATCH 08/14] xfs: xfs_sync_fsdata is redundant
` [PATCH 09/14] xfs: move xfs_quiesce_attr() into xfs_super.c
` [PATCH 10/14] xfs: xfs_quiesce_attr() should quiesce the log like unmount
` [PATCH 11/14] xfs: rename xfs_sync.[ch] to xfs_icache.[ch]
` [PATCH 12/14] xfs: move inode locking functions to xfs_inode.c
` [PATCH 13/14] xfs: remove xfs_iget.c
` [PATCH 14/14] xfs: only update the last_sync_lsn when a transaction completes

[patch v4 00/13] xfs: remove the xfssyncd mess
 2012-10-08  0:33 UTC  (24+ messages)
` [patch v4 01/13] [PATCH 01/13] xfs: xfs_syncd_stop must die
` [patch v4 02/13] [PATCH 02/13] xfs: rationalise xfs_mount_wq users
` [patch v4 03/13] [PATCH 03/13] xfs: dont run the sync work if the filesystem is
` [patch v4 04/13] [PATCH 04/13] xfs: sync work is now only periodic log work
` [patch v4 05/13] [PATCH 05/13] xfs: Bring some sanity to log unmounting
` [patch v4 06/13] [PATCH 06/13] xfs: xfs_sync_data is redundant
` [patch v4 07/13] [PATCH 07/13] xfs: syncd workqueue is no more
` [patch v4 08/13] [PATCH 08/13] xfs: xfs_sync_fsdata is redundant
` [patch v4 09/13] [PATCH 09/13] xfs: move xfs_quiesce_attr() into xfs_super.c
` [patch v4 10/13] [PATCH 10/13] xfs: xfs_quiesce_attr() should quiesce the log like
` [patch v4 11/13] [PATCH 11/13] xfs: rename xfs_sync.[ch] to xfs_icache.[ch]
` [patch v4 12/13] [PATCH 12/13] xfs: move inode locking functions to xfs_inode.c
` [patch v4 13/13] [PATCH 13/13] xfs: remove xfs_iget.c

Polish translation for xfsdump
 2012-10-07 12:55 UTC 

xfs mount fails 'can't read superblock'
 2012-10-06  0:17 UTC  (6+ messages)

INTERNATIONAL SWIFT ATM CARD in your name
 2012-10-05 19:44 UTC 

[PATCH v5 00/10] speculative preallocation inode tracking
 2012-10-05 14:17 UTC  (11+ messages)
` [PATCH v5 01/10] xfs: add EOFBLOCKS inode tagging/untagging
` [PATCH v5 02/10] xfs: support a tag-based inode_ag_iterator
` [PATCH v5 03/10] xfs: create helper to check whether to free eofblocks on inode
` [PATCH v5 04/10] xfs: make xfs_free_eofblocks() non-static, return EAGAIN on trylock failure
` [PATCH v5 05/10] xfs: create function to scan and clear EOFBLOCKS inodes
` [PATCH v5 06/10] xfs: add XFS_IOC_FREE_EOFBLOCKS ioctl
` [PATCH v5 07/10] xfs: make xfs_quota_type() non-static
` [PATCH v5 08/10] xfs: add quota id filtering to eofblocks scan
` [PATCH v5 09/10] xfs: add minimum file size "
` [PATCH v5 10/10] xfs: add background scanning to clear eofblocks inodes

[PATCH 0/2] xfs: fix AGF/alloc workqueue deadlock
 2012-10-05 13:28 UTC  (5+ messages)
` [PATCH 1/2] xfs: introduce XFS_BMAPI_STACK_SWITCH
` [PATCH 2/2] xfs: move allocation stack switch up to xfs_bmapi_allocate

kernel traceback from xfsdump
 2012-10-05  3:29 UTC  (2+ messages)

get filename->inode mappings in bulk for a live fs?
 2012-10-05  0:36 UTC  (9+ messages)
  ` xfs_freeze same as umount? How is that helpful?

how to replay log of a fs that has no log? or is this supposed to work?
 2012-10-04 23:37 UTC  (3+ messages)
` how to replay log of a fs that has no log: is this supposed to work? SW Defect?

[PATCH v3] xfstests: Use upstream version of fstrim instead of the local one
 2012-10-04 20:13 UTC  (6+ messages)

OOM on quotacheck (again?)
 2012-10-04 14:19 UTC  (10+ messages)

sparse files
 2012-10-04 13:54 UTC  (2+ messages)

Why xfs_<utils> not 'readline' w/line-edit & history enabled?
 2012-10-04 12:12 UTC  (17+ messages)
      ` Why xfs_<utils> not 'readline' w/line-edit & history enabled? (+attachment)

[PATCH V3 00/13] xfs: remove the xfssyncd mess
 2012-10-04  1:07 UTC  (37+ messages)
` [PATCH 01/13] xfs: xfs_syncd_stop must die
` [PATCH 02/13] xfs: rationalise xfs_mount_wq users
` [PATCH 03/13] xfs: don't run the sync work if the filesystem is read-only
` [PATCH 04/13] xfs: sync work is now only periodic log work
` [PATCH 05/13] xfs: Bring some sanity to log unmounting
` [PATCH 06/13] xfs: xfs_sync_data is redundant
` [PATCH 07/13] xfs: syncd workqueue is no more
` [PATCH 08/13] xfs: xfs_sync_fsdata is redundant
` [PATCH 09/13] xfs: move xfs_quiesce_attr() into xfs_super.c
` [PATCH 10/13] xfs: xfs_quiesce_attr() should quiesce the log like unmount
` [PATCH 11/13] xfs: rename xfs_sync.[ch] to xfs_icache.[ch]
` [PATCH 12/13] xfs: move inode locking functions to xfs_inode.c
` [PATCH 13/13] xfs: remove xfs_iget.c

[grex.org #28261] AutoReply: DELIVERY REPORTS ABOUT YOUR E-MAIL
 2012-10-03  9:45 UTC 

Extreme I/O latency
 2012-10-02 14:31 UTC  (5+ messages)

[GIT PULL] XFS update for 3.7-rc1
 2012-10-02 18:01 UTC 

xfs_repair deleting realtime files
 2012-10-02 16:47 UTC  (13+ messages)

[PATCH 0/3] xfs: allocation worker causes freelist buffer lock hang
 2012-10-01 23:10 UTC  (14+ messages)
        ` [PATCH 0/3] xfs: allocation worker causes freelist buffer lock

creating a new 80 TB XFS
 2012-10-01 14:45 UTC  (6+ messages)

[PATCH] xfstests 068: Add mmap load
 2012-10-01 13:45 UTC  (4+ messages)

[PATCH] xfs: only update the last_sync_lsn when a transaction completes
 2012-09-30  2:22 UTC  (5+ messages)

[PATCH v4 0/8] speculative preallocation inode tracking
 2012-09-28 20:42 UTC  (22+ messages)
` [PATCH v4 1/8] xfs: add EOFBLOCKS inode tagging/untagging
` [PATCH v4 2/8] xfs: support a tag-based inode_ag_iterator
` [PATCH v4 3/8] xfs: create helper to check whether to free eofblocks on inode
` [PATCH v4 4/8] xfs: export xfs_free_eofblocks() and return EAGAIN on trylock failure
` [PATCH v4 5/8] xfs: create function to scan and clear EOFBLOCKS inodes
` [PATCH v4 6/8] xfs: add XFS_IOC_FREE_EOFBLOCKS ioctl
` [PATCH v4 7/8] xfs: add enhanced filtering to EOFBLOCKS scan
` [PATCH v4 8/8] xfs: add background scanning to clear EOFBLOCKS inodes

Uw vriend(in) 1 .......Crazy $600 per day with MOBILE...................................................................... raad dit artikel aan EuroShopGigant - Alles voor in huis en tuin - SCHERPE prijzen
 2012-09-28 16:43 UTC 

[PATCH] xfsprog: remove duplicate vector memalign from xfs_io
 2012-09-28 16:38 UTC  (5+ messages)
    ` [PATCH v2] "

ãîðÿ÷àÿ Àíýëÿ õî÷åò ïîùóïàòü âàñ!!!!!
 2012-09-28  5:01 UTC 

more efficient way to print out inode->block mappings?
 2012-09-28  2:14 UTC  (3+ messages)

task blocked for more than 120 seconds
 2012-09-27 22:50 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