xfs (thread)
[PATCH v4 0/7] dax: handling media errors,
Vishal Verma,
2016/04/28
- [PATCH v4 1/7] block, dax: pass blk_dax_ctl through to drivers, Vishal Verma, 2016/04/28
- [PATCH v4 3/7] dax: enable dax in the presence of known media errors (badblocks), Vishal Verma, 2016/04/28
- [PATCH v4 2/7] dax: fallback from pmd to pte on error, Vishal Verma, 2016/04/28
- [PATCH v4 4/7] dax: use sb_issue_zerout instead of calling dax_clear_sectors, Vishal Verma, 2016/04/28
- [PATCH v4 6/7] dax: for truncate/hole-punch, do zeroing through the driver if possible, Vishal Verma, 2016/04/28
- [PATCH v4 5/7] fs: prioritize and separate direct_io from dax_io, Vishal Verma, 2016/04/28
- [PATCH v4 7/7] dax: fix a comment in dax_zero_page_range and dax_truncate_page, Vishal Verma, 2016/04/28
- [PATCH v4 8/7] Documentation: add error handling information to dax.txt, Vishal Verma, 2016/04/29
[PATCH 0/2] scop GFP_NOFS api,
Michal Hocko,
2016/04/26
- [PATCH 2/2] mm, debug: report when GFP_NO{FS,IO} is used explicitly from memalloc_no{fs,io}_{save,restore} context, Michal Hocko, 2016/04/26
- Re: [PATCH 2/2] mm, debug: report when GFP_NO{FS,IO} is used explicitly from memalloc_no{fs,io}_{save,restore} context, Dave Chinner, 2016/04/26
- Re: [PATCH 2/2] mm, debug: report when GFP_NO{FS,IO} is used explicitly from memalloc_no{fs,io}_{save,restore} context, Michal Hocko, 2016/04/27
- Re: [PATCH 2/2] mm, debug: report when GFP_NO{FS,IO} is used explicitly from memalloc_no{fs,io}_{save,restore} context, Dave Chinner, 2016/04/27
- Re: [PATCH 2/2] mm, debug: report when GFP_NO{FS,IO} is used explicitly from memalloc_no{fs,io}_{save,restore} context, Michal Hocko, 2016/04/28
- Re: [PATCH 2/2] mm, debug: report when GFP_NO{FS,IO} is used explicitly from memalloc_no{fs,io}_{save,restore} context, Dave Chinner, 2016/04/28
- Re: [PATCH 2/2] mm, debug: report when GFP_NO{FS,IO} is used explicitly from memalloc_no{fs,io}_{save,restore} context, Michal Hocko, 2016/04/29
- Re: [PATCH 2/2] mm, debug: report when GFP_NO{FS,IO} is used explicitly from memalloc_no{fs,io}_{save,restore} context, Dave Chinner, 2016/04/29
- [PATCH 1/2] mm: add PF_MEMALLOC_NOFS, Michal Hocko, 2016/04/26
- Re: [PATCH 1/2] mm: add PF_MEMALLOC_NOFS, Dave Chinner, 2016/04/26
- [PATCH 1.1/2] xfs: abstract PF_FSTRANS to PF_MEMALLOC_NOFS, Michal Hocko, 2016/04/27
- [PATCH 1.2/2] mm: introduce memalloc_nofs_{save,restore} API, Michal Hocko, 2016/04/27
- Re: [PATCH 1.2/2] mm: introduce memalloc_nofs_{save,restore} API, Michal Hocko, 2016/04/27
- Re: [PATCH 1.2/2] mm: introduce memalloc_nofs_{save,restore} API, Michal Hocko, 2016/04/27
- Re: [PATCH 1.2/2] mm: introduce memalloc_nofs_{save,restore} API, Michal Hocko, 2016/04/27
- Re: [PATCH 1.2/2] mm: introduce memalloc_nofs_{save,restore} API, Michal Hocko, 2016/04/27
- Re: [PATCH 1.1/2] xfs: abstract PF_FSTRANS to PF_MEMALLOC_NOFS, Andreas Dilger, 2016/04/27
- Re: [PATCH 1.1/2] xfs: abstract PF_FSTRANS to PF_MEMALLOC_NOFS, Michal Hocko, 2016/04/27
- Re: [PATCH 0/2] scop GFP_NOFS api, NeilBrown, 2016/04/29
[PATCH v3 0/7] dax: handling media errors,
Vishal Verma,
2016/04/23
- [PATCH v3 1/7] block, dax: pass blk_dax_ctl through to drivers, Vishal Verma, 2016/04/23
- [PATCH v3 3/7] dax: enable dax in the presence of known media errors (badblocks), Vishal Verma, 2016/04/23
- [PATCH v3 2/7] dax: fallback from pmd to pte on error, Vishal Verma, 2016/04/23
- [PATCH v3 4/7] dax: use sb_issue_zerout instead of calling dax_clear_sectors, Vishal Verma, 2016/04/23
- [PATCH v3 6/7] dax: for truncate/hole-punch, do zeroing through the driver if possible, Vishal Verma, 2016/04/23
- [PATCH v3 5/7] dax: handle media errors in dax_do_io, Vishal Verma, 2016/04/23
- [PATCH v3 7/7] dax: fix a comment in dax_zero_page_range and dax_truncate_page, Vishal Verma, 2016/04/23
[PATCH 00/19 v2] mkfs cleaning,
Jan Tulak,
2016/04/21
- [PATCH 02/19] mkfs: sanitise ftype parameter values., Jan Tulak, 2016/04/21
- [PATCH 01/19] xfsprogs: use common code for multi-disk detection, Jan Tulak, 2016/04/21
- [PATCH 03/19] mkfs: Sanitise the superblock feature macros, Jan Tulak, 2016/04/21
- [PATCH 05/19] mkfs: factor boolean option parsing, Jan Tulak, 2016/04/21
- [PATCH 06/19] mkfs: validate logarithmic parameters sanely, Jan Tulak, 2016/04/21
- [PATCH 04/19] mkfs: validate all input values, Jan Tulak, 2016/04/21
- [PATCH 08/19] mkfs: getbool is redundant, Jan Tulak, 2016/04/21
- [PATCH 09/19] mkfs: use getnum_checked for all ranged parameters, Jan Tulak, 2016/04/21
- [PATCH 10/19] mkfs: add respecification detection to generic parsing, Jan Tulak, 2016/04/21
- [PATCH 07/19] mkfs: structify input parameter passing, Jan Tulak, 2016/04/21
- [PATCH 11/19] mkfs: table based parsing for converted parameters, Jan Tulak, 2016/04/21
- [PATCH 12/19] mkfs: merge getnum, Jan Tulak, 2016/04/21
- [PATCH 14/19] mkfs: add string options to generic parsing, Jan Tulak, 2016/04/21
- [PATCH 17/19] mkfs: unit conversions are case insensitive, Jan Tulak, 2016/04/21
- [PATCH 15/19] mkfs: don't treat files as though they are block devices, Jan Tulak, 2016/04/21
- [PATCH 16/19] mkfs: move spinodes crc check, Jan Tulak, 2016/04/21
- [PATCH 13/19] mkfs: encode conflicts into parsing table, Jan Tulak, 2016/04/21
- [PATCH 18/19] mkfs: add optional 'reason' for illegal_option, Jan Tulak, 2016/04/21
- [PATCH 19/19] mkfs: conflicting values with disabled crc should fail, Jan Tulak, 2016/04/21
- [RFC PATCH] xfstests: Add mkfs input validation tests, Jan Tulak, 2016/04/28
[XFS] Any process to a particular XFS device hung in D state forever.,
Hugo Kuo,
2016/04/19
- Re: [XFS] Any process to a particular XFS device hung in D state forever., Brian Foster, 2016/04/19
- Re: [XFS] Any process to a particular XFS device hung in D state forever., Hugo Kuo, 2016/04/19
- Re: [XFS] Any process to a particular XFS device hung in D state forever., Brian Foster, 2016/04/19
- Re: [XFS] Any process to a particular XFS device hung in D state forever., Hugo Kuo, 2016/04/20
- Re: [XFS] Any process to a particular XFS device hung in D state forever., Brian Foster, 2016/04/20
- Re: [XFS] Any process to a particular XFS device hung in D state forever., Hugo Kuo, 2016/04/21
- Re: [XFS] Any process to a particular XFS device hung in D state forever., Brian Foster, 2016/04/21
[PATCH 00/42] v7: separate operations from flags in the bio/request structs,
mchristi,
2016/04/15
- [PATCH 02/42] block: add REQ_OP definitions and bi_op/op fields, mchristi, 2016/04/15
- [PATCH 03/42] block, fs, mm, drivers: set bi_op to REQ_OP, mchristi, 2016/04/15
- [PATCH 01/42] block/fs/drivers: remove rw argument from submit_bio, mchristi, 2016/04/15
- [PATCH 04/42] fs: have submit_bh users pass in op and flags separately, mchristi, 2016/04/15
- [PATCH 05/42] fs: have ll_rw_block users pass in op and flags separately, mchristi, 2016/04/15
- [PATCH 06/42] direct-io: set bi_op to REQ_OP, mchristi, 2016/04/15
- [PATCH 07/42] btrfs: have submit_one_bio users setup bio bi_op, mchristi, 2016/04/15
- [PATCH 08/42] btrfs: set bi_op tp REQ_OP, mchristi, 2016/04/15
- [PATCH 09/42] btrfs: update __btrfs_map_block for bi_op transition, mchristi, 2016/04/15
- [PATCH 10/42] btrfs: use bio fields for op and flags, mchristi, 2016/04/15
- [PATCH 11/42] f2fs: set bi_op to REQ_OP, mchristi, 2016/04/15
- [PATCH 12/42] gfs2: set bi_op to REQ_OP, mchristi, 2016/04/15
- [PATCH 13/42] xfs: set bi_op to REQ_OP, mchristi, 2016/04/15
- [PATCH 14/42] hfsplus: set bi_op to REQ_OP, mchristi, 2016/04/15
- [PATCH 15/42] mpage: set bi_op to REQ_OP, mchristi, 2016/04/15
- [PATCH 16/42] nilfs: set bi_op to REQ_OP, mchristi, 2016/04/15
- [PATCH 17/42] ocfs2: set bi_op to REQ_OP, mchristi, 2016/04/15
- [PATCH 18/42] pm: set bi_op to REQ_OP, mchristi, 2016/04/15
- [PATCH 19/42] dm: set bi_op to REQ_OP, mchristi, 2016/04/15
- [PATCH 20/42] dm: pass dm stats data dir instead of bi_rw, mchristi, 2016/04/15
- [PATCH 21/42] bcache: set bi_op to REQ_OP, mchristi, 2016/04/15
- [PATCH 22/42] drbd: set bi_op to REQ_OP, mchristi, 2016/04/15
- [PATCH 23/42] md/raid: set bi_op to REQ_OP, mchristi, 2016/04/15
- [PATCH 24/42] xen: set bi_op to REQ_OP, mchristi, 2016/04/15
- [PATCH 25/42] target: set bi_op to REQ_OP, mchristi, 2016/04/15
- [PATCH 26/42] block: copy bio op to request op, mchristi, 2016/04/15
- [PATCH 27/42] block: prepare request creation/destruction code to use REQ_OPs, mchristi, 2016/04/15
- [PATCH 28/42] block: prepare mq request creation to use REQ_OPs, mchristi, 2016/04/15
- [PATCH 29/42] block: prepare elevator to use REQ_OPs., mchristi, 2016/04/15
- [PATCH 30/42] blkg_rwstat: separate op from flags, mchristi, 2016/04/15
- [PATCH 31/42] block: convert merge/insert code to check for REQ_OPs., mchristi, 2016/04/15
- [PATCH 32/42] block: convert is_sync helpers to use REQ_OPs., mchristi, 2016/04/15
- [PATCH 33/42] block: convert rq_data_dir helper to use REQ_OPs, mchristi, 2016/04/15
- [PATCH 34/42] drivers: set request op to REQ_OP, mchristi, 2016/04/15
- [PATCH 35/42] blktrace: get op from req->op/bio->bi_op, mchristi, 2016/04/15
- [PATCH 36/42] ide cd: do not set REQ_WRITE on requests., mchristi, 2016/04/15
- [PATCH 38/42] block, fs: remove old REQ definitions., mchristi, 2016/04/15
- [PATCH 37/42] block, fs, drivers: do use bi_rw/cmd_flags for REQ_OPs., mchristi, 2016/04/15
- [PATCH 39/42] block: shrink bio/request fields, mchristi, 2016/04/15
- [PATCH 40/42] block, drivers: add REQ_OP_FLUSH operation, mchristi, 2016/04/15
- [PATCH 41/42] block: do not use REQ_FLUSH for tracking flush support, mchristi, 2016/04/15
- [PATCH 42/42] block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSH, mchristi, 2016/04/15
- Re: [PATCH 00/42] v7: separate operations from flags in the bio/request structs, Mike Snitzer, 2016/04/15
Re: [PATCH v2 5/5] dax: handle media errors in dax_do_io,
Jeff Moyer,
2016/04/15
- Re: [PATCH v2 5/5] dax: handle media errors in dax_do_io, Verma, Vishal L, 2016/04/15
- Re: [PATCH v2 5/5] dax: handle media errors in dax_do_io, Jeff Moyer, 2016/04/15
- Re: [PATCH v2 5/5] dax: handle media errors in dax_do_io, Verma, Vishal L, 2016/04/15
- Re: [PATCH v2 5/5] dax: handle media errors in dax_do_io, Dan Williams, 2016/04/15
- Re: [PATCH v2 5/5] dax: handle media errors in dax_do_io, Jeff Moyer, 2016/04/15
- Re: [PATCH v2 5/5] dax: handle media errors in dax_do_io, Dan Williams, 2016/04/15
- Re: [PATCH v2 5/5] dax: handle media errors in dax_do_io, Jeff Moyer, 2016/04/15
- Re: [PATCH v2 5/5] dax: handle media errors in dax_do_io, Dan Williams, 2016/04/15
- Re: [PATCH v2 5/5] dax: handle media errors in dax_do_io, Jeff Moyer, 2016/04/15
- Re: [PATCH v2 5/5] dax: handle media errors in dax_do_io, Toshi Kani, 2016/04/15
- Re: [PATCH v2 5/5] dax: handle media errors in dax_do_io, Toshi Kani, 2016/04/15
- Re: [PATCH v2 5/5] dax: handle media errors in dax_do_io, Christoph Hellwig, 2016/04/20
- Re: [PATCH v2 5/5] dax: handle media errors in dax_do_io, Verma, Vishal L, 2016/04/23
- Re: [PATCH v2 5/5] dax: handle media errors in dax_do_io, hch@xxxxxxxxxxxxx, 2016/04/25
- Re: [PATCH v2 5/5] dax: handle media errors in dax_do_io, Jeff Moyer, 2016/04/25
- Re: [PATCH v2 5/5] dax: handle media errors in dax_do_io, hch@xxxxxxxxxxxxx, 2016/04/26
- Re: [PATCH v2 5/5] dax: handle media errors in dax_do_io, Verma, Vishal L, 2016/04/25
- Re: [PATCH v2 5/5] dax: handle media errors in dax_do_io, Dan Williams, 2016/04/25
- Re: [PATCH v2 5/5] dax: handle media errors in dax_do_io, Dave Chinner, 2016/04/25
- Re: [PATCH v2 5/5] dax: handle media errors in dax_do_io, Darrick J. Wong, 2016/04/25
- Re: [PATCH v2 5/5] dax: handle media errors in dax_do_io, Dan Williams, 2016/04/25
- Re: [PATCH v2 5/5] dax: handle media errors in dax_do_io, Dave Chinner, 2016/04/25
- Re: [PATCH v2 5/5] dax: handle media errors in dax_do_io, Dan Williams, 2016/04/25
- Re: [PATCH v2 5/5] dax: handle media errors in dax_do_io, Dave Chinner, 2016/04/25
- Re: [PATCH v2 5/5] dax: handle media errors in dax_do_io, Dan Williams, 2016/04/25
- Re: [PATCH v2 5/5] dax: handle media errors in dax_do_io, Dave Chinner, 2016/04/26
- Re: [PATCH v2 5/5] dax: handle media errors in dax_do_io, Dan Williams, 2016/04/26
- Re: [PATCH v2 5/5] dax: handle media errors in dax_do_io, Jan Kara, 2016/04/26
- Re: [PATCH v2 5/5] dax: handle media errors in dax_do_io, Dan Williams, 2016/04/26
- Re: [PATCH v2 5/5] dax: handle media errors in dax_do_io, Verma, Vishal L, 2016/04/25
- Re: [PATCH v2 5/5] dax: handle media errors in dax_do_io, Dave Chinner, 2016/04/25
- Re: [PATCH v2 5/5] dax: handle media errors in dax_do_io, Vishal Verma, 2016/04/26
- Re: [PATCH v2 5/5] dax: handle media errors in dax_do_io, hch@xxxxxxxxxxxxx, 2016/04/26
- Re: [PATCH v2 5/5] dax: handle media errors in dax_do_io, Vishal Verma, 2016/04/26
[PATCH 00/42] v6: separate operations from flags in the bio/request structs,
mchristi,
2016/04/15
- [PATCH 03/42] block, fs, mm, drivers: set bi_op to REQ_OP, mchristi, 2016/04/15
- [PATCH 02/42] block: add REQ_OP definitions and bi_op/op fields, mchristi, 2016/04/15
- [PATCH 01/42] block/fs/drivers: remove rw argument from submit_bio, mchristi, 2016/04/15
- [PATCH 05/42] fs: have ll_rw_block users pass in op and flags separately, mchristi, 2016/04/15
- [PATCH 06/42] direct-io: set bi_op to REQ_OP, mchristi, 2016/04/15
- [PATCH 04/42] fs: have submit_bh users pass in op and flags separately, mchristi, 2016/04/15
- [PATCH 07/42] btrfs: have submit_one_bio users setup bio bi_op, mchristi, 2016/04/15
- [PATCH 08/42] btrfs: set bi_op tp REQ_OP, mchristi, 2016/04/15
- [PATCH 09/42] btrfs: update __btrfs_map_block for bi_op transition, mchristi, 2016/04/15
- [PATCH 10/42] btrfs: use bio fields for op and flags, mchristi, 2016/04/15
- [PATCH 11/42] f2fs: set bi_op to REQ_OP, mchristi, 2016/04/15
- [PATCH 12/42] gfs2: set bi_op to REQ_OP, mchristi, 2016/04/15
- [PATCH 13/42] xfs: set bi_op to REQ_OP, mchristi, 2016/04/15
- [PATCH 14/42] hfsplus: set bi_op to REQ_OP, mchristi, 2016/04/15
- [PATCH 15/42] mpage: set bi_op to REQ_OP, mchristi, 2016/04/15
- [PATCH 16/42] nilfs: set bi_op to REQ_OP, mchristi, 2016/04/15
- [PATCH 18/42] pm: set bi_op to REQ_OP, mchristi, 2016/04/15
- [PATCH 17/42] ocfs2: set bi_op to REQ_OP, mchristi, 2016/04/15
- [PATCH 19/42] dm: set bi_op to REQ_OP, mchristi, 2016/04/15
- [PATCH 20/42] dm: pass dm stats data dir instead of bi_rw, mchristi, 2016/04/15
- [PATCH 21/42] bcache: set bi_op to REQ_OP, mchristi, 2016/04/15
- [PATCH 22/42] drbd: set bi_op to REQ_OP, mchristi, 2016/04/15
- [PATCH 23/42] md/raid: set bi_op to REQ_OP, mchristi, 2016/04/15
- [PATCH 24/42] xen: set bi_op to REQ_OP, mchristi, 2016/04/15
- [PATCH 25/42] target: set bi_op to REQ_OP, mchristi, 2016/04/15
- [PATCH 26/42] block: copy bio op to request op, mchristi, 2016/04/15
- [PATCH 27/42] block: prepare request creation/destruction code to use REQ_OPs, mchristi, 2016/04/15
- [PATCH 28/42] block: prepare mq request creation to use REQ_OPs, mchristi, 2016/04/15
- [PATCH 29/42] block: prepare elevator to use REQ_OPs., mchristi, 2016/04/15
- [PATCH 30/42] blkg_rwstat: separate op from flags, mchristi, 2016/04/15
- [PATCH 32/42] block: convert is_sync helpers to use REQ_OPs., mchristi, 2016/04/15
- [PATCH 31/42] block: convert merge/insert code to check for REQ_OPs., mchristi, 2016/04/15
- [PATCH 34/42] drivers: set request op to REQ_OP, mchristi, 2016/04/15
- [PATCH 33/42] block: convert rq_data_dir helper to use REQ_OPs, mchristi, 2016/04/15
- [PATCH 36/42] ide cd: do not set REQ_WRITE on requests., mchristi, 2016/04/15
- [PATCH 35/42] blktrace: get op from req->op/bio->bi_op, mchristi, 2016/04/15
- [PATCH 38/42] block, fs: remove old REQ definitions., mchristi, 2016/04/15
- [PATCH 37/42] block, fs, drivers: do use bi_rw/cmd_flags for REQ_OPs., mchristi, 2016/04/15
- [PATCH 39/42] block: shrink bio/request fields, mchristi, 2016/04/15
- [PATCH 41/42] block: do not use REQ_FLUSH for tracking flush support, mchristi, 2016/04/15
- [PATCH 40/42] block, drivers: add REQ_OP_FLUSH operation, mchristi, 2016/04/15
- [PATCH 42/42] block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSH, mchristi, 2016/04/15
[PATCH 00/42] v5: separate operations from flags in the bio/request structs,
mchristi,
2016/04/13
- [PATCH 02/42] block: add REQ_OP definitions and bi_op/op fields, mchristi, 2016/04/13
- [PATCH 01/42] block/fs/drivers: remove rw argument from submit_bio, mchristi, 2016/04/13
- [PATCH 03/42] block, fs, mm, drivers: set bi_op to REQ_OP, mchristi, 2016/04/13
- [PATCH 05/42] fs: have ll_rw_block users pass in op and flags separately, mchristi, 2016/04/13
- [PATCH 04/42] fs: have submit_bh users pass in op and flags separately, mchristi, 2016/04/13
- [PATCH 06/42] direct-io: set bi_op to REQ_OP, mchristi, 2016/04/13
- [PATCH 07/42] btrfs: have submit_one_bio users setup bio bi_op, mchristi, 2016/04/13
- [PATCH 09/42] btrfs: update __btrfs_map_block for bi_op transition, mchristi, 2016/04/13
- [PATCH 08/42] btrfs: set bi_op tp REQ_OP, mchristi, 2016/04/13
- [PATCH 10/42] btrfs: use bio fields for op and flags, mchristi, 2016/04/13
- [PATCH 11/42] f2fs: set bi_op to REQ_OP, mchristi, 2016/04/13
- [PATCH 12/42] gfs2: set bi_op to REQ_OP, mchristi, 2016/04/13
- [PATCH 13/42] xfs: set bi_op to REQ_OP, mchristi, 2016/04/13
- [PATCH 14/42] hfsplus: set bi_op to REQ_OP, mchristi, 2016/04/13
- [PATCH 15/42] mpage: set bi_op to REQ_OP, mchristi, 2016/04/13
- [PATCH 16/42] nilfs: set bi_op to REQ_OP, mchristi, 2016/04/13
- [PATCH 17/42] ocfs2: set bi_op to REQ_OP, mchristi, 2016/04/13
- [PATCH 18/42] pm: set bi_op to REQ_OP, mchristi, 2016/04/13
- [PATCH 20/42] dm: pass dm stats data dir instead of bi_rw, mchristi, 2016/04/13
- [PATCH 19/42] dm: set bi_op to REQ_OP, mchristi, 2016/04/13
- [PATCH 21/42] bcache: set bi_op to REQ_OP, mchristi, 2016/04/13
- [PATCH 22/42] drbd: set bi_op to REQ_OP, mchristi, 2016/04/13
- [PATCH 23/42] md/raid: set bi_op to REQ_OP, mchristi, 2016/04/13
- [PATCH 24/42] xen: set bi_op to REQ_OP, mchristi, 2016/04/13
- [PATCH 25/42] target: set bi_op to REQ_OP, mchristi, 2016/04/13
- [PATCH 26/42] block: copy bio op to request op, mchristi, 2016/04/13
- [PATCH 27/42] block: prepare request creation/destruction code to use REQ_OPs, mchristi, 2016/04/13
- [PATCH 28/42] block: prepare mq request creation to use REQ_OPs, mchristi, 2016/04/13
- [PATCH 29/42] block: prepare elevator to use REQ_OPs., mchristi, 2016/04/13
- [PATCH 30/42] blkg_rwstat: separate op from flags, mchristi, 2016/04/13
- [PATCH 31/42] block: convert merge/insert code to check for REQ_OPs., mchristi, 2016/04/13
- [PATCH 32/42] block: convert is_sync helpers to use REQ_OPs., mchristi, 2016/04/13
- [PATCH 33/42] block: convert rq_data_dir helper to use REQ_OPs, mchristi, 2016/04/13
- [PATCH 34/42] drivers: set request op to REQ_OP, mchristi, 2016/04/13
- [PATCH 35/42] blktrace: get op from req->op/bio->bi_op, mchristi, 2016/04/13
- [PATCH 36/42] ide cd: do not set REQ_WRITE on requests., mchristi, 2016/04/13
- [PATCH 38/42] block, fs: remove old REQ definitions., mchristi, 2016/04/13
- [PATCH 37/42] block, fs, drivers: do use bi_rw/cmd_flags for REQ_OPs., mchristi, 2016/04/13
- [PATCH 39/42] block: shrink bio/request fields, mchristi, 2016/04/13
- [PATCH 40/42] block, drivers: add REQ_OP_FLUSH operation, mchristi, 2016/04/13
- [PATCH 41/42] block: use QUEUE flags instead of flush_flags to test for flush support, mchristi, 2016/04/13
- [PATCH 42/42] block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSH, mchristi, 2016/04/13
- Re: [PATCH 00/42] v5: separate operations from flags in the bio/request structs, Hannes Reinecke, 2016/04/14
[PATCH 00/11 v3] xfs: inode reclaim vs the world,
Dave Chinner,
2016/04/13
- [PATCH 07/11] xfs: mark reclaimed inodes invalid earlier, Dave Chinner, 2016/04/13
- [PATCH 04/11] xfs: skip stale inodes in xfs_iflush_cluster, Dave Chinner, 2016/04/13
- [PATCH 03/11] xfs: fix inode validity check in xfs_iflush_cluster, Dave Chinner, 2016/04/13
- [PATCH 05/11] xfs: optimise xfs_iext_destroy, Dave Chinner, 2016/04/13
- [PATCH 01/11] xfs: we don't need no steekin ->evict_inode, Dave Chinner, 2016/04/13
- [PATCH 06/11] xfs: xfs_inode_free() isn't RCU safe, Dave Chinner, 2016/04/13
- [PATCH 02/11] xfs: xfs_iflush_cluster fails to abort on error, Dave Chinner, 2016/04/13
- [PATCH 09/11] xfs: rename variables in xfs_iflush_cluster for clarity, Dave Chinner, 2016/04/13
- [PATCH 10/11] xfs: simplify inode reclaim tagging interfaces, Dave Chinner, 2016/04/13
- [PATCH 08/11] xfs: xfs_iflush_cluster has range issues, Dave Chinner, 2016/04/13
- [PATCH 11/11] xfs: move reclaim tagging functions, Dave Chinner, 2016/04/13
- Re: [PATCH 00/11 v3] xfs: inode reclaim vs the world, Darrick J. Wong, 2016/04/13
RFC: use iomap infrastructure for all our zeroing needs,
Christoph Hellwig,
2016/04/12
- [PATCH 1/6] iomap: support DAX based zeroing, Christoph Hellwig, 2016/04/12
- [PATCH 2/6] xfs: use iomap infrastructure for DAX zeroing, Christoph Hellwig, 2016/04/12
- [PATCH 3/6] xfs: handle 64-bit length in xfs_iozero, Christoph Hellwig, 2016/04/12
- [PATCH 4/6] xfs: use xfs_zero_range in xfs_zero_eof, Christoph Hellwig, 2016/04/12
- [PATCH 5/6] xfs: split xfs_free_file_space in manageable pieces, Christoph Hellwig, 2016/04/12
- [PATCH 6/6] kill xfs_zero_remaining_bytes, Christoph Hellwig, 2016/04/12
- Re: RFC: use iomap infrastructure for all our zeroing needs, Dave Chinner, 2016/04/13
iomap infrastructure and multipage writes V2,
Christoph Hellwig,
2016/04/12
- [PATCH 1/8] fs: move struct iomap from exportfs.h to a separate header, Christoph Hellwig, 2016/04/12
- [PATCH 2/8] fs: introduce iomap infrastructure, Christoph Hellwig, 2016/04/12
- [PATCH 3/8] xfs: make xfs_bmbt_to_iomap available outside of xfs_pnfs.c, Christoph Hellwig, 2016/04/12
- [PATCH 4/8] xfs: reorder zeroing and flushing sequence in truncate, Christoph Hellwig, 2016/04/12
- [PATCH 5/8] xfs: implement iomap based buffered write path, Christoph Hellwig, 2016/04/12
- [PATCH 6/8] xfs: remove buffered write support from __xfs_get_blocks, Christoph Hellwig, 2016/04/12
- [PATCH 7/8] fs: iomap based fiemap implementation, Christoph Hellwig, 2016/04/12
- [PATCH 8/8] xfs: use iomap fiemap implementation, Christoph Hellwig, 2016/04/12
- Re: iomap infrastructure and multipage writes V2, Dave Chinner, 2016/04/13
[RFC v2 PATCH 00/10] dm-thin/xfs: prototype a block reservation allocation model,
Brian Foster,
2016/04/12
- [RFC v2 PATCH 04/10] dm: add methods to set and get reserved space, Brian Foster, 2016/04/12
- [RFC v2 PATCH 01/10] xfs: refactor xfs_reserve_blocks() to handle ENOSPC correctly, Brian Foster, 2016/04/12
- [RFC v2 PATCH 02/10] xfs: replace xfs_mod_fdblocks() bool param with flags, Brian Foster, 2016/04/12
- [RFC v2 PATCH 06/10] xfs: thin block device reservation mechanism, Brian Foster, 2016/04/12
- [RFC v2 PATCH 05/10] dm thin: add methods to set and get reserved space, Brian Foster, 2016/04/12
- Re: [RFC v2 PATCH 05/10] dm thin: add methods to set and get reserved space, Darrick J. Wong, 2016/04/13
- Re: [RFC v2 PATCH 05/10] dm thin: add methods to set and get reserved space, Brian Foster, 2016/04/13
- Re: [RFC v2 PATCH 05/10] dm thin: add methods to set and get reserved space, Brian Foster, 2016/04/13
- Re: [RFC v2 PATCH 05/10] dm thin: add methods to set and get reserved space, Darrick J. Wong, 2016/04/13
- Re: [RFC v2 PATCH 05/10] dm thin: add methods to set and get reserved space, Mike Snitzer, 2016/04/14
- Re: [RFC v2 PATCH 05/10] dm thin: add methods to set and get reserved space, Brian Foster, 2016/04/14
- Re: [RFC v2 PATCH 05/10] dm thin: add methods to set and get reserved space, Mike Snitzer, 2016/04/14
- Re: [RFC v2 PATCH 05/10] dm thin: add methods to set and get reserved space, Brian Foster, 2016/04/15
- [RFC v2 PATCH 07/10] xfs: adopt a reserved allocation model on dm-thin devices, Brian Foster, 2016/04/12
- [RFC v2 PATCH 09/10] xfs: support no block reservation transaction mode, Brian Foster, 2016/04/12
- [RFC v2 PATCH 08/10] xfs: handle bdev reservation ENOSPC correctly from XFS reserved pool, Brian Foster, 2016/04/12
- [RFC v2 PATCH 10/10] xfs: use contiguous bdev reservation for file preallocation, Brian Foster, 2016/04/12
- [RFC v2 PATCH 03/10] block: add block_device_operations methods to set and get reserved space, Brian Foster, 2016/04/12
- [RFC PATCH] block: wire blkdev_fallocate() to block_device_operations' reserve_space, Mike Snitzer, 2016/04/12
- Re: [RFC PATCH] block: wire blkdev_fallocate() to block_device_operations' reserve_space, Darrick J. Wong, 2016/04/12
- Re: [RFC PATCH] block: wire blkdev_fallocate() to block_device_operations' reserve_space, Mike Snitzer, 2016/04/12
- Re: [RFC PATCH] block: wire blkdev_fallocate() to block_device_operations' reserve_space, Darrick J. Wong, 2016/04/12
- Re: [RFC PATCH] block: wire blkdev_fallocate() to block_device_operations' reserve_space, Mike Snitzer, 2016/04/12
- Re: [RFC PATCH] block: wire blkdev_fallocate() to block_device_operations' reserve_space, Darrick J. Wong, 2016/04/12
- Re: [RFC PATCH] block: wire blkdev_fallocate() to block_device_operations' reserve_space, Mike Snitzer, 2016/04/14
Re: xfs_repair fails after trying to format log cycle?,
Andrew Ryder,
2016/04/12
- Re: xfs_repair fails after trying to format log cycle?, Brian Foster, 2016/04/12
- Re: xfs_repair fails after trying to format log cycle?, Andrew Ryder, 2016/04/12
- Re: xfs_repair fails after trying to format log cycle?, Andrew Ryder, 2016/04/12
- Re: xfs_repair fails after trying to format log cycle?, Dave Chinner, 2016/04/12
- Re: xfs_repair fails after trying to format log cycle?, Brian Foster, 2016/04/13
- Re: xfs_repair fails after trying to format log cycle?, Andrew Ryder, 2016/04/13
- Re: xfs_repair fails after trying to format log cycle?, Andrew Ryder, 2016/04/13
- Re: xfs_repair fails after trying to format log cycle?, Andrew Ryder, 2016/04/14
- Re: xfs_repair fails after trying to format log cycle?, Andrew Ryder, 2016/04/12
[PATCH 0/6 v2] xfs: xfs_iflush_cluster vs xfs_reclaim_inode,
Dave Chinner,
2016/04/07
- [PATCH 2/6] xfs: rename variables in xfs_iflush_cluster for clarity, Dave Chinner, 2016/04/07
- [PATCH 3/6] xfs: skip stale inodes in xfs_iflush_cluster, Dave Chinner, 2016/04/07
- [PATCH 4/6] xfs: xfs_iflush_cluster has range issues, Dave Chinner, 2016/04/07
- [PATCH 1/6] xfs: fix inode validity check in xfs_iflush_cluster, Dave Chinner, 2016/04/07
- [PATCH 6/6] xfs: mark reclaimed inodes invalid earlier, Dave Chinner, 2016/04/07
- [PATCH 5/6] xfs: xfs_inode_free() isn't RCU safe, Dave Chinner, 2016/04/07
- Re: [PATCH 0/6 v2] xfs: xfs_iflush_cluster vs xfs_reclaim_inode, Eryu Guan, 2016/04/07
- Re: [PATCH 0/6 v2] xfs: xfs_iflush_cluster vs xfs_reclaim_inode, Brian Foster, 2016/04/08
Re: [PATCH 17/19] xfsprogs: disable truncating of files,
Eric Sandeen,
2016/04/06
- Re: [PATCH 17/19] xfsprogs: disable truncating of files, Jan Tulak, 2016/04/07
- Re: [PATCH 17/19] xfsprogs: disable truncating of files, Dave Chinner, 2016/04/07
- Re: [PATCH 17/19] xfsprogs: disable truncating of files, Jan Tulak, 2016/04/08
- Re: [PATCH 17/19] xfsprogs: disable truncating of files, Dave Chinner, 2016/04/08
- Re: [PATCH 17/19] xfsprogs: disable truncating of files, Jan Tulak, 2016/04/13
- Re: [PATCH 17/19] xfsprogs: disable truncating of files, Eric Sandeen, 2016/04/13
- Re: [PATCH 17/19] xfsprogs: disable truncating of files, Jan Tulak, 2016/04/13
- Re: [PATCH 17/19] xfsprogs: disable truncating of files, Eric Sandeen, 2016/04/13
- Re: [PATCH 17/19] xfsprogs: disable truncating of files, Dave Chinner, 2016/04/13
- Re: [PATCH 17/19] xfsprogs: disable truncating of files, Jan Tulak, 2016/04/14
[PATCH 0/5] xfs; xfs_iflush_cluster vs xfs_reclaim_inode,
Dave Chinner,
2016/04/06
- [PATCH 1/5] xfs: fix inode validity check in xfs_iflush_cluster, Dave Chinner, 2016/04/06
- [PATCH 2/5] xfs: skip stale inodes in xfs_iflush_cluster, Dave Chinner, 2016/04/06
- [PATCH 5/5] xfs: mark reclaimed inodes invalid earlier, Dave Chinner, 2016/04/06
- [PATCH 4/5] xfs: xfs_inode_free() isn't RCU safe, Dave Chinner, 2016/04/06
- [PATCH 3/5] xfs: xfs_iflush_cluster has range issues, Dave Chinner, 2016/04/06
- Re: [PATCH 0/5] xfs; xfs_iflush_cluster vs xfs_reclaim_inode, Brian Foster, 2016/04/06
[PATCH v3 0/8] block: prepare for multipage bvecs,
Ming Lei,
2016/04/04
- [PATCH v3 1/8] block: move bvec iterator into include/linux/bvec.h, Ming Lei, 2016/04/04
- [PATCH v3 2/8] block: move two bvec structure into bvec.h, Ming Lei, 2016/04/04
- [PATCH v3 3/8] block: mark 1st parameter of bvec_iter_advance as const, Ming Lei, 2016/04/04
- [PATCH v3 4/8] iov_iter: use bvec iterator to implement iterate_bvec(), Ming Lei, 2016/04/04
- [PATCH v3 5/8] fs: xfs: replace BIO_MAX_SECTORS with BIO_MAX_PAGES, Ming Lei, 2016/04/04
- [PATCH v3 6/8] block: bio: remove BIO_MAX_SECTORS, Ming Lei, 2016/04/04
- [PATCH v3 7/8] block: drbd: avoid to use BIO_MAX_SIZE, Ming Lei, 2016/04/04
- Re: [PATCH v3 0/8] block: prepare for multipage bvecs, Ming Lei, 2016/04/10
[PATCH v2 0/8] block: prepare for multipage bvecs,
Ming Lei,
2016/04/03
- [PATCH v2 1/8] block: move bvec iterator into include/linux/bvec.h, Ming Lei, 2016/04/03
- [PATCH v2 2/8] block: move two bvec structure into bvec.h, Ming Lei, 2016/04/03
- [PATCH v2 3/8] block: mark 1st parameter of bvec_iter_advance as const, Ming Lei, 2016/04/03
- [PATCH v2 4/8] iov_iter: use bvec iterator to implement iterate_bvec(), Ming Lei, 2016/04/03
- [PATCH v2 5/8] fs: xfs: replace BIO_MAX_SECTORS with BIO_MAX_PAGES, Ming Lei, 2016/04/03
- [PATCH v2 6/8] block: bio: remove BIO_MAX_SECTORS, Ming Lei, 2016/04/03
Re: XFS hung task in xfs_ail_push_all_sync() when unmounting FS after disk failure/recovery,
Carlos Maiolino,
2016/04/01
- RE: XFS hung task in xfs_ail_push_all_sync() when unmounting FS after disk failure/recovery, Shyam Kaushik, 2016/04/08
- Re: XFS hung task in xfs_ail_push_all_sync() when unmounting FS after disk failure/recovery, Brian Foster, 2016/04/08
- RE: XFS hung task in xfs_ail_push_all_sync() when unmounting FS after disk failure/recovery, Shyam Kaushik, 2016/04/08
- Re: XFS hung task in xfs_ail_push_all_sync() when unmounting FS after disk failure/recovery, Carlos Maiolino, 2016/04/08
- RE: XFS hung task in xfs_ail_push_all_sync() when unmounting FS after disk failure/recovery, Shyam Kaushik, 2016/04/08
- Re: XFS hung task in xfs_ail_push_all_sync() when unmounting FS after disk failure/recovery, Brian Foster, 2016/04/08
- RE: XFS hung task in xfs_ail_push_all_sync() when unmounting FS after disk failure/recovery, Shyam Kaushik, 2016/04/08
- Re: XFS hung task in xfs_ail_push_all_sync() when unmounting FS after disk failure/recovery, Dave Chinner, 2016/04/08
- Re: XFS hung task in xfs_ail_push_all_sync() when unmounting FS after disk failure/recovery, Alex Lyakas, 2016/04/10
- Re: XFS hung task in xfs_ail_push_all_sync() when unmounting FS after disk failure/recovery, Dave Chinner, 2016/04/10
- RE: XFS hung task in xfs_ail_push_all_sync() when unmounting FS after disk failure/recovery, Shyam Kaushik, 2016/04/11
- Re: XFS hung task in xfs_ail_push_all_sync() when unmounting FS after disk failure/recovery, Dave Chinner, 2016/04/11
- RE: XFS hung task in xfs_ail_push_all_sync() when unmounting FS after disk failure/recovery, Shyam Kaushik, 2016/04/12
- RE: XFS hung task in xfs_ail_push_all_sync() when unmounting FS after disk failure/recovery, Shyam Kaushik, 2016/04/12
- Re: XFS hung task in xfs_ail_push_all_sync() when unmounting FS after disk failure/recovery, Dave Chinner, 2016/04/12