messages from 2019-06-03 17:30:01 to 2019-06-07 15:10:17 UTC [more...]
[PATCH RFC 00/10] RDMA/FS DAX truncate proposal
2019-06-07 15:10 UTC (30+ messages)
` [PATCH RFC 01/10] fs/locks: Add trace_leases_conflict
` [PATCH RFC 02/10] fs/locks: Export F_LAYOUT lease to user space
` [PATCH RFC 03/10] mm/gup: Pass flags down to __gup_device_huge* calls
` [PATCH RFC 04/10] mm/gup: Ensure F_LAYOUT lease is held prior to GUP'ing pages
` [PATCH RFC 05/10] fs/ext4: Teach ext4 to break layout leases
` [PATCH RFC 06/10] fs/ext4: Teach dax_layout_busy_page() to operate on a sub-range
` [PATCH RFC 07/10] fs/ext4: Fail truncate if pages are GUP pinned
` [PATCH RFC 08/10] fs/xfs: Teach xfs to use new dax_layout_busy_page()
` [PATCH RFC 09/10] fs/xfs: Fail truncate if pages are GUP pinned
` [PATCH RFC 10/10] mm/gup: Remove FOLL_LONGTERM DAX exclusion
[PATCH] xfs: show build options in sysfs
2019-06-07 13:41 UTC (3+ messages)
[PATCH v2 00/11] xfs: rework extent allocation
2019-06-07 12:57 UTC (12+ messages)
[PATCH 0/1] xfs: test overflow of delalloc block counters
2019-06-07 11:24 UTC (5+ messages)
` [PATCH 1/1] xfs: check for COW overflows in i_delayed_blks
[LSF/MM TOPIC] The end of the DAX experiment
2019-06-07 6:00 UTC (9+ messages)
` [Lsf-pc] "
[PATCH 0/9] xfs: introduce new BULKSTAT and INUMBERS ioctls
2019-06-06 22:41 UTC (24+ 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
[RFC][PATCH] xfs_restore: detect rtinherit on destination
2019-06-06 22:36 UTC (10+ messages)
` [PATCH v2] "
[GIT PULL] xfs: fixes for 5.2-rc4
2019-06-06 19:45 UTC (2+ messages)
Polish translation update for xfsprogs 5.0.0
2019-06-06 14:49 UTC (2+ messages)
[PATCH v5 8/9] vfs: allow copy_file_range to copy across devices
2019-06-06 5:27 UTC (4+ messages)
[bug report][stable] xfstests:generic/538 failed on xfs
2019-06-06 3:13 UTC (5+ messages)
use bios directly in the log code v4
2019-06-06 0:13 UTC (28+ messages)
` [PATCH 01/24] xfs: remove the no-op spinlock_destroy stub
` [PATCH 02/24] xfs: remove the never used _XBF_COMPOUND flag
` [PATCH 03/24] xfs: renumber XBF_WRITE_FAIL
` [PATCH 04/24] xfs: make mem_to_page available outside of xfs_buf.c
` [PATCH 05/24] xfs: remove the l_iclog_size_log field from strut xlog
` [PATCH 06/24] xfs: cleanup xlog_get_iclog_buffer_size
` [PATCH 07/24] xfs: reformat xlog_get_lowest_lsn
` [PATCH 08/24] xfs: remove XLOG_STATE_IOABORT
` [PATCH 09/24] xfs: don't use REQ_PREFLUSH for split log writes
` [PATCH 10/24] xfs: factor out log buffer writing from xlog_sync
` [PATCH 11/24] xfs: factor out splitting of an iclog "
` [PATCH 12/24] xfs: factor out iclog size calculation "
` [PATCH 13/24] xfs: update both stat counters together in xlog_sync
` [PATCH 14/24] xfs: remove the syncing argument from xlog_verify_iclog
` [PATCH 15/24] xfs: make use of the l_targ field in struct xlog
` [PATCH 16/24] xfs: use bios directly to write log buffers
` [PATCH 17/24] xfs: move the log ioend workqueue to struct xlog
` [PATCH 18/24] xfs: return an offset instead of a pointer from xlog_align
` [PATCH 19/24] xfs: use bios directly to read and write the log recovery buffers
` [PATCH 20/24] xfs: stop using bp naming for "
` [PATCH 21/24] xfs: remove unused buffer cache APIs
` [PATCH 22/24] xfs: properly type the b_log_item field in struct xfs_buf
` [PATCH 23/24] xfs: remove the b_io_length "
` [PATCH 24/24] xfs: add struct xfs_mount pointer to "
use bios directly in the log code v2
2019-06-05 21:24 UTC (41+ messages)
` [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 "
[PATCH] include WARN, REPAIR build options in XFS_BUILD_OPTIONS
2019-06-05 15:13 UTC (3+ messages)
[PATCH v2 0/4] xfs: refactor inode geometry
2019-06-05 0:24 UTC (8+ messages)
` [PATCH 1/4] xfs: separate "
` [PATCH 2/4] xfs: refactor inode geometry setup routines
` [PATCH 3/4] xfs: fix inode_cluster_size rounding mayhem
` [PATCH 4/4] xfs: finish converting to inodes_per_cluster
understanding xfs vs. ext4 log performance
2019-06-04 22:01 UTC (3+ messages)
[PATCH v2 00/10] xfs: refactor and improve inode iteration
2019-06-04 21:50 UTC (11+ messages)
` [PATCH 01/10] xfs: create simplified inode walk function
` [PATCH 02/10] xfs: convert quotacheck to use the new iwalk functions
` [PATCH 03/10] xfs: bulkstat should copy lastip whenever userspace supplies one
` [PATCH 04/10] xfs: convert bulkstat to new iwalk infrastructure
` [PATCH 05/10] xfs: move bulkstat ichunk helpers to iwalk code
` [PATCH 06/10] xfs: change xfs_iwalk_grab_ichunk to use startino, not lastino
` [PATCH 07/10] xfs: clean up long conditionals in xfs_iwalk_ichunk_ra
` [PATCH 08/10] xfs: multithreaded iwalk implementation
` [PATCH 09/10] xfs: poll waiting for quotacheck
` [PATCH 10/10] xfs: refactor INUMBERS to use iwalk functions
[RFC PATCH] xfstests: test new v5 bulkstat commands
2019-06-04 21:20 UTC
[PATCH 0/3] fstests: various fixes
2019-06-04 21:17 UTC (4+ messages)
` [PATCH 1/3] check: try to insulate the test framework from oom killer
` [PATCH 2/3] xfs/122: add new ioctl structures
` [PATCH 3/3] common: remove obsolete xfs ioctl typedef usage
[PATCH 00/11] xfs: refactor and improve inode iteration
2019-06-04 16:39 UTC (9+ messages)
` [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
[ANNOUNCE] xfs-linux: for-next updated to 025197ebb08a
2019-06-04 15:27 UTC
[PATCH v3 00/13] Fixes for major copy_file_range() issues
2019-06-04 4:11 UTC (6+ messages)
` [PATCH v3 13/13] vfs: allow copy_file_range to copy across devices
[PATCH v2 0/5] xfs: refactor inode geometry
2019-06-04 1:08 UTC (12+ messages)
` [PATCH 1/5] xfs: separate "
` [PATCH 2/5] xfs: refactor inode geometry setup routines
` [PATCH 3/5] xfs: hide inode geometry calculation helpers
` [PATCH 4/5] xfs: fix inode_cluster_size rounding mayhem
` [PATCH 5/5] xfs: finish converting to inodes_per_cluster
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