messages from 2019-06-06 06:18:25 to 2019-06-11 16:42:23 UTC [more...]
[PATCH v12 0/7] virtio pmem driver
2019-06-11 16:38 UTC (6+ messages)
` [PATCH v12 1/7] libnvdimm: nd_region flush callback support
` [PATCH v12 2/7] virtio-pmem: Add virtio pmem driver
` [PATCH v12 3/7] libnvdimm: add dax_dev sync flag
` [PATCH v12 4/7] dm: enable synchronous dax
` [PATCH v12 5/7] dax: check synchronous mapping is supported
[PATCH v2 00/10] xfs: refactor and improve inode iteration
2019-06-11 16:21 UTC (33+ 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
[PATCH v2 1/2] generic/553: fix test description
2019-06-11 16:07 UTC (6+ messages)
` [PATCH v2 2/2] generic/554: test only copy to active swap file
[PATCH v11 0/7] virtio pmem driver
2019-06-11 16:04 UTC (12+ messages)
` [PATCH v11 1/7] libnvdimm: nd_region flush callback support
` [PATCH v11 2/7] virtio-pmem: Add virtio pmem driver
` [PATCH v11 3/7] libnvdimm: add dax_dev sync flag
` [PATCH v11 4/7] dm: enable synchronous dax
` [Qemu-devel] "
` [PATCH v11 5/7] dax: check synchronous mapping is supported
` [PATCH v11 6/7] ext4: disable map_sync for async flush
` [PATCH v11 7/7] xfs: "
alternative take on the same page merging leak fix
2019-06-11 15:10 UTC (6+ messages)
` [PATCH 1/5] block: fix gap checking in __bio_add_pc_page
` [PATCH 2/5] block: factor out a bio_try_merge_pc_page helper
` [PATCH 3/5] block: return from __bio_try_merge_page if merging occured in the same page
` [PATCH 4/5] block: fix page leak when merging to "
` [PATCH 5/5] block: use __bio_try_merge_page in __bio_try_merge_pc_page
[PATCH 0/4] vfs: clean up SETFLAGS and FSSETXATTR option processing
2019-06-11 13:41 UTC (6+ messages)
` [PATCH 1/4] vfs: create a generic checking function for FS_IOC_SETFLAGS
` [Jfs-discussion] "
` [PATCH 2/4] vfs: create a generic checking function for FS_IOC_FSSETXATTR
` [PATCH 3/4] fs: teach vfs_ioc_fssetxattr_check to check project id info
` [PATCH 4/4] vfs: teach vfs_ioc_fssetxattr_check to check extent size hints
misc log item related cleanups
2019-06-11 8:46 UTC (4+ messages)
` [PATCH 02/20] xfs: stop using XFS_LI_ABORTED as a parameter flag
[PATCH] ceph: copy_file_range needs to strip setuid bits and update timestamps
2019-06-11 8:39 UTC (3+ messages)
[PATCH V2 0/2] block: fix page leak by merging to same page
2019-06-11 7:57 UTC (8+ messages)
` [PATCH V2 1/2] block: introduce 'enum bvec_merge_flags' for __bio_try_merge_page
` [PATCH V2 2/2] block: fix page leak in case of merging to same page
[PATCH] vfs: allow copy_file_range from a swapfile
2019-06-11 5:44 UTC (6+ messages)
[PATCH] cifs: copy_file_range needs to strip setuid bits and update timestamps
2019-06-11 4:53 UTC (3+ messages)
[PATCH v3 0/6] vfs: make immutable files actually immutable
2019-06-11 4:47 UTC (7+ messages)
` [PATCH 1/6] mm/fs: don't allow writes to immutable files
` [PATCH 2/6] vfs: flush and wait for io when setting the immutable flag via SETFLAGS
` [PATCH 3/6] vfs: flush and wait for io when setting the immutable flag via FSSETXATTR
` [PATCH 4/6] vfs: don't allow most setxattr to immutable files
` [PATCH 5/6] xfs: refactor setflags to use setattr code directly
` [PATCH 6/6] xfs: clean up xfs_merge_ioc_xflags
[PATCH v2 0/8] vfs: make immutable files actually immutable
2019-06-11 4:01 UTC (10+ messages)
` [PATCH 1/8] mm/fs: don't allow writes to immutable files
[PATCH] generic/554: test only copy to active swap file
2019-06-11 3:19 UTC (2+ messages)
[PATCH] generic/553: fix test description
2019-06-11 3:18 UTC (2+ messages)
[PATCH v3 0/6] fstests: copy_file_range() tests
2019-06-11 2:36 UTC (15+ messages)
` [PATCH v3 2/6] generic: copy_file_range immutable file test
` [PATCH v3 3/6] generic: copy_file_range swapfile test
[ANNOUNCE] xfs-linux: copy-file-range-fixes updated to fe0da9c09b2d
2019-06-11 1:11 UTC (3+ messages)
[PATCH V3 0/2] block: fix page leak by merging to same page
2019-06-10 9:02 UTC (3+ messages)
` [PATCH V3 1/2] block: introduce 'enum bvec_merge_flags' for __bio_try_merge_page
` [PATCH V3 2/2] block: fix page leak in case of merging to same page
[PATCH v10 0/7] virtio pmem driver
2019-06-10 5:08 UTC (4+ messages)
` [PATCH v10 4/7] dm: enable synchronous dax
[PATCH 0/2] block: fix page leak by merging to same page
2019-06-10 3:40 UTC (4+ messages)
` [PATCH 1/2] block: introduce 'enum bvec_merge_flags' for __bio_try_merge_page
` [PATCH 2/2] block: fix page leak in case of merging to same page
[PATCH RFC 00/10] RDMA/FS DAX truncate proposal
2019-06-09 13:00 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 07/10] fs/ext4: Fail truncate if pages are GUP pinned
[PATCH] xfs_io: allow passing an open file to copy_range
2019-06-08 7:51 UTC (5+ messages)
[PATCH v2 0/6] xfsprogs-5.1: fix various problems
2019-06-07 19:28 UTC (7+ messages)
` [PATCH 1/6] libfrog: refactor online geometry queries
` [PATCH 2/6] libxfs: refactor open-coded bulkstat calls
` [PATCH 3/6] libxfs: refactor open-coded INUMBERS calls
` [PATCH 4/6] mkfs: validate start and end of aligned logs
` [PATCH 5/6] xfs_io: repair_f should use its own name
` [PATCH 6/6] libxfs-diff: try harder to find the kernel equivalent libxfs files
[PATCH] Documentation: xfs: Fix typo
2019-06-07 19:30 UTC (3+ messages)
[PATCH v2 0/9] xfsprogs: document the ioctls scrub uses
2019-06-07 19:29 UTC (10+ messages)
` [PATCH 1/9] libxfs: break out the GETXATTR/SETXATTR manpage
` [PATCH 2/9] libxfs: break out the fsop geometry manpage
` [PATCH 3/9] libxfs: break out the bulkstat manpage
` [PATCH 4/9] libxfs: link to the scrub ioctl from xfsctl.3
` [PATCH 5/9] libxfs: break out the INUMBERS manpage
` [PATCH 6/9] libxfs: break out FSCOUNTS manpage
` [PATCH 7/9] libxfs: break out the RESBLKS manpage
` [PATCH 8/9] libxfs: break out GETBMAP manpage
` [PATCH 9/9] libxfs: break out fs shutdown manpage
[ANNOUNCE] xfsprogs for-next updated to ec1b42e
2019-06-07 18:25 UTC
[PATCH 0/1] xfs: test overflow of delalloc block counters
2019-06-07 18:19 UTC (8+ messages)
` [PATCH 1/1] xfs: check for COW overflows in i_delayed_blks
[PATCH 0/9] xfs: introduce new BULKSTAT and INUMBERS ioctls
2019-06-07 16:10 UTC (12+ messages)
` [PATCH 3/9] xfs: introduce new v5 bulkstat structure
` [PATCH 5/9] xfs: wire up new v5 bulkstat ioctls
` [PATCH 9/9] xfs: allow bulkstat_single of special inodes
[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)
[LSF/MM TOPIC] The end of the DAX experiment
2019-06-07 6:00 UTC (9+ messages)
` [Lsf-pc] "
[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)
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;
as well as URLs for NNTP newsgroup(s).