public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-05-17 05:31:45 to 2019-05-21 15:37:45 UTC [more...]

[ANNOUNCE] xfs-linux: for-next updated to 5cd213b0fec6
 2019-05-21 15:37 UTC 

[PATCH v10 0/7] virtio pmem driver
 2019-05-21 13:51 UTC  (9+ messages)
` [PATCH v10 1/7] libnvdimm: nd_region flush callback support
` [PATCH v10 2/7] virtio-pmem: Add virtio pmem driver
` [PATCH v10 3/7] libnvdimm: add dax_dev sync flag
` [PATCH v10 4/7] dm: enable synchronous dax
` [PATCH v10 5/7] dax: check synchronous mapping is supported
` [PATCH v10 6/7] ext4: disable map_sync for async flush
` [PATCH v10 7/7] xfs: "

[PATCH 0/7] xfsprogs: libxfs spring cleaning take 3
 2019-05-21  8:37 UTC  (16+ messages)
` [PATCH 1/7] libxfs: Remove XACT_DEBUG #ifdefs
` [PATCH 2/7] libxfs: rename bli_format to avoid confusion with bli_formats
` [PATCH 3/7] libxfs: factor common xfs_trans_bjoin code
` [PATCH 4/7] libxfs: fix argument to xfs_trans_add_item
` [PATCH 5/7] xfs: factor log item initialisation
` [PATCH 6/7] libxfs: create current_time helper and sync xfs_trans_ichgtime
` [PATCH 7/7] libxfs: share kernel's xfs_trans_inode.c
  ` [PATCH 7/7 V2] "

[PATCH 0/11] fs: fixes for major copy_file_range() issues
 2019-05-21  5:52 UTC  (14+ messages)
` [PATCH 01/11] vfs: copy_file_range source range over EOF should fail
` [PATCH 12/11] man-pages: copy_file_range updates

[PATCH 0/3] fstests: various fixes
 2019-05-21  5:12 UTC  (7+ messages)
` [PATCH 1/3] generic/530: revert commit f8f57747222
` [PATCH 2/3] generic/530, xfs/501: pass fs shutdown handle to t_open_tmpfiles
` [PATCH 3/3] generic, xfs: use _scratch_shutdown instead of calling src/godown

use bios directly in the log code
 2019-05-21  5:09 UTC  (20+ messages)
` [PATCH 01/17] xfs: remove the no-op spinlock_destroy stub
` [PATCH 02/17] xfs: remove the never used _XBF_COMPOUND flag
` [PATCH 03/17] xfs: renumber XBF_WRITE_FAIL
` [PATCH 04/17] xfs: reformat xlog_get_lowest_lsn
` [PATCH 05/17] xfs: don't use REQ_PREFLUSH for split log writes
` [PATCH 06/17] xfs: factor out log buffer writing
` [PATCH 07/17] xfs: factor out splitting of an iclog from xlog_sync
` [PATCH 08/17] xfs: split iclog size calculation out of xlog_sync
` [PATCH 09/17] xfs: update both state counters together in xlog_sync
` [PATCH 10/17] xfs: remove the syncing argument from xlog_verify_iclog
` [PATCH 11/17] xfs: make use of the l_targ field in struct xlog
` [PATCH 12/17] xfs: use bios directly to write log buffers
` [PATCH 13/17] xfs: return an offset instead of a pointer from xlog_align
` [PATCH 14/17] xfs: use bios directly to read and write the log recovery buffers
` [PATCH 15/17] xfs: remove unused buffer cache APIs
` [PATCH 16/17] xfs: properly type the b_log_item field in struct xfs_buf
` [PATCH 17/17] xfs: remove the b_io_length "

xfs filesystem reports negative usage - reoccurring problem
 2019-05-21  2:10 UTC  (9+ messages)

[PATCH 0/8] xfsprogs: document the ioctls scrub uses
 2019-05-20 23:19 UTC  (9+ messages)
` [PATCH 1/8] libxfs: break out the GETXATTR/SETXATTR manpage
` [PATCH 2/8] libxfs: break out the fsop geometry manpage
` [PATCH 3/8] libxfs: break out the bulkstat manpage
` [PATCH 4/8] libxfs: link to the scrub ioctl from xfsctl.3
` [PATCH 5/8] libxfs: break out the INUMBERS manpage
` [PATCH 6/8] libxfs: break out FSCOUNTS manpage
` [PATCH 7/8] libxfs: break out the RESBLKS manpage
` [PATCH 8/8] libxfs: break out GETBMAP manpage

[PATCH 00/12] xfsprogs-5.1: fix various problems
 2019-05-20 23:18 UTC  (13+ messages)
` [PATCH 01/12] libxfs: fix attr include mess
` [PATCH 02/12] libxfs: set m_finobt_nores when initializing library
` [PATCH 03/12] libxfs: refactor online geometry queries
` [PATCH 04/12] libxfs: refactor open-coded bulkstat calls
` [PATCH 05/12] libxfs: refactor open-coded INUMBERS calls
` [PATCH 06/12] misc: remove all use of xfs_fsop_geom_t
` [PATCH 07/12] libfrog: fix bitmap return values
` [PATCH 08/12] xfs_repair: refactor namecheck functions
` [PATCH 09/12] xfs_scrub: fix background-mode sleep throttling
` [PATCH 10/12] mkfs: allow setting dax flag on root directory
` [PATCH 11/12] mkfs: validate start and end of aligned logs
` [PATCH 12/12] mkfs: enable reflink by default

[Bug 203655] New: XFS: Assertion failed: 0, xfs_log_recover.c, line: 551
 2019-05-20 23:14 UTC  (8+ messages)
` [Bug 203655] "

[PATCH 0/3] xfsprogs: more libxfs/ spring cleaning
 2019-05-20 23:12 UTC  (29+ messages)
` [PATCH 1/3] libxfs: rename shared kernel functions from libxfs_ to xfs_
` [PATCH 2/3] libxfs: remove libxfs API #defines for unexported xfs functions
` [PATCH 3/3] xfsprogs: remove unused flags arg from getsb interfaces
` [PATCH 4/3] libxfs: Remove XACT_DEBUG #ifdefs
` [PATCH 5/3] libxfs: rename bli_format to avoid confusion with bli_formats
` [PATCH 6/3] libxfs: factor common xfs_trans_bjoin code
` [PATCH 7/3] libxfs: fix argument to xfs_trans_add_item
` [PATCH 8/3] xfs: factor log item initialisation
` [PATCH 9/3] libxfs: create current_time helper and sync xfs_trans_ichgtime
` [PATCH 10/3] libxfs: share kernel's xfs_trans_inode.c

[PATCH 0/1] xfs: test overflow of delalloc block counters
 2019-05-20 22:31 UTC  (2+ messages)
` [PATCH ] xfs: check for COW overflows in i_delayed_blks

[PATCH 0/1] xfs: health tracking tests
 2019-05-20 22:31 UTC  (2+ messages)
` [PATCH ] xfs: basic testing of new xfs_spaceman health command

[PATCH 0/1] fstests: various new tests
 2019-05-20 22:31 UTC  (2+ messages)
` [PATCH ] xfs: validate unicode filesystem labels

misc log item related cleanups
 2019-05-20 22:08 UTC  (59+ messages)
` [PATCH 01/20] xfs: fix a trivial comment typo in the xfs_trans_committed_bulk
` [PATCH 02/20] xfs: stop using XFS_LI_ABORTED as a parameter flag
` [PATCH 03/20] xfs: don't require log items to implement optional methods
` [PATCH 04/20] xfs: remove the dummy iop_push implementation for inode creation items
` [PATCH 05/20] xfs: remove the iop_push implementation for quota off items
` [PATCH 06/20] xfs: don't use xfs_trans_free_items in the commit path
` [PATCH 07/20] xfs: split iop_unlock
` [PATCH 08/20] xfs: add a flag to release log items on commit
` [PATCH 09/20] xfs: don't cast inode_log_items to get the log_item
` [PATCH 10/20] xfs: remove the xfs_log_item_t typedef
` [PATCH 11/20] xfs: use a list_head for iclog callbacks
` [PATCH 12/20] xfs: remove a pointless comment duplicated above all xfs_item_ops instances
` [PATCH 13/20] xfs: merge xfs_efd_init into xfs_trans_get_efd
` [PATCH 14/20] xfs: merge xfs_cud_init into xfs_trans_get_cud
` [PATCH 15/20] xfs: merge xfs_rud_init into xfs_trans_get_rud
` [PATCH 16/20] xfs: merge xfs_bud_init into xfs_trans_get_bud
` [PATCH 17/20] xfs: merge xfs_trans_extfree.c into xfs_extfree_item.c
` [PATCH 18/20] xfs: merge xfs_trans_refcount.c into xfs_refcount_item.c
` [PATCH 19/20] xfs: merge xfs_trans_rmap.c into xfs_rmap_item.c
` [PATCH 20/20] xfs: merge xfs_trans_bmap.c into xfs_bmap_item.c

[PATCH] xfs: remove unused flag arguments
 2019-05-20 21:41 UTC  (4+ messages)

[ANNOUNCE] xfsdump updated to 86b0b04
 2019-05-20 21:29 UTC 

[PATCH 0/4] xfsdump: update to use fallocate
 2019-05-20 21:05 UTC  (4+ messages)
` [PATCH 1/4] xfs_restore: refactor open-coded file creation code

[PATCH] xfsdump: add a space after commas and semicolons where was none
 2019-05-20 20:08 UTC  (2+ messages)

[PATCH 0/1] fstests: various new tests
 2019-05-20 16:36 UTC  (4+ messages)
` [PATCH ] xfs: validate unicode filesystem labels

[Bug 203653] New: XFS: Internal error xlog_clear_stale_blocks(2) at line 1794 of file ../fs/xfs/xfs_log_recover.c
 2019-05-20 15:55 UTC  (4+ messages)
` [Bug 203653] "

[PATCH v9 0/7] virtio pmem driver
 2019-05-20  3:47 UTC  (10+ messages)
` [PATCH v9 2/7] virtio-pmem: Add "
      ` [Qemu-devel] "

[PATCH v2] xfs_io: support splice data between two files
 2019-05-19 15:00 UTC 

Question about commit b450672fb66b ("iomap: sub-block dio needs to zeroout beyond EOF")
 2019-05-18  3:10 UTC  (4+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox