public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2014-04-01 18:56:57 to 2014-04-10 14:15:57 UTC [more...]

[PATCH 00/14] xfsprogs: varius & sundry fixes for coverity defects
 2014-04-10 14:15 UTC  (20+ 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 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 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] xfs: unmount does not wait for shutdown during unmount
 2014-04-10 13:29 UTC  (2+ messages)

[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 0/6 v2] xfs: delalloc, dio and corruption
 2014-04-10 12:33 UTC  (15+ 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 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] xfstests: fix specifying configuration value with equality sign
 2014-04-10  9:55 UTC 

generic/204: correct log size for XFS
 2014-04-10 10:28 UTC 

10GB memorys occupied by XFS
 2014-04-10  1:41 UTC  (3+ 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] xfs_io: fix random pread/pwrite to honor offset
 2014-04-09 20:55 UTC  (3+ messages)

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

[PATCH] ext4/306: disable 64bit feature too
 2014-04-09 11:49 UTC 

[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 

xfs i_lock vs mmap_sem lockdep trace
 2014-04-08 20:40 UTC  (5+ messages)

[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  (11+ messages)

[PATCH] xfs: fix bad hash ordering
 2014-04-08  8:56 UTC  (8+ 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  (23+ messages)
` [PATCH 01/19] xfs: remove unused tp arg from xfs_bmap_last_offset() and callers
` [PATCH 02/19] xfs: remove unused mp arg from xfs_attr3_rmt_hdr_ok()
` [PATCH 03/19] xfs: remove unused mp arg from xfs_bmdr_maxrecs()
` [PATCH 04/19] xfs: remove unused mp arg from xfs_bmap_forkoff_reset()
` [PATCH 05/19] xfs: remove unused level arg from xfs_btree_read_buf_block()
` [PATCH 06/19] xfs: remove unused blocksize arg from xfs_setsize_buftarg()
` [PATCH 07/19] xfs: remove unused args from xfs_alloc_buftarg()
` [PATCH 08/19] xfs: remove unused flags arg from _xfs_buf_get_pages()
` [PATCH 09/19] xfs: remove unused bip arg from xfs_buf_item_log_segment()
` [PATCH 10/19] xfs: remove unused tp arg from xfs_da_reada_buf & callers
` [PATCH 11/19] xfs: remove unused mp arg from xfs_dir2 dataptr/byte functions
` [PATCH 12/19] xfs: remove unused mp arg from xfs_calc_dquots_per_chunk()
` [PATCH 13/19] xfs: remove unused length arg from alloc_block ops
` [PATCH 14/19] xfs: remove unused pag ptr arg from iterator execute functions
` [PATCH 15/19] xfs: remove unused bp arg from xfs_iflush_fork()
` [PATCH 16/19] xfs: remove unused tp arg from xfs_symlink_local_to_remote()
` [PATCH 17/19] xfs: remove unused xfs_mount arg from xfs_symlink_hdr_ok()
` [PATCH 18/19] xfs: remove unused ail pointer arg from xfs_trans_ail_cursor_done()
` [PATCH 19/19] xfs: remove unused trans pointer arg from xlog_recover_unmount_trans()

[PATCH 2/3] xfs: Add support FALLOC_FL_INSERT_RANGE for fallocate
 2014-04-07 14:11 UTC  (3+ messages)

[GIT PULL] XFS updates for 3.15-rc1
 2014-04-04 22:05 UTC 

xfs umount with i/o error hang/memory corruption
 2014-04-04 21:57 UTC  (6+ messages)

[RFC, PATCH 0/6] xfs: delalloc, DIO and corruption
 2014-04-04 21:31 UTC  (8+ messages)
` [PATCH 2/6] xfs: write failure beyond EOF truncates too much data
` [PATCH 5/6] xfs: splitting delalloc extents can run out of reservation

[PATCH] xfs: remove unused transaction pointer args
 2014-04-03 22:19 UTC  (3+ messages)

[PATCH 0/5] xfs: run eofblocks scan on ENOSPC
 2014-04-03 22:18 UTC  (9+ messages)
` [PATCH 4/5] xfs: run an eofblocks scan on ENOSPC/EDQUOT

[PATCH 0/2] xfs: Clean the EFI on errors series
 2014-04-03 21:53 UTC  (5+ messages)
` [PATCH 2/2] xfs: free the EFI entries from AIL on forced shutdown

[Lsf] [PATCH] xfstests-bld: Simplify determination of number of CPUs in build-all
 2014-04-03 21:46 UTC  (15+ messages)

[PATCH 0/3] O_TMPFILE tests, v2
 2014-04-03 21:32 UTC  (5+ messages)
` [PATCH 3/3] xfs: add a test for unlinked inodes due to O_TMPFILE

[PATCH 1/2] fsx: Add fallocate collapse range operation
 2014-04-03 21:26 UTC  (4+ messages)
` [PATCH 2/2] fsstress: "

[XFS updates] XFS development tree branch, for-next, updated. xfs-for-linus-v3.14-rc1-2-12968-ga6cf33b
 2014-04-03 21:23 UTC  (2+ messages)

[XFS updates] XFS development tree branch, xfs-bug-fixes-for-3.15-3, created. xfs-for-linus-v3.14-rc1-2-12927-gc88547a
 2014-04-03 21:16 UTC 

[patch] xfs: extra semi-colon breaks a condition
 2014-04-03 19:36 UTC  (2+ messages)

[PATCH 1/2] xfs: remove efi from AIL in log recovery error
 2014-04-03 19:07 UTC  (3+ messages)
` [PATCH v2 1/2] xfs: remove efi from AIL in log recovery

[PATCH] xfstests: fix RESULT_BASE typo in check script
 2014-04-03 19:01 UTC 

xfs errors while unlinking filenames with hash collisions
 2014-04-02 13:07 UTC  (6+ messages)
` [PATCH xfstests] tests for file hash collisions on xfs filesystems
  ` [PATCH v2 xfstests] add tests for unlinking directories with hash collisions
    ` [PATCH v3 "


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