linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-02-11 07:29:51 to 2019-02-18 02:26:25 UTC [more...]

[RFC PATCH 0/3]: Extreme fragmentation ahoy!
 2019-02-18  2:26 UTC  (17+ messages)
` [PATCH 4/3] xfs: EOF blocks are not busy extents

[LSF/MM TOPIC] More async operations for file systems - async discard?
 2019-02-18  2:22 UTC  (4+ messages)

[PATCH] mkfs: validate extent size hint parameters
 2019-02-17 22:07 UTC  (3+ messages)
` [PATCH] xfs: test mkfs extent size hint validation

[RFC PATCH 0/6] Allow setting file birth time with utimensat()
 2019-02-17 20:40 UTC  (22+ messages)
` [RFC PATCH 1/6] fs: add btime to struct iattr
` [RFC PATCH 2/6] fs: add AT_UTIME_BTIME for utimensat()
` [RFC PATCH 3/6] Btrfs: add support for setting btime
` [RFC PATCH 4/6] ext4: "
` [RFC PATCH 5/6] f2fs: "
` [RFC PATCH 6/6] xfs: "
` [PATCH] generic: add a test for AT_UTIME_BTIME
` [PATCH] utimensat2: document AT_UTIME_BTIME
` [PATCH] xfs_io: add AT_UTIME_BTIME support

[LSF/MM TOPIC] The end of the DAX experiment
 2019-02-17 20:29 UTC  (10+ messages)
` [Lsf-pc] "

[PATCH V15 00/18] block: support multi-page bvec
 2019-02-17 13:13 UTC  (26+ messages)
` [PATCH V15 01/18] btrfs: look at bi_size for repair decisions
` [PATCH V15 02/18] block: don't use bio->bi_vcnt to figure out segment number
` [PATCH V15 03/18] block: remove bvec_iter_rewind()
` [PATCH V15 04/18] block: introduce multi-page bvec helpers
` [PATCH V15 05/18] block: introduce bio_for_each_bvec() and rq_for_each_bvec()
` [PATCH V15 06/18] block: use bio_for_each_bvec() to compute multi-page bvec count
` [PATCH V15 07/18] block: use bio_for_each_bvec() to map sg
` [PATCH V15 08/18] block: introduce mp_bvec_last_segment()
` [PATCH V15 09/18] fs/buffer.c: use bvec iterator to truncate the bio
` [PATCH V15 10/18] btrfs: use mp_bvec_last_segment to get bio's last page
` [PATCH V15 11/18] block: loop: pass multi-page bvec to iov_iter
` [PATCH V15 12/18] bcache: avoid to use bio_for_each_segment_all() in bch_bio_alloc_pages()
` [PATCH V15 13/18] block: allow bio_for_each_segment_all() to iterate over multi-page bvec
` [PATCH V15 14/18] block: enable multipage bvecs
` [PATCH V15 15/18] block: always define BIO_MAX_PAGES as 256
` [PATCH V15 16/18] block: document usage of bio iterator helpers
` [PATCH V15 17/18] block: kill QUEUE_FLAG_NO_SG_MERGE
` [PATCH V15 18/18] block: kill BLK_MQ_F_SG_MERGE
  ` [dm-devel] [PATCH V15 00/18] block: support multi-page bvec

[PATCH] vfs: don't decrement i_nlink in d_tmpfile
 2019-02-17  0:26 UTC  (5+ messages)
` [PATCH v2] "

[linux-next:master 7512/8919] fs/xfs/libxfs/xfs_alloc_btree.c:302:40: sparse: warning: incorrect type in argument 2 (different base types)
 2019-02-16 19:54 UTC  (2+ messages)

[PATCH 0/3] fstests: fixes and new tests
 2019-02-16 17:24 UTC  (7+ messages)
` [PATCH 1/3] common: fix kmemleak to work with sections
` [PATCH 2/3] common: fix _require_btime for lazy filesystems
` [PATCH 3/3] generic: check for reasonable inode creation time
` [PATCH 4/3] generic: posix acl extended attribute memory corruption test

Re:
 2019-02-16  0:08 UTC 

small fixes and optimizations for delalloc v2
 2019-02-15 23:40 UTC  (19+ messages)
` [PATCH 01/10] xfs: remove the io_type field from the writeback context and ioend
` [PATCH 02/10] xfs: remove the s_maxbytes checks in xfs_map_blocks
` [PATCH 03/10] xfs: simplify the xfs_bmap_btree_to_extents calling conventions
` [PATCH 04/10] xfs: factor out two helpers from xfs_bmapi_write
` [PATCH 05/10] xfs: split XFS_BMAPI_DELALLOC handling "
` [PATCH 06/10] xfs: move transaction handling to xfs_bmapi_convert_delalloc
` [PATCH 07/10] xfs: move stat accounting "
` [PATCH 08/10] xfs: move xfs_iomap_write_allocate to xfs_aops.c
` [PATCH 09/10] xfs: remove the truncate short cut in xfs_map_blocks
` [PATCH 10/10] xfs: retry COW fork delalloc conversion when no

small fixes and optimizations for delalloc and reflink
 2019-02-15  6:56 UTC  (24+ messages)
` [PATCH 01/10] xfs: remove the io_type field from the writeback context and ioend
` [PATCH 02/10] xfs: remove the s_maxbytes checks in xfs_map_blocks
` [PATCH 03/10] xfs: simplify the xfs_bmap_btree_to_extents calling conventions
` [PATCH 04/10] xfs: factor out two helpers from xfs_bmapi_write
` [PATCH 05/10] xfs: split XFS_BMAPI_DELALLOC handling "
` [PATCH 06/10] xfs: move transaction handling to xfs_bmapi_convert_delalloc
` [PATCH 07/10] xfs: move stat accounting "
` [PATCH 08/10] xfs: move xfs_iomap_write_allocate to xfs_aops.c
` [PATCH 09/10] xfs: remove the truncate short cut in xfs_map_blocks
` [PATCH 10/10] xfs: retry COW fork delalloc conversion when no extent was found

[PATCH 1/2] xfs: rename m_inotbt_nores to m_finobt_nores
 2019-02-14 22:16 UTC  (4+ messages)
` [PATCH 2/2] xfs: reserve blocks for ifree transaction during log recovery

[PATCH 1/3] xfs: don't overflow xattr listent buffer
 2019-02-14 21:41 UTC  (10+ messages)
` [PATCH 2/3] xfs: don't ever put nlink > 0 inodes on the unlinked list
` [PATCH 3/3] xfs: reserve blocks for ifree transaction during log recovery

[ANNOUNCE] xfs-linux: for-next updated to 95489fc2945b
 2019-02-14 18:46 UTC 

[RFC PATCH] ext4: add link file support for {GET,SET}XATTR ioctl
 2019-02-14 15:54 UTC  (6+ messages)
      ` 答复: "

[RFC PATCH v2 0/9] Block/XFS: Support alternative mirror device retry
 2019-02-14  6:10 UTC  (15+ messages)
` [RFC PATCH v2 1/9] block: add nr_mirrors to request_queue
` [RFC PATCH v2 2/9] block: add rd_hint to bio and request
` [RFC PATCH v2 3/9] md:raid1: set mirrors correctly
` [RFC PATCH v2 4/9] md:raid1: rd_hint support and consider stacked layer case
` [RFC PATCH v2 5/9] Add b_alt_retry to xfs_buf
` [RFC PATCH v2 6/9] xfs: Add b_rd_hint "
` [RFC PATCH v2 7/9] xfs: Add device retry
` [RFC PATCH v2 8/9] xfs: Rewrite retried read
` [RFC PATCH v2 9/9] xfs: Add tracepoints and logging to alternate device retry

[PATCH 0/2] fstests: incore unlinked list
 2019-02-13 20:49 UTC  (14+ messages)
` [PATCH 1/2] inject: skip tests when knob dir exists but knob doesn't
` [PATCH 2/2] generic: check the behavior of programs opening a lot of O_TMPFILE files
  ` [PATCH v2 "

[PATCH] xfs/420: only check the extent layout after syncing
 2019-02-13  5:06 UTC  (4+ messages)

[PATCH] Fix error message when xfs handle library not found
 2019-02-13  2:18 UTC  (3+ messages)

[PATCH v3 0/5] kvm "virtio pmem" device
 2019-02-11 23:07 UTC  (6+ messages)
` security implications of caching with virtio pmem (was Re: [PATCH v3 0/5] kvm "virtio pmem" device)
  ` [Qemu-devel] "

RAID hiccup, LVM information wiped, XFS FS gone, how to proceed?
 2019-02-11 21:53 UTC  (3+ messages)

[PATCH v2 00/10] xfs: stable fixes for v4.19.y
 2019-02-11 20:09 UTC  (10+ messages)

[PATCH 0/2] [REGRESSION v4.19-20] mm: shrinkers are now way too aggressive
 2019-02-11 15:34 UTC  (4+ messages)
` [PATCH 1/2] Revert "mm: don't reclaim inodes with many attached pages"

[PATCH] libxfs: fix repair deadlock due to failed inode flushes
 2019-02-11 14:09 UTC  (2+ messages)

[PATCH v3 0/9] xfs: incore unlinked list
 2019-02-11 12:21 UTC  (9+ messages)
` [PATCH 9/9] xfs: cache unlinked pointers in an rhashtable

[PATCH] xfs: compile time offset checks for common v4/v5 metadata
 2019-02-11  8:10 UTC  (2+ 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).