messages from 2017-03-21 17:37:06 to 2017-03-29 16:40:18 UTC [more...]
[PATCH 0/2 V2] xfs_io: hook up statx
2017-03-29 16:40 UTC (36+ messages)
` [PATCH 1/2 V2] xfs_io: move stat functions to new file
` [PATCH 2/2 V2] xfs_io: hook up statx
` [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 00/22] mkfs.xfs: Make stronger conflict checks
2017-03-29 16:33 UTC (14+ 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
[ANNOUNCE] xfsprogs: for-next branch updated to 88a4a19
2017-03-29 16:28 UTC
[PATCH 4.4 48/76] libceph: force GFP_NOIO for socket allocations
2017-03-29 14:30 UTC (10+ messages)
[PATCH] xfs_repair: junk leaf attribute if count == 0
2017-03-29 13:33 UTC (4+ messages)
[RFC PATCH v1 00/30] fs: inode->i_version rework and optimization
2017-03-29 11:15 UTC (16+ messages)
statx manpage
2017-03-28 20:22 UTC (21+ messages)
` [PATCH] xfs: report crtime and attribute flags to statx
` [PATCH] Add initial batch of statx() LTP tests
[PATCH v2] xfs: move the inline directory verifiers
2017-03-28 17:24 UTC (5+ 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)
[PATCH] xfs_io: Allow "open -P" to specify O_PATH
2017-03-28 14:29 UTC
Request 2aa6ba7b5ad3 ("clear _XBF_PAGES from buffers when readahead page") for 4.4 stable inclusion
2017-03-28 11:43 UTC (3+ 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)
[PATCH] xfs: Remove obsolete declaration of xfs_buf_get_empty
2017-03-27 20:05 UTC (2+ messages)
[4.11-rc3 BUG] xfs/348 crashes debug kernel
2017-03-27 17:17 UTC (2+ messages)
[PATCH 0/2] xfs: readonly handling changes
2017-03-27 17:16 UTC (9+ messages)
` [PATCH 2/2] xfs: remove readonly checks from xfs_release & xfs_inactive
` [PATCH 2/2 V2] xfs: toggle readonly state around xfs_log_mount_finish
[PATCH] xfs: verify inline directory data forks
2017-03-27 17:10 UTC (3+ messages)
[PATCH (TRIVIAL)] xfs: fix up inode validation failure message
2017-03-27 15:21 UTC (2+ messages)
(no subject)
2017-03-27 8:49 UTC (28+ 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
` [PATCH 07/27] xfs: fail _dir_open when readahead fails
` [PATCH 08/27] xfs: filter out obviously bad btree pointers
` [PATCH 09/27] xfs: check for obviously bad level values in the bmbt root
` [PATCH 10/27] xfs: verify free block header fields
` [PATCH 11/27] xfs: allow unwritten extents in the CoW fork
` [PATCH 12/27] xfs: mark speculative prealloc CoW fork extents unwritten
` [PATCH 13/27] xfs: reset b_first_retry_time when clear the retry status of xfs_buf_t
` [PATCH 14/27] xfs: reject all unaligned direct writes to reflinked files
` [PATCH 15/27] xfs: update ctime and mtime on clone destinatation inodes
` [PATCH 16/27] xfs: don't fail xfs_extent_busy allocation
` [PATCH 17/27] xfs: handle indlen shortage on delalloc extent merge
` [PATCH 18/27] xfs: split indlen reservations fairly when under reserved
` [PATCH 19/27] xfs: fix uninitialized variable in _reflink_convert_cow
` [PATCH 20/27] xfs: don't reserve blocks for right shift transactions
` [PATCH 21/27] xfs: Use xfs_icluster_size_fsb() to calculate inode chunk alignment
` [PATCH 22/27] xfs: tune down agno asserts in the bmap code
` [PATCH 23/27] xfs: only reclaim unwritten COW extents periodically
` [PATCH 24/27] xfs: fix and streamline error handling in xfs_end_io
` [PATCH 25/27] xfs: Use xfs_icluster_size_fsb() to calculate inode alignment mask
` [PATCH 26/27] xfs: use iomap new flag for newly allocated delalloc blocks
` [PATCH 27/27] xfs: try any AG when allocating the first btree block when reflinking
(no subject)
2017-03-27 8:38 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
Consider including ef388e2054fe ("xfs: don't allow di_size with high bit set") into stable releases
2017-03-27 8:18 UTC (2+ messages)
Request for inclusion of 4dfce57db635 ("xfs: fix up xfs_swap_extent_forks inline extent handling") in stable
2017-03-27 8:17 UTC (2+ messages)
Request 5c6863019e45 ("cancel the setfilesize transation when io error happen") for 3.12 stable inclusion
2017-03-27 8:15 UTC (3+ messages)
[PATCH 0/8 v3] No wait AIO
2017-03-24 14:39 UTC (5+ messages)
` [PATCH 5/8] nowait aio: return on congested block device
XFS race on umount
2017-03-24 12:13 UTC (6+ messages)
boot failure after kernel update, imap claims in-use inode 661690 is free, would correct imap
2017-03-24 5:15 UTC (14+ messages)
Selectively backup based on specific date
2017-03-23 21:38 UTC (4+ messages)
[PATCH 0/4] miscellaneous tests
2017-03-22 13:06 UTC (6+ messages)
` [PATCH 3/4] reflink: test adjacency of reflinked blocks
[PATCH] xfstests: xfs/191 update
2017-03-22 12:33 UTC (4+ messages)
[PATCH RFC 0/2] xfs_io: hook up statx
2017-03-22 5:28 UTC (6+ messages)
` [PATCH RFC 1/2] xfs_io: move stat functions to new file
` [PATCH RFC 2/2] xfs_io: hook up statx
[PATCH v2] generic: test pagecache invalidation after direct write
2017-03-22 3:09 UTC (3+ messages)
[PATCH][PROGS] xfs_io: Allow setting multiple mode flags for fallocate()
2017-03-21 21:54 UTC (4+ messages)
[PATCH] xfs: Honor FALLOC_FL_KEEP_SIZE when punching ends of files
2017-03-21 19:13 UTC (4+ messages)
` [PATCH v2] "
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).