messages from 2013-06-07 21:04:50 to 2013-06-15 01:03:19 UTC [more...]
possible null pointer in xlog_iodone
2013-06-15 1:03 UTC (3+ messages)
[PATCH 0/3] xfs: fixes for 3.10-rc6
2013-06-15 0:56 UTC (25+ messages)
` [PATCH 1/3] xfs: don't shutdown log recovery on validation errors
` [PATCH 2/3] xfs: fix implicit padding in directory and attr CRC formats
` [PATCH 3/3] xfs: ensure btree root split sets blkno correctly
definitions for /proc/fs/xfs/stat
2013-06-15 0:17 UTC (4+ messages)
[GIT PULL] XFS update for 3.10-rc6
2013-06-14 21:48 UTC
[XFS updates] XFS development tree branch, for-next, updated. v3.10-rc1-32-g9222a9c
2013-06-14 20:31 UTC
[XFS updates] XFS development tree branch, master, updated. v3.10-rc1-32-g9222a9c
2013-06-14 20:30 UTC
[PATCH] xfs: fix sgid inheritance for subdirectories inheriting default acls
2013-06-14 19:41 UTC
[PATCH] xfsprogs: replace umode_t with xfs_mode_t
2013-06-14 18:25 UTC (3+ messages)
[PATCH] xfstests: print missing utility name
2013-06-14 14:08 UTC (3+ messages)
[PATCH v3] xfs: fix the symbolic link assert in xfs_ifree
2013-06-14 13:30 UTC (5+ messages)
[PATCH] xfstest: ensure small symlink is removed
2013-06-14 13:23 UTC (3+ messages)
dmsetup arguments
2013-06-14 8:51 UTC
[Trivial PATCH 00/33] Remove uses of typedef ctl_table
2013-06-14 6:18 UTC (5+ messages)
` [Trivial PATCH 25/33] xfs: Convert use of typedef ctl_table to struct ctl_table
[PATCH v2 0/8] xfs: log space validation
2013-06-14 3:08 UTC (4+ messages)
[PATCH] xfsprogs: Correct spelling error in xfs_db for CRC
2013-06-14 2:17 UTC (2+ messages)
[PATCH 00/27] xfs: current patch queue for 3.11
2013-06-14 0:53 UTC (44+ messages)
` [PATCH 01/27] xfs: update mount options documentation
` [PATCH 02/27] xfs: add pluging for bulkstat readahead
` [PATCH 03/27] xfs: plug directory buffer readahead
` [PATCH 04/27] xfs: don't use speculative prealloc for small files
` [PATCH 05/27] xfs: don't do IO when creating an new inode
` [PATCH 06/27] xfs: xfs_ifree doesn't need to modify the inode buffer
` [PATCH 07/27] xfs: Introduce ordered log vector support
` [PATCH 08/27] xfs: Introduce an ordered buffer item
` [PATCH 09/27] xfs: Inode create log items
` [PATCH 10/27] xfs: Inode create transaction reservations
` [PATCH 11/27] xfs: Inode create item recovery
` [PATCH 12/27] xfs: Use inode create transaction
` [PATCH 13/27] xfs: remove local fork format handling from xfs_bmapi_write()
` [PATCH 14/27] xfs: move getdents code into it's own file
` [PATCH 15/27] xfs: reshuffle dir2 definitions around for userspace
` [PATCH 16/27] xfs: split out attribute listing code into separate file
` [PATCH 17/27] xfs: split out attribute fork truncation "
` [PATCH 18/27] xfs: split out xfs inode operations "
` [PATCH 19/27] xfs: consolidate xfs_vnodeops.c into xfs_inode_ops.c
` [PATCH 20/27] xfs: move xfs_getbmap to xfs_extent_ops.c
` [PATCH 21/27] xfs: introduce xfs_sb.c for sharing with libxfs
` [PATCH 22/27] xfs: move xfs_trans_reservations to xfs_trans.h
` [PATCH 23/27] xfs: sync minor header differences needed by userspace
` [PATCH 24/27] xfs: move xfs_bmap_punch_delalloc() to xfs_aops.c
` [PATCH 25/27] xfs: split out transaction reservation code
` [PATCH 26/27] xfs: minor cleanups
` [PATCH 27/27] xfs: fix issues that cause userspace warnings
Demystifying Unified Communications
2013-06-13 11:00 UTC
[XFS updates] XFS development tree branch, for-next, updated. v3.10-rc1-31-gade1335
2013-06-13 19:19 UTC
[XFS updates] XFS development tree branch, master, updated. v3.10-rc1-31-gade1335
2013-06-13 19:19 UTC
Kernel bug when mounting xfs on dm-crypt + md-raid6 using 3.10-rc5
2013-06-13 13:29 UTC (3+ messages)
[PATCH v2] xfs: fix the symbolic link assert in xfs_ifree
2013-06-13 2:37 UTC (2+ messages)
Questions about XFS
2013-06-13 0:48 UTC (29+ messages)
[PATCH] xfstests: generic/313, test sgid inheritance on subdirs
2013-06-12 19:23 UTC (3+ messages)
` [PATCH V2] "
garbage block(s) after powercycle/reboot + sparse writes
2013-06-12 17:02 UTC (3+ messages)
[PATCH 00/22] xfsprogs: sync up with 3.11 kernel code
2013-06-12 10:36 UTC (23+ messages)
` [PATCH 01/22] xfsprogs: introduce xfs_icreate.h
` [PATCH 02/22] xfsprogs: port inode create transaction changes
` [PATCH 03/22] xfsprogs: teach logprint about icreate transaction
` [PATCH 04/22] libxfs: switch over to xfs_sb.c and remove xfs_mount.c
` [PATCH 05/22] libxfs: move the transaction reservation structures
` [PATCH 06/22] xfsprogs: remove xfs_mount.h
` [PATCH 07/22] libxfs: update xfs_inode.h to match new kernel version
` [PATCH 08/22] xfs: remove local fork format handling from xfs_bmapi_write()
` [PATCH 09/22] libxfs: local to remote format support of remote symlinks
` [PATCH 10/22] xfsprogs: sync minor kernel header differences
` [PATCH 11/22] libxfs: introduce xfs_trans_resv.c
` [PATCH 12/22] libxfs: fix directory/attribute format issues
` [PATCH 13/22] libxfs: ensure btree root split sets blkno correctly
` [PATCH 14/22] libxfs: move transaction code to trans.c
` [PATCH 15/22] libxfs: fix byte swapping on constants
` [PATCH 16/22] libxfs: sync xfs_da_btree.c
` [PATCH 17/22] libxfs: update xfs_alloc to current kernel version
` [PATCH 18/22] libxfs: sync attr code with kernel
` [PATCH 19/22] libxfs: sync dir2 kernel differences
` [PATCH 20/22] libxfs: sync xfs_ialloc.c to the kernel code
` [PATCH 21/22] xfsprogs: define min/max once and use them everywhere
` [PATCH 22/22] libxfs: fix compile warnings
[PATCH] xfstests: fsync-tester: fix pwrite() return check and disable direct for test 19
2013-06-12 2:48 UTC (3+ messages)
attack upon XFS, misinformation abounds, linux-raid list
2013-06-12 1:12 UTC (7+ messages)
[PATCH] xfs: fix implicit padding in directory and attr CRC formats
2013-06-12 0:23 UTC
[PATCH v8 0/5] xfs: Allow pquota and gquota to be used together
2013-06-11 23:13 UTC (15+ messages)
` [PATCH v8 2/5] xfs: Add pquota fields where gquota is used
` [PATCH v8 3/5] xfs: Start using pquotaino from the superblock
` [PATCH v8 4/5] xfs: Add proper versioning support to fs_quota_stat
3.10-rc4 stalls during mmap writes
2013-06-11 22:40 UTC (6+ messages)
[PATCH] xfs: don't shutdown log recovery on validation errors
2013-06-11 21:50 UTC
[PATH 0/9] xfs: fixes for 3.10-rc4
2013-06-11 21:29 UTC (6+ messages)
` [PATCH 1/9] xfs: don't emit v5 superblock warnings on write
[PATCH 00/48] xfsprogs: CRC support
2013-06-11 18:38 UTC (6+ messages)
fsx failure on 3.10.0-rc1+ (xfstests 263) -- Mapped Read: non-zero data past EOF
2013-06-10 23:42 UTC (4+ messages)
xfsprogs: is it one issue?
2013-06-07 22:31 UTC (4+ 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