messages from 2017-01-04 10:36:31 to 2017-01-09 15:39:47 UTC [more...]
4.9-stable updates for XFS
2017-01-09 15:38 UTC (15+ messages)
` [PATCH 01/32] xfs: don't call xfs_sb_quota_from_disk twice
` [PATCH 02/32] xfs: check return value of _trans_reserve_quota_nblks
` [PATCH 03/32] xfs: don't skip cow forks w/ delalloc blocks in cowblocks scan
` [PATCH 04/32] xfs: don't BUG() on mixed direct and mapped I/O
` [PATCH 05/32] xfs: provide helper for counting extents from if_bytes
` [PATCH 06/32] xfs: check minimum block size for CRC filesystems
` [PATCH 07/32] xfs: fix unbalanced inode reclaim flush locking
` [PATCH 08/32] xfs: new inode extent list lookup helpers
` [PATCH 09/32] xfs: factor rmap btree size into the indlen calculations
` [PATCH 10/32] xfs: always succeed when deduping zero bytes
` [PATCH 11/32] xfs: remove prev argument to xfs_bmapi_reserve_delalloc
` [PATCH 12/32] xfs: track preallocation separately in xfs_bmapi_reserve_delalloc()
` [PATCH 13/32] xfs: use new extent lookup helpers in __xfs_reflink_reserve_cow
` [PATCH 14/32] xfs: clean up cow fork reservation and tag inodes correctly
minleft fixes V2
2017-01-09 15:34 UTC (24+ messages)
` [PATCH 1/5] xfs: bump up reserved blocks in xfs_alloc_set_aside
` [PATCH 2/5] xfs: fix the alignment fallback in xfs_bmap_btalloc
` [PATCH 3/5] xfs: fix bogus minleft manipulations
` [PATCH 4/5] xfs: adjust allocation length in xfs_alloc_space_available
` [PATCH 5/5] xfs: don't rely on ->total "
[PATCH v2] xfs: remove racy hasattr check from attr ops
2017-01-09 15:22 UTC
[PATCH 0/8 v3] scope GFP_NOFS api
2017-01-09 14:29 UTC (21+ messages)
` [PATCH 1/8] lockdep: allow to disable reclaim lockup detection
` [PATCH 2/8] xfs: abstract PF_FSTRANS to PF_MEMALLOC_NOFS
` [PATCH 3/8] mm: introduce memalloc_nofs_{save,restore} API
` [PATCH 4/8] xfs: use memalloc_nofs_{save,restore} instead of memalloc_noio*
` [PATCH 5/8] jbd2: mark the transaction context with the scope GFP_NOFS context
` [PATCH 6/8] jbd2: make the whole kjournald2 kthread NOFS safe
` [PATCH 7/8] Revert "ext4: avoid deadlocks in the writeback path by using sb_getblk_gfp"
` [PATCH 8/8] Revert "ext4: fix wrong gfp type under transaction"
` [DEBUG PATCH 0/2] debug explicit GFP_NO{FS,IO} usage from the scope context
` [DEBUG PATCH 1/2] mm, debug: report when GFP_NO{FS,IO} is used explicitly from memalloc_no{fs,io}_{save,restore} context
` [DEBUG PATCH 2/2] silent warnings which we cannot do anything about
[PATCH v3 0/3] xfs: test malformed inode mode
2017-01-09 13:39 UTC (6+ messages)
` [PATCH v3 1/3] xfs: test handling of invalid inode modes
` [PATCH v3 2/3] xfs: test fstat with malformed inode mode
` [PATCH v3 3/3] xfs: test readlink/readdir "
[PATCH v6 0/3] xfs: fixes for malformed on-disk i_mode
2017-01-09 13:06 UTC (4+ messages)
` [PATCH v6 1/3] xfs: fix the size of xfs_mode_to_ftype table
` [PATCH v6 2/3] xfs: sanity check directory inode di_size
` [PATCH v6 3/3] xfs: make the ASSERT() condition likely
[PATCH] iomap: constify struct iomap_ops
2017-01-09 12:57 UTC (3+ messages)
[PATCH v4 00/47] xfs: online scrub/repair support
2017-01-09 12:40 UTC (49+ messages)
` [PATCH 01/47] xfs: plumb in needed functions for range querying of the freespace btrees
` [PATCH 02/47] xfs: provide a query_range function for "
` [PATCH 03/47] xfs: create a function to query all records in a btree
` [PATCH 04/47] xfs: introduce the XFS_IOC_GETFSMAP ioctl
` [PATCH 05/47] xfs: report shared extents in getfsmapx
` [PATCH 06/47] xfs: have getfsmap fall back to the freesp btrees when rmap is not present
` [PATCH 07/47] xfs: getfsmap should fall back to rtbitmap when rtrmapbt "
` [PATCH 08/47] xfs: add scrub tracepoints
` [PATCH 09/47] xfs: create an ioctl to scrub AG metadata
` [PATCH 10/47] xfs: generic functions to scrub metadata and btrees
` [PATCH 11/47] xfs: scrub the backup superblocks
` [PATCH 12/47] xfs: scrub AGF and AGFL
` [PATCH 13/47] xfs: scrub the AGI
` [PATCH 14/47] xfs: support scrubbing free space btrees
` [PATCH 15/47] xfs: support scrubbing inode btrees
` [PATCH 16/47] xfs: support scrubbing rmap btree
` [PATCH 17/47] xfs: support scrubbing refcount btree
` [PATCH 18/47] xfs: scrub inodes
` [PATCH 19/47] xfs: scrub inode block mappings
` [PATCH 20/47] xfs: scrub directory/attribute btrees
` [PATCH 21/47] xfs: scrub directory metadata
` [PATCH 22/47] xfs: scrub extended attributes
` [PATCH 23/47] xfs: scrub symbolic links
` [PATCH 24/47] xfs: scrub realtime bitmap/summary
` [PATCH 25/47] xfs: scrub should cross-reference with the bnobt
` [PATCH 26/47] xfs: cross-reference bnobt records with cntbt
` [PATCH 27/47] xfs: cross-reference extents with AG header
` [PATCH 28/47] xfs: cross-reference inode btrees during scrub
` [PATCH 29/47] xfs: cross-reference reverse-mapping btree
` [PATCH 30/47] xfs: cross-reference refcount btree during scrub
` [PATCH 31/47] xfs: scrub should cross-reference the realtime bitmap
` [PATCH 32/47] xfs: cross-reference the block mappings when possible
` [PATCH 33/47] xfs: create tracepoints for online repair
` [PATCH 34/47] xfs: implement the metadata repair ioctl flag
` [PATCH 35/47] xfs: add helper routines for the repair code
` [PATCH 36/47] xfs: repair superblocks
` [PATCH 37/47] xfs: repair the AGF and AGFL
` [PATCH 38/47] xfs: rebuild the AGI
` [PATCH 39/47] xfs: repair free space btrees
` [PATCH 40/47] xfs: repair inode btrees
` [PATCH 41/47] xfs: rebuild the rmapbt
` [PATCH 42/47] xfs: repair refcount btrees
` [PATCH 43/47] xfs: online repair of inodes
` [PATCH 44/47] xfs: repair inode block maps
` [PATCH 45/47] xfs: repair damaged symlinks
` [PATCH 46/47] xfs: query the per-AG reservation counters
` [PATCH 47/47] xfs: avoid mount-time deadlock in CoW extent recovery
make log force warnings less annoying
2017-01-09 11:08 UTC (3+ messages)
` [PATCH] xfs: don't print warnings when xfs_log_force fails
[PATCH 0/7] xfstests: misc reflink test fixes
2017-01-09 10:20 UTC (12+ messages)
` [PATCH 1/7] ocfs2: test reflinking to inline data files
` [PATCH 2/7] common: add leading underscore to get_block_size
` [PATCH 3/7] ocfs2/reflink: fix file block size reporting
` [PATCH 4/7] reflink: fix quota tests to work properly
` [PATCH 5/7] reflink: make error reporting consistent when simulating EIO
` [PATCH 6/7] dedupe: fix consistent error message prefixes for dedupe tests
` [PATCH 7/7] xfs/ext4: check negative inode size
[PATCH] remove irix support
2017-01-08 23:08 UTC (2+ messages)
xfs: commit 6552321831dc "xfs: remove i_iolock and use i_rwsem in the VFS inode instead" change causes hang
2017-01-08 20:10 UTC (16+ messages)
[PATCH] xfs: remove racy hasattr check from attr get
2017-01-08 16:12 UTC (3+ messages)
[PATCH v2] duperemove: test presence of dedupe ioctl
2017-01-08 9:52 UTC (2+ messages)
xfsprogs_4.9.0_amd64.changes ACCEPTED into unstable
2017-01-07 21:06 UTC
Processing of xfsprogs_4.9.0_amd64.changes
2017-01-07 20:36 UTC
[BUG v4.10-rc1] fzero returns EIO on DAX mount
2017-01-07 10:57 UTC (2+ messages)
[PATCH] generic: test racing getxattr requests against xattr add/remove
2017-01-06 19:39 UTC
[PATCH] [RFC] Propagate error state from buffers to the objects attached
2017-01-06 14:45 UTC (4+ messages)
[RFC PATCH 00/22] mkfs.xfs: Make stronger conflict checks
2017-01-06 11:42 UTC (2+ messages)
Bug#839129: (no subject)
2017-01-06 0:03 UTC
Bug#807879: (no subject)
2017-01-06 0:03 UTC
Bug#839129: (no subject)
2017-01-05 23:57 UTC
[ANNOUNCE] xfsprogs: v4.9.0 released
2017-01-05 22:55 UTC
Linux Foundation's open source file & storage conference CFP
2017-01-05 22:30 UTC
[BUG] xfs.mkfs recognizes wrong disk size
2017-01-05 20:41 UTC (10+ messages)
[PATCH] xfsdump: handle bind mount targets
2017-01-05 15:11 UTC (2+ messages)
xfs/181 trigger xfs corruption on ppc64le
2017-01-05 14:02 UTC (3+ messages)
[GIT PULL] xfs: updates for 4.10-rc3
2017-01-05 2:37 UTC (2+ messages)
[PATCH v4 0/9] xfstests: online scrub/repair support
2017-01-05 1:17 UTC (10+ messages)
` [PATCH 1/9] populate: create all types of XFS metadata
` [PATCH 2/9] populate: add _require_populate_commands to check for tools
` [PATCH 3/9] populate: optionally fill the filesystem when populating fs
` [PATCH 4/9] populate: fix some silly errors when modifying a fs while fuzzing
` [PATCH 5/9] common/fuzzy: move fuzzing helper functions here
` [PATCH 6/9] populate: cache scratch metadata images
` [PATCH 7/9] populate: discover XFS structure fields and fuzz verbs, and use them to fuzz fields
` [PATCH 8/9] common/populate: create attrs in different namespaces
` [PATCH 9/9] xfs: fuzz every field of every structure
[PATCH, RFC] xfs: use per-AG reservations for the finobt
2017-01-04 21:23 UTC (5+ messages)
[PATCH v2 0/3] xfs/348: test handling of malformed inode mode
2017-01-04 20:33 UTC (5+ messages)
` [PATCH v2 1/3] xfs/348: test handling of invalid inode modes
[PATCH] Fix max_retries _show and _store functions
2017-01-04 15:46 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;
as well as URLs for NNTP newsgroup(s).