linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-02-12 20:21:59 to 2019-02-19 05:19:25 UTC [more...]

small fixes and optimizations for delalloc v2
 2019-02-19  5:19 UTC  (21+ 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

COW improvements and always_cow support V5
 2019-02-19  5:17 UTC  (12+ messages)
` [PATCH 1/8] xfs: make xfs_bmbt_to_iomap more useful
` [PATCH 2/8] xfs: fix SEEK_DATA for speculative COW fork preallocation
` [PATCH 3/8] xfs: don't use delalloc extents for COW on files with extsize hints
` [PATCH 4/8] xfs: also truncate holes covered by COW blocks
` [PATCH 5/8] xfs: merge COW handling into xfs_file_iomap_begin_delay
` [PATCH 6/8] xfs: make COW fork unwritten extent conversions more robust
` [PATCH 7/8] xfs: report IOMAP_F_SHARED from xfs_file_iomap_begin_delay
` [PATCH 8/8] xfs: introduce an always_cow mode
` xfs/420 and xfs/421: don't disturb unwritten status with md5sum

[RFC PATCH 0/6] Allow setting file birth time with utimensat()
 2019-02-19  4:28 UTC  (25+ 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

[RFC PATCH v2 0/9] Block/XFS: Support alternative mirror device retry
 2019-02-19  3:33 UTC  (21+ 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

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

[PATCH] mkfs: validate extent size hint parameters
 2019-02-18 21:17 UTC  (5+ messages)
` [PATCH] xfs: test mkfs extent size hint validation

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

[PATCH] t_open_tmpfiles: flush log when shutting down filesystem
 2019-02-18 18:13 UTC 

Corruption of in-memory data detected. Shutting down filesystem
 2019-02-18 17:57 UTC  (8+ messages)

[PATCH] xfs: fix xfs_buf magic number endian checks
 2019-02-18 17:21 UTC 

[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-18 17:20 UTC  (4+ messages)

inode not recycled after delete file
 2019-02-18 16:14 UTC  (5+ messages)

inode not recycled after delete file
 2019-02-18 10:23 UTC 

inode not recycled after delete file
 2019-02-18 10:11 UTC 

[PATCH V15 00/18] block: support multi-page bvec
 2019-02-18  7:49 UTC  (27+ 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

[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

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

[PATCH 0/3] fstests: fixes and new tests
 2019-02-16 17:24 UTC  (4+ messages)
` [PATCH 4/3] generic: posix acl extended attribute memory corruption test

Re:
 2019-02-16  0:08 UTC 

small fixes and optimizations for delalloc and reflink
 2019-02-15  6:56 UTC  (11+ messages)
` [PATCH 06/10] xfs: move transaction handling to xfs_bmapi_convert_delalloc
` [PATCH 08/10] xfs: move xfs_iomap_write_allocate to xfs_aops.c

[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)
      ` 答复: "

[PATCH 0/2] fstests: incore unlinked list
 2019-02-13 20:49 UTC  (12+ messages)
` [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)


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).