linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-02-23 02:14:46 to 2018-03-02 13:30:23 UTC [more...]

[PATCH] xfs: Change URL for the project in xfs.txt
 2018-03-02 13:30 UTC 

[PATCH 0/5] xfs: fix various problems
 2018-03-02 13:12 UTC  (21+ messages)
` [PATCH 1/5] xfs: don't iunlock the quota ip when quota block allocation fails
` [PATCH 2/5] xfs: convert a few more directory asserts to corruption returns
` [PATCH 3/5] xfs: check for cow blocks before trying to clear them during inode reclaim
` [PATCH 4/5] xfs: convert XFS_AGFL_SIZE to a helper function
` [PATCH 5/5] xfs: fix agfl wrapping
  ` [PATCH v2 "

[PATCH] inode: don't memset the inode address space twice
 2018-03-02  9:15 UTC  (2+ messages)

Weird overlayfs/xfs bug on v4.15
 2018-03-02  9:14 UTC  (2+ messages)

[PATCH] xfs_scrub: make interpreter explicit to python3
 2018-03-02  9:08 UTC  (4+ messages)

Re:Re: xfs_repair: add '-F' option to ignore writable mount checking
 2018-03-02  6:23 UTC  (2+ messages)
  `  "

[PATCH v5 00/12] vfio, dax: prevent long term filesystem-dax pins and other fixes
 2018-03-02  3:54 UTC  (13+ messages)
` [PATCH v5 01/12] dax: fix vma_is_fsdax() helper
` [PATCH v5 02/12] dax: introduce IS_DEVDAX() and IS_FSDAX()
` [PATCH v5 03/12] ext2, dax: finish implementing dax_sem helpers
` [PATCH v5 04/12] ext2, dax: define ext2_dax_*() infrastructure in all cases
` [PATCH v5 05/12] ext4, dax: define ext4_dax_*() "
` [PATCH v5 06/12] ext2, dax: replace IS_DAX() with IS_FSDAX()
` [PATCH v5 07/12] ext4, "
` [PATCH v5 08/12] xfs, "
` [PATCH v5 09/12] mm, dax: replace IS_DAX() with IS_DEVDAX() or IS_FSDAX()
` [PATCH v5 10/12] fs, dax: kill IS_DAX()
` [PATCH v5 11/12] dax: fix S_DAX definition
` [PATCH v5 12/12] vfio: disable filesystem-dax page pinning

[PATCH] xfs_io: fix operation time reporting
 2018-03-02  4:00 UTC  (2+ messages)

[PATCH] xfs_io: add RWF_DSYNC support to pwrite
 2018-03-02  3:45 UTC  (2+ messages)

[PATCH] xfs_io: Allow "open -P" to specify O_PATH
 2018-03-02  3:27 UTC  (3+ messages)
` [PATCH] xfs_io: Allow -P and -L to be given to open for O_PATH and O_NOFOLLOW

[PATCH] xfs_io: Add missing perror for write_once (-O)
 2018-03-02  3:12 UTC  (2+ messages)

[PATCH] xfs: Correctly invert xfs_buftarg LRU isolation logic
 2018-03-01 22:48 UTC  (4+ messages)

[PATCH] xfs: don't retry xfs_buf_find on XBF_TRYLOCK failure
 2018-03-01 22:36 UTC 

iomap fixes
 2018-03-01 22:28 UTC  (8+ messages)
` [PATCH 1/3] xfs: don't allocate COW blocks for zeroing holes or unwritten extents
` [PATCH 2/3] xfs: don't start out with the exclusive ilock for direct I/O
` [PATCH 3/3] xfs: don't block on the ilock for RWF_NOWAIT

[PATCH] xfs: handle inconsistent log item formatting state correctly
 2018-03-01 22:35 UTC 

lazytime for XFS V2
 2018-03-01 22:12 UTC  (4+ messages)
` [PATCH 1/2] fs: don't clear I_DIRTY_TIME before calling mark_inode_dirty_sync
` [PATCH 2/2] xfs: implement the lazytime mount option

[PATCH 00/16] xfsprogs: misc fixes, geometry refactoring
 2018-03-01 19:14 UTC  (17+ messages)
` [PATCH 01/16] misc: fix gcc 7.3 warnings
` [PATCH 02/16] xfs_db: don't crash in ablock if there's no inode
` [PATCH 03/16] xfs_scrub: log operational messages when interactive
` [PATCH 04/16] xfs_scrub: don't ask user to run xfs_repair for only warnings
` [PATCH 05/16] xfs_scrub: fix #include ordering to avoid build failure
` [PATCH 06/16] xfs_scrub: don't try to scan xattrs if bstat says there aren't any
` [PATCH 07/16] xfs_db: print transaction reservation type information
` [PATCH 08/16] xfs_repair: don't fail directory repairs when grabbing inodes
` [PATCH 09/16] misc: enable link time optimization, if requested
` [PATCH 10/16] libfrog: refactor fs geometry printing function
` [PATCH 11/16] mkfs: use geometry generation / helper functions
` [PATCH 12/16] xfs_db: add a superblock info command
` [PATCH 13/16] xfs_spaceman: "
` [PATCH 14/16] xfs_info: move to xfs_spaceman
` [PATCH 15/16] xfs_info: call xfs_db for offline filesystems
` [PATCH 16/16] xfs_growfs: refactor geometry reporting

[ANNOUNCE] xfsprogs: for-next updated to ffe5df5
 2018-03-01  3:55 UTC 

[PATCH] [RFC] iomap: Use FUA for pure data O_DSYNC DIO writes
 2018-03-01  1:41 UTC 

[PATCH v4 1/3] fs: allow per-device dax status checking for filesystems
 2018-03-01  1:22 UTC  (2+ messages)

[GIT PULL] xfs: fixes for 4.16-rc4
 2018-02-28 19:21 UTC 

Reflink (cow) copy of busy files
 2018-02-28 18:27 UTC  (24+ messages)

[PATCH] xfs_repair: Ensure just xfs_repair without -n can return a status code of 2
 2018-02-28  3:57 UTC  (5+ messages)
  ` [PATCH v2] xfs_repair: Add missing braces

xfs_repair: add '-F' option to ignore writable mount checking
 2018-02-28  3:34 UTC  (12+ messages)

[PATCH v4 00/12] vfio, dax: prevent long term filesystem-dax pins and other fixes
 2018-02-27 22:23 UTC  (6+ messages)
` [PATCH v4 02/12] dax: introduce IS_DEVDAX() and IS_FSDAX()
` [PATCH v4 08/12] xfs, dax: replace IS_DAX() with IS_FSDAX()

[RFC] mkfs config file bikeshed now!
 2018-02-27 22:14 UTC  (15+ messages)

[PATCH v6 0/3] minimal DAX support for XFS realtime device
 2018-02-27 17:14 UTC  (9+ messages)
` [PATCH v6 3/3] xfs: reject removal of realtime flag when datadev doesn't support DAX

Processed: notfixed 874209 in 4.15, fixed 874209 in 4.15.0-1
 2018-02-27 10:57 UTC 

Bug#874209: marked as done (xfsprogs: please bump xfsprogs version in experimental and/or unstable from 4.9 to 4.12)
 2018-02-27 10:03 UTC 

xfsprogs_4.15.1-1_source.changes ACCEPTED into unstable
 2018-02-27  3:21 UTC 

Processing of xfsprogs_4.15.1-1_source.changes
 2018-02-27  3:12 UTC 

[ANNOUNCE] xfsprogs v4.15.1 released
 2018-02-27  2:18 UTC 

[PATCH 1/1] xfs: update the output of AG metadata corruption checking and repair tests
 2018-02-27  1:17 UTC  (3+ messages)

[PATCH] debian: don't fail postinst when upgrading chroot
 2018-02-26 22:55 UTC  (2+ messages)

xfsprogs_4.15.0-1_source.changes ACCEPTED into unstable
 2018-02-26 21:51 UTC 

Processing of xfsprogs_4.15.0-1_source.changes
 2018-02-26 21:48 UTC 

[PATCH] xfs: do not log/recover swapext extent owner changes for deleted inodes
 2018-02-26 20:56 UTC  (3+ messages)

Polish translation update for xfsprogs 4.15.0
 2018-02-26 20:23 UTC 

[ANNOUNCE] xfsprogs libxfs-4.16-sync branch pushed
 2018-02-26 17:32 UTC 

[PATCH v3 0/6] vfio, dax: prevent long term filesystem-dax pins and other fixes
 2018-02-26 15:48 UTC  (4+ messages)
` [PATCH v3 3/6] xfs, dax: introduce IS_FSDAX()

[PATCH v2] xfs: rewrite the fdatasync optimization
 2018-02-26 14:55 UTC  (2+ messages)

lazytime for XFS
 2018-02-26 12:53 UTC  (6+ messages)
` [PATCH 1/2] fs: don't clear I_DIRTY_TIME before calling mark_inode_dirty_sync
` [PATCH 2/2] xfs: implement the lazytime mount options

[RFC PATCH] fstests: Check if a fs can survive random (emulated) power loss
 2018-02-26  8:50 UTC  (7+ messages)

[PATCH] xfs: fix potential memory leak in mount option parsing
 2018-02-26  2:47 UTC  (9+ messages)

xfs_buf_lock vs aio
 2018-02-25 17:47 UTC  (12+ messages)

[ANNOUNCE] xfsprogs v4.15.0-rc1 released
 2018-02-23 22:14 UTC  (9+ messages)

[ANNOUNCE] xfsprogs v4.15.0 released
 2018-02-23 20:07 UTC 

xfs_repair questions
 2018-02-23 19:30 UTC  (3+ messages)

[PATCH] fsstress: avoid infinite loops in clonerange_f
 2018-02-23 16:22 UTC 

[PATCH 0/8] weekly fstests changes
 2018-02-23 10:17 UTC  (8+ messages)
` [PATCH 6/8] fsstress: implement the clonerange/deduperange ioctls
  ` [PATCH v2 "

[PATCH v12 00/20] xfs: online repair support
 2018-02-23  2:03 UTC  (3+ messages)
` [PATCH 07/20] xfs: create tracepoints for online repair
` [PATCH 18/20] xfs: repair inode forks

[PATCH] xfs: don't block on the ilock for RWF_NOWAIT
 2018-02-23  4:10 UTC  (7+ 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).