linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-04-07 22:21:07 to 2014-04-12 15:21:22 UTC [more...]

[PATCH 1/4] ext4: Remove unnecessary check for APPEND and IMMUTABLE
 2014-04-12 15:21 UTC  (10+ messages)
` [PATCH 2/4] fs: Prevent doing FALLOC_FL_ZERO_RANGE on append only file
` [PATCH 3/4] fs: Remove i_size check from do_fallocate
` [PATCH 4/4] fs: Disallow all fallocate operation on active swapfile

filestream allocator rewrite
 2014-04-12  8:02 UTC  (10+ messages)
` [PATCH 1/9] xfs: don't try to use the filestream allocator for metadata allocations
` [PATCH 2/9] xfs: split xfs_bmap_btalloc_nullfb
` [PATCH 3/9] xfs: handle duplicate entries in xfs_mru_cache_insert
` [PATCH 4/9] xfs: embedd mru_elem into parent structure
` [PATCH 5/9] xfs: remove XFS_IFILESTREAM
` [PATCH 6/9] xfs: rewrite the filestream allocator using the dentry cache
` [PATCH 7/9] xfs: don't create a slab cache for filestream items
` [PATCH 8/9] xfs: remove xfs_filestream_associate
` [PATCH 9/9] xfs: add filestream allocator tracepoints

[PATCH 1/4] renameat2 syscall: add infrastructure
 2014-04-11 23:23 UTC  (5+ messages)
` [PATCH 2/4] renameat2 syscall: check plain rename
` [PATCH 3/4] renameat2 syscall: check noreplace rename
` [PATCH 4/4] renameat2 syscall: check cross rename

Strange hole creation behavior
 2014-04-11 23:05 UTC  (4+ messages)

[PATCH 00/14] xfsprogs: varius & sundry fixes for coverity defects
 2014-04-11 22:49 UTC  (25+ messages)
` [PATCH 01/14] xfsprogs: fix various fd leaks
` [PATCH 02/14] xfsprogs: refactor fsrall_cleanup in xfs_fsr
` [PATCH 03/14] xfsprogs: trivial buffer frees on error paths
  ` [PATCH 03/14 V2] "
` [PATCH 04/14] xfsprogs: fix memory leak in xlog_recover_add_to_trans
` [PATCH 05/14] libxfs: fix memory leak in xfs_dir2_node_removename
` [PATCH 06/14] xfs_quota: fix memory leak in quota_group_type() error path
` [PATCH 07/14] xfs_logprint: fix leak in error path of xlog_print_record()
` [PATCH 08/14] xfsprogs: free resources in libxfs_alloc_file_space error paths
  ` [PATCH 08/14 V2] "
` [PATCH 09/14] xfsprogs: annotate a case fallthrough in libxfs_ialloc
` [PATCH 10/14] xfsprogs: fix too-large memset value in xfs_db's attr code
` [PATCH 11/14] xfs_quota: remove impossible tests in printpath
` [PATCH 12/14] xfs_repair: address never-true tests in repair/bmap.c on 64 bit
  ` [PATCH 12/14 V2] "
` [PATCH 13/14] mkfs: catch unknown format in protofile parsing
` [PATCH 14/14] xfs_db: don't use invalid index in ring_f
` [PATCH 15/14] xfs_io: free memory on error path exit from bmap_f()

[PATCH] generic: add fallocate() check to generic/311
 2014-04-11 21:46 UTC 

[PATCH] generic: add fallocate() checks to generic/300
 2014-04-11 21:43 UTC 

10GB memorys occupied by XFS
 2014-04-11 21:35 UTC  (7+ messages)
    ` 答复: "

[PATCH] xfs: unmount does not wait for shutdown during unmount
 2014-04-11 19:21 UTC  (5+ messages)
`  "

[PATCH 0/6 v2] xfs: delalloc, dio and corruption
 2014-04-11 13:10 UTC  (18+ messages)
` [PATCH 1/6] xfs: kill buffers over failed write ranges properly
` [PATCH 2/6] xfs: write failure beyond EOF truncates too much data
` [PATCH 3/6] xfs: xfs_vm_write_end truncates too much on failure
` [PATCH 4/6] xfs: zeroing space needs to punch delalloc blocks
` [PATCH 5/6] xfs: don't map ranges that span EOF for direct IO
` [PATCH 6/6] xfs: collapse range is delalloc challenged

[PATCH] xfs: wrong error sign conversion during failed DIO writes
 2014-04-11  7:39 UTC  (2+ messages)

[PATCH] xfs_io: fix random pread/pwrite to honor offset
 2014-04-11  4:48 UTC  (4+ messages)

[PATCH] ext4/306: disable 64bit feature too
 2014-04-11  3:23 UTC  (3+ messages)

[ANNOUNCE] xfsdump: master branch updated to b1d6979
 2014-04-11  1:26 UTC 

[PATCH] xfstests: Add -s option to run only specified sections
 2014-04-11  0:16 UTC  (2+ messages)

[PATCH] xfstests: Fix generic/022 output file
 2014-04-11  0:15 UTC  (3+ messages)

[PATCH] xfstests: fix specifying configuration value with equality sign
 2014-04-11  0:14 UTC  (2+ messages)

generic/204: correct log size for XFS
 2014-04-10 23:53 UTC  (2+ messages)

xfs i_lock vs mmap_sem lockdep trace
 2014-04-10 22:52 UTC  (6+ messages)

[PATCH v3 00/20] xfsprogs: introduce the free inode btree
 2014-04-10 16:11 UTC  (21+ messages)
` [PATCH v3 01/20] xfs: refactor xfs_ialloc_btree.c to support multiple inobt numbers
` [PATCH v3 02/20] xfs: reserve v5 superblock read-only compat. feature bit for finobt
` [PATCH v3 03/20] xfs: support the XFS_BTNUM_FINOBT free inode btree type
` [PATCH v3 04/20] xfs: update inode allocation/free transaction reservations for finobt
` [PATCH v3 05/20] xfs: insert newly allocated inode chunks into the finobt
` [PATCH v3 06/20] xfs: use and update the finobt on inode allocation
` [PATCH v3 07/20] xfs: refactor xfs_difree() inobt bits into xfs_difree_inobt() helper
` [PATCH v3 08/20] xfs: update the finobt on inode free
` [PATCH v3 09/20] xfs: report finobt status in fs geometry
` [PATCH v3 10/20] xfs: enable the finobt feature on v5 superblocks
` [PATCH v3 11/20] xfsprogs/mkfs: finobt mkfs support
` [PATCH v3 12/20] xfsprogs/db: finobt support
` [PATCH v3 13/20] xfsprogs/repair: account for finobt in ag 0 geometry pre-calculation
` [PATCH v3 14/20] xfsprogs/repair: phase 2 finobt scan
` [PATCH v3 15/20] xfsprogs/repair: pass btree block magic as param to build_ino_tree()
` [PATCH v3 16/20] xfsprogs/repair: pull the build_agi() call up out of the inode tree build
` [PATCH v3 17/20] xfsprogs/repair: helpers for finding in-core inode records w/ free inodes
` [PATCH v3 18/20] xfsprogs/repair: reconstruct the finobt in phase 5
` [PATCH v3 19/20] xfsprogs/growfs: report finobt status in fs geometry (xfs_info)
` [PATCH v3 20/20] xfsprogs/db: add finobt support to metadump

[PATCH v5 00/11] xfs: introduce the free inode btree
 2014-04-10 16:08 UTC  (12+ messages)
` [PATCH v5 01/11] xfs: refactor xfs_ialloc_btree.c to support multiple inobt numbers
` [PATCH v5 02/11] xfs: reserve v5 superblock read-only compat. feature bit for finobt
` [PATCH v5 03/11] xfs: support the XFS_BTNUM_FINOBT free inode btree type
` [PATCH v5 04/11] xfs: update inode allocation/free transaction reservations for finobt
` [PATCH v5 05/11] xfs: insert newly allocated inode chunks into the finobt
` [PATCH v5 06/11] xfs: use and update the finobt on inode allocation
` [PATCH v5 07/11] xfs: refactor xfs_difree() inobt bits into xfs_difree_inobt() helper
` [PATCH v5 08/11] xfs: update the finobt on inode free
` [PATCH v5 09/11] xfs: add finobt support to growfs
` [PATCH v5 10/11] xfs: report finobt status in fs geometry
` [PATCH v5 11/11] xfs: enable the finobt feature on v5 superblocks

[PATCH] xfstests: fix wallclock possibly wrapped problem
 2014-04-10 13:24 UTC  (2+ messages)

[PATCH] xfs: fix tmpfile/selinux deadlock and initialize security
 2014-04-10 13:23 UTC  (2+ messages)

[PATCH v2 0/2] xfs: tmpfile fixes for inode security/acl
 2014-04-10 12:29 UTC  (8+ messages)
` [PATCH v2 1/2] xfs: fix tmpfile/selinux deadlock and initialize security/acl
` [PATCH v2 2/2] xfs: fold xfs_create_tmpfile() into xfs_create()

[PATCH] xfs: remove unused calculation in xfs_dir2_sf_addname()
 2014-04-10 10:30 UTC  (2+ messages)

[PATCH] xfs: remove pointless pointer increment in xfs_dir2_block_compact()
 2014-04-09 21:35 UTC  (3+ messages)

[PATCH] xfsprogs: fix xfs_logprint EFI entry split on log buffer
 2014-04-09 21:00 UTC 

[PATCH] libxfs: remove never-read "offset" assignment in readbufr_map & writebufr
 2014-04-09 20:59 UTC  (2+ messages)

[PATCH] xfsprogs: remove write-only assignments
 2014-04-09 17:50 UTC  (2+ messages)

[PATCH v2] xfstest: log operations properly to generic/001.full
 2014-04-08 21:31 UTC 

[PATCH] xfstest: log operations properly to generic/001.full
 2014-04-09  0:09 UTC  (4+ messages)

[ANNOUNCE] xfstests: master branch updated to 610e44c
 2014-04-09  0:12 UTC 

[ANNOUNCE] xfsprogs: master branch updated to f994d14
 2014-04-08 23:34 UTC 

[ANNOUNCE] xfstests: updated to cf1ed54
 2014-04-08 16:52 UTC  (12+ messages)
    ` [PATCH 1/3] xfstests: Fix SCRATCH_DEV_POOL handling
      ` [PATCH 2/3] xfstests: Unset SCRATCH_DEV when deduced from SCRATCH_DEV_POOL
      ` [PATCH 3/3] xfstests: Fix setting FSTYP automatically

[Bug] XFS: DIO random write + BufferIO read
 2014-04-08 15:51 UTC  (4+ messages)

[PATCH 0/3] fs: Introduce FALLOC_FL_INSERT_RANGE for fallocate
 2014-04-08 14:42 UTC  (3+ messages)

[PATCH] xfs_repair: fix prefetch queue waiting
 2014-04-08 13:52 UTC  (4+ messages)

[PATCH 1/2] xfsdump: getdents.c: clean up ifdef-hell around sys_getdents
 2014-04-08 13:35 UTC  (3+ messages)

xfsprogs 3.1.12 and 3.2.0 releases?
 2014-04-08 12:38 UTC  (4+ messages)

[FAQ v2] XFS speculative preallocation
 2014-04-08 12:04 UTC  (7+ messages)

[PATCH] xfs: fix bad hash ordering
 2014-04-08  8:56 UTC  (3+ messages)
` [PATCH] xfsprogs: fix directory hash ordering bug

XFS fragmentation on file append
 2014-04-08  5:31 UTC  (3+ messages)

xfs: invalid requests to request_fn from xfs_repair
 2014-04-08  3:56 UTC  (6+ messages)

[PATCH 00/19] xfs: remove a bunch of unused function args
 2014-04-07 23:43 UTC  (5+ messages)
` [PATCH 16/19] xfs: remove unused tp arg from xfs_symlink_local_to_remote()


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).