messages from 2019-05-21 16:11:37 to 2019-05-29 22:27:08 UTC [more...]
[PATCH 00/11] xfs: refactor and improve inode iteration
2019-05-29 22:27 UTC (9+ 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
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
How to package e2scrub
2019-05-29 18:34 UTC (2+ messages)
[PATCH v2 0/8] Fixes for major copy_file_range() issues
2019-05-29 16:20 UTC (27+ 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] xfs_io: allow passing an open file to copy_range
2019-05-29 15:44 UTC (3+ messages)
[RFC][PATCH] link.2: AT_ATOMIC_DATA and AT_ATOMIC_METADATA
2019-05-29 5:58 UTC (5+ messages)
[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 0/1] xfs: test overflow of delalloc block counters
2019-05-28 17:01 UTC (4+ messages)
` [PATCH ] xfs: check for COW overflows in i_delayed_blks
[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
[PATCH v2 00/11] xfs: rework extent allocation
2019-05-25 22:43 UTC (17+ messages)
` [PATCH v2 01/11] xfs: clean up small allocation helper
` [PATCH v2 02/11] xfs: move "
` [PATCH v2 03/11] xfs: skip small alloc cntbt logic on NULL cursor
` [PATCH v2 04/11] xfs: always update params on small allocation
` [PATCH v2 05/11] xfs: track active state of allocation btree cursors
` [PATCH v2 06/11] xfs: use locality optimized cntbt lookups for near mode allocations
` [PATCH v2 07/11] xfs: refactor exact extent allocation mode
` [PATCH v2 08/11] xfs: refactor by-size "
` [PATCH v2 09/11] xfs: replace small allocation logic with agfl only logic
` [PATCH v2 10/11] xfs: refactor successful AG allocation accounting code
` [PATCH v2 11/11] xfs: condense high level AG allocation functions
[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)
use bios directly in the log code
2019-05-23 6:22 UTC (10+ messages)
` [PATCH 14/17] xfs: use bios directly to read and write the log recovery buffers
[PATCH 00/12] xfsprogs-5.1: fix various problems
2019-05-22 16:46 UTC (34+ 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 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
` [PATCH 12/12 V2] "
Inquiry 20/May/2019
2019-05-20 13:32 UTC
[PATCH v10 0/7] virtio pmem driver
2019-05-21 16:24 UTC (4+ messages)
` [PATCH v10 2/7] virtio-pmem: Add "
` [Qemu-devel] "
[ANNOUNCE] xfsprogs for-next updated to 5539639
2019-05-21 16:11 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox