public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-04-08 15:51:59 to 2016-04-13 21:56:00 UTC [more...]

RFC: use iomap infrastructure for all our zeroing needs
 2016-04-13 21:55 UTC  (8+ messages)
` [PATCH 1/6] iomap: support DAX based zeroing
` [PATCH 2/6] xfs: use iomap infrastructure for DAX zeroing
` [PATCH 3/6] xfs: handle 64-bit length in xfs_iozero
` [PATCH 4/6] xfs: use xfs_zero_range in xfs_zero_eof
` [PATCH 5/6] xfs: split xfs_free_file_space in manageable pieces
` [PATCH 6/6] kill xfs_zero_remaining_bytes

iomap infrastructure and multipage writes V2
 2016-04-13 21:54 UTC  (10+ messages)
` [PATCH 1/8] fs: move struct iomap from exportfs.h to a separate header
` [PATCH 2/8] fs: introduce iomap infrastructure
` [PATCH 3/8] xfs: make xfs_bmbt_to_iomap available outside of xfs_pnfs.c
` [PATCH 4/8] xfs: reorder zeroing and flushing sequence in truncate
` [PATCH 5/8] xfs: implement iomap based buffered write path
` [PATCH 6/8] xfs: remove buffered write support from __xfs_get_blocks
` [PATCH 7/8] fs: iomap based fiemap implementation
` [PATCH 8/8] xfs: use iomap "

[PATCH 00/19] mkfs cleaning
 2016-04-13 21:37 UTC  (32+ messages)
` [PATCH 08/19] mkfs: getbool is redundant
` [PATCH 09/19] mkfs: use getnum_checked for all ranged parameters
` [PATCH 15/19] mkfs: don't treat files as though they are block devices
` [PATCH 17/19] xfsprogs: disable truncating of files
` [PATCH 18/19] mkfs: unit conversions are case insensitive

[PATCH 00/11 v3] xfs: inode reclaim vs the world
 2016-04-13 21:20 UTC  (18+ messages)
` [PATCH 01/11] xfs: we don't need no steekin ->evict_inode
` [PATCH 02/11] xfs: xfs_iflush_cluster fails to abort on error
` [PATCH 03/11] xfs: fix inode validity check in xfs_iflush_cluster
` [PATCH 04/11] xfs: skip stale inodes "
` [PATCH 05/11] xfs: optimise xfs_iext_destroy
` [PATCH 06/11] xfs: xfs_inode_free() isn't RCU safe
` [PATCH 07/11] xfs: mark reclaimed inodes invalid earlier
` [PATCH 08/11] xfs: xfs_iflush_cluster has range issues
` [PATCH 09/11] xfs: rename variables in xfs_iflush_cluster for clarity
` [PATCH 10/11] xfs: simplify inode reclaim tagging interfaces
` [PATCH 11/11] xfs: move reclaim tagging functions

[RFC v2 PATCH 00/10] dm-thin/xfs: prototype a block reservation allocation model
 2016-04-13 21:01 UTC  (21+ messages)
` [RFC v2 PATCH 01/10] xfs: refactor xfs_reserve_blocks() to handle ENOSPC correctly
` [RFC v2 PATCH 02/10] xfs: replace xfs_mod_fdblocks() bool param with flags
` [RFC v2 PATCH 03/10] block: add block_device_operations methods to set and get reserved space
` [RFC v2 PATCH 04/10] dm: add "
` [RFC v2 PATCH 05/10] dm thin: "
` [RFC v2 PATCH 06/10] xfs: thin block device reservation mechanism
` [RFC v2 PATCH 07/10] xfs: adopt a reserved allocation model on dm-thin devices
` [RFC v2 PATCH 08/10] xfs: handle bdev reservation ENOSPC correctly from XFS reserved pool
` [RFC v2 PATCH 09/10] xfs: support no block reservation transaction mode
` [RFC v2 PATCH 10/10] xfs: use contiguous bdev reservation for file preallocation
` [RFC PATCH] block: wire blkdev_fallocate() to block_device_operations' reserve_space

[PATCH 00/42] v5: separate operations from flags in the bio/request structs
 2016-04-13 19:36 UTC  (43+ messages)
` [PATCH 01/42] block/fs/drivers: remove rw argument from submit_bio
` [PATCH 02/42] block: add REQ_OP definitions and bi_op/op fields
` [PATCH 03/42] block, fs, mm, drivers: set bi_op to REQ_OP
` [PATCH 04/42] fs: have submit_bh users pass in op and flags separately
` [PATCH 05/42] fs: have ll_rw_block "
` [PATCH 06/42] direct-io: set bi_op to REQ_OP
` [PATCH 07/42] btrfs: have submit_one_bio users setup bio bi_op
` [PATCH 08/42] btrfs: set bi_op tp REQ_OP
` [PATCH 09/42] btrfs: update __btrfs_map_block for bi_op transition
` [PATCH 10/42] btrfs: use bio fields for op and flags
` [PATCH 11/42] f2fs: set bi_op to REQ_OP
` [PATCH 12/42] gfs2: "
` [PATCH 13/42] xfs: "
` [PATCH 14/42] hfsplus: "
` [PATCH 15/42] mpage: "
` [PATCH 16/42] nilfs: "
` [PATCH 17/42] ocfs2: "
` [PATCH 18/42] pm: "
` [PATCH 19/42] dm: "
` [PATCH 20/42] dm: pass dm stats data dir instead of bi_rw
` [PATCH 21/42] bcache: set bi_op to REQ_OP
` [PATCH 22/42] drbd: "
` [PATCH 23/42] md/raid: "
` [PATCH 24/42] xen: "
` [PATCH 25/42] target: "
` [PATCH 26/42] block: copy bio op to request op
` [PATCH 27/42] block: prepare request creation/destruction code to use REQ_OPs
` [PATCH 28/42] block: prepare mq request creation "
` [PATCH 29/42] block: prepare elevator "
` [PATCH 30/42] blkg_rwstat: separate op from flags
` [PATCH 31/42] block: convert merge/insert code to check for REQ_OPs
` [PATCH 32/42] block: convert is_sync helpers to use REQ_OPs
` [PATCH 33/42] block: convert rq_data_dir helper "
` [PATCH 34/42] drivers: set request op to REQ_OP
` [PATCH 35/42] blktrace: get op from req->op/bio->bi_op
` [PATCH 36/42] ide cd: do not set REQ_WRITE on requests
` [PATCH 37/42] block, fs, drivers: do use bi_rw/cmd_flags for REQ_OPs
` [PATCH 38/42] block, fs: remove old REQ definitions
` [PATCH 39/42] block: shrink bio/request fields
` [PATCH 40/42] block, drivers: add REQ_OP_FLUSH operation
` [PATCH 41/42] block: use QUEUE flags instead of flush_flags to test for flush support
` [PATCH 42/42] block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSH

[PATCH] xfs: group quota is still enforced if mount v5 xfs with gqnoenforce and pqnoenforce
 2016-04-13 19:07 UTC  (3+ messages)

list_add corruption after "xfs: mode di_mode to vfs inode"
 2016-04-13 17:46 UTC  (4+ messages)

about the xfs performance
 2016-04-13 17:27 UTC  (8+ messages)

企业网站建设必修的四堂课
 2016-04-13 15:16 UTC 

[PATCH v2 0/5] Align mmap address for DAX pmd mappings
 2016-04-13 14:55 UTC  (4+ messages)
` [PATCH v2 1/5] dax: add dax_get_unmapped_area for "

[RFC DONOTMERGE v8 0/3] fallocate for block devices
 2016-04-13 14:23 UTC  (6+ messages)
` [PATCH 1/3] block: invalidate the page cache when issuing BLKZEROOUT
` [PATCH 2/3] block: require write_same and discard requests align to logical block size
` [PATCH 3/3] block: implement (some of) fallocate for block devices
` [PATCH 4/3] block: test "

ext4 error
 2016-04-13 14:10 UTC  (2+ messages)

xfs_repair fails after trying to format log cycle?
 2016-04-13 12:12 UTC  (8+ messages)

[PATCH v2] xfs/259: test more block sizes and handle minimum block size correctly
 2016-04-13 11:56 UTC 

Актуално! Управление на проекти
 2016-04-13  9:34 UTC 

[PATCH] xfs: Abort intent log item in xfs_iflush() upon error to get buf
 2016-04-13  4:02 UTC  (6+ messages)

Намаление на Секси нощници и Еротични мрежести целокупни бодита!
 2016-04-13  2:10 UTC 

[PATCH 4/5] xfs: xfs_inode_free() isn't RCU safe
 2016-04-12 23:29 UTC  (5+ messages)

PAGE_CACHE_* removal in 4.6-rc3
 2016-04-12 21:17 UTC  (2+ messages)

[PATCH] xfs/259: handle minimum block size more precisely
 2016-04-12 21:01 UTC  (7+ messages)

[PATCH v2 3/5] xfs: call dax_get_unmapped_area() for DAX pmd mappings
 2016-04-12 20:39 UTC 

[PATCH 4/5] xfs: xfs_inode_free() isn't RCU safe
 2016-04-12  8:55 UTC 

XFS hung task in xfs_ail_push_all_sync() when unmounting FS after disk failure/recovery
 2016-04-12  8:19 UTC  (15+ messages)

[PATCH] xfs: bmap btree changes should update rmap btree
 2016-04-12  5:29 UTC  (3+ messages)

[PATCH 0/6 v2] xfs: xfs_iflush_cluster vs xfs_reclaim_inode
 2016-04-11 23:31 UTC  (9+ messages)

[PATCH 0/16] xfs: first part of rmapbt functionality
 2016-04-11 23:23 UTC  (3+ messages)
` [PATCH 16/16] xfs: piggyback rmapbt update intents in the bmap free structure

BUG: unable to handle kernel paging request at ffffffff82200000 (xlog_recover_buffer_pass2)
 2016-04-11 19:15 UTC  (3+ messages)

Use latest xfs_repair on older file systems
 2016-04-11 17:15 UTC 

[PATCH v3 0/8] block: prepare for multipage bvecs
 2016-04-11  3:31 UTC  (2+ messages)

Apparently successful xfs_copy gives "-9" returncode
 2016-04-09 23:24 UTC  (2+ messages)

Use latest xfs_repair on older file systems
 2016-04-08 22:27 UTC  (3+ messages)

[PATCH xfsdump] configure: add mailing list contact
 2016-04-08 20:51 UTC 

[PATCH xfsdump] po: respect LINGUAS build setting
 2016-04-08 20:51 UTC 

[PATCH xfsprogs] configure: add mailing list contact
 2016-04-08 20:43 UTC 

[PATCH xfsprogs] po: respect LINGUAS build setting
 2016-04-08 20:43 UTC 


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