linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-03-27 20:58:55 to 2017-04-01 06:41:00 UTC [more...]

4.9-stable updates for XFS
 2017-04-01  6:40 UTC  (7+ messages)
` [PATCH 01/27] xfs: only update mount/resv fields on success in __xfs_ag_resv_init
` [PATCH 02/27] xfs: use per-AG reservations for the finobt
` [PATCH 03/27] xfs: pull up iolock from xfs_free_eofblocks()
` [PATCH 04/27] xfs: sync eofblocks scans under iolock are livelock prone
` [PATCH 05/27] xfs: fix eofblocks race with file extending async dio writes
` [PATCH 06/27] xfs: fix toctou race when locking an inode to access the data map

4.10-stable updates for XFS
 2017-04-01  6:35 UTC  (27+ messages)
` [PATCH 01/26] xfs: pull up iolock from xfs_free_eofblocks()
` [PATCH 02/26] xfs: sync eofblocks scans under iolock are livelock prone
` [PATCH 03/26] xfs: fix eofblocks race with file extending async dio writes
` [PATCH 04/26] xfs: fix toctou race when locking an inode to access the data map
` [PATCH 05/26] xfs: fail _dir_open when readahead fails
` [PATCH 06/26] xfs: filter out obviously bad btree pointers
` [PATCH 07/26] xfs: check for obviously bad level values in the bmbt root
` [PATCH 08/26] xfs: verify free block header fields
` [PATCH 09/26] xfs: allow unwritten extents in the CoW fork
` [PATCH 10/26] xfs: mark speculative prealloc CoW fork extents unwritten
` [PATCH 11/26] xfs: reset b_first_retry_time when clear the retry status of xfs_buf_t
` [PATCH 12/26] xfs: reject all unaligned direct writes to reflinked files
` [PATCH 13/26] xfs: update ctime and mtime on clone destinatation inodes
` [PATCH 14/26] xfs: correct null checks and error processing in xfs_initialize_perag
` [PATCH 15/26] xfs: don't fail xfs_extent_busy allocation
` [PATCH 16/26] xfs: handle indlen shortage on delalloc extent merge
` [PATCH 17/26] xfs: split indlen reservations fairly when under reserved
` [PATCH 18/26] xfs: fix uninitialized variable in _reflink_convert_cow
` [PATCH 19/26] xfs: don't reserve blocks for right shift transactions
` [PATCH 20/26] xfs: Use xfs_icluster_size_fsb() to calculate inode chunk alignment
` [PATCH 21/26] xfs: tune down agno asserts in the bmap code
` [PATCH 22/26] xfs: only reclaim unwritten COW extents periodically
` [PATCH 23/26] xfs: fix and streamline error handling in xfs_end_io
` [PATCH 24/26] xfs: Use xfs_icluster_size_fsb() to calculate inode alignment mask
` [PATCH 25/26] xfs: use iomap new flag for newly allocated delalloc blocks
` [PATCH 26/26] xfs: try any AG when allocating the first btree block when reflinking

[PATCH] xfs: fix memory exposure problems
 2017-04-01  1:29 UTC 

[PATCH 1/8] Documentation/filesystems: fix documentation for ->getattr()
 2017-03-31 17:41 UTC  (9+ messages)
` [PATCH 2/8] statx: reject unknown flags when using NULL path
` [PATCH 3/8] statx: remove incorrect part of vfs_statx() comment
` [PATCH 4/8] statx: optimize copy of struct statx to userspace
` [PATCH 5/8] ext4: Add statx support
` [PATCH 6/8] xfs: report crtime and attribute flags to statx
` [PATCH 7/8] statx: Reserve the top bit of the mask for future struct expansion
` [PATCH 8/8] statx: Include a mask for stx_attributes in struct statx

[PATCH 1/8] Documentation/filesystems: fix documentation for ->getattr()
 2017-03-31 17:31 UTC 

[PATCH 1/2] xfstests: Add first statx test
 2017-03-31 17:24 UTC  (7+ messages)
` [PATCH 2/2] xfstests: Partially expand the documentation

[PATCH v2] xfs: move the inline directory verifiers
 2017-03-31 17:24 UTC  (14+ messages)

[ANNOUNCE] xfs-linux: for-next updated to 0cbf8c9
 2017-03-31 17:06 UTC  (3+ messages)

[PATCH] statx: reject unknown flags when using NULL path
 2017-03-31 16:58 UTC  (8+ messages)

statx manpage
 2017-03-31 16:43 UTC  (17+ messages)
  ` [PATCH] xfs: report crtime and attribute flags to statx
              ` [PATCH] Add initial batch of statx() LTP tests

[PATCH] xfstests: Add first statx test
 2017-03-31 13:58 UTC  (11+ messages)

[PATCH] xfstests: Add first statx test [ver #2]
 2017-03-31 11:11 UTC  (3+ messages)

[PATCH 00/22] mkfs.xfs: Make stronger conflict checks
 2017-03-31  7:35 UTC  (16+ messages)
` [PATCH 05/22] mkfs: add a check for conflicting values
` [PATCH 06/22] mkfs: add cross-section conflict checks
` [PATCH 08/22] mkfs: move conflicts into the table
` [PATCH 11/22] mkfs: add test_default_value into conflict struct

[PATCH] xfs: Honor FALLOC_FL_KEEP_SIZE when punching ends of files
 2017-03-31  6:51 UTC  (6+ messages)
` [PATCH v2] "
      ` [PATCH v3] "

[PATCH][PROGS] xfs_io: Allow setting multiple mode flags for fallocate()
 2017-03-31  4:14 UTC  (5+ messages)

[RFC PATCH v1 00/30] fs: inode->i_version rework and optimization
 2017-03-30 21:11 UTC  (18+ messages)

[PATCH 4.4 48/76] libceph: force GFP_NOIO for socket allocations
 2017-03-30 18:44 UTC  (21+ messages)

[PATCH] xfs_io: Allow "open -P" to specify O_PATH
 2017-03-30 16:29 UTC  (8+ messages)
` [PATCH] xfs_io: Allow -P and -L to be given to open for O_PATH and O_NOFOLLOW
` The XFS_IOC_FSGEOMETRY ioctl doesn't like fds that are opened O_PATH

[PATCH v8 0/9] vfs/xfs/ext4: GETFSMAP support
 2017-03-30 16:00 UTC  (11+ messages)
` [PATCH 1/9] vfs: add common GETFSMAP ioctl definitions
` [PATCH 2/9] xfs: plumb in needed functions for range querying of the freespace btrees
` [PATCH 3/9] xfs: provide a query_range function for "
` [PATCH 4/9] xfs: create a function to query all records in a btree
` [PATCH 5/9] xfs: add a couple of queries to iterate free extents in the rtbitmap
` [PATCH 6/9] xfs: implement the GETFSMAP ioctl
` [PATCH 7/9] xfs: have getfsmap fall back to the freesp btrees when rmap is not present
` [PATCH 8/9] xfs: report realtime space information via the rtbitmap
` [PATCH 9/9] ext4: support GETFSMAP ioctls
` [PATCH 10/9] ioctl_getfsmap.2: document the GETFSMAP ioctl

[PATCH] xfs_io: Allow -P and -L to be given to open for O_PATH and O_NOFOLLOW [ver #2]
 2017-03-30  9:52 UTC 

[PATCH] xfs: largely extend aild sleep time if no work has to be done
 2017-03-29 23:22 UTC  (2+ messages)

[PATCH 0/2 V2] xfs_io: hook up statx
 2017-03-29 21:55 UTC  (31+ messages)
` [PATCH 2/2 "
` [PATCH] xfs_io: changes to statx interface
` [PATCH] xfs_io: changes to statx interface [ver #2]
` [PATCH] xfs_io: changes to statx interface [ver #3]
` [PATCH] xfs_io: changes to statx interface [ver #4]

[ANNOUNCE] xfsprogs: for-next branch updated to 88a4a19
 2017-03-29 16:28 UTC 

[PATCH] xfs_repair: junk leaf attribute if count == 0
 2017-03-29 13:33 UTC  (4+ messages)

Suspend fails when xfs is involved?
 2017-03-28 16:33 UTC  (6+ messages)

[PATCH] xfs: use dedicated log worker wq to avoid deadlock with cil wq
 2017-03-28 15:15 UTC  (5+ messages)

Request 2aa6ba7b5ad3 ("clear _XBF_PAGES from buffers when readahead page") for 4.4 stable inclusion
 2017-03-28 11:43 UTC  (2+ messages)

[PATCH v9 1/2] fsstress: add mwrite/mread into test operation list
 2017-03-28  9:08 UTC  (3+ messages)
` [PATCH v9 2/2] xfs/068: update golden output due to new operations in fsstress

[PATCH] xfsdump: fix race condition between lseek() and read()/write()
 2017-03-28  3:41 UTC  (3+ messages)

[PATCH] xfs: don't let suspend freeze the buffer workqueue
 2017-03-27 22:40 UTC  (2+ messages)

[PATCH] xfs: move the inline directory verifiers
 2017-03-27 22:09 UTC  (2+ 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).