messages from 2019-07-01 01:06:08 to 2019-07-08 20:00:15 UTC [more...]
[Linux-kernel-mentees] [PATCH] Doc : fs : move xfs.txt to admin-guide
2019-07-08 20:00 UTC (5+ messages)
[PATCH RFC 00/11] iomap: regroup code by functional area
2019-07-08 18:46 UTC (15+ messages)
` [PATCH 01/11] iomap: start moving code to fs/iomap/
` [PATCH 02/11] iomap: move the swapfile code into a separate file
` [PATCH 03/11] iomap: move the file mapping reporting "
` [PATCH 04/11] iomap: move the SEEK_HOLE "
` [PATCH 05/11] iomap: move the direct IO "
` [PATCH 06/11] iomap: move the buffered write "
` [PATCH 07/11] iomap: move the buffered read "
` [PATCH 08/11] iomap: move the page management "
` [PATCH 09/11] iomap: move the page migration "
` [PATCH 10/11] iomap: move the main iteration "
` [PATCH 11/11] iomap: move internal declarations into fs/iomap/
RFC: use the iomap writepage path in gfs2
2019-07-08 17:29 UTC (21+ messages)
` [PATCH 01/15] FOLD: iomap: make the discard_page method optional
` [PATCH 02/15] FOLD: iomap: make ->submit_ioend optional
` [PATCH 03/15] iomap: zero newly allocated mapped blocks
` [PATCH 04/15] iomap: warn on inline maps iomap_writepage_map
` [PATCH 05/15] iomap: move struct iomap_page to iomap.c
` [PATCH 06/15] HACK: disable lockdep annotation in iomap_dio_rw
` [PATCH 07/15] gfs2: use page_offset in gfs2_page_mkwrite
` [PATCH 08/15] gfs2: remove the unused gfs2_stuffed_write_end function
` [PATCH 09/15] gfs2: merge gfs2_writeback_aops and gfs2_ordered_aops
` [PATCH 10/15] gfs2: merge gfs2_writepage_common into gfs2_writepage
` [PATCH 11/15] gfs2: mark stuffed_readpage static
` [PATCH 12/15] gfs2: use iomap_bmap instead of generic_block_bmap
` [PATCH 13/15] gfs2: implement gfs2_block_zero_range using iomap_zero_range
` [PATCH 14/15] gfs2: don't use buffer_heads in gfs2_allocate_page_backing
` [PATCH 15/15] gfs2: use iomap for buffered I/O in ordered and writeback mode
[PATCH v2 0/3] xfs: further FSSETXATTR cleanups
2019-07-08 16:41 UTC (8+ messages)
` [PATCH 1/3] xfs: refactor setflags to use setattr code directly
` [PATCH 2/3] xfs: clean up xfs_merge_ioc_xflags
` [PATCH 3/3] xfs: make the dax inode flag advisory
use bios directly in the log code v4
2019-07-08 16:24 UTC (5+ messages)
` [PATCH 19/24] xfs: use bios directly to read and write the log recovery buffers
[RFC PATCH] iomap: generalize IOMAP_INLINE to cover tail-packing case
2019-07-08 16:03 UTC (3+ messages)
pagecache locking (was: bcachefs status update) merged)
2019-07-08 13:31 UTC (15+ messages)
` pagecache locking
[PATCH] xfs: don't update lastino for FSBULKSTAT_SINGLE
2019-07-08 12:28 UTC (3+ messages)
[PATCH] mm, memcg: support memory.{min, low} protection in cgroup v1
2019-07-08 12:15 UTC (4+ messages)
[xfs] 490d451fa5: aim7.jobs-per-min -6.3% regression
2019-07-08 9:13 UTC
[RFC] dget_parent() misuse in xfs_filestream_get_parent()
2019-07-07 23:22 UTC (2+ messages)
[PATCH v15 0/7] virtio pmem driver
2019-07-07 16:34 UTC (9+ messages)
` [PATCH v15 1/7] libnvdimm: nd_region flush callback support
` [PATCH v15 2/7] virtio-pmem: Add virtio pmem driver
` [PATCH v15 3/7] libnvdimm: add dax_dev sync flag
` [PATCH v15 4/7] dm: enable synchronous dax
` [PATCH v15 5/7] dax: check synchronous mapping is supported
` [PATCH v15 6/7] ext4: disable map_sync for async flush
` [PATCH v15 7/7] xfs: "
[ANNOUNCE] xfs-linux: for-next updated to 036f463fe15d
2019-07-06 16:47 UTC
[PATCH v2 0/9] xfsprogs: document the ioctls scrub uses
2019-07-05 17:58 UTC (26+ messages)
` [PATCH 1/9] man: create a separate GETXATTR/SETXATTR ioctl manpage
` [PATCH 2/9] man: create a separate GEOMETRY "
` [PATCH 3/9] man: create a separate FSBULKSTAT "
` [PATCH 4/9] man: link to the SCRUB_METADATA ioctl manpage from xfsctl.3
` [PATCH 5/9] man: create a separate INUMBERS ioctl manpage
` [PATCH 6/9] man: create a separate FSCOUNTS "
` [PATCH 7/9] man: create a separate RESBLKS "
` [PATCH 8/9] man: create a separate GETBMAPX/GETBMAPA/GETBMAP "
` [PATCH 9/9] man: create a separate xfs shutdown "
[PATCH v2 0/6] xfs: scrub-related fixes
2019-07-05 17:57 UTC (20+ messages)
` [PATCH 1/6] xfs: remove more ondisk directory corruption asserts
` [PATCH 2/6] xfs: attribute scrub should use seen_enough to pass error values
` [PATCH 3/6] xfs: refactor extended attribute buffer pointer functions
` [PATCH 4/6] xfs: refactor attr scrub memory allocation function
` [PATCH 5/6] xfs: only allocate memory for scrubbing attributes when we need it
` [PATCH 6/6] xfs: online scrub needn't bother zeroing its temporary buffer
[PATCH v6 0/9] xfs: introduce new BULKSTAT and INUMBERS ioctls
2019-07-05 16:26 UTC (31+ 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 v2 "
` [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
` [PATCH v2 "
` [PATCH v3 "
[ANNOUNCE] xfs-linux: for-next updated to a7a9250e18b3
2019-07-04 15:11 UTC
[ANNOUNCE RESEND] xfs-linux: vfs-for-next updated to 7e328e5930ad
2019-07-04 15:07 UTC
[ANNOUNCE RESEND] xfs-linux: copy-file-range-fixes updated to fe0da9c09b2d
2019-07-04 15:06 UTC
[ANNOUNCE] xfs-linux: iomap-for-next updated to 36a7347de097
2019-07-04 15:02 UTC (2+ messages)
` [ANNOUNCE] xfs-linux: vfs-for-next updated to 7e328e5930ad
[ANNOUNCE RESEND] xfs-linux: iomap-5.3-merge updated to 36a7347de097
2019-07-04 14:59 UTC
[PATCH v2 1/1] xfsprogs: Fix uninitialized cfg->lsunit
2019-07-03 19:01 UTC (4+ messages)
[PATCH] fs: xfs: xfs_log: Change return type from int to void
2019-07-03 14:37 UTC (3+ messages)
linux-next: manual merge of the block tree with the xfs tree
2019-07-03 3:19 UTC
[PATCH 1/3] xfs: don't overflow xattr listent buffer
2019-07-03 2:47 UTC (5+ messages)
` [STABLE 4.19] fixes for xfs memory and fs corruption
[PATCH 1/1] xfsprogs: Fix uninitialized cfg->lsunit
2019-07-02 22:15 UTC (3+ messages)
[PATCH] xfs: short circuit xfs_get_acl() if no acl is possible
2019-07-02 22:31 UTC (7+ messages)
[backport request][stable] xfs: xfstests generic/538 failed on xfs
2019-07-02 19:34 UTC (8+ messages)
[PATCH v6 00/15] xfs: refactor and improve inode iteration
2019-07-02 17:40 UTC (12+ messages)
` [PATCH 02/15] xfs: create simplified inode walk function
` [PATCH 07/15] xfs: calculate inode walk prefetch more carefully
` [PATCH 14/15] xfs: multithreaded iwalk implementation
` [PATCH v2 "
[PATCH v5 00/14] xfs: refactor and improve inode iteration
2019-07-02 15:33 UTC (9+ messages)
` [PATCH 06/14] xfs: convert bulkstat to new iwalk infrastructure
[linux-kernel-mentees] [PATCH v5] Doc : fs : convert xfs.txt to ReST
2019-07-02 15:22 UTC (5+ messages)
[PATCH v6 0/4] vfs: make immutable files actually immutable
2019-07-02 10:45 UTC (5+ messages)
` [PATCH 4/4] vfs: don't allow most setxattr to immutable files
` [PATCH v2 "
[Bug 204049] New: [xfstests generic/388]: XFS: Assertion failed: ip->i_d.di_format != XFS_DINODE_FMT_BTREE || ip->i_d.di_nextents > XFS_IFORK_MAXEXT(ip, XFS_DATA_FORK), file: fs/xfs/xfs_inode.c, line: 3646
2019-07-02 8:04 UTC
[PATCH V2] block: fix .bi_size overflow
2019-07-02 1:54 UTC (7+ messages)
lift the xfs writepage code into iomap
2019-07-01 23:09 UTC (9+ messages)
` [PATCH 11/12] iomap: move the xfs writeback code to iomap.c
[PATCH v2 00/11] xfs: rework extent allocation
2019-07-01 19:12 UTC (3+ messages)
linux-next: manual merge of the xfs tree with the f2fs tree
2019-07-01 16:47 UTC (7+ messages)
` Adding some trees to linux-next?
[linux-kernel-mentees] [PATCH v1] Doc : fs : convert xfs.txt to ReST
2019-07-01 14:54 UTC (3+ messages)
[PATCH RFC 0/6] xfs: help mkfs shed its AG initialization code
2019-07-01 14:14 UTC (4+ messages)
` [PATCH 6/6] mkfs: use libxfs to write out new AGs
[PATCH RFC] iomap: introduce IOMAP_TAIL
2019-07-01 10:22 UTC (12+ messages)
[ANNOUNCE] xfs-linux: for-next *rebased* to 73d30d48749f
2019-07-01 8:49 UTC (2+ messages)
[PATCH] block: fix .bi_size overflow
2019-07-01 6:46 UTC (3+ messages)
linux-next: build failure after merge of the xfs tree
2019-07-01 1:12 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;
as well as URLs for NNTP newsgroup(s).