linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-06-28 14:26:32 to 2019-07-05 14:07:44 UTC [more...]

[PATCH v15 0/7] virtio pmem driver
 2019-07-05 14:03 UTC  (4+ 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

[Linux-kernel-mentees] [PATCH] Doc : fs : move xfs.txt to admin-guide
 2019-07-05 13:14 UTC 

[PATCH v6 0/9] xfs: introduce new BULKSTAT and INUMBERS ioctls
 2019-07-05 11:05 UTC  (30+ 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 0/9] xfsprogs: document the ioctls scrub uses
 2019-07-04  3:43 UTC  (5+ messages)
` [PATCH 1/9] man: create a separate GETXATTR/SETXATTR ioctl manpage

RFC: use the iomap writepage path in gfs2
 2019-07-03 22:35 UTC  (17+ 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 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)

[RFC PATCH] iomap: generalize IOMAP_INLINE to cover tail-packing case
 2019-07-03  7:55 UTC 

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

pagecache locking (was: bcachefs status update) merged)
 2019-07-03  1:25 UTC  (11+ messages)
                    ` pagecache locking

[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  (9+ messages)
` [PATCH 1/4] mm/fs: don't allow writes to immutable files
` [PATCH 2/4] vfs: flush and wait for io when setting the immutable flag via SETFLAGS
` [PATCH 3/4] vfs: flush and wait for io when setting the immutable flag via FSSETXATTR
` [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  (10+ 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)

[PATCH RFC 00/11] iomap: regroup code by functional area
 2019-07-01 17:59 UTC  (14+ 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/

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 

Include 'xfs: speed up large directory modifications' in 5.3?
 2019-06-30 23:11 UTC  (4+ messages)

[ANNOUNCE] xfs-linux: for-next updated to 332b9caf2d7b
 2019-06-30 16:37 UTC 

[Bug 204031] New: [xfstests generic/475]: general protection fault: 0000 [#1] RIP: 0010:xfs_bmapi_read+0x311/0xb00 [xfs]
 2019-06-30 14:02 UTC 

[Bug 203947] New: [xfstests generic/475]: general protection fault: 0000 [#1] RIP: 0010:xfs_setfilesize_ioend+0xb1/0x220 [xfs]
 2019-06-30 13:52 UTC  (8+ messages)
` [Bug 203947] "

[PATCH v1] Doc : fs : convert xfs.txt to ReST
 2019-06-29 20:57 UTC  (9+ messages)
      ` [linux-kernel-mentees] "

[PATCH v4 0/5] vfs: clean up SETFLAGS and FSSETXATTR option processing
 2019-06-29 20:09 UTC  (7+ messages)
` [PATCH 1/5] vfs: create a generic checking and prep function for FS_IOC_SETFLAGS
` [PATCH 2/5] vfs: create a generic checking function for FS_IOC_FSSETXATTR
` [PATCH 3/5] vfs: teach vfs_ioc_fssetxattr_check to check project id info
` [PATCH 4/5] vfs: teach vfs_ioc_fssetxattr_check to check extent size hints
` [PATCH 5/5] vfs: only allow FSSETXATTR to set DAX flag on files and dirs

[Bug 204015] New: BUG: KASAN: slab-out-of-bounds in __bio_add_page+0x1ec/0x2b0
 2019-06-29 14:17 UTC  (3+ messages)
` [Bug 204015] "

[PATCH] xfs: fix iclog allocation size
 2019-06-28 22:32 UTC  (6+ messages)

mysterious test failure when running xfstests on XFS
 2019-06-28 21:35 UTC  (2+ messages)

[PATCH v2 0/3] xfs: further FSSETXATTR cleanups
 2019-06-28 18:35 UTC  (4+ 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

[PATCH v2 0/2] vfs: make active swap files unwritable
 2019-06-28 18:35 UTC  (3+ messages)
` [PATCH 1/2] mm: set S_SWAPFILE on blockdev swap devices
` [PATCH 2/2] vfs: don't allow writes to swap files

lift the xfs writepage code into iomap v2
 2019-06-28 17:41 UTC  (9+ messages)
` [PATCH 06/13] xfs: remove XFS_TRANS_NOFS
` [PATCH 07/13] xfs: allow merging ioends over append boundaries


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).