messages from 2012-02-24 16:05:05 to 2012-03-05 16:16:16 UTC [more...]
[PATCH 0/2] xfsprogs: Replace deprecated ustat and sig(relse/hold) glibc APIs
2012-03-05 16:16 UTC (5+ messages)
` [PATCH 1/2] xfsprogs: replace deprecated ustat call with statfs in libxfs/linux.c
` [PATCH 2/2] xfsprogs: Use Posix signal API signprocmask instead of sigrelse/sighold in xfs_copy.c
[PATCH 00/19] Fix filesystem freezing deadlocks
2012-03-05 16:01 UTC (2+ messages)
` [PATCH 11/19] xfs: Convert to new freezing code
fsync, rename, O_ATOMIC/O_PONIES
2012-03-05 15:44 UTC (5+ messages)
[PATCH 0/7, v2] fs: fix up AIO+DIO+O_SYNC to actually do the sync part
2012-03-05 10:09 UTC (9+ messages)
` [PATCH 1/7] vfs: Handle O_SYNC AIO DIO in generic code properly
` [PATCH 2/7] ocfs2: Use generic handlers of O_SYNC AIO DIO
` [PATCH 3/7] gfs2: "
` [PATCH 4/7] btrfs: "
` [PATCH 5/7] xfs: honor the O_SYNC flag for aysnchronous direct I/O requests
` [PATCH 6/7] ext4: "
` [PATCH 7/7] filemap: don't call generic_write_sync for -EIOCBQUEUED
failed to set versionnum in AG 1
2012-03-05 7:31 UTC (3+ messages)
Poor performance using discard
2012-03-05 6:41 UTC (14+ messages)
[PATCH] xfstests: add freeze and dangerous groups
2012-03-05 4:11 UTC (3+ messages)
[PATCH 0/8] xfs: bug fixes for 3.4
2012-03-05 1:49 UTC (21+ messages)
` [PATCH 1/8] xfs: clean up minor sparse warnings
` [PATCH 2/8] xfs: Fix open flag handling in open_by_handle code
` [PATCH 3/8] xfs: handle kmalloc failure when reading attrs
` [PATCH 4/8] xfs: avoid memory allocation failures in xfs_getbmap
` [PATCH 5/8] xfs: introduce an allocation workqueue
` [PATCH 6/8] xfs: remove remaining scraps of struct xfs_iomap
` [PATCH 7/8] xfs: fix inode lookup race
` [PATCH 8/8] xfs: add a shrinker for quotacheck
[PATCH] xfstests: before test execution, print test number to syslog
2012-03-05 1:23 UTC (6+ messages)
time for userspace releases?
2012-03-04 6:39 UTC (8+ messages)
[xfstests patch] 113: add testing for O_DIRECT + O_SYNC
2012-03-03 19:03 UTC (4+ messages)
XFS: Assertion failed: bp->b_bn != XFS_BUF_DADDR_NULL, file: fs/xfs/xfs_buf.c, line: 598
2012-03-03 11:44 UTC (4+ messages)
[PATCH 1/2] repair: fix the variable-width nlink array
2012-03-02 22:09 UTC (6+ messages)
` [PATCH 2/2] repair: fix messages from set_nlinks
[PATCH 0/8] log all inode updates V3
2012-03-02 21:04 UTC (9+ messages)
` [PATCH 1/8] xfs: use per-filesystem I/O completion workqueues
` [PATCH 2/8] xfs: do not require an ioend for new EOF calculation
` [PATCH 6/8] xfs: make xfs_inode_item_size idempotent
` [PATCH 7/8] xfs: split in-core and on-disk inode log item fields
` [PATCH 8/8] xfs: reimplement fdatasync support
[PATCH] xfstests 280: test freeze deadlock w/ quotas
2012-03-02 19:55 UTC (2+ messages)
[PATCH] xfstests 279: test mkfs with various sector sizes & alignments
2012-03-02 16:58 UTC (6+ messages)
` [PATCH V2] "
` [PATCH V3] "
[XFS] xfs_repair time how long it takes??
2012-03-02 16:18 UTC (8+ messages)
Bug#661580: mkfs.xfs fails to detect correct sector size
2012-03-02 5:05 UTC (5+ messages)
[PATCH] xfsprogs: pick up 4k physical sector size
2012-03-02 0:20 UTC (2+ messages)
Bug#661580: mkfs.xfs fails to detect correct sector size
2012-03-01 8:56 UTC (8+ messages)
[PATCH] 251: Make fstrim call a bit more random
2012-03-01 8:15 UTC (2+ messages)
` [PATCH v2] "
xfs_repair: phase7.c:148: phase7: Assertion `no_modify || nrefs > 0' failed
2012-03-01 7:58 UTC (3+ messages)
Warning from unlock_new_inode
2012-03-01 5:09 UTC (10+ messages)
[PATCH 0/8] quota updates, V3
2012-02-29 20:00 UTC (13+ messages)
` [PATCH 1/8] xfs: merge xfs_qm_export_dquot into xfs_qm_scall_getquota
` [PATCH 2/8] xfs: include reservations in quota reporting
` [PATCH 3/8] quota: make Q_XQUOTASYNC a noop
` [PATCH 7/8] xfs: remove the per-filesystem list of dquots
` [PATCH 7/8 v2] "
Soft lockup problem
2012-02-29 19:14 UTC (5+ messages)
Question about project quota with container
2012-02-29 8:36 UTC (3+ messages)
mount: Structure needs cleaning
2012-02-29 7:40 UTC (12+ messages)
[PATCH 0/8] log all inode updates V2
2012-02-28 16:14 UTC (8+ messages)
` [PATCH 1/8] xfs: use per-filesystem I/O completion workqueues
` [PATCH 2/8] xfs: do not require an ioend for new EOF calculation
` [PATCH 6/8] xfs: make xfs_inode_item_size idempotent
[PATCH] xfs: fix deadlock in xfs_rtfree_extent with kernel v3.x
2012-02-28 16:03 UTC (2+ messages)
[PATCH] xfs: trace xfs_name strings correctly
2012-02-28 11:01 UTC
[PATCH 0/4] xfs: resurrect realtime subvolume support on kernel 2.6.37
2012-02-28 8:36 UTC (11+ messages)
` [PATCH 1/4] xfs: only lock the rt bitmap inode once per allocation
` [PATCH 2/4] xfs: fix xfs_get_extsz_hint for a zero extent size hint
` [PATCH 3/4] xfs: add lockdep annotations for the rt inodes
` [PATCH 4/4] xfs: fix deadlock in xfs_rtfree_extent with kernel v2.6.37
` [PATCH 4/4] V2 "
XFS status update for January 2012
2012-02-28 8:33 UTC (5+ messages)
XFS, empty files after a crash
2012-02-28 1:39 UTC (4+ messages)
creating a new 80 TB XFS
2012-02-27 12:20 UTC (15+ messages)
Problems with filesizes on different Kernels
2012-02-27 8:23 UTC (6+ messages)
[PATCH 0/9] quota updates V2
2012-02-27 1:57 UTC (3+ messages)
` [PATCH 7/9] xfs: merge xfs_qm_export_dquot into xfs_qm_scall_getquota
xlog_space_left: head behind tail
2012-02-27 1:28 UTC (3+ messages)
[PATCH] Printk for ENOSPC due to lack of inodes
2012-02-27 0:37 UTC
[PATCH] xfs: only take the ILOCK in xfs_reclaim_inode()
2012-02-25 19:50 UTC (2+ messages)
[PATCH] xfs: Use memset to initialize structure member
2012-02-24 16:05 UTC (3+ messages)
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