linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-04-11 11:10:33 to 2017-04-17 14:19:45 UTC [more...]

fix space reservations underneath xfs_bmapi_write
 2017-04-17 14:19 UTC  (20+ messages)
` [PATCH 01/10] xfs: introduce xfs_trans_blk_res
` [PATCH 02/10] xfs: rewrite xfs_da_grow_inode_int
` [PATCH 03/10] xfs: remove the XFS_BMAPI_CONTIG flag
` [PATCH 04/10] xfs: remove an unsafe retry in xfs_bmbt_alloc_block
` [PATCH 05/10] xfs: remove the total argument to xfs_bmap_local_to_extents
` [PATCH 06/10] xfs: fix bmap minleft calculation
` [PATCH 07/10] xfs: fix space reservation in xfs_bmbt_alloc_block
` [PATCH 08/10] xfs: introduce a XFS_BMAPI_BESTEFFORT flag
` [PATCH 09/10] xfs: kill the dop_low flag
` [PATCH 10/10] xfs: remove xfs_bmap_alloc

XFS crashes with xfs_iunlink_remove: xfs_imap returned error -22
 2017-04-17 12:20 UTC  (3+ messages)

[PATCH] xfs: remove custom do_div implementations
 2017-04-15 17:21 UTC  (4+ messages)

[PATCH] xfs: remove use of do_div with 32-bit dividend in quota debug code
 2017-04-15 14:46 UTC 

[PATCH] xfs: remove the trailing newline used in the fmt parameter of TP_printk
 2017-04-14 18:43 UTC  (2+ messages)

[PATCH 0/8 v6] No wait AIO
 2017-04-14 12:02 UTC  (9+ messages)
` [PATCH 1/8] Use RWF_* flags for AIO operations
` [PATCH 2/8] nowait aio: Introduce RWF_NOWAIT
` [PATCH 3/8] nowait aio: return if direct write will trigger writeback
` [PATCH 4/8] nowait-aio: Introduce IOMAP_NOWAIT
` [PATCH 5/8] nowait aio: return on congested block device
` [PATCH 6/8] nowait aio: ext4
` [PATCH 7/8] nowait aio: xfs
` [PATCH 8/8] nowait aio: btrfs

Deadlock between block allocation and block truncation
 2017-04-14  7:42 UTC  (8+ messages)

[PATCH 0/2] xfsprogs: metadump/mdrestore warns about dirty journal
 2017-04-14  2:54 UTC  (26+ messages)
` [PATCH 1/2] metadump: warn about corruption if log is dirty
` [PATCH 2/2] mdrestore: "

[PATCH] xfs: handle array index overrun in xfs_dir2_leaf_readbuf()
 2017-04-13 22:24 UTC  (4+ messages)

inconsistent lock state in kernel 4.11 rc6
 2017-04-13 20:00 UTC  (2+ messages)

[PATCH 0/2 v2] xfsprogs: metadump warns about dirty journal
 2017-04-13 17:06 UTC  (11+ messages)
` [PATCH 1/2] metadump: warn about corruption if log is dirty
` [PATCH 2/2] xfsprogs: update man for metadump about dirty log/obfuscation issue

[PATCH] xfs: drop iolock from reclaim context to appease lockdep
 2017-04-13 15:59 UTC  (2+ messages)

[PATCH] xfs: reserve enough blocks to handle btree splits when remapping
 2017-04-13 15:52 UTC  (3+ messages)

xfs/384 failures
 2017-04-13 15:35 UTC  (2+ messages)

[PATCH] mkfs: remove leftover blkid include
 2017-04-13 14:28 UTC  (2+ messages)

transaction reservations for deleting of shared extents
 2017-04-13 12:13 UTC  (8+ messages)

[RFC PATCH 1/2] mkfs: unify numeric types of main variables in main()
 2017-04-13  9:41 UTC  (6+ messages)

[PATCH v4] fstests/xfs: xfs_repair should junk empty attribute leaf blocks
 2017-04-13  7:31 UTC 

[PATCH v3] fstests/xfs: xfs_repair should junk empty attribute leaf blocks
 2017-04-13  6:57 UTC  (2+ messages)

Question about large file fragmentation
 2017-04-12 22:09 UTC  (4+ messages)

split the reflink remap from the block allocation path V3
 2017-04-12 19:28 UTC  (8+ messages)
` [PATCH 1/6] xfs: fix integer truncation in xfs_bmap_remap_alloc
` [PATCH 2/6] xfs: remove attr fork handling in xfs_bmap_finish_one
` [PATCH 3/6] xfs: pass individual arguments to xfs_bmap_add_extent_hole_real
` [PATCH 4/6] xfs: introduce xfs_bmapi_remap
` [PATCH 5/6] xfs: remove xfs_bmap_remap_alloc
` [PATCH 6/6] xfs: remove bmap block allocation retries

split the reflink remap from the block allocation path V2
 2017-04-12 19:28 UTC  (16+ messages)
` [PATCH 2/6] xfs: remove attr fork handling in xfs_bmap_finish_one
` [PATCH 3/6] xfs: pass individual arguments to xfs_bmap_add_extent_hole_real
` [PATCH 4/6] xfs: introduce xfs_bmapi_remap
` [PATCH 5/6] xfs: remove xfs_bmap_remap_alloc
` [PATCH 6/6] xfs: remove bmap block allocation retries

[PATCH 0/9 v5] No wait AIO
 2017-04-12 18:31 UTC  (14+ messages)
` [PATCH 1/9] Use RWF_* flags for AIO operations
` [PATCH 2/9] nowait aio: Introduce RWF_NOWAIT
` [PATCH 3/9] nowait aio: return if direct write will trigger writeback
` [PATCH 4/9] nowait-aio: Introduce IOMAP_NOWAIT
` [PATCH 5/9] nowait aio: return on congested block device
` [PATCH 6/9] nowait aio: ext4
` [PATCH 7/9] nowait aio: xfs
` [PATCH 8/9] nowait aio: btrfs
` [PATCH 9/9] nowait aio: Return -EOPNOTSUPP if filesystem does not support

filesystem dead, xfs_repair won't help
 2017-04-12 17:41 UTC  (29+ messages)
` allow mounting w/crc-checking disabled? (was Re: filesystem dead, xfs_repair won't help)

[PATCH v2] fstests/xfs: xfs_repair should junk empty attribute leaf blocks
 2017-04-12 17:13 UTC  (8+ messages)

[PATCH] iomap_dio_rw: Prevent reading file data beyond iomap_dio->i_size
 2017-04-12 16:28 UTC  (6+ messages)

[PATCH v2] xfs: actually report xattr extents via iomap
 2017-04-12 15:17 UTC  (2+ messages)

[PATCH 1/8] Documentation/filesystems: fix documentation for ->getattr()
 2017-04-12 15:12 UTC  (4+ messages)
` [PATCH 8/8] statx: Include a mask for stx_attributes in struct statx

[PATCH] xfs_db: allow write -d to inodes
 2017-04-12 12:35 UTC  (9+ messages)
` [PATCH] xfs_db: allow write -d to dqblks
` [PATCH] xfs_db: set buf flag for inode or dqblk with "type"

[PATCH] fstests/xfs: xfs_repair should junk empty attribute leaf blocks
 2017-04-12 10:41 UTC 

[RFC PATCH v2] xfsprogs/db: add a command for dumping the btree blocks
 2017-04-12  2:00 UTC  (2+ messages)

[PATCH] xfsprogs: ensure growfs rejects non-existent mount point
 2017-04-11 23:20 UTC  (4+ messages)
` [PATCH v2] "

[ANNOUNCE] xfsprogs: v4.11.0-rc1 released
 2017-04-11 21:54 UTC 

[PATCH v2 0/4] xfs_db misc. btree dumping improvements
 2017-04-11 21:42 UTC  (3+ messages)
` [PATCH 3/4] xfs_db: complain about dir/attr blocks with bad magics

[PATCH v4] repair: handle reading superblock from image on larger sector size filesystem
 2017-04-11 14:58 UTC 

XFS mount hangs during quotacheck
 2017-04-11 14:58 UTC  (7+ messages)

[PATCH v2 0/3] xfs: quotacheck vs. dquot reclaim deadlock
 2017-04-11 14:53 UTC  (7+ messages)
` [PATCH 2/3] xfs: push buffer of flush locked dquot to avoid quotacheck deadlock

[PATCH v3] repair: handle reading superblock from image on larger sector size filesystem
 2017-04-11 13:38 UTC  (6+ messages)

[PATCH] xfs_repair: junk leaf attribute if count == 0
 2017-04-11 11:23 UTC  (4+ messages)


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).