linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-07-10 18:03:24 to 2019-07-19 23:07:32 UTC [more...]

[PATCH] xfs: don't trip over uninitialized buffer on extent read of corrupted inode
 2019-07-19 23:07 UTC  (3+ messages)

[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-19 21:45 UTC  (8+ messages)
` [Bug 204049] "

[Bug 204223] 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-19 21:28 UTC  (9+ messages)
` [Bug 204223] [xfstests generic/388]: 4.19.58 xfs_nocrc XFS: null pointer dereference at xfs_trans_brelse+0x21
` [Bug 204223] [fstests generic/388 on xfs]: 4.19.58 xfs_nocrc / xfs_reflink "

[GIT PULL] iomap: cleanups for 5.3 (part 2)
 2019-07-19 19:45 UTC  (3+ messages)

[PATCH 0/9] xfs: stable fixes for v4.19.y - circa ~ v4.19.58
 2019-07-19 19:23 UTC  (11+ messages)
` [PATCH 1/9] xfs: fix pagecache truncation prior to reflink
` [PATCH 2/9] xfs: flush removing page cache in xfs_reflink_remap_prep
` [PATCH 3/9] xfs: don't overflow xattr listent buffer
` [PATCH 4/9] xfs: rename m_inotbt_nores to m_finobt_nores
` [PATCH 5/9] xfs: don't ever put nlink > 0 inodes on the unlinked list
` [PATCH 6/9] xfs: reserve blocks for ifree transaction during log recovery
` [PATCH 7/9] xfs: fix reporting supported extra file attributes for statx()
` [PATCH 8/9] xfs: serialize unaligned dio writes against all other dio writes
` [PATCH 9/9] xfs: abort unaligned nowait directio early

[ANNOUNCE] xfsprogs v5.1.0 released
 2019-07-19 18:33 UTC 

[PATCH RFC] fs: New zonefs file system
 2019-07-19 14:25 UTC  (17+ messages)

[PATCH] iomap: hide iomap_sector with CONFIG_BLOCK=n
 2019-07-19  6:19 UTC  (12+ messages)

[GIT PULL] xfs: cleanups for 5.3
 2019-07-18 18:30 UTC  (4+ messages)

[RFC PATCH] iomap: generalize IOMAP_INLINE to cover tail-packing case
 2019-07-18 13:27 UTC  (18+ messages)

[PATCH v2 0/9] iomap: regroup code by functional area
 2019-07-17 14:53 UTC  (23+ messages)
` [PATCH 1/9] iomap: start moving code to fs/iomap/
` [PATCH 2/9] iomap: move the swapfile code into a separate file
` [PATCH 3/9] iomap: move the file mapping reporting "
` [PATCH 4/9] iomap: move the SEEK_HOLE "
` [PATCH 5/9] iomap: move the direct IO "
` [PATCH 6/9] iomap: move the buffered "
` [PATCH 7/9] iomap: move the page migration "
` [PATCH 8/9] iomap: move the main iteration "
` [PATCH 9/9] iomap: move internal declarations into fs/iomap/

[PATCH v3 0/8] iomap: regroup code by functional area
 2019-07-17 14:53 UTC  (12+ messages)
` [PATCH 1/8] iomap: start moving code to fs/iomap/
` [PATCH 2/8] iomap: move the swapfile code into a separate file
` [PATCH 3/8] iomap: move the file mapping reporting "
` [PATCH 4/8] iomap: move the SEEK_HOLE "
` [PATCH 5/8] iomap: move the direct IO "
` [PATCH 6/8] iomap: move the buffered "
` [PATCH 7/8] iomap: move the main iteration "
` [PATCH 8/8] iomap: move internal declarations into fs/iomap/

linux-next: manual merge of the xfs tree with Linus' tree
 2019-07-16 23:36 UTC 

[backport request][stable] xfs: xfstests generic/538 failed on xfs
 2019-07-16 17:13 UTC  (9+ messages)

[PATCH 0/4] xfsprogs: inch libxfs/trans.c towards xfs_trans_buf.c
 2019-07-16 13:30 UTC  (10+ messages)
` [PATCH 1/4] xfsprogs: reorder functions in libxfs/trans.c
` [PATCH 2/4] xfsprogs: cosmetic changes to libxfs/trans.c
` [PATCH 3/4] xfsprogs: trivial "
` [PATCH 4/4] xfsprogs: don't use enum for buffer flags

[PATCH v2] xfs: test statfs on project quota directory
 2019-07-16 11:06 UTC  (2+ messages)

[PATCH 0/2] xfs: move & sync up xfs_trans_inode with userspace
 2019-07-16  0:06 UTC  (10+ messages)
` [PATCH 1/2] xfs: move xfs_trans_inode.c to libxfs/
` [PATCH 2/2] xfs: sync up xfs_trans_inode with userspace

[PATCH v9] Documentation: filesystem: Convert xfs.txt to ReST
 2019-07-15 22:39 UTC 

[PATCH v8] Documentation: filesystem: Convert xfs.txt to ReST
 2019-07-15 22:34 UTC  (5+ messages)

[PATCH RFC 00/11] iomap: regroup code by functional area
 2019-07-15 17:49 UTC  (7+ messages)

[PATCH v4 0/3] fstests: copy_file_range() tests
 2019-07-15 12:55 UTC  (4+ messages)
` [PATCH v4 1/3] common/rc: check support for xfs_io copy_range -f N
` [PATCH v4 2/3] generic: copy_file_range bounds test
` [PATCH v4 3/3] generic: cross-device copy_file_range test

[GIT PULL] xfs: new features for 5.3
 2019-07-14  1:17 UTC  (5+ messages)

[GIT PULL] vfs: standardize parameter checking for SETFLAGS/FSSETXATTR ioctls
 2019-07-13  0:30 UTC  (2+ messages)

[PATCH 0/3] xfs: Fix races between readahead and hole punching
 2019-07-12 17:56 UTC  (10+ messages)
` [PATCH 1/3] mm: Handle MADV_WILLNEED through vfs_fadvise()
` [PATCH 2/3] fs: Export generic_fadvise()
` [PATCH 3/3] xfs: Fix stale data exposure when readahead races with hole punch

[PATCH] xfs: remove flags argument from xfs_getsb
 2019-07-12 17:31 UTC  (2+ messages)

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

[PATCH v4 00/10] xfsprogs-5.1: fix various problems
 2019-07-12 13:14 UTC  (3+ messages)
` [PATCH 01/10] libfrog: refactor online geometry queries

[PATCH 5.2 11/61] block: fix .bi_size overflow
 2019-07-12 12:19 UTC 

[PATCH v7] Documentation: filesystem: Convert xfs.txt to ReST
 2019-07-12 11:51 UTC 

[ANNOUNCE] xfsprogs v5.1.0-rc1 tagged
 2019-07-12  2:00 UTC 

[PATCH] xfs: project quota ineritance flag test
 2019-07-12  1:51 UTC  (4+ messages)

lift the xfs writepage code into iomap
 2019-07-11 21:31 UTC  (7+ messages)
` [PATCH 11/12] iomap: move the xfs writeback code to iomap.c

Need help to recover root filesystem after a power supply issue
 2019-07-11 10:23 UTC  (15+ messages)

[Bug 204129] New: [xfstests generic/127]: fsx find corruption on xfs
 2019-07-11  6:05 UTC  (2+ messages)
` [Bug 204129] "

linux-next: build failure after merge of the block tree
 2019-07-11  5:04 UTC 

[GIT PULL] vfs: fix copy_file_range bad behavior
 2019-07-11  4:40 UTC  (2+ messages)

[GIT PULL] iomap: new code for 5.3, part 1
 2019-07-11  4:40 UTC  (2+ messages)

[PATCH] Fix the inconsistency between the code and the manual page of mkfs.xfs
 2019-07-11  2:45 UTC  (4+ messages)

Need help to recover root filesystem after a power supply issue
 2019-07-10 18:21 UTC  (6+ messages)


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