XFS Journaling Filesystem
[Prev Page][Next Page]
- Re: [PATCH] xfs: fix broken multi-fsb buffer logging, (continued)
- LVM snapshot and log record CRC mismatch,
Gionatan Danti
- centos7 xfs able to mount, but unable to write, unable to perform repair,
Morgan Yang
- [PATCH,reflink] xfs: use GPF_NOFS in xfs_refcountbt_init_cursor,
Christoph Hellwig
- [PATCH] xfs: define XFS_IOC_FREEZE even if FIFREEZE is defined,
Christoph Hellwig
- fix fsxattr redefinitions,
Christoph Hellwig
- [ANNOUNCE] xfs: for-next branch updated, Dave Chinner
- [PATCH] xfs: make several functions static,
Eric Sandeen
- Bug#822369: fixed in qemu 1:2.6+dfsg-1,
John Paul Adrian Glaubitz
- [PATCH v2] xfs: hide unused variable, Arnd Bergmann
- struct fsxattr redefinition,
Jeffrey Bastian
- [PATCH] xfs: remove spurious shutdown type check from xfs_bmap_finish(),
Brian Foster
- re: xfs: fix efi/efd error handling to avoid fs shutdown hangs, Dan Carpenter
- Hot Sale USB Drive and Car Charger, Feetek Ltd
- [PATCH] xfs_quota: only round up timer reporting > 1 day,
Eric Sandeen
- XFS kernel bug 3.16.7 assertion failed xfs_log_cil.c,
Rich, Jason
- [PATCH] db: limit AGFL bno array printing,
Dave Chinner
- [PATCH] xfs_db: allow recalculating CRCs on invalid metadata,
Dave Chinner
- [PATCH] xfs_repair: further improvement on secondary superblock search method,
Bill O'Donnell
- Xfs lockdep warning with for-dave-for-4.6 branch,
Qu Wenruo
- [PATCH] mkfs.xfs: annotate fallthrough cases in cvtnum,
Eric Sandeen
- [PATCH] xfs_quota: check report_mount return value,
Eric Sandeen
- [PATCH v5 0/2] xfs_repair: improved secondary sb search,
Bill O'Donnell
- [PATCH v7 0/6] dax: handling media errors (clear-on-zero only),
Vishal Verma
- [PATCH] xfs_db: defang frag command,
Eric Sandeen
- 4.6-rc7 xfs circular locking dependency,
Bart Van Assche
- [PATCH] xfs: remove unused variable warning in xfs_finish_page_writeback,
Carlos Maiolino
- [PATCH] xfs/133 134: filter redundant projid 0 quota report,
Zorro Lang
- [ANNOUNCE] xfsprogs: master branch updated to c5d584c,
Dave Chinner
- [PATCH v6 0/5] dax: handling media errors (clear-on-zero only),
Vishal Verma
- [PATCH 0/7] Configurable error behavior [V4],
Carlos Maiolino
- [PATCH v21 00/22] Richacls,
Andreas Gruenbacher
- [PATCH v21 01/22] vfs: Add IS_ACL() and IS_RICHACL() tests, Andreas Gruenbacher
- [PATCH v21 02/22] vfs: Add MAY_CREATE_FILE and MAY_CREATE_DIR permission flags, Andreas Gruenbacher
- [PATCH v21 03/22] vfs: Add MAY_DELETE_SELF and MAY_DELETE_CHILD permission flags, Andreas Gruenbacher
- [PATCH v21 04/22] vfs: Make the inode passed to inode_change_ok non-const, Andreas Gruenbacher
- [PATCH v21 05/22] vfs: Add permission flags for setting file attributes, Andreas Gruenbacher
- [PATCH v21 06/22] richacl: In-memory representation and helper functions, Andreas Gruenbacher
- [PATCH v21 07/22] richacl: Permission mapping functions, Andreas Gruenbacher
- [PATCH v21 08/22] richacl: Compute maximum file masks from an acl, Andreas Gruenbacher
- [PATCH v21 09/22] richacl: Permission check algorithm, Andreas Gruenbacher
- [PATCH v21 10/22] posix_acl: Improve xattr fixup code, Andreas Gruenbacher
- [PATCH v21 11/22] vfs: Cache base_acl objects in inodes, Andreas Gruenbacher
- [PATCH v21 12/22] vfs: Add get_richacl and set_richacl inode operations, Andreas Gruenbacher
- [PATCH v21 13/22] vfs: Cache richacl in struct inode, Andreas Gruenbacher
- [PATCH v21 14/22] richacl: Update the file masks in chmod(), Andreas Gruenbacher
- [PATCH v21 15/22] richacl: Check if an acl is equivalent to a file mode, Andreas Gruenbacher
- [PATCH v21 16/22] richacl: Create-time inheritance, Andreas Gruenbacher
- [PATCH v21 17/22] richacl: Automatic Inheritance, Andreas Gruenbacher
- [PATCH v21 18/22] richacl: xattr mapping functions, Andreas Gruenbacher
- [PATCH v21 19/22] richacl: Add richacl xattr handler, Andreas Gruenbacher
- [PATCH v21 20/22] vfs: Add richacl permission checking, Andreas Gruenbacher
- [PATCH v21 21/22] ext4: Add richacl support, Andreas Gruenbacher
- [PATCH v21 22/22] ext4: Add richacl feature flag, Andreas Gruenbacher
- Re: [PATCH v21 00/22] Richacls, Volker Lendecke
- iomap infrastructure and multipage writes V4,
Christoph Hellwig
- [PATCH 01/15] dax: export a low-level __dax_zero_page_range helper, Christoph Hellwig
- [PATCH 02/15] fs: move struct iomap from exportfs.h to a separate header, Christoph Hellwig
- [PATCH 03/15] fs: introduce iomap infrastructure, Christoph Hellwig
- [PATCH 04/15] fs: support DAX based iomap zeroing, Christoph Hellwig
- [PATCH 05/15] xfs: make xfs_bmbt_to_iomap available outside of xfs_pnfs.c, Christoph Hellwig
- [PATCH 06/15] xfs: reorder zeroing and flushing sequence in truncate, Christoph Hellwig
- [PATCH 07/15] xfs: implement iomap based buffered write path, Christoph Hellwig
- [PATCH 08/15] xfs: remove buffered write support from __xfs_get_blocks, Christoph Hellwig
- [PATCH 09/15] fs: iomap based fiemap implementation, Christoph Hellwig
- [PATCH 10/15] xfs: use iomap fiemap implementation, Christoph Hellwig
- [PATCH 11/15] xfs: use iomap infrastructure for DAX zeroing, Christoph Hellwig
- [PATCH 12/15] xfs: handle 64-bit length in xfs_iozero, Christoph Hellwig
- [PATCH 13/15] xfs: use xfs_zero_range in xfs_zero_eof, Christoph Hellwig
- [PATCH 14/15] xfs: split xfs_free_file_space in manageable pieces, Christoph Hellwig
- [PATCH 15/15] xfs: kill xfs_zero_remaining_bytes, Christoph Hellwig
- Re: iomap infrastructure and multipage writes V4, Verma, Vishal L
- Re: iomap infrastructure and multipage writes V4, Dave Chinner
- Unable to mount a XFS filesystem,
Issa Gorissen
- [PATCH v5 0/5] dax: handling media errors (clear-on-zero only),
Vishal Verma
- [PATCH] xfs_db: fix unaligned accesses,
Eric Sandeen
- May 2016 XFS reverse-mapping, reflink, and online fs scrub,
Darrick J. Wong
- [RFC 0/3] getfsmapx ioctl,
Darrick J. Wong
- [PATCH] metadump: limit permissible sector sizes,
Eric Sandeen
- [PATCH 0/7] Configurable error behavior [V3],
Carlos Maiolino
- iomap infrastructure and multipage writes V3,
Christoph Hellwig
- [PATCH 01/14] fs: move struct iomap from exportfs.h to a separate header, Christoph Hellwig
- [PATCH 02/14] fs: introduce iomap infrastructure, Christoph Hellwig
- [PATCH 03/14] xfs: make xfs_bmbt_to_iomap available outside of xfs_pnfs.c, Christoph Hellwig
- [PATCH 04/14] xfs: reorder zeroing and flushing sequence in truncate, Christoph Hellwig
- [PATCH 05/14] xfs: implement iomap based buffered write path, Christoph Hellwig
- [PATCH 06/14] xfs: remove buffered write support from __xfs_get_blocks, Christoph Hellwig
- [PATCH 07/14] fs: iomap based fiemap implementation, Christoph Hellwig
- [PATCH 08/14] xfs: use iomap fiemap implementation, Christoph Hellwig
- [PATCH 09/14] iomap: support DAX based zeroing, Christoph Hellwig
- [PATCH 10/14] xfs: use iomap infrastructure for DAX zeroing, Christoph Hellwig
- [PATCH 11/14] xfs: handle 64-bit length in xfs_iozero, Christoph Hellwig
- [PATCH 12/14] xfs: use xfs_zero_range in xfs_zero_eof, Christoph Hellwig
- [PATCH 13/14] xfs: split xfs_free_file_space in manageable pieces, Christoph Hellwig
- [PATCH 14/14] xfs: kill xfs_zero_remaining_bytes, Christoph Hellwig
- [PATCH 0/7] Configurable error behavior [V2],
Carlos Maiolino
- [PATCH v4 0/7] dax: handling media errors,
Vishal Verma
- [PATCH v4 1/7] block, dax: pass blk_dax_ctl through to drivers, Vishal Verma
- [PATCH v4 3/7] dax: enable dax in the presence of known media errors (badblocks), Vishal Verma
- [PATCH v4 2/7] dax: fallback from pmd to pte on error, Vishal Verma
- [PATCH v4 4/7] dax: use sb_issue_zerout instead of calling dax_clear_sectors, Vishal Verma
- [PATCH v4 6/7] dax: for truncate/hole-punch, do zeroing through the driver if possible, Vishal Verma
- [PATCH v4 5/7] fs: prioritize and separate direct_io from dax_io, Vishal Verma
- [PATCH v4 7/7] dax: fix a comment in dax_zero_page_range and dax_truncate_page, Vishal Verma
- [PATCH v4 8/7] Documentation: add error handling information to dax.txt, Vishal Verma
- development APIs for used/free blocks information,
Benjamin Wirth
- [PATCH] xfs_buf_iodone_callbacks to force shutdown & resubmit buf in case of permanent failure,
Shyam Kaushik
- [PATCH 0/2] scop GFP_NOFS api,
Michal Hocko
- [PATCH 2/2] mm, debug: report when GFP_NO{FS, IO} is used explicitly from memalloc_no{fs, io}_{save, restore} context, Michal Hocko
- 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
- 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
- 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
- [PATCH 1/2] mm: add PF_MEMALLOC_NOFS, Michal Hocko
- Re: [PATCH 0/2] scop GFP_NOFS api, NeilBrown
- RE: Metadata corruption detected at xfs_attr3_leaf_write_verify+0xe5/0x100, Shyam Kaushik
- Metadata corruption detected at xfs_attr3_leaf_write_verify+0xe5/0x100,
Shyam Kaushik
- Revolutionary "Fat Melter" Called "Miraculous.", Fat Destroyer
- [PATCH] xfs: idle aild if the AIL is pushed up to the target LSN,
Lucas Stach
- Bug#822369: xfsprogs: FTBFS: error: redefinition of 'struct fsxattr',
Martin Michlmayr
- [PATCH v3 0/7] dax: handling media errors,
Vishal Verma
- [PATCH] xfsdump: fix race condition between lseek() and read()/write(), Eryu Guan
- [PATCH 00/19 v2] mkfs cleaning,
Jan Tulak
- [PATCH 02/19] mkfs: sanitise ftype parameter values., Jan Tulak
- [PATCH 01/19] xfsprogs: use common code for multi-disk detection, Jan Tulak
- [PATCH 03/19] mkfs: Sanitise the superblock feature macros, Jan Tulak
- [PATCH 05/19] mkfs: factor boolean option parsing, Jan Tulak
- [PATCH 06/19] mkfs: validate logarithmic parameters sanely, Jan Tulak
- [PATCH 04/19] mkfs: validate all input values, Jan Tulak
- [PATCH 08/19] mkfs: getbool is redundant, Jan Tulak
- [PATCH 09/19] mkfs: use getnum_checked for all ranged parameters, Jan Tulak
- [PATCH 10/19] mkfs: add respecification detection to generic parsing, Jan Tulak
- [PATCH 07/19] mkfs: structify input parameter passing, Jan Tulak
- [PATCH 11/19] mkfs: table based parsing for converted parameters, Jan Tulak
- [PATCH 12/19] mkfs: merge getnum, Jan Tulak
- [PATCH 14/19] mkfs: add string options to generic parsing, Jan Tulak
- [PATCH 17/19] mkfs: unit conversions are case insensitive, Jan Tulak
- [PATCH 15/19] mkfs: don't treat files as though they are block devices, Jan Tulak
- [PATCH 16/19] mkfs: move spinodes crc check, Jan Tulak
- [PATCH 13/19] mkfs: encode conflicts into parsing table, Jan Tulak
- [PATCH 18/19] mkfs: add optional 'reason' for illegal_option, Jan Tulak
- [PATCH 19/19] mkfs: conflicting values with disabled crc should fail, Jan Tulak
- [RFC PATCH] xfstests: Add mkfs input validation tests, Jan Tulak
- Re: [PATCH 00/19 v2] mkfs cleaning, Eric Sandeen
- Re: [PATCH 00/19 v2] mkfs cleaning, Dave Chinner
- xfs_repair couldn't verify primary superblock,
Stéphane Larose
- [PATCH] xfs_repair: fix agf limit error messages, Eric Sandeen
- [XFS] Any process to a particular XFS device hung in D state forever.,
Hugo Kuo
- [PATCH v5 0/8] block: prepare for multipage bvecs,
Ming Lei
- "xfs_log_force: error 5 returned." for drive that was removed.,
Joe Wendt
- [PATCH] xfs: hide unused variable,
Arnd Bergmann
- XFS reverse-mapping, reflink, and online fs scrub update, Darrick J. Wong
- [PATCH 00/42] v7: separate operations from flags in the bio/request structs,
mchristi
- [PATCH 02/42] block: add REQ_OP definitions and bi_op/op fields, mchristi
- [PATCH 03/42] block, fs, mm, drivers: set bi_op to REQ_OP, mchristi
- [PATCH 01/42] block/fs/drivers: remove rw argument from submit_bio, mchristi
- [PATCH 04/42] fs: have submit_bh users pass in op and flags separately, mchristi
- [PATCH 05/42] fs: have ll_rw_block users pass in op and flags separately, mchristi
- [PATCH 06/42] direct-io: set bi_op to REQ_OP, mchristi
- [PATCH 07/42] btrfs: have submit_one_bio users setup bio bi_op, mchristi
- [PATCH 08/42] btrfs: set bi_op tp REQ_OP, mchristi
- [PATCH 09/42] btrfs: update __btrfs_map_block for bi_op transition, mchristi
- [PATCH 10/42] btrfs: use bio fields for op and flags, mchristi
- [PATCH 11/42] f2fs: set bi_op to REQ_OP, mchristi
- [PATCH 12/42] gfs2: set bi_op to REQ_OP, mchristi
- [PATCH 13/42] xfs: set bi_op to REQ_OP, mchristi
- [PATCH 14/42] hfsplus: set bi_op to REQ_OP, mchristi
- [PATCH 15/42] mpage: set bi_op to REQ_OP, mchristi
- [PATCH 16/42] nilfs: set bi_op to REQ_OP, mchristi
- [PATCH 17/42] ocfs2: set bi_op to REQ_OP, mchristi
- [PATCH 18/42] pm: set bi_op to REQ_OP, mchristi
- [PATCH 19/42] dm: set bi_op to REQ_OP, mchristi
- [PATCH 20/42] dm: pass dm stats data dir instead of bi_rw, mchristi
- [PATCH 21/42] bcache: set bi_op to REQ_OP, mchristi
- [PATCH 22/42] drbd: set bi_op to REQ_OP, mchristi
- [PATCH 23/42] md/raid: set bi_op to REQ_OP, mchristi
- [PATCH 24/42] xen: set bi_op to REQ_OP, mchristi
- [PATCH 25/42] target: set bi_op to REQ_OP, mchristi
- [PATCH 26/42] block: copy bio op to request op, mchristi
- [PATCH 27/42] block: prepare request creation/destruction code to use REQ_OPs, mchristi
- [PATCH 28/42] block: prepare mq request creation to use REQ_OPs, mchristi
- [PATCH 29/42] block: prepare elevator to use REQ_OPs., mchristi
- [PATCH 30/42] blkg_rwstat: separate op from flags, mchristi
- [PATCH 31/42] block: convert merge/insert code to check for REQ_OPs., mchristi
- [PATCH 32/42] block: convert is_sync helpers to use REQ_OPs., mchristi
- [PATCH 33/42] block: convert rq_data_dir helper to use REQ_OPs, mchristi
- [PATCH 34/42] drivers: set request op to REQ_OP, mchristi
- [PATCH 35/42] blktrace: get op from req->op/bio->bi_op, mchristi
- [PATCH 36/42] ide cd: do not set REQ_WRITE on requests., mchristi
- [PATCH 38/42] block, fs: remove old REQ definitions., mchristi
- [PATCH 37/42] block, fs, drivers: do use bi_rw/cmd_flags for REQ_OPs., mchristi
- [PATCH 39/42] block: shrink bio/request fields, mchristi
- [PATCH 40/42] block, drivers: add REQ_OP_FLUSH operation, mchristi
- [PATCH 41/42] block: do not use REQ_FLUSH for tracking flush support, mchristi
- [PATCH 42/42] block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSH, mchristi
- Re: [PATCH 00/42] v7: separate operations from flags in the bio/request structs, Mike Snitzer
- Re: [PATCH 00/42] v7: separate operations from flags in the bio/request structs, Jeff Moyer
- xfs: compiler implementation dependent behavior?, Joe Perches
- [PATCH v2] xfs: buffer ->bi_end_io function requires irq-safe lock, Brian Foster
- [PATCH] xfs: buffer ->bi_end_io function requires irq-safe lock,
Brian Foster
- [PATCH 00/42] v6: separate operations from flags in the bio/request structs,
mchristi
- [PATCH 03/42] block, fs, mm, drivers: set bi_op to REQ_OP, mchristi
- [PATCH 02/42] block: add REQ_OP definitions and bi_op/op fields, mchristi
- [PATCH 05/42] fs: have ll_rw_block users pass in op and flags separately, mchristi
- [PATCH 06/42] direct-io: set bi_op to REQ_OP, mchristi
- [PATCH 01/42] block/fs/drivers: remove rw argument from submit_bio, mchristi
- [PATCH 04/42] fs: have submit_bh users pass in op and flags separately, mchristi
- [PATCH 07/42] btrfs: have submit_one_bio users setup bio bi_op, mchristi
- [PATCH 08/42] btrfs: set bi_op tp REQ_OP, mchristi
- [PATCH 09/42] btrfs: update __btrfs_map_block for bi_op transition, mchristi
- [PATCH 10/42] btrfs: use bio fields for op and flags, mchristi
- [PATCH 11/42] f2fs: set bi_op to REQ_OP, mchristi
- [PATCH 12/42] gfs2: set bi_op to REQ_OP, mchristi
- [PATCH 13/42] xfs: set bi_op to REQ_OP, mchristi
- [PATCH 14/42] hfsplus: set bi_op to REQ_OP, mchristi
- [PATCH 15/42] mpage: set bi_op to REQ_OP, mchristi
- [PATCH 16/42] nilfs: set bi_op to REQ_OP, mchristi
- [PATCH 18/42] pm: set bi_op to REQ_OP, mchristi
- [PATCH 17/42] ocfs2: set bi_op to REQ_OP, mchristi
- [PATCH 19/42] dm: set bi_op to REQ_OP, mchristi
- [PATCH 20/42] dm: pass dm stats data dir instead of bi_rw, mchristi
- [PATCH 21/42] bcache: set bi_op to REQ_OP, mchristi
- [PATCH 22/42] drbd: set bi_op to REQ_OP, mchristi
- [PATCH 23/42] md/raid: set bi_op to REQ_OP, mchristi
- [PATCH 24/42] xen: set bi_op to REQ_OP, mchristi
- [PATCH 25/42] target: set bi_op to REQ_OP, mchristi
- [PATCH 26/42] block: copy bio op to request op, mchristi
- [PATCH 27/42] block: prepare request creation/destruction code to use REQ_OPs, mchristi
- [PATCH 28/42] block: prepare mq request creation to use REQ_OPs, mchristi
- [PATCH 29/42] block: prepare elevator to use REQ_OPs., mchristi
- [PATCH 30/42] blkg_rwstat: separate op from flags, mchristi
- [PATCH 32/42] block: convert is_sync helpers to use REQ_OPs., mchristi
- [PATCH 31/42] block: convert merge/insert code to check for REQ_OPs., mchristi
- [PATCH 34/42] drivers: set request op to REQ_OP, mchristi
- [PATCH 33/42] block: convert rq_data_dir helper to use REQ_OPs, mchristi
- [PATCH 36/42] ide cd: do not set REQ_WRITE on requests., mchristi
- [PATCH 35/42] blktrace: get op from req->op/bio->bi_op, mchristi
- [PATCH 38/42] block, fs: remove old REQ definitions., mchristi
- [PATCH 37/42] block, fs, drivers: do use bi_rw/cmd_flags for REQ_OPs., mchristi
- [PATCH 39/42] block: shrink bio/request fields, mchristi
- [PATCH 41/42] block: do not use REQ_FLUSH for tracking flush support, mchristi
- [PATCH 40/42] block, drivers: add REQ_OP_FLUSH operation, mchristi
- [PATCH 42/42] block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSH, mchristi
- [RFC] xfs_scrub: create online filesystem scrub program, Darrick J. Wong
- [PATCH] build: make librt optional for some platforms, Jan Tulak
- [PATCH v4 0/8] block: prepare for multipage bvecs,
Ming Lei
- [PATCH 00/42] v5: separate operations from flags in the bio/request structs,
mchristi
- [PATCH 02/42] block: add REQ_OP definitions and bi_op/op fields, mchristi
- [PATCH 03/42] block, fs, mm, drivers: set bi_op to REQ_OP, mchristi
- [PATCH 01/42] block/fs/drivers: remove rw argument from submit_bio, mchristi
- [PATCH 05/42] fs: have ll_rw_block users pass in op and flags separately, mchristi
- [PATCH 06/42] direct-io: set bi_op to REQ_OP, mchristi
- [PATCH 04/42] fs: have submit_bh users pass in op and flags separately, mchristi
- [PATCH 07/42] btrfs: have submit_one_bio users setup bio bi_op, mchristi
- [PATCH 09/42] btrfs: update __btrfs_map_block for bi_op transition, mchristi
- [PATCH 08/42] btrfs: set bi_op tp REQ_OP, mchristi
- [PATCH 10/42] btrfs: use bio fields for op and flags, mchristi
- [PATCH 11/42] f2fs: set bi_op to REQ_OP, mchristi
- [PATCH 12/42] gfs2: set bi_op to REQ_OP, mchristi
- [PATCH 13/42] xfs: set bi_op to REQ_OP, mchristi
- [PATCH 14/42] hfsplus: set bi_op to REQ_OP, mchristi
- [PATCH 15/42] mpage: set bi_op to REQ_OP, mchristi
- [PATCH 16/42] nilfs: set bi_op to REQ_OP, mchristi
- [PATCH 17/42] ocfs2: set bi_op to REQ_OP, mchristi
- [PATCH 18/42] pm: set bi_op to REQ_OP, mchristi
- [PATCH 20/42] dm: pass dm stats data dir instead of bi_rw, mchristi
- [PATCH 19/42] dm: set bi_op to REQ_OP, mchristi
- [PATCH 21/42] bcache: set bi_op to REQ_OP, mchristi
- [PATCH 22/42] drbd: set bi_op to REQ_OP, mchristi
- [PATCH 23/42] md/raid: set bi_op to REQ_OP, mchristi
- [PATCH 24/42] xen: set bi_op to REQ_OP, mchristi
- [PATCH 25/42] target: set bi_op to REQ_OP, mchristi
- [PATCH 26/42] block: copy bio op to request op, mchristi
- [PATCH 27/42] block: prepare request creation/destruction code to use REQ_OPs, mchristi
- [PATCH 28/42] block: prepare mq request creation to use REQ_OPs, mchristi
- [PATCH 29/42] block: prepare elevator to use REQ_OPs., mchristi
- [PATCH 30/42] blkg_rwstat: separate op from flags, mchristi
- [PATCH 31/42] block: convert merge/insert code to check for REQ_OPs., mchristi
- [PATCH 32/42] block: convert is_sync helpers to use REQ_OPs., mchristi
- [PATCH 33/42] block: convert rq_data_dir helper to use REQ_OPs, mchristi
- [PATCH 34/42] drivers: set request op to REQ_OP, mchristi
- [PATCH 35/42] blktrace: get op from req->op/bio->bi_op, mchristi
- [PATCH 36/42] ide cd: do not set REQ_WRITE on requests., mchristi
- [PATCH 38/42] block, fs: remove old REQ definitions., mchristi
- [PATCH 37/42] block, fs, drivers: do use bi_rw/cmd_flags for REQ_OPs., mchristi
- [PATCH 39/42] block: shrink bio/request fields, mchristi
- [PATCH 40/42] block, drivers: add REQ_OP_FLUSH operation, mchristi
- [PATCH 41/42] block: use QUEUE flags instead of flush_flags to test for flush support, mchristi
- [PATCH 42/42] block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSH, mchristi
- Re: [PATCH 00/42] v5: separate operations from flags in the bio/request structs, Hannes Reinecke
- [PATCH] xfs: group quota is still enforced if mount v5 xfs with gqnoenforce and pqnoenforce,
Zorro Lang
- ext4 error,
Eric Shang
- [PATCH v2] xfs/259: test more block sizes and handle minimum block size correctly, Eryu Guan
- [PATCH 00/11 v3] xfs: inode reclaim vs the world,
Dave Chinner
- [PATCH 07/11] xfs: mark reclaimed inodes invalid earlier, Dave Chinner
- [PATCH 04/11] xfs: skip stale inodes in xfs_iflush_cluster, Dave Chinner
- [PATCH 03/11] xfs: fix inode validity check in xfs_iflush_cluster, Dave Chinner
- [PATCH 05/11] xfs: optimise xfs_iext_destroy, Dave Chinner
- [PATCH 01/11] xfs: we don't need no steekin ->evict_inode, Dave Chinner
- [PATCH 06/11] xfs: xfs_inode_free() isn't RCU safe, Dave Chinner
- [PATCH 02/11] xfs: xfs_iflush_cluster fails to abort on error, Dave Chinner
- [PATCH 09/11] xfs: rename variables in xfs_iflush_cluster for clarity, Dave Chinner
- [PATCH 10/11] xfs: simplify inode reclaim tagging interfaces, Dave Chinner
- [PATCH 08/11] xfs: xfs_iflush_cluster has range issues, Dave Chinner
- [PATCH 11/11] xfs: move reclaim tagging functions, Dave Chinner
- Re: [PATCH 00/11 v3] xfs: inode reclaim vs the world, Darrick J. Wong
- [RFC DONOTMERGE v8 0/3] fallocate for block devices,
Darrick J. Wong
- RFC: use iomap infrastructure for all our zeroing needs,
Christoph Hellwig
[Index of Archives]
[Linux XFS Devel]
[Linux Filesystem Development]
[Filesystem Testing]
[Linux USB Devel]
[Big List of Linux Books]
[Linux SCSI]
[Yosemite Forum]