XFS Journaling Filesystem
[Prev Page][Next Page]
- [PATCH v2] cleanup: Kill __[u]int*_t types, (continued)
- [PATCH 6/6] Add configure check for members of dirent for use in io/readdir.c,
Felix Janda
- [PATCH 5/6] include/linux.h: Include <stdio.h> for fprintf and stderr,
Felix Janda
- [PATCH 1/6] Move from __uint*_t types to uint*_t and likewise for __int*_t,
Felix Janda
- [PATCH 4/6] linux.h: Use off64_t instead of loff_t,
Felix Janda
- [PATCH 3/6] fsr/xfs_fsr.c: Include <paths.h> for _PATH_MOUNTED,
Felix Janda
- [PATCH 2/6] libxfs/linux.c: Replace use of ustat by stat,
Felix Janda
- [PATCH 0/6] xfsprogs: Compile with musl libc, Felix Janda
- [RFC PATCH 0/8] xfs: shrink the struct xfs_icdinode,
Dave Chinner
- [PATCH] xfs: log mount failures don't wait for buffers to be released,
Dave Chinner
- [PATCH] xfs_db: check on-disk structure sizes,
Darrick J. Wong
- [PATCH] xfs: check sizes of XFS on-disk structures at compile time,
Darrick J. Wong
- [ANNOUNCE] xfs: for-next branch updated to dde7f55, Dave Chinner
- [PATCH 00/35 v3] eparate operations from flags in the bio/request structs,
mchristi
- [PATCH 02/35] block: add REQ_OP definitions and bi_op/op fields, mchristi
- [PATCH 01/35] block/fs/drivers: remove rw argument from submit_bio, mchristi
- [PATCH 03/35] block, fs, mm, drivers: set bi_op to REQ_OP, mchristi
- [PATCH 04/35] fs: have submit_bh users pass in op and flags separately, mchristi
- [PATCH 05/35] fs: have ll_rw_block users pass in op and flags separately, mchristi
- [PATCH 06/35] direct-io: set bi_op to REQ_OP, mchristi
- [PATCH 07/35] btrfs: have submit_one_bio users setup bio bi_op, mchristi
- [PATCH 08/35] btrfs: set bi_op tp REQ_OP, mchristi
- [PATCH 09/35] btrfs: update __btrfs_map_block for bi_op transition, mchristi
- [PATCH 10/35] btrfs: don't pass rq_flag_bits if there is a bio, mchristi
- [PATCH 11/35] f2fs: set bi_op to REQ_OP, mchristi
- [PATCH 12/35] gfs2: set bi_op to REQ_OP, mchristi
- [PATCH 13/35] xfs: set bi_op to REQ_OP, mchristi
- [PATCH 14/35] hfsplus: set bi_op to REQ_OP, mchristi
- [PATCH 15/35] mpage: set bi_op to REQ_OP, mchristi
- [PATCH 16/35] nilfs: set bi_op to REQ_OP, mchristi
- [PATCH 17/35] ocfs2: set bi_op to REQ_OP, mchristi
- [PATCH 18/35] pm: set bi_op to REQ_OP, mchristi
- [PATCH 20/35] dm: pass dm stats data dir instead of bi_rw, mchristi
- [PATCH 19/35] dm: set bi_op to REQ_OP, mchristi
- [PATCH 21/35] bcache: set bi_op to REQ_OP, mchristi
- [PATCH 22/35] drbd: set bi_op to REQ_OP, mchristi
- [PATCH 23/35] md/raid: set bi_op to REQ_OP, mchristi
- [PATCH 25/35] target: set bi_op to REQ_OP, mchristi
- [PATCH 24/35] xen: set bi_op to REQ_OP, mchristi
- [PATCH 26/35] block: set op to REQ_OP, mchristi
- [PATCH 27/35] drivers: set request op to REQ_OP, mchristi
- [PATCH 28/35] blktrace: get op from req->op/bio->bi_op, mchristi
- [PATCH 29/35] ide cd: do not set REQ_WRITE on requests., mchristi
- [PATCH 30/35] block, fs, drivers: do not test bi_rw for REQ_OPs, mchristi
- [PATCH 31/35] block, fs: remove old REQ definitions., mchristi
- [PATCH 32/35] block: shrink bi_rw and bi_op, mchristi
- [PATCH 33/35] block, drivers: add REQ_OP_FLUSH operation, mchristi
- [PATCH 34/35] block: add QUEUE_FLAGs for flush and fua, mchristi
- [PATCH 35/35] block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSH, mchristi
- Re: [PATCH 00/35 v3] eparate operations from flags in the bio/request structs, Christoph Hellwig
- [PATCH v17 00/22] Richacls (Core and Ext4),
Andreas Gruenbacher
- [PATCH v17 01/22] vfs: Add IS_ACL() and IS_RICHACL() tests, Andreas Gruenbacher
- [PATCH v17 02/22] vfs: Add MAY_CREATE_FILE and MAY_CREATE_DIR permission flags, Andreas Gruenbacher
- [PATCH v17 03/22] vfs: Add MAY_DELETE_SELF and MAY_DELETE_CHILD permission flags, Andreas Gruenbacher
- [PATCH v17 04/22] vfs: Make the inode passed to inode_change_ok non-const, Andreas Gruenbacher
- [PATCH v17 05/22] vfs: Add permission flags for setting file attributes, Andreas Gruenbacher
- [PATCH v17 06/22] richacl: In-memory representation and helper functions, Andreas Gruenbacher
- [PATCH v17 07/22] richacl: Permission mapping functions, Andreas Gruenbacher
- [PATCH v17 08/22] richacl: Compute maximum file masks from an acl, Andreas Gruenbacher
- [PATCH v17 09/22] richacl: Permission check algorithm, Andreas Gruenbacher
- [PATCH v17 10/22] posix_acl: Unexport acl_by_type and make it static, Andreas Gruenbacher
- [PATCH v17 11/22] vfs: Cache base_acl objects in inodes, Andreas Gruenbacher
- [PATCH v17 12/22] vfs: Add get_richacl and set_richacl inode operations, Andreas Gruenbacher
- [PATCH v17 13/22] vfs: Cache richacl in struct inode, Andreas Gruenbacher
- [PATCH v17 14/22] richacl: Update the file masks in chmod(), Andreas Gruenbacher
- [PATCH v17 15/22] richacl: Check if an acl is equivalent to a file mode, Andreas Gruenbacher
- [PATCH v17 16/22] richacl: Create-time inheritance, Andreas Gruenbacher
- [PATCH v17 17/22] richacl: Automatic Inheritance, Andreas Gruenbacher
- [PATCH v17 18/22] richacl: xattr mapping functions, Andreas Gruenbacher
- [PATCH v17 19/22] richacl: Add richacl xattr handler, Andreas Gruenbacher
- [PATCH v17 20/22] vfs: Add richacl permission checking, Andreas Gruenbacher
- [PATCH v17 21/22] ext4: Add richacl support, Andreas Gruenbacher
- [PATCH v17 22/22] ext4: Add richacl feature flag, Andreas Gruenbacher
- [PATCH 0/2 v3] xfs: handle dquot buffer readahead in log recovery correctly,
Dave Chinner
- [PATCH] XFS: fix typos, Andrea Gelmini
- [PATCH] Fix typos,
Andrea Gelmini
- [PATCH 0/3] xfsprogs: use Q_XGETQUOTA2,
Eric Sandeen
- [PATCH 0/4] quota: add new quotactl Q_XGETQUOTA2,
Eric Sandeen
- [PATCH v8 0/9] DAX fsync/msync support,
Ross Zwisler
- [PATCH v3 0/5] fs, block: handle end of life,
Dan Williams
- Possible XFS or NFS bug in Latest RHEL 6.6 2.6.32-504.23.4.el6.x86_64 ?,
tore . larsen
- [PATCH 0/2] xfs: small debug improvements,
Dave Chinner
- [PATCH v7 0/9] DAX fsync/msync support,
Ross Zwisler
- xfs and swift,
Mark Seger
- [PATCH v2 0/4] fs, block: handle end of life,
Dan Williams
- [PATCH] xfs: handle dquot buffer readahead in log recovery correctly,
Dave Chinner
- [PATCH 00/35 v2] separate operations from flags in the bio/request structs,
mchristi
- [PATCH 01/35] block/fs/drivers: remove rw argument from submit_bio, mchristi
- [PATCH 02/35] block: add REQ_OP definitions and bi_op/op fields, mchristi
- [PATCH 03/35] block, fs, mm, drivers: set bi_op to REQ_OP, mchristi
- [PATCH 04/35] fs: have submit_bh users pass in op and flags separately, mchristi
- [PATCH 05/35] fs: have ll_rw_block users pass in op and flags separately, mchristi
- [PATCH 06/35] direct-io: set bi_op to REQ_OP, mchristi
- [PATCH 07/35] btrfs: have submit_one_bio users setup bio bi_op, mchristi
- [PATCH 08/35] btrfs: set bi_op tp REQ_OP, mchristi
- [PATCH 09/35] btrfs: update __btrfs_map_block for bi_op transition, mchristi
- [PATCH 10/35] btrfs: don't pass rq_flag_bits if there is a bio, mchristi
- [PATCH 11/35] f2fs: set bi_op to REQ_OP, mchristi
- [PATCH 12/35] gfs2: set bi_op to REQ_OP, mchristi
- [PATCH 13/35] xfs: set bi_op to REQ_OP, mchristi
- [PATCH 14/35] hfsplus: set bi_op to REQ_OP, mchristi
- [PATCH 15/35] mpage: set bi_op to REQ_OP, mchristi
- [PATCH 16/35] nilfs: set bi_op to REQ_OP, mchristi
- [PATCH 17/35] ocfs2: set bi_op to REQ_OP, mchristi
- [PATCH 18/35] pm: set bi_op to REQ_OP, mchristi
- [PATCH 19/35] dm: set bi_op to REQ_OP, mchristi
- [PATCH 20/35] dm: pass dm stats data dir instead of bi_rw, mchristi
- [PATCH 21/35] bcache: set bi_op to REQ_OP, mchristi
- [PATCH 22/35] drbd: set bi_op to REQ_OP, mchristi
- [PATCH 23/35] md/raid: set bi_op to REQ_OP, mchristi
- [PATCH 24/35] xen: set bi_op to REQ_OP, mchristi
- [PATCH 25/35] target: set bi_op to REQ_OP, mchristi
- [PATCH 26/35] block: set op to REQ_OP, mchristi
- [PATCH 27/35] drivers: set request op to REQ_OP, mchristi
- [PATCH 28/35] blktrace: get op from req->op/bio->bi_op, mchristi
- [PATCH 29/35] ide cd: do not set REQ_WRITE on requests., mchristi
- [PATCH 30/35] block, fs, drivers: do not test bi_rw for REQ_OPs, mchristi
- [PATCH 31/35] block, fs: remove old REQ definitions., mchristi
- [PATCH 32/35] block: shrink bi_rw and bi_op, mchristi
- [PATCH 33/35] block, drivers: add REQ_OP_FLUSH operation, mchristi
- [PATCH 34/35] block: add QUEUE_FLAGs for flush and fua, mchristi
- [PATCH 35/35] block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSH, mchristi
- Re: [PATCH 00/35 v2] separate operations from flags in the bio/request structs, Martin K. Petersen
- Re: [PATCH 00/35 v2] separate operations from flags in the bio/request structs, Christoph Hellwig
- [ANNOUNCE] xfs-documentation: master branch updated to a04146a, Dave Chinner
- [ANNOUNCE] xfs: for-next branch rebased to 4922be5, Dave Chinner
- Suspend does not work with v4.4-rc8,
Julian Wollrath
- [resend PATCH 0/3] fs, bdev: handle end of life,
Dan Williams
- [PATCH v2] xfs: test XFS torn log write detection,
Brian Foster
- [PATCH] xfs: fix kbuild regression due to log recovery crc verification, Brian Foster
- [xfs:for-next 7/10] xfs_log_recover.c:undefined reference to `__moddi3', kbuild test robot
- [ANNOUNCE] xfs: for-next branch updated to 887a9f2, Dave Chinner
- lazytime implementation questions,
Dave Chinner
- [PATCH 0/3] fs: FS_IOC_FS[GS]ETXATTR promotion,
Dave Chinner
- reflink fixes,
Christoph Hellwig
- xfsprogs 4.3.0 MIGRATED to testing, Debian testing watch
- Facing problem when attempting to recover the file in the tgt shared directory without the remount operation,
zhao.mingyue@xxxxxxx
- RE: A blocksize problem about dax and ext4,
Elliott, Robert (Persistent Memory)
- [PATCH v6 0/7] DAX fsync/msync support,
Ross Zwisler
- Free Flight on Jet Airways, JetPrivilege
- [PATCH 0/6] fsx,
Andreas Gruenbacher
- [ANNOUNCE] xfsprogs: master branch updated to dbca016, Dave Chinner
- [PATCH 0/9] xfsprogs: big, broken filesystems cause pain,
Dave Chinner
- State of ext4 auto_da_alloc-like workarounds in XFS,
Vallo Kallaste
- xfs within one hour after power-on reset , nginx performance is poor and do not have this phenomenon on ext4,
Linpeimin
- Integer truncation in fs/xfs/libxfs/xfs_da_btree.c,
Kristian
- [PATCH] XFS: Use a signed return type for suffix_kstrtoint(),
SF Markus Elfring
- [RFCv4 00/22] xfs-documentation: massive cleanups and add v5 format, reverse-mapping, reflink, and dedupe support,
Darrick J. Wong
- [PATCH 01/22] xfsdocs: fix asciidoc confusion w.r.t. include file newline at EOF, Darrick J. Wong
- [PATCH 02/22] xfsdocs: update book subtitles and headings, Darrick J. Wong
- [PATCH 03/22] xfsdocs: restore the old rendering of structure field definitions, Darrick J. Wong
- [PATCH 04/22] xfsdocs: convert html entities to regular characters, Darrick J. Wong
- [PATCH 05/22] xfsdocs: convert images to text, Darrick J. Wong
- [PATCH 07/22] xfsdocs: update types, Darrick J. Wong
- [PATCH 08/22] xfsdocs: make example section titles consistent, Darrick J. Wong
- [PATCH 10/22] xfsdocs: add missing structure field definitions, Darrick J. Wong
- [PATCH 09/22] xfsdocs: fix various errors and missing bits in the text, Darrick J. Wong
- [PATCH 11/22] xfsdocs: add missing xfs_db examples, Darrick J. Wong
- [PATCH 13/22] xfsdocs: introduce XFS at a high level, Darrick J. Wong
- [PATCH 12/22] xfsdocs: fix quoted text markings, Darrick J. Wong
- [PATCH 15/22] xfsdocs: document the operation of the realtime device and inodes, Darrick J. Wong
- [PATCH 14/22] xfsdocs: document the xfs log format, Darrick J. Wong
- [PATCH 17/22] xfsdocs: add a chapter discussing v5 disk format, Darrick J. Wong
- [PATCH 16/22] xfsdocs: add documentation of v5 fields, Darrick J. Wong
- [PATCH 18/22] xfsdocs: document magic numbers and theoretical limits, Darrick J. Wong
- [PATCH 19/22] xfsdocs: document the sparse inodes feature, Darrick J. Wong
- [PATCH 20/22] xfsdocs: reverse-mapping btree documentation, Darrick J. Wong
- [PATCH 21/22] xfsdocs: document refcount btree and reflink, Darrick J. Wong
- [PATCH 22/22] xfsdocs: move directory chapter before xattr chapter, Darrick J. Wong
- Re: [RFCv4 00/22] xfs-documentation: massive cleanups and add v5 format, reverse-mapping, reflink, and dedupe support, Christoph Hellwig
- [PATCH 06/22] xfsdocs: delete images of hex dumps, Darrick J. Wong
- [PATCH v4 00/11] xfstests: test the nfs/cifs/btrfs/xfs reflink/dedupe ioctls,
Darrick J. Wong
- [PATCH 01/11] test-scripts: test migration scripts, Darrick J. Wong
- [PATCH 02/11] tests: don't leave cruft behind on the TEST_MNT, Darrick J. Wong
- [PATCH 03/11] generic/15[78]: fix error messages in the golden output, Darrick J. Wong
- [PATCH 04/11] xfs/128: allow larger margin for disk space usage, Darrick J. Wong
- [PATCH 05/11] xfs/129: require loop, Darrick J. Wong
- [PATCH 06/11] reflink: more tests, Darrick J. Wong
- [PATCH 07/11] reflink: test ENOSPC when expanding btrees during reflink operations, Darrick J. Wong
- [PATCH 08/11] reflink: more CoW tests for reflink and dedupe, Darrick J. Wong
- [PATCH 09/11] reflink: test CoW with blocksize < pagesize, Darrick J. Wong
- [PATCH 10/11] reflink: test a big CoW operation, Darrick J. Wong
- [PATCH 11/11] generic: create a dedupe group, Darrick J. Wong
- [RFCv4 00/53] xfsprogs: add reverse-mapping, reflink, and dedupe support,
Darrick J. Wong
- [PATCH 01/53] xfs_io: allow zero-length reflink/dedupe commands, Darrick J. Wong
- [PATCH 02/53] xfs_db: make check work for sparse inodes, Darrick J. Wong
- [PATCH 03/53] repair: request inode buffers sized to fit one inode cluster, Darrick J. Wong
- [PATCH 04/53] libxfs: reorder xfs_bmap_add_free args, Darrick J. Wong
- [PATCH 05/53] libxfs: use a convenience variable instead of open-coding the fork, Darrick J. Wong
- [PATCH 06/53] libxfs: refactor the btree size calculator code, Darrick J. Wong
- [PATCH 07/53] libxfs: pack the agfl header structure so XFS_AGFL_SIZE is correct, Darrick J. Wong
- [PATCH 09/53] libxfs: resync xfs_prealloc_blocks with the kernel, Darrick J. Wong
- [PATCH 08/53] libxfs: add the reverse-mapping btree, Darrick J. Wong
- [PATCH 10/53] xfs: rmap btree transaction reservations, Darrick J. Wong
- [PATCH 11/53] xfs: rmap btree requires more reserved free space, Darrick J. Wong
- [PATCH 12/53] libxfs: propagate a bunch of case changes to mkfs and repair, Darrick J. Wong
- [PATCH 13/53] libxfs: fix min freelist length calculation, Darrick J. Wong
- [PATCH 14/53] libxfs: add the RMAP CRC to the xfs_magics list, Darrick J. Wong
- [PATCH 15/53] libxfs: piggyback rmapbt update intents in the bmap free structure, Darrick J. Wong
- [PATCH 16/53] libxfs: enhance rmapbt definition to support reflink, Darrick J. Wong
- [PATCH 17/53] libxfs: refactor short btree block verification, Darrick J. Wong
- [PATCH 18/53] xfs: don't update rmapbt when fixing agfl, Darrick J. Wong
- [PATCH 19/53] libxfs: implement XFS_IOC_SWAPEXT when rmap btree is enabled, Darrick J. Wong
- [PATCH 20/53] xfs_db: display rmap btree contents, Darrick J. Wong
- [PATCH 21/53] xfs_dump: display enhanced rmapbt fields, Darrick J. Wong
- [PATCH 22/53] xfs_db: check rmapbt, Darrick J. Wong
- [PATCH 23/53] xfs_db: copy the rmap btree, Darrick J. Wong
- [PATCH 24/53] xfs_growfs: report rmapbt presence, Darrick J. Wong
- [PATCH 25/53] xfs_repair: use rmap btree data to check block types, Darrick J. Wong
- [PATCH 26/53] xfs_repair: mask off length appropriately, Darrick J. Wong
- [PATCH 27/53] xfs_repair: fix fino_bno calculation when rmapbt is enabled, Darrick J. Wong
- [PATCH 28/53] xfs_repair: create a slab API for allocating arrays in large chunks, Darrick J. Wong
- [PATCH 29/53] xfs_repair: collect reverse-mapping data for refcount/rmap tree rebuilding, Darrick J. Wong
- [PATCH 30/53] xfs_repair: record and merge raw rmap data, Darrick J. Wong
- [PATCH 31/53] xfs_repair: add inode bmbt block rmaps, Darrick J. Wong
- [PATCH 32/53] xfs_repair: add fixed-location per-AG rmaps, Darrick J. Wong
- [PATCH 33/53] xfs_repair: check existing rmapbt entries against observed rmaps, Darrick J. Wong
- [PATCH 34/53] xfs_repair: rebuild reverse-mapping btree, Darrick J. Wong
- [PATCH 35/53] xfs_repair: add per-AG btree blocks to rmap data and add to rmapbt, Darrick J. Wong
- [PATCH 36/53] mkfs.xfs: Create rmapbt filesystems, Darrick J. Wong
- [PATCH 37/53] xfs_mkfs: initialize extra fields during mkfs, add docs, Darrick J. Wong
- [PATCH 38/53] libxfs: add the refcount helper functions from the kernel, Darrick J. Wong
- [PATCH 40/53] xfs_db: dump refcount btree data, Darrick J. Wong
- [PATCH 39/53] libxfs: add support for refcount btrees, Darrick J. Wong
- [PATCH 41/53] xfs_db: add support for checking the refcount btree, Darrick J. Wong
- [PATCH 42/53] xfs_db: metadump should copy the refcount btree too, Darrick J. Wong
- [PATCH 43/53] xfs_growfs: report the presence of the reflink feature, Darrick J. Wong
- [PATCH 44/53] xfs_repair: check the existing refcount btree, Darrick J. Wong
- [PATCH 45/53] xfs_repair: handle multiple owners of data blocks, Darrick J. Wong
- [PATCH 46/53] xfs_repair: process reverse-mapping data into refcount data, Darrick J. Wong
- [PATCH 47/53] xfs_repair: record reflink inode state, Darrick J. Wong
- [PATCH 48/53] xfs_repair: fix inode reflink flags, Darrick J. Wong
- [PATCH 49/53] xfs_repair: check the refcount btree against our observed reference counts when -n, Darrick J. Wong
- [PATCH 50/53] xfs_repair: rebuild the refcount btree, Darrick J. Wong
- [PATCH 51/53] mkfs.xfs: format reflink enabled filesystems, Darrick J. Wong
- [PATCH 52/53] libxfs: try to prevent failed rmap btree expansion during cow, Darrick J. Wong
- [PATCH 53/53] mkfs: hack around not having enough log blocks, Darrick J. Wong
- [RFCv4 00/76] xfs: add reverse-mapping, reflink, and dedupe support,
Darrick J. Wong
- [PATCH 01/76] libxfs: make xfs_alloc_fix_freelist non-static, Darrick J. Wong
- [PATCH 02/76] xfs: fix log ticket type printing, Darrick J. Wong
- [PATCH 03/76] libxfs: refactor the btree size calculator code, Darrick J. Wong
- [PATCH 04/76] libxfs: use a convenience variable instead of open-coding the fork, Darrick J. Wong
- [PATCH 05/76] libxfs: pack the agfl header structure so XFS_AGFL_SIZE is correct, Darrick J. Wong
- [PATCH 06/76] xfs: introduce rmap btree definitions, Darrick J. Wong
- [PATCH 07/76] xfs: add rmap btree stats infrastructure, Darrick J. Wong
- [PATCH 08/76] xfs: rmap btree add more reserved blocks, Darrick J. Wong
- [PATCH 09/76] xfs: add owner field to extent allocation and freeing, Darrick J. Wong
- [PATCH 10/76] xfs: add extended owner field to extent allocation and freeing, Darrick J. Wong
- [PATCH 11/76] xfs: introduce rmap extent operation stubs, Darrick J. Wong
- [PATCH 12/76] xfs: extend rmap extent operation stubs to take full owner info, Darrick J. Wong
- [PATCH 13/76] xfs: define the on-disk rmap btree format, Darrick J. Wong
- [PATCH 14/76] xfs: enhance the on-disk rmap btree format, Darrick J. Wong
- [PATCH 15/76] xfs: add rmap btree growfs support, Darrick J. Wong
- [PATCH 16/76] xfs: enhance rmap btree growfs support, Darrick J. Wong
- [PATCH 17/76] xfs: rmap btree transaction reservations, Darrick J. Wong
- [PATCH 18/76] xfs: rmap btree requires more reserved free space, Darrick J. Wong
- [PATCH 19/76] libxfs: fix min freelist length calculation, Darrick J. Wong
- [PATCH 20/76] xfs: add rmap btree operations, Darrick J. Wong
- [PATCH 22/76] xfs: add an extent to the rmap btree, Darrick J. Wong
- [PATCH 21/76] xfs: enhance rmap btree operations, Darrick J. Wong
- [PATCH 23/76] xfs: add tracepoints for the rmap-mirrors-bmbt functions, Darrick J. Wong
- [PATCH 24/76] xfs: teach rmap_alloc how to deal with our larger rmap btree, Darrick J. Wong
- [PATCH 25/76] xfs: remove an extent from the rmap btree, Darrick J. Wong
- [PATCH 26/76] xfs: enhanced remove an extent from the rmap btree, Darrick J. Wong
- [PATCH 27/76] xfs: add rmap btree insert and delete helpers, Darrick J. Wong
- [PATCH 28/76] xfs: piggyback rmapbt update intents in the bmap free structure, Darrick J. Wong
- [PATCH 29/76] xfs: bmap btree changes should update rmap btree, Darrick J. Wong
- [PATCH 30/76] xfs: add rmap btree geometry feature flag, Darrick J. Wong
- [PATCH 31/76] xfs: add rmap btree block detection to log recovery, Darrick J. Wong
- [PATCH 32/76] xfs: enable the rmap btree functionality, Darrick J. Wong
- [PATCH 33/76] xfs: disable XFS_IOC_SWAPEXT when rmap btree is enabled, Darrick J. Wong
- [PATCH 34/76] xfs: implement XFS_IOC_SWAPEXT when rmap btree is enabled, Darrick J. Wong
- [PATCH 35/76] libxfs: refactor short btree block verification, Darrick J. Wong
- [PATCH 36/76] xfs: don't update rmapbt when fixing agfl, Darrick J. Wong
- [PATCH 37/76] xfs: define tracepoints for refcount btree activities, Darrick J. Wong
- [PATCH 38/76] xfs: introduce refcount btree definitions, Darrick J. Wong
- [PATCH 39/76] xfs: add refcount btree stats infrastructure, Darrick J. Wong
- [PATCH 40/76] xfs: refcount btree add more reserved blocks, Darrick J. Wong
- [PATCH 42/76] xfs: add refcount btree support to growfs, Darrick J. Wong
- [PATCH 41/76] xfs: define the on-disk refcount btree format, Darrick J. Wong
- [PATCH 43/76] xfs: add refcount btree operations, Darrick J. Wong
- [PATCH 44/76] libxfs: adjust refcount of an extent of blocks in refcount btree, Darrick J. Wong
- [PATCH 45/76] libxfs: adjust refcount when unmapping file blocks, Darrick J. Wong
- [PATCH 46/76] xfs: add refcount btree block detection to log recovery, Darrick J. Wong
- [PATCH 47/76] xfs: refcount btree requires more reserved space, Darrick J. Wong
- [PATCH 48/76] xfs: introduce reflink utility functions, Darrick J. Wong
- [PATCH 49/76] xfs: define tracepoints for reflink activities, Darrick J. Wong
- [PATCH 50/76] xfs: map an inode's offset to an exact physical block, Darrick J. Wong
- [PATCH 51/76] xfs: add reflink feature flag to geometry, Darrick J. Wong
- [PATCH 52/76] xfs: don't allow reflinked dir/dev/fifo/socket/pipe files, Darrick J. Wong
- [PATCH 53/76] xfs: introduce the CoW fork, Darrick J. Wong
- [PATCH 54/76] xfs: support bmapping delalloc extents in the CoW fork, Darrick J. Wong
- [PATCH 55/76] xfs: create delalloc extents in CoW fork, Darrick J. Wong
- [PATCH 56/76] xfs: support allocating delayed extents in CoW fork, Darrick J. Wong
- [PATCH 57/76] xfs: allocate delayed extents in CoW fork, Darrick J. Wong
- [PATCH 58/76] xfs: support removing extents from CoW fork, Darrick J. Wong
- [PATCH 59/76] xfs: move mappings from cow fork to data fork after copy-write, Darrick J. Wong
- [PATCH 60/76] xfs: implement CoW for directio writes, Darrick J. Wong
- [PATCH 61/76] xfs: copy-on-write reflinked blocks when zeroing ranges of blocks, Darrick J. Wong
- [PATCH 62/76] xfs: clear inode reflink flag when freeing blocks, Darrick J. Wong
- [PATCH 63/76] xfs: cancel pending CoW reservations when destroying inodes, Darrick J. Wong
- [PATCH 64/76] xfs: reflink extents from one file to another, Darrick J. Wong
- [PATCH 65/76] xfs: add clone file and clone range ioctls, Darrick J. Wong
- [PATCH 66/76] xfs: emulate the btrfs dedupe extent same ioctl, Darrick J. Wong
- [PATCH 67/76] xfs: teach fiemap about reflink'd extents, Darrick J. Wong
- [PATCH 68/76] xfs: swap inode reflink flags when swapping inode extents, Darrick J. Wong
- [PATCH 69/76] xfs: unshare a range of blocks via fallocate, Darrick J. Wong
- [PATCH 70/76] xfs: fork shared EOF block when truncating file, Darrick J. Wong
- [PATCH 71/76] xfs: support XFS_XFLAG_REFLINK (and FS_NOCOW_FL) on reflink filesystems, Darrick J. Wong
- [PATCH 72/76] xfs: recognize the reflink feature bit, Darrick J. Wong
- [PATCH 73/76] xfs: use new vfs reflink and dedup function pointers, Darrick J. Wong
- [PATCH 74/76] xfs: set up per-AG preallocated block pools, Darrick J. Wong
- [PATCH 75/76] xfs: preallocate blocks for worst-case refcount btree expansion, Darrick J. Wong
- [PATCH 76/76] xfs: try to prevent failed rmap btree expansion during cow, Darrick J. Wong
- Re: [RFCv4 00/76] xfs: add reverse-mapping, reflink, and dedupe support, Brian Foster
- [RFCv4 0/9] vfs: hoist reflink/dedupe ioctls to the VFS,
Darrick J. Wong
[Index of Archives]
[Linux XFS Devel]
[Linux Filesystem Development]
[Filesystem Testing]
[Linux USB Devel]
[Big List of Linux Books]
[Linux SCSI]
[Yosemite Forum]