public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2012-08-23 05:04:07 to 2012-09-01 23:09:24 UTC [more...]

[RFC, PATCH 0/102]: xfs: 3.0.x stable kernel update
 2012-09-01 23:10 UTC  (49+ messages)
` [PATCH 020/102] xfs: warn if direct reclaim tries to writeback pages
` [PATCH 056/102] xfs: reimplement fdatasync support
` [PATCH 062/102] xfs: trace xfs_name strings correctly
` [PATCH 063/102] xfs: Account log unmount transaction correctly
` [PATCH 064/102] xfs: fix fstrim offset calculations
` [PATCH 065/102] xfs: add lots of attribute trace points
` [PATCH 066/102] xfs: don't fill statvfs with project quota for a directory
` [PATCH 067/102] xfs: Ensure inode reclaim can run during quotacheck
` [PATCH 068/102] xfs: avoid taking the ilock unnessecarily in xfs_qm_dqattach
` [PATCH 069/102] xfs: reduce ilock hold times in xfs_file_aio_write_checks
` [PATCH 070/102] xfs: reduce ilock hold times in xfs_setattr_size
` [PATCH 071/102] xfs: push the ilock into xfs_zero_eof
` [PATCH 072/102] xfs: use shared ilock mode for direct IO writes by default
` [PATCH 073/102] xfs: punch all delalloc blocks beyond EOF on write failure
` [PATCH 074/102] xfs: using GFP_NOFS for blkdev_issue_flush
` [PATCH 075/102] xfs: page type check in writeback only checks last buffer
` [PATCH 076/102] xfs: punch new delalloc blocks out of failed writes inside
` [PATCH 077/102] xfs: prevent needless mount warning causing test failures
` [PATCH 078/102] xfs: don't assert on delalloc regions beyond EOF
` [PATCH 079/102] xfs: limit specualtive delalloc to maxioffset
` [PATCH 080/102] xfs: Use preallocation for inodes with extsz hints
` [PATCH 081/102] xfs: fix buffer lookup race on allocation failure
` [PATCH 082/102] xfs: check for buffer errors before waiting
` [PATCH 083/102] xfs: fix incorrect b_offset initialisation
` [PATCH 084/102] xfs: use kmem_zone_zalloc for buffers
` [PATCH 085/102] xfs: use iolock on XFS_IOC_ALLOCSP calls
` [PATCH 086/102] xfs: Properly exclude IO type flags from buffer flags
` [PATCH 087/102] xfs: flush outstanding buffers on log mount failure
` [PATCH 088/102] xfs: protect xfs_sync_worker with s_umount semaphore
` [PATCH 089/102] xfs: fix memory reclaim deadlock on agi buffer
` [PATCH 090/102] xfs: add trace points for log forces
` [PATCH 091/102] xfs: switch to proper __bitwise type for KM_... flags
` [PATCH 092/102] xfs: xfs_vm_writepage clear iomap_valid when
` [PATCH 093/102] xfs: fix debug_object WARN at xfs_alloc_vextent()
` [PATCH 094/102] xfs: m_maxioffset is redundant
` [PATCH 095/102] xfs: make largest supported offset less shouty
` [PATCH 096/102] xfs: kill copy and paste segment checks in xfs_file_aio_read
` [PATCH 097/102] xfs: fix allocbt cursor leak in xfs_alloc_ag_vextent_near
` [PATCH 098/102] xfs: shutdown xfs_sync_worker before the log
` [PATCH 099/102] xfs: really fix the cursor leak in xfs_alloc_ag_vextent_near
` [PATCH 100/102] xfs: don't defer metadata allocation to the workqueue
` [PATCH 101/102] xfs: prevent recursion in xfs_buf_iorequest
` [PATCH 102/102] xfs: handle EOF correctly in xfs_vm_writepage

[PATCH] xfs: flush workers before stopping log
 2012-09-01 23:08 UTC  (7+ messages)

xfs sb_internal#2 lockdep splat
 2012-09-01 23:04 UTC  (2+ messages)

[PATCH 0/10] xfstests: rework large filesystem testing
 2012-08-31 23:30 UTC  (31+ messages)
` [PATCH 01/10] xfstests: add --largefs check option
` [PATCH 02/10] xfstests: rename USE_BIG_LOOPFS to be more generic
` [PATCH 03/10] xfstests: rename RETAIN_AG_BYTES
` [PATCH 04/10] xfstests: use preallocation for ag-wiper
` [PATCH 05/10] xfstests: use command line option for setting extra space
` [PATCH 06/10] xfstest: enable xfs_repair for large filesystem testing
` [PATCH 07/10] xfstests: always us test option when checking large scratch device
` [PATCH 08/10] xfstests: enable large fs testing on ext4
` [PATCH 09/10] xfstests: disable tests that typically fail on large filesystems
` [PATCH 10/10] xfstests: exclude largefs fill files from dump tests

[PATCH 04/15 v2] xfs: implement invalidatepage_range aop
 2012-08-31 22:21 UTC 

XFS Mount Recovery Failed on Root File System After Power Outage
 2012-08-30 12:08 UTC 

XFS Mount Recovery Failed on Root File System After Power Outage
 2012-08-30 13:43 UTC 

FITRIM - 3 of four reference links broken
 2012-08-31 16:28 UTC  (2+ messages)

[PATCH V2 00/13] xfs: remove the xfssyncd mess
 2012-08-31 14:01 UTC  (20+ messages)
` [PATCH 01/13] xfs: xfs_syncd_stop must die
` [PATCH 02/13] xfs: rename the xfs_syncd workqueue
` [PATCH 03/13] xfs: rationalise xfs_mount_wq users
` [PATCH 04/13] xfs: don't run the sync work if the filesyste is read-only
` [PATCH 05/13] xfs: sync work is now only periodic log work
` [PATCH 06/13] xfs: Bring some sanity to log unmounting
` [PATCH 07/13] xfs: xfs_sync_data is redundant
` [PATCH 08/13] xfs: xfs_sync_fsdata "
` [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

XFS Mount Recovery Failed on Root File System After Power Outage
 2012-08-31  5:59 UTC  (4+ messages)

[PATCH 00/13] xfs: remove the xfssyncd mess
 2012-08-30 11:07 UTC  (15+ messages)
` [PATCH 01/13] xfs: xfs_syncd_stop must die
` [PATCH 02/13] xfs: rename the xfs_syncd workqueue
` [PATCH 03/13] xfs: rationalise xfs_mount_wq users
` [PATCH 04/13] xfs: don't run the sync work if the filesyste is read-only
` [PATCH 05/13] xfs: sync work is now only periodic log work
` [PATCH 06/13] xfs: Bring some sanity to log unmounting
` [PATCH 07/13] xfs: xfs_sync_data is redundant
` [PATCH 08/13] xfs: xfs_sync_fsdata "
` [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

xfstest fails at 018
 2012-08-30  7:51 UTC  (2+ messages)

[PATCH] xfstests: add btrfs device add-del test
 2012-08-30  5:51 UTC 

XFS or MDADM issue?
 2012-08-29 23:06 UTC  (3+ messages)

[PATCH 0/4] xfstests: random fixes and improvements
 2012-08-28 20:20 UTC  (10+ messages)
` [PATCH 1/4] xfstests: test 110 sometimes fails to unmount scratch dev
` [PATCH 2/4] xfstests: loop devices vs umount stupidity
` [PATCH 3/4] xfstests: _check_quota_usage needs to unmount to get XFS quotacheck
` [PATCH 4/4] xfstests: speed up 227 by using preallocation

[RFC] [PATCH 0/18] xfstests: move tests out of top level
 2012-08-28 19:54 UTC  (27+ messages)
` [PATCH 01/18] xfstests: remove remake script
` [PATCH 03/18] xfstests: kill useless test owner fields
` [PATCH 04/18] xfstests: remove stale machine configs
` [PATCH 05/18] xfstests: fold common into check
` [PATCH 06/18] xfstests: clean up and simply check CLI option parsing
` [PATCH 07/18] xfstests: kill hangcheck stuff from check
` [PATCH 08/18] xfstests: remove test expunge file support
` [PATCH 09/18] xfstests: remove undocumented TESTS_REMAINING_LOG

[PATCH V5] xfs: cleanup the mount options
 2012-08-28 19:38 UTC  (3+ messages)
` [PATCH V7] "

[PATCH 0/5] Use libtool to install apps and remove relative lib paths
 2012-08-28 17:26 UTC  (6+ messages)
` [PATCH 1/5] xfstests: Use libtool to install lstat64
` [PATCH 2/5] xfstests: Use libtool to install applications
` [PATCH 3/5] xftests: Use installed libraries only
` [PATCH 4/5] dmapi: "
` [PATCH 5/5] xfsdump: "

[PATCH v2] xfstests: Add test case to test xfs projid32bit functionality a bit more extensively
 2012-08-28 12:59 UTC 

[PATCH] xfstests: Add test case to test xfs projid32bit functionality a bit more extensively
 2012-08-28 12:57 UTC  (3+ messages)

[PATCH] German translation for xfsdump
 2012-08-28  9:10 UTC  (4+ messages)

umount doesn't seem to really unmount
 2012-08-28  7:18 UTC  (9+ messages)

[RFC PATCH 0/4] xfs: add support for tracking inodes with post-EOF speculative preallocation
 2012-08-27 19:51 UTC  (5+ messages)
` [RFC PATCH 1/4] xfs: add EOFBLOCKS inode tagging/untagging
` [RFC PATCH 2/4] xfs: create function to scan and clear EOFBLOCKS inodes
` [RFC PATCH 3/4] xfs: add FREE_EOFBLOCKS ioctl
` [RFC PATCH 4/4] xfs: add background scanning to clear EOFBLOCKS inodes

[PATCH] xfstests: test dump/restore of 32-bit projids
 2012-08-27 17:24 UTC  (2+ messages)

[REVIEW][PATCH 13/15] userns: Add basic quota support
 2012-08-27 15:54 UTC  (3+ messages)

3.5.2: moving files from xfs/disk -> nfs: radix_tree_lookup_slot+0xe/0x10
 2012-08-27 15:00 UTC 

[PATCH] xfsdump: save & restore 32-bit projids
 2012-08-27  3:27 UTC  (3+ messages)
` [PATCH] xfstests: test dump/restore of "

lockdep warning with sb_internal#2
 2012-08-27  0:30 UTC  (2+ messages)

[PATCH] libxcmd: link against readline
 2012-08-25 23:07 UTC 

[PATCH] xfs: fix race while discarding buffers [V4]
 2012-08-24 18:44 UTC  (5+ messages)

[GIT PULL] XFS update for 3.6-rc4
 2012-08-24 17:04 UTC 

[PATCH 3/3] xfstests: fix wrong number of the required devices and add independent device check for case 265
 2012-08-24  8:08 UTC  (5+ messages)
` [PATCH V2 3/3] xfstests: fix wrong number of the required devices and wrong deletable device check method "

[PATCH 2/3] xfstests: fix double set for SCRATCH_DEV when SCRATCH_DEV_POOL is set
 2012-08-24  1:41 UTC 

[PATCH 1/3] xfstests: fix interference output of the balance program in case 265
 2012-08-24  1:41 UTC 

[PATCH v8 2/4] xfs: Introduce a helper routine to probe data or hole offset from page cache
 2012-08-24  0:11 UTC  (2+ messages)

[RFE] xfstests: Add support for tmpfs filesystem
 2012-08-23 23:40 UTC  (2+ messages)

[PATCH] xfstests: Replace lstat64 with cat in test 120
 2012-08-23 22:28 UTC  (4+ messages)

some questions aoout extended attribute in my developmen​t
 2012-08-23 21:57 UTC  (2+ messages)

[PATCH V2] xfstests: Replace lstat64 with cat in test 120
 2012-08-23 17:43 UTC 

[PATCH] xfs: prevent xfs_bmap_extsize_align() to exceed maximum extent size
 2012-08-23 16:52 UTC  (7+ messages)
  ` [PATCH V2] "
            ` [PATCH V3] xfs: prevent xfs_bmapi_write() "

xfstests: Replace lstat64 with cat in test 120
 2012-08-23 16:12 UTC  (3+ messages)


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