linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-12-05 10:02:44 to 2018-12-15 10:51:57 UTC [more...]

[PATCH 0/3] iomap: 1 cleanup, 1 fix, 1 optimization
 2018-12-15 10:51 UTC  (12+ messages)
` [PATCH 1/3] iomap: use SECTOR_SIZE instead of 512 in iomap_page
` [PATCH 2/3] iomap: don't search past page end in iomap_is_partially_uptodate
  ` [PATCH 2/3 V2] mm: don't search past page end in is_partially_uptodate
` [PATCH 3/3] iomap: optimize iomap_is_partially_uptodate for full page range

XFS: 3-way deadlock with xfs_dquot, xfs_buf and xfs_inode
 2018-12-15  5:34 UTC 

[RFC PATCH v2 0/3] Fixing xfs ioctls on x32
 2018-12-15  1:22 UTC  (4+ messages)
` [RFC PATCH v2 1/3] xfs: Align compat attrlist_by_handle with native implementation
` [RFC PATCH v2 2/3] xfs: Fix bulkstat compat ioctls on x32 userspace
` [RFC PATCH v2 3/3] xfs: Fix x32 ioctls when cmd numbers differ from ia32

XFS and RAID10 with o2 layout
 2018-12-14 21:20 UTC  (13+ messages)

[PATCH] quota: Lock s_umount in exclusive mode for Q_XQUOTA{ON,OFF} quotactls
 2018-12-14 18:49 UTC  (2+ messages)

[PATCH] xfs: require both realtime inodes to mount
 2018-12-14 16:08 UTC  (2+ messages)

[PATCH RFC 0/5] XFS near block allocation algorithm prototype
 2018-12-14 12:34 UTC  (6+ messages)
` [PATCH RFC 1/5] xfs: factor out bnobt based near allocation algorithm
` [PATCH RFC 2/5] xfs: factor out cntbt "
` [PATCH RFC 3/5] xfs: refactor near alloc small case
` [PATCH RFC 4/5] xfs: clean up variable names in xfs_alloc_ag_vextent_near()
` [PATCH RFC 5/5] xfs: new cntbt based near allocation algorithm

[RFC PATCH 0/2] Fixing xfs ioctls on x32
 2018-12-14  3:47 UTC  (8+ messages)
` [RFC PATCH 1/2] xfs: Fix bulkstat compat ioctls on x32 userspace
` [RFC PATCH 2/2] xfs: Fix x32 ioctls when cmd numbers differ from ia32

Enlarging w/ xfs_growfs: XFS_IOC_FSGROWFSDATA xfsctl failed: Inappropriate ioctl for device
 2018-12-14  3:40 UTC  (25+ messages)
                              ` [RFC PATCH xfstests] xfs: add tests to validate ioctl structure layout

[PATCH] xfs: don't skip rtmount when there's a realtime device
 2018-12-13 23:46 UTC  (4+ messages)

[PATCH] xfs_scrub_all: walk the lsblk device/fs hierarchy correctly
 2018-12-13 21:30 UTC 

[GIT PULL] xfs: fixes for v4.20-rc6
 2018-12-13 14:25 UTC  (7+ messages)

[PATCH 0/11] fs: fixes for major copy_file_range() issues
 2018-12-13 10:29 UTC  (33+ messages)
` [PATCH 01/11] vfs: copy_file_range source range over EOF should fail
` [PATCH 03/11] vfs: no fallback for ->copy_file_range
` [PATCH 04/11] vfs: add missing checks to copy_file_range
` [PATCH 05/11] vfs: use inode_permission in copy_file_range()
` [PATCH 09/11] vfs: push copy_file_ranges -EXDEV checks down

[ANNOUNCE] xfsprogs for-next updated to 2a5eb70
 2018-12-12 17:50 UTC 

[Bug 201973] New: File Size
 2018-12-12 15:31 UTC  (2+ messages)
` [Bug 201973] "

[PATCH v2 00/10] xfstests: add copy/dedupe/clone to fsx/fsstress
 2018-12-12 11:19 UTC  (4+ messages)

[PATCH] mkfs.xfs: null-terminate symlinks created via protofile
 2018-12-12  4:50 UTC  (6+ messages)
` [PATCH V2] "
  ` [PATCH] mkfs: fix symlink target if_bytes computation for protofile

I got file system corruption with XFS
 2018-12-12  1:01 UTC  (5+ messages)

[Bug 201939] New: There is no 'no space' message when using xfs with nfs
 2018-12-11  2:32 UTC  (5+ messages)
` [Bug 201939] "

RFD: question/probe regarding adding dump-levels A-Z after 0-9 for xfs{dump,restore}
 2018-12-10 21:55 UTC  (2+ messages)

[PATCH RFC] Ext4: fix deadlock on dirty pages between fault and writeback
 2018-12-10 17:59 UTC  (10+ messages)

[PATCH RFC 0/10] xfs: add verifier context structure
 2018-12-10 16:00 UTC  (16+ messages)
` [PATCH 01/10] xfs: change xfs_attr3_rmt_hdr_ok to return bool
` [PATCH 02/10] xfs: make checksum verifiers consistently return bools
` [PATCH 03/10] xfs: pass a verifier context down verifier callchains
` [PATCH 04/10] xfs: pass a verifier context to crc validation functions
` [PATCH 05/10] xfs: define new macros to set verifier context on return
` [PATCH 06/10] xfs: teach xfs_btree_[sl]block_verify_crc to populate verifier context
` [PATCH 07/10] xfs: change all verifiers to return booleans
` [PATCH 08/10] xfs: set failaddr into vc for checksum failures
` [PATCH 09/10] xfs: add errno to verifier context and populate it
` [PATCH 10/10] xfs: condense crc and verifier checks where possible

[PATCH] fs/xfs: Add support for passing write life-time hint with log
 2018-12-10 15:15 UTC  (7+ messages)

[RFC PATCH v1 0/7] Block/XFS: Support alternative mirror device retry
 2018-12-10  4:30 UTC  (5+ messages)

[PATCH] xfs_io: support splice data between two files
 2018-12-08 15:29 UTC 

[Bug 201577] New: [xfstests generic/070]: XFS corruption and Oops when setxattr on 64k blocksize XFS
 2018-12-07 17:07 UTC  (2+ messages)
` [Bug 201577] "

[PATCH v2] xfs: use a dedicated SLAB cache for sector sized buffer data
 2018-12-07 15:21 UTC  (14+ messages)

[PATCH v4 00/12] xfstests: add copy/dedupe/clone to fsx/fsstress
 2018-12-07  6:24 UTC  (13+ messages)
` [PATCH 01/12] fsstress: fix compiler warnings
` [PATCH 02/12] fsstress: check system call return values
` [PATCH 03/12] fsx: shut up compiler warnings
` [PATCH 04/12] fsx: always check buffer after each operation
` [PATCH 05/12] fsx: use an enum to define the operation commands
` [PATCH 06/12] fsx: add five-argument logging function
` [PATCH 07/12] fsx: add FICLONERANGE support
` [PATCH 08/12] fsx: add FIDEDUPERANGE support
` [PATCH 09/12] fsstress: add copy_file_range support
` [PATCH 10/12] fsx: "
` [PATCH 11/12] common/dump: disable copyrange
` [PATCH 12/12] generic: long fsx soak tests

[PATCH 0/4] xfsdump: a little bit of cleaning
 2018-12-06 23:09 UTC  (7+ messages)
` [PATCH 2/4] xfsdump: do not split function call with ifdef
` [PATCH 3/4] common/types.h: Wrap #define UUID_STR_LEN 36 in #ifndef
` [PATCH 4/4] common/drive.c: include stdlib.h

[PATCH 1/4] xfsdump: (style) remove trailing whitespaces
 2018-12-06 20:34 UTC  (3+ messages)
` [PATCH 1/4 RESEND] "

[PATCH v5 0/5] Try to squash metadump data leaks
 2018-12-06 20:23 UTC  (3+ messages)

COW improvements and always_cow support V3
 2018-12-06 20:09 UTC  (5+ messages)

[PATCH] xfs: use a dedicated SLAB cache for sector sized buffer data
 2018-12-05 22:51 UTC  (7+ messages)

[PATCH 0/6] xfsprogs-4.20: various fixes
 2018-12-05 17:56 UTC  (10+ messages)
` [PATCH 1/6] xfs_io.8: rearrange command listings by section
  ` [PATCH 1/6 V2] "
` [PATCH 2/6] xfs_repair: don't error out on dirs with a single leafn block
  ` [PATCH v2 "

[Bug 201897] New: [xfstests generic/482]: filesystem corruption after log replay
 2018-12-05 10:10 UTC  (3+ messages)
` [Bug 201897] "


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