public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2013-08-30 18:49:38 to 2013-09-05 14:44:42 UTC [more...]

SGID inheritance in different file-systems
 2013-09-05 14:42 UTC  (5+ messages)

[PATCH 00/55] xfsprogs: bring code up to date with kernel
 2013-09-05 14:35 UTC  (58+ messages)
` [PATCH 01/55] xfsprogs: introduce xfs_icreate.h
` [PATCH 02/55] xfsprogs: port inode create transaction changes
` [PATCH 03/55] xfsprogs: teach logprint about icreate transaction
` [PATCH 04/55] libxfs: fix directory/attribute format issues
` [PATCH 05/55] libxfs: ensure btree root split sets blkno correctly
` [PATCH 06/55] libxfs: fix byte swapping on constants
` [PATCH 07/55] libxfs: sync xfs_da_btree.c
` [PATCH 08/55] libxfs: update xfs_alloc to current kernel version
` [PATCH 09/55] libxfs: sync attr code with kernel
` [PATCH 10/55] libxfs: sync dir2 kernel differences
` [PATCH 11/55] libxfs: sync xfs_ialloc.c to the kernel code
` [PATCH 12/55] xfsprogs: define min/max once and use them everywhere
` [PATCH 13/55] libxfs: fix compile warnings
` [PATCH 14/55] xfs: remove local fork format handling from xfs_bmapi_write()
` [PATCH 15/55] libxfs: local to remote format support of remote symlinks
` [PATCH 16/55] xfs: separate out log format definitions
` [PATCH 17/55] xfs: split out inode log item format definition
` [PATCH 18/55] xfs: split out buf log item format definitions
` [PATCH 19/55] xfs: split out inode log item format definition
` [PATCH 20/55] xfs: separate dquot on disk format definitions out of xfs_quota.h
` [PATCH 21/55] xfs: separate icreate log format definitions from xfs_icreate_item.h
` [PATCH 22/55] xfs: split out on-disk transaction definitions
` [PATCH 23/55] xfs: introduce xfs_rtalloc_defs.h
` [PATCH 24/55] xfs: introduce xfs_quota_defs.h
` [PATCH 25/55] libxfs: introduce xfs_trans_resv.c
` [PATCH 26/55] libxfs: move transaction code to trans.c
` [PATCH 27/55] xfs: move inode fork definitions to a new header file
` [PATCH 28/55] xfs: move unrealted definitions out of xfs_inode.h
` [PATCH 29/55] xfs: introduce xfs_inode_buf.c for inode buffer operations
` [PATCH 30/55] xfs: split out the remote symlink handling
` [PATCH 31/55] libxfs: switch over to xfs_sb.c and remove xfs_mount.c
` [PATCH 32/55] xfs: create xfs_bmap_util.[ch]
` [PATCH 33/55] xfsprogs: sync minor kernel header differences
` [PATCH 34/55] xfs: don't special case shared superblock mounts
` [PATCH 35/55] xfs: move swap extent code to xfs_extent_ops
` [PATCH 36/55] xfs: kill __KERNEL__ check for debug code in allocation code
` [PATCH 37/55] xfs: remove __KERNEL__ from debug code
` [PATCH 38/55] xfs: remove __KERNEL__ check from xfs_dir2_leaf.c
` [PATCH 39/55] xfs: move kernel specific type definitions to xfs.h
` [PATCH 40/55] xfs: make struct xfs_perag kernel only
` [PATCH 41/55] xfs: Introduce a new structure to hold transaction reservation items
` [PATCH 42/55] xfs: Introduce tr_fsyncts to m_reservation
` [PATCH 43/55] xfs: Make writeid transaction use tr_writeid
` [PATCH 44/55] xfs: refactor xfs_trans_reserve() interface
` [PATCH 45/55] xfs: Get rid of all XFS_XXX_LOG_RES() macro
` [PATCH 46/55] xfs: Add xfs_log_rlimit.c
` [PATCH 47/55] xfs: Add read-only support for dirent filetype field
` [PATCH 48/55] xfs: Add write "
` [PATCH 49/55] xfsprogs: add dtype support to mkfs and db
` [PATCH 50/55] xfs: di_flushiter considered harmful
` [PATCH 51/55] xfs: fix calculation of the number of node entries in a dir3 node
` [PATCH 52/55] xfs: btree block LSN escaping to disk uninitialised
` [PATCH 53/55] xfs: inode log reservations are too small
` [PATCH 54/55] repair: fix segv on directory block read failure
` [PATCH 55/55] xfsprogs: cleanup miscellaneous merge faults

[RFC PATCH 00/12] xfs_db: write support for v5 filesystems
 2013-09-05 12:13 UTC  (13+ messages)
` [RFC PATCH 01/12] db: separate out straight buffer IO from map based IO
` [RFC PATCH 02/12] db: rewrite bbmap to use xfs_buf_map
` [RFC PATCH 03/12] db: rewrite IO engine to use libxfs
` [RFC PATCH 04/12] xfs: split dquot buffer operations out
` [RFC PATCH 05/12] xfs: move buf_ops externs to a xfs_format.h
` [RFC PATCH 06/12] db: introduce verifier support into set_cur
` [RFC PATCH 07/12] db: indicate if the CRC on a buffer is correct or not
` [RFC PATCH 08/12] db: verify and calculate inode CRCs
` [RFC PATCH 09/12] db: verify and calculate dquot CRCs
` [RFC PATCH 10/12] db: add a special directory buffer verifier
` [RFC PATCH 11/12] db: add a special attribute "
` [RFC PATCH 12/12] db: re-enable write support for v5 filesystems

[PATCH 0/3] xfs: more code movement for userspace
 2013-09-05 11:53 UTC  (4+ messages)
` [PATCH 1/3] xfs: move buf_ops externs to a xfs_format.h
` [PATCH 2/3] xfs: unify directory/attribute format definitions
` [PATCH 3/3] xfs: split dquot buffer operations out

potential argument order bug in fs/xfs/xfs_dir2_node.c:xfs_dir2_leafn_unbalance
 2013-09-05  3:24 UTC  (3+ messages)

[RFC PATCH 00/11] xfs: introduce the free inode btree
 2013-09-05  2:55 UTC  (23+ messages)
` [RFC PATCH 01/11] xfs: refactor xfs_ialloc_btree.c to support multiple inobt numbers
` [RFC PATCH 02/11] xfs: reserve v5 superblock read-only compat. feature bit for finobt
` [RFC PATCH 03/11] xfs: support the XFS_BTNUM_FINOBT free inode btree type
` [RFC PATCH 04/11] xfs: update inode allocation transaction reservations for finobt
` [RFC PATCH 05/11] xfs: update ifree "
` [RFC PATCH 06/11] xfs: use correct transaction reservations in xfs_inactive()
` [RFC PATCH 07/11] xfs: retry trans reservation on ENOSPC "
` [RFC PATCH 08/11] xfs: insert newly allocated inode chunks into the finobt
` [RFC PATCH 09/11] xfs: use and update the finobt on inode allocation
` [RFC PATCH 10/11] xfs: update the finobt on inode free
` [RFC PATCH 11/11] xfs: add finobt support to growfs

[PATCH] xfstests: fix device lookup in btrfs/003
 2013-09-04 23:24 UTC 

[PATCH v3 0/5] Rework mtime and ctime updates on mmaped writes
 2013-09-04 20:05 UTC  (9+ messages)
` [PATCH v4 3/7] mm: Allow filesystems to defer cmtime updates

[PATCH] xfs_repair: test for bad level in dir2 node
 2013-09-04 15:19 UTC 

xfs_repair segfaulting in phase 3
 2013-09-04 13:39 UTC  (2+ messages)

[PATCH 0/2 v3] Fix O_SYNC AIO DIO
 2013-09-04 13:04 UTC  (3+ messages)
` [PATCH 1/2] direct-io: Implement generic deferred AIO completions
` [PATCH 2/2] direct-io: Handle O_(D)SYNC AIO

[PATCH 0/2 v2] Fix O_SYNC AIO DIO
 2013-09-04 10:54 UTC  (3+ messages)

[PATCH 0/4] xfs: Allow user to change project id in un-init userns
 2013-09-04  6:38 UTC  (5+ messages)
` [PATCH 1/4] xfs: add helper function to convert project id between user and kernel space
` [PATCH 2/4] userns: ioctl: "
` [PATCH 3/4] xfs: allow un-init user namespace to change file's project id
` [PATCH 4/4] userns: eofblocks: convert project id from user to kernel space

[PATCH] xfs: Make the incore inode di_size to xfs_ufsize_t
 2013-09-04  2:41 UTC 

[PATCH] xfs: inode buffers may not be valid during recovery readahead
 2013-09-03 23:50 UTC  (5+ messages)

[PATCH 0/2] xfs: defrag support for v5 filesystems
 2013-09-03 22:45 UTC  (3+ messages)

[PATCH 0/2] xfs: fix some new memory allocation failures
 2013-09-03 22:38 UTC  (10+ messages)
` [PATCH 1/2] xfs: fix memory allocation failures with ACLs
` [PATCH 2/2] xfs: factor all the kmalloc-or-vmalloc fallback allocations

[PATCH 0/2] xfs: minor cleanups for userspace sanity
 2013-09-03 22:21 UTC  (5+ messages)
` [PATCH 1/2] xfs: dtype changed xfs_dir2_sfe_put_ino to xfs_dir3_sfe_put_ino
  ` [PATCH V2] "

[XFS updates] XFS development tree branch, for-next, updated. for-linus-v3.11-rc1-2-12225-g1d03c6f
 2013-09-03 22:20 UTC 

[XFS updates] XFS development tree branch, master, updated. for-linus-v3.11-rc1-2-12225-g1d03c6f
 2013-09-03 22:20 UTC 

[PATCH 0/2] xfs: more shutdown-related fixes
 2013-09-03 19:56 UTC  (5+ messages)
` [PATCH 1/2] xfs: aborted buf items can be in the AIL
` [PATCH 2/2] xfs: don't assert fail on bad inode numbers

[PATCH 0/3] xfstests: improvements for generic/204
 2013-09-03  7:34 UTC  (6+ messages)
` [PATCH 1/3] xfstests: generic/204 should call _check_scratch_fs
` [PATCH 2/3] xfstests: Obey mkfs options for sized filesystems on XFS
` [PATCH 3/3] xfstests: Make 204 work with different block and inode sizes

[PATCH] xfs: check magic numbers in dir3 leaf verifier first
 2013-09-03  7:33 UTC  (3+ messages)
` [PATCH v2] "

[v4, 4/7] xfsprogs: xfsio: add support FALLOC_FL_COLLAPSE_RANGE for fallocate
 2013-09-02 16:03 UTC 

[v2, 4/7] xfsprogs: xfsio: add support FALLOC_FL_COLLAPSE_RANGE for fallocate
 2013-09-02 16:03 UTC 

[v2, 6/7] xfstest: Add test case to test multiple collapse range call
 2013-09-02 16:03 UTC 

[PATCH v2 4/7] xfsprogs: xfsio: add support FALLOC_FL_COLLAPSE_RANGE for fallocate
 2013-09-02 14:33 UTC 

[PATCH v2 3/7] ext4: add support FALLOC_FL_COLLAPSE_RANGE for fallocate
 2013-09-02 14:32 UTC 

[PATCH v2 7/7] manpage: update FALLOC_FL_COLLAPSE_RANGE flag in fallocate
 2013-09-02 14:30 UTC 

[PATCH v2 6/7] xfstest: Add test case to test multiple collapse range call
 2013-09-02 14:30 UTC 

[PATCH v2 5/7] xfstest: Add test case to check various corner cases for collapsing range
 2013-09-02 14:29 UTC 

[PATCH v4 4/7] xfsprogs: xfsio: add support FALLOC_FL_COLLAPSE_RANGE for fallocate
 2013-09-02 14:29 UTC 

[PATCH v3 3/7] ext4: add support FALLOC_FL_COLLAPSE_RANGE for fallocate
 2013-09-02 14:29 UTC 

[PATCH v2 2/7] xfs: add support FALLOC_FL_COLLAPSE_RANGE for fallocate
 2013-09-02 14:29 UTC 

[PATCH v2 1/7] fs: add new flag(FALLOC_FL_COLLAPSE_RANGE) for fallocate
 2013-09-02 14:28 UTC 

[PATCH v2 0/7] fs: Introduce new flag(FALLOC_FL_COLLAPSE_RANGE) for fallocate
 2013-09-02 14:28 UTC 

[PATCH V2] xfstests: add fsstress/recovery test for XFS
 2013-09-02 11:46 UTC 

[PATCH] xfs: don't try to mark uncached buffers stale on error
 2013-09-02 11:44 UTC 

[PATCH] [RFC] xfstests: add fsstress/recovery test for XFS
 2013-09-02 11:01 UTC 

[PATCH 0/2] xfs: fix some sparse warnings
 2013-09-02 10:49 UTC  (7+ messages)
` [PATCH 1/2] xfs: fix endian warning in xlog_recover_get_buf_lsn()
` [PATCH 2/2] xfs: fix some minor sparse warnings
      ` [PATCH 2/2 v2] "

[PATCH] xfsprogs: avoid array overflow in pf_batch_read()
 2013-09-02 10:14 UTC  (2+ messages)

[PATCH 0/2] xfs: log recovery buffer fixes
 2013-09-02 10:09 UTC  (7+ messages)
` [PATCH 1/2] xfs: set remote symlink buffer type for recovery
` [PATCH 2/2] xfs: ensure we copy buffer type in da btree root splits

[XFS updates] XFS development tree branch, for-next, updated. for-linus-v3.11-rc1-2-12223-g914ed44
 2013-09-02  0:40 UTC 

[XFS updates] XFS development tree branch, master, updated. for-linus-v3.11-rc1-2-12223-g914ed44
 2013-09-02  0:40 UTC 

higher agcount on LVM2 thinp volumes
 2013-09-01  3:39 UTC  (9+ messages)

[PATCH v2] xfstests: generic/255: Execute only if blocksize is 4k
 2013-08-31 17:17 UTC 

[PATCH V3] mkfs: add noalign option to usage()
 2013-08-31  1:23 UTC  (2+ messages)

[PATCH] Fix wrong flag ASSERT in xfs_attr_shortform_getvalue
 2013-08-30 20:21 UTC  (4+ messages)

[PATCH] xfs: finish removing IOP_* macros
 2013-08-30 20:10 UTC  (2+ messages)

[PATCH] xfs: inode log reservations are too small
 2013-08-30 18:57 UTC  (2+ messages)

[PATCH] xfs: check correct status variable for xfs_inobt_get_rec() call
 2013-08-30 18:49 UTC  (2+ messages)


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