public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-05-23 15:27:44 to 2019-06-03 06:17:31 UTC [more...]

[RFC][PATCH] link.2: AT_ATOMIC_DATA and AT_ATOMIC_METADATA
 2019-06-03  6:17 UTC  (15+ messages)

[PATCH v3 0/6] fstests: copy_file_range() tests
 2019-06-02 12:41 UTC  (7+ messages)
` [PATCH v3 1/6] generic: create copy_range group
` [PATCH v3 2/6] generic: copy_file_range immutable file test
` [PATCH v3 3/6] generic: copy_file_range swapfile test
` [PATCH v3 4/6] common/rc: check support for xfs_io copy_range -f N
` [PATCH v3 5/6] generic: copy_file_range bounds test
` [PATCH v3 6/6] generic: cross-device copy_file_range test

[PATCH v10 0/7] virtio pmem driver
 2019-06-01  6:28 UTC  (3+ messages)
` [PATCH v10 4/7] dm: enable synchronous dax

[PATCH v2 0/8] Fixes for major copy_file_range() issues
 2019-05-31 19:34 UTC  (28+ messages)
` [PATCH v2 1/8] vfs: introduce generic_copy_file_range()
` [PATCH v2 2/8] vfs: no fallback for ->copy_file_range
` [PATCH v2 3/8] vfs: introduce generic_file_rw_checks()
` [PATCH v2 4/8] vfs: add missing checks to copy_file_range
` [PATCH v2 5/8] vfs: copy_file_range needs to strip setuid bits
` [PATCH v2 6/8] vfs: copy_file_range should update file timestamps
` [PATCH v2 7/8] vfs: allow copy_file_range to copy across devices
` [PATCH v2 8/8] vfs: remove redundant checks from generic_remap_checks()
` [PATCH v2 9/8] man-pages: copy_file_range updates

[PATCH v2 00/11] xfs: rework extent allocation
 2019-05-31 17:11 UTC  (7+ messages)

[PATCH v4 0/9] Fixes for major copy_file_range() issues
 2019-05-31 16:47 UTC  (10+ messages)
` [PATCH v4 1/9] vfs: introduce generic_copy_file_range()
` [PATCH v4 2/9] vfs: no fallback for ->copy_file_range
` [PATCH v4 3/9] vfs: introduce generic_file_rw_checks()
` [PATCH v4 4/9] vfs: remove redundant checks from generic_remap_checks()
` [PATCH v4 5/9] vfs: add missing checks to copy_file_range
` [PATCH v4 6/9] vfs: introduce file_modified() helper
` [PATCH v4 7/9] xfs: use "
` [PATCH v4 8/9] vfs: allow copy_file_range to copy across devices
` [PATCH v4 9/9] fuse: copy_file_range needs to strip setuid bits and update timestamps

[PATCH] xfs_io: allow passing an open file to copy_range
 2019-05-31 15:48 UTC  (4+ messages)

[PATCH 00/11] xfs: refactor and improve inode iteration
 2019-05-30 22:33 UTC  (14+ messages)
` [PATCH 01/11] xfs: separate inode geometry
` [PATCH 02/11] xfs: create simplified inode walk function
` [PATCH 03/11] xfs: convert quotacheck to use the new iwalk functions
` [PATCH 04/11] xfs: bulkstat should copy lastip whenever userspace supplies one
` [PATCH 05/11] xfs: convert bulkstat to new iwalk infrastructure
` [PATCH 06/11] xfs: move bulkstat ichunk helpers to iwalk code
` [PATCH 07/11] xfs: change xfs_iwalk_grab_ichunk to use startino, not lastino
` [PATCH 08/11] xfs: clean up long conditionals in xfs_iwalk_ichunk_ra
` [PATCH 09/11] xfs: multithreaded iwalk implementation
` [PATCH 10/11] xfs: poll waiting for quotacheck
` [PATCH 11/11] xfs: refactor INUMBERS to use iwalk functions

[PATCH 0/1] xfs: test overflow of delalloc block counters
 2019-05-30 16:32 UTC  (6+ messages)
` [PATCH ] xfs: check for COW overflows in i_delayed_blks

How to package e2scrub
 2019-05-30 15:28 UTC  (4+ messages)

[PATCH 0/9] xfs: introduce new BULKSTAT and INUMBERS ioctls
 2019-05-29 22:28 UTC  (10+ messages)
` [PATCH 1/9] xfs: remove various bulk request typedef usage
` [PATCH 2/9] xfs: rename bulkstat functions
` [PATCH 3/9] xfs: introduce new v5 bulkstat structure
` [PATCH 4/9] xfs: introduce v5 inode group structure
` [PATCH 5/9] xfs: wire up new v5 bulkstat ioctls
` [PATCH 6/9] xfs: wire up the new v5 bulkstat_single ioctl
` [PATCH 7/9] xfs: wire up the v5 INUMBERS ioctl
` [PATCH 8/9] xfs: specify AG in bulk req
` [PATCH 9/9] xfs: allow bulkstat_single of special inodes

Recurring hand in XFS inode reclaim on 4.10
 2019-05-29 22:20 UTC  (6+ messages)

[PATCH v3 00/13] Fixes for major copy_file_range() issues
 2019-05-29 21:41 UTC  (35+ messages)
` [PATCH v3 01/13] vfs: introduce generic_copy_file_range()
` [PATCH v3 02/13] vfs: no fallback for ->copy_file_range
` [PATCH v3 03/13] vfs: introduce generic_file_rw_checks()
` [PATCH v3 04/13] vfs: remove redundant checks from generic_remap_checks()
` [PATCH v3 05/13] vfs: add missing checks to copy_file_range
` [PATCH v3 06/13] vfs: introduce file_modified() helper
` [PATCH v3 07/13] xfs: use "
` [PATCH v3 08/13] vfs: copy_file_range needs to strip setuid bits and update timestamps
` [PATCH v3 09/13] ceph: "
` [PATCH v3 10/13] cifs: "
` [PATCH v3 11/13] fuse: "
` [PATCH v3 12/13] nfs: "
` [PATCH v3 13/13] vfs: allow copy_file_range to copy across devices
` [PATCH v3 14/13] man-pages: copy_file_range updates

[PATCH v2 0/5] fstests: copy_file_range() tests
 2019-05-29  5:30 UTC  (9+ messages)
` [PATCH v2 1/5] generic: create copy_range group
` [PATCH v2 2/5] generic: copy_file_range immutable file test
` [PATCH v2 3/5] generic: copy_file_range swapfile test
` [PATCH v2 4/5] generic: copy_file_range bounds test
` [PATCH v2 5/5] generic: cross-device copy_file_range test

[PATCH] xfs: inode btree scrubber should calculate im_boffset correctly
 2019-05-29  0:25 UTC 

[PATCH] ovl: support the FS_IOC_FS[SG]ETXATTR ioctls
 2019-05-27  8:04 UTC  (2+ messages)

[PATCH 0/1] xfs: health tracking tests
 2019-05-26 14:49 UTC  (3+ messages)
` [PATCH ] xfs: basic testing of new xfs_spaceman health command

[RFC][PATCH] kernel.h: Add generic roundup_64() macro
 2019-05-24 16:36 UTC  (10+ messages)

[PATCH] xfs: fix broken log reservation debugging
 2019-05-24 12:39 UTC  (2+ messages)

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

[GIT PULL] xfs: fixes for 5.2
 2019-05-23 18:25 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