messages from 2012-01-20 12:51:38 to 2012-01-30 22:35:44 UTC [more...]
xfs task blocked for more than 120 seconds
2012-01-30 22:35 UTC (3+ messages)
[PATCH] xfstests: several 274 fixups
2012-01-30 22:27 UTC
Performance problem - reads slower than writes
2012-01-30 22:00 UTC
Question on xfstest 274
2012-01-30 21:22 UTC (3+ messages)
XFS problem
2012-01-30 20:34 UTC (6+ messages)
[PATCH] xfs_quota: remove calls to XFS_QSYNC
2012-01-30 19:57 UTC (2+ messages)
XFS for-next branch
2012-01-30 18:27 UTC (6+ messages)
File system remain unresponsive until the system is rebooted
2012-01-30 17:23 UTC (2+ messages)
Placing the root partition on an XFS filesystem is not supported
2012-01-30 11:19 UTC (3+ messages)
Dave's presentation at Linux.Conf.Au 2012
2012-01-30 10:14 UTC (5+ messages)
reserved blocks pool default size
2012-01-29 22:20 UTC (3+ messages)
Insane file system overhead on large volume
2012-01-29 22:18 UTC (11+ messages)
[PATCH] Introduce SEEK_DATA/SEEK_HOLE support to XFS V6
2012-01-29 8:35 UTC
[patch|rfc][0/3] fix aio+dio+O_SYNC writes
2012-01-28 15:08 UTC (6+ messages)
` [PATCH 1/3] xfs: honor the O_SYNC flag for aysnchronous direct I/O requests
` [PATCH 2/3] ext4: "
` [PATCH 3/3] filemap: don't call generic_write_sync for -EIOCBQUEUED
[patch] xfs: remove an unneeded NULL check
2012-01-28 10:55 UTC
[PATCH] xfstests 273 274 275: do test in dedicated dir and leave test files in it
2012-01-27 21:16 UTC (5+ messages)
[PATCH] repair: validate acl count before reading it
2012-01-27 19:54 UTC (2+ messages)
[PATCH] xfsprogs: check for size parsing errors in xfs_quota
2012-01-27 19:26 UTC (6+ messages)
` [PATCH V2] "
[ANNOUNCE] XFS Developers meeting in San Francisco, April 3rd
2012-01-27 19:19 UTC (3+ messages)
[PATCH] xfstests 278: Ensure lost+found is not created with wrong link count (V4)
2012-01-27 19:02 UTC (2+ messages)
[PATCH] xfstests: make xattr test 020 generic
2012-01-27 18:34 UTC (3+ messages)
` [PATCH V2] xfstests: 020: make this xattr test generic
[PATCH 0/3] xfs: change available ranges in quota check
2012-01-27 14:04 UTC (9+ messages)
` [PATCH 1/3] xfs: consider new reservation for quota check on inode reservation
` [PATCH 2/3] xfs: change available ranges of softlimit and hardlimit in quota check
` [PATCH 3/3] xfs: cleanup quota check on disk blocks and inodes reservations
[PATCH] xfstests: mount other filesystems with selinux context as well
2012-01-27 11:00 UTC (8+ messages)
` [PATCH V2] "
[PATCH] xfstests: Sort recursive getfattr output in 062
2012-01-27 10:53 UTC (3+ messages)
` [PATCH V2] "
[RFC PATCH] xfs: pass KM_SLEEP flag to kmem_realloc() in xlog_recover_add_to_cnt_trans()
2012-01-27 10:52 UTC (2+ messages)
XFS update for 3.0-stable
2012-01-27 0:47 UTC (3+ messages)
` [PATCH] xfs: fix endian conversion issue in discard code
[patch 00/12] log grant code cleanups
2012-01-26 22:12 UTC (26+ messages)
` [patch 01/12] xfs: split tail_lsn assignments from log space wakeups
` [patch 03/12] xfs: remove xfs_trans_unlocked_item
` [patch 04/12] xfs: cleanup xfs_log_space_wake
` [patch 05/12] xfs: remove log space waitqueues
` [patch 06/12] xfs: add the xlog_grant_head structure
` [patch 07/12] xfs: add xlog_grant_head_init
` [patch 08/12] xfs: add xlog_grant_head_wake_all
` [patch 09/12] xfs: share code for grant head waiting
` [patch 10/12] xfs: shared code for grant head wakeups
` [patch 11/12] xfs: share code for grant head availability checks
help with deciphering kernel dmesg
2012-01-26 4:57 UTC (3+ messages)
Does Ext4 support parallel write similar to XFS?
2012-01-25 22:55 UTC (4+ messages)
concurrent direct IO write in xfs
2012-01-25 22:25 UTC (13+ messages)
[PATCH] xfstests: make 275 pass on ext4
2012-01-25 21:13 UTC (4+ messages)
` [PATCH V2] xfstests: make 275 pass
` [PATCH V3] "
[GIT PULL] XFS update for 3.3-rc1
2012-01-25 20:25 UTC
[PATCH] xfs: Fix missing xfs_iunlock() on error recovery path in xfs_readlink()
2012-01-25 16:15 UTC (4+ messages)
Partially corrupted raid array beneath xfs
2012-01-25 0:49 UTC (2+ messages)
log recovery fails at mount
2012-01-24 23:34 UTC (5+ messages)
[RFC PATCH 0/4] Rearrange code to make the code more readable
2012-01-24 19:41 UTC (10+ messages)
` [RFC PATCH 1/4] Define a new function xfs_this_quota_on()
` [RFC PATCH 2/4] Define a new function xfs_inode_dquot()
` [RFC PATCH 3/4] Change xfs_sb_from_disk() interface to take a mount pointer
` [RFC PATCH 4/4] Define new macro XFS_ALL_QUOTA_ACTIVE and simply some usage
[PATCH 0/8] Fix filesystem freezing
2012-01-24 19:35 UTC (16+ messages)
` [PATCH 1/8] fs: Improve filesystem freezing handling
` [PATCH 2/8] vfs: Protect write paths by sb_start_write - sb_end_write
` [PATCH 3/8] ext4: Protect ext4_page_mkwrite & ext4_setattr with "
` [PATCH 4/8] xfs: Move ilock before transaction start in xfs_setattr_size()
` [PATCH 5/8] xfs: Protect xfs_file_aio_write() & xfs_setattr_size() with sb_start_write - sb_end_write
` [PATCH 6/8] xfs: Use generic writers counter instead of m_active_trans counter
` [PATCH 7/8] Documentation: Correct s_umount state for freeze_fs/unfreeze_fs
` [PATCH 8/8] vfs: Document s_frozen state through freeze_super
[PATCH] xfs: remove unecessary AIL push wakeups
2012-01-24 18:02 UTC (2+ messages)
How to fix bad superblock or xfs_repair: error - read only 0 of 512 bytes
2012-01-24 18:10 UTC (14+ messages)
[PATCH 00/11] inode shrink and misc updates
2012-01-24 18:03 UTC (4+ messages)
` [PATCH 05/11] xfs: make i_flags an unsigned long
[PATCH] xfs: show uuid when mount fails due to duplicate uuid
2012-01-24 18:02 UTC (2+ messages)
xfs: validate inode numbers in file handles correctly
2012-01-24 17:58 UTC (9+ messages)
` xfs: validate inode numbers in file handles correctly--NFS Stale File Handle Again
XFS update for 3.2-stable
2012-01-24 17:44 UTC (3+ messages)
[LSF/MM TOPIC] [ATTEND] HSM, DMAPI, and external media filesystems
2012-01-24 17:43 UTC (2+ messages)
Annual Agreement Renewal - TransFirst ePay
2012-01-24 16:18 UTC
Optimal XFS formatting options?
2012-01-24 10:31 UTC (11+ messages)
Sua mensagem para a lista Tribuna aguarda aprovação
2012-01-24 6:21 UTC
How to fix bad superblock or xfs_repair: error - read only 0 of 512 bytes
2012-01-24 4:51 UTC (2+ messages)
[119/129] xfs: fix endian conversion issue in discard code
2012-01-24 2:35 UTC
[PATCH 0/4] xfsprogs: Allow pquota and gquota to be used together
2012-01-23 17:33 UTC (5+ messages)
` [PATCH 1/4] xfsprogs: Remove incore use of XFS_OQUOTA_ENFD and XFS_OQUOTA_CHKD
` [PATCH 2/4] xfsprogs: Add new field pquotaino to on disk superblock
` [PATCH 3/4] xfsprogs: Add qs_pquota to the fs_quota
` [PATCH 4/4] xfsprogs: Add support to mkfs to add pquotino by adding a new option
[RFC v3 PATCH 0/4] xfs: Allow pquota and gquota to be used together
2012-01-23 17:32 UTC (5+ messages)
` [RFC v3 PATCH 1/4] xfs: Remove incore use of XFS_OQUOTA_ENFD and XFS_OQUOTA_CHKD
` [RFC v3 PATCH 2/4] xfs: Add pquota fields where gquota is used
` [RFC v3 PATCH 3/4] xfs: Add pquotaino to on-disk super block
` [RFC v3 PATCH 4/4] xfs: Add a new field to fs_quota_stat to get pquota information
[PATCH 00/11] inode shrink and misc updates V2
2012-01-20 12:51 UTC (4+ messages)
` [PATCH 10/11] xfs: always return with the iolock held from xfs_file_aio_write_checks
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox