linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-09-12 04:45:34 to 2017-09-18 09:17:45 UTC [more...]

[PATCH 4.9 40/78] xfs: dont crash on unexpected holes in dir/attr btrees
 2017-09-18  9:12 UTC  (12+ messages)
` [PATCH 4.9 41/78] xfs: check _btree_check_block value
` [PATCH 4.9 42/78] xfs: set firstfsb to NULLFSBLOCK before feeding it to _bmapi_write
` [PATCH 4.9 43/78] xfs: check _alloc_read_agf buffer pointer before using
` [PATCH 4.9 45/78] xfs: fix multi-AG deadlock in xfs_bunmapi
` [PATCH 4.9 48/78] xfs: clear MS_ACTIVE after finishing log recovery
` [PATCH 4.9 49/78] xfs: dont leak quotacheck dquots when cow recovery
` [PATCH 4.9 50/78] iomap: fix integer truncation issues in the zeroing and dirtying helpers
` [PATCH 4.9 53/78] xfs: remove xfs_trans_ail_delete_bulk
` [PATCH 4.9 73/78] xfs: disable per-inode DAX flag
` [PATCH 4.9 75/78] xfs: dont set v3 xflags for v2 inodes
` [PATCH 4.9 76/78] xfs: open code end_buffer_async_write in xfs_finish_page_writeback

[PATCH 4.13 46/52] xfs: disable per-inode DAX flag
 2017-09-18  9:10 UTC  (3+ messages)
` [PATCH 4.13 48/52] xfs: dont set v3 xflags for v2 inodes
` [PATCH 4.13 49/52] xfs: open code end_buffer_async_write in xfs_finish_page_writeback

4.13-stable updates for XFS
 2017-09-18  8:31 UTC  (27+ messages)
` [PATCH 01/25] xfs: write unmount record for ro mounts
` [PATCH 02/25] xfs: toggle readonly state around xfs_log_mount_finish
` [PATCH 03/25] xfs: Add infrastructure needed for error propagation during buffer IO failure
` [PATCH 04/25] xfs: Properly retry failed inode items in case of error during buffer writeback
` [PATCH 05/25] xfs: fix recovery failure when log record header wraps log end
` [PATCH 06/25] xfs: always verify the log tail during recovery
` [PATCH 07/25] xfs: fix log recovery corruption error due to tail overwrite
` [PATCH 08/25] xfs: handle -EFSCORRUPTED during head/tail verification
` [PATCH 09/25] xfs: stop searching for free slots in an inode chunk when there are none
` [PATCH 10/25] xfs: evict all inodes involved with log redo item
` [PATCH 11/25] xfs: check for race with xfs_reclaim_inode() in xfs_ifree_cluster()
` [PATCH 12/25] xfs: open-code xfs_buf_item_dirty()
` [PATCH 13/25] xfs: remove unnecessary dirty bli format check for ordered bufs
` [PATCH 14/25] xfs: ordered buffer log items are never formatted
` [PATCH 15/25] xfs: refactor buffer logging into buffer dirtying helper
` [PATCH 16/25] xfs: don't log dirty ranges for ordered buffers
` [PATCH 17/25] xfs: skip bmbt block ino validation during owner change
` [PATCH 18/25] xfs: move bmbt owner change to last step of extent swap
` [PATCH 19/25] xfs: disallow marking previously dirty buffers as ordered
` [PATCH 20/25] xfs: relog dirty buffers during swapext bmbt owner change
` [PATCH 21/25] xfs: disable per-inode DAX flag
` [PATCH 22/25] xfs: fix incorrect log_flushed on fsync
` [PATCH 23/25] xfs: don't set v3 xflags for v2 inodes
` [PATCH 24/25] xfs: open code end_buffer_async_write in xfs_finish_page_writeback
` [PATCH 25/25] xfs: use kmem_free to free return value of kmem_zalloc

4.9-stable updates for XFS
 2017-09-18  8:22 UTC  (49+ messages)
` [PATCH 01/47] xfs: Move handling of missing page into one place in xfs_find_get_desired_pgoff()
` [PATCH 02/47] xfs: fix spurious spin_is_locked() assert failures on non-smp kernels
` [PATCH 03/47] xfs: push buffer of flush locked dquot to avoid quotacheck deadlock
` [PATCH 04/47] xfs: try to avoid blowing out the transaction reservation when bunmaping a shared extent
` [PATCH 05/47] xfs: release bli from transaction properly on fs shutdown
` [PATCH 06/47] xfs: remove bli from AIL before release on transaction abort
` [PATCH 07/47] xfs: don't allow bmap on rt files
` [PATCH 08/47] xfs: free uncommitted transactions during log recovery
` [PATCH 09/47] xfs: free cowblocks and retry on buffered write ENOSPC
` [PATCH 10/47] xfs: don't crash on unexpected holes in dir/attr btrees
` [PATCH 11/47] xfs: check _btree_check_block value
` [PATCH 12/47] xfs: set firstfsb to NULLFSBLOCK before feeding it to _bmapi_write
` [PATCH 13/47] xfs: check _alloc_read_agf buffer pointer before using
` [PATCH 14/47] xfs: fix quotacheck dquot id overflow infinite loop
` [PATCH 15/47] xfs: fix multi-AG deadlock in xfs_bunmapi
` [PATCH 16/47] xfs: Fix per-inode DAX flag inheritance
` [PATCH 17/47] xfs: fix inobt inode allocation search optimization
` [PATCH 18/47] xfs: clear MS_ACTIVE after finishing log recovery
` [PATCH 19/47] xfs: don't leak quotacheck dquots when cow recovery
` [PATCH 20/47] iomap: fix integer truncation issues in the zeroing and dirtying helpers
` [PATCH 21/47] xfs: write unmount record for ro mounts
` [PATCH 22/47] xfs: toggle readonly state around xfs_log_mount_finish
` [PATCH 23/47] xfs: remove xfs_trans_ail_delete_bulk
` [PATCH 24/47] xfs: Add infrastructure needed for error propagation during buffer IO failure
` [PATCH 25/47] xfs: Properly retry failed inode items in case of error during buffer writeback
` [PATCH 26/47] xfs: fix recovery failure when log record header wraps log end
` [PATCH 27/47] xfs: always verify the log tail during recovery
` [PATCH 28/47] xfs: fix log recovery corruption error due to tail overwrite
` [PATCH 29/47] xfs: handle -EFSCORRUPTED during head/tail verification
` [PATCH 30/47] xfs: add log recovery tracepoint for head/tail
` [PATCH 31/47] xfs: stop searching for free slots in an inode chunk when there are none
` [PATCH 32/47] xfs: evict all inodes involved with log redo item
` [PATCH 33/47] xfs: check for race with xfs_reclaim_inode() in xfs_ifree_cluster()
` [PATCH 34/47] xfs: open-code xfs_buf_item_dirty()
` [PATCH 35/47] xfs: remove unnecessary dirty bli format check for ordered bufs
` [PATCH 36/47] xfs: ordered buffer log items are never formatted
` [PATCH 37/47] xfs: refactor buffer logging into buffer dirtying helper
` [PATCH 38/47] xfs: don't log dirty ranges for ordered buffers
` [PATCH 39/47] xfs: skip bmbt block ino validation during owner change
` [PATCH 40/47] xfs: move bmbt owner change to last step of extent swap
` [PATCH 41/47] xfs: disallow marking previously dirty buffers as ordered
` [PATCH 42/47] xfs: relog dirty buffers during swapext bmbt owner change
` [PATCH 43/47] xfs: disable per-inode DAX flag
` [PATCH 44/47] xfs: fix incorrect log_flushed on fsync
` [PATCH 45/47] xfs: don't set v3 xflags for v2 inodes
` [PATCH 46/47] xfs: open code end_buffer_async_write in xfs_finish_page_writeback
` [PATCH 47/47] xfs: use kmem_free to free return value of kmem_zalloc

[PATCH 1/2] xfs: always use DAX if mount option is used
 2017-09-18  7:47 UTC  (18+ messages)
` [PATCH] xfs: add regression test for DAX mount option usage

[PATCH] xfsprogs/db: version command misses RMAPBT feature string
 2017-09-18  7:13 UTC 

[PATCH 1/2] xfs: rewrite getbmap using the xfs_iext_* helpers
 2017-09-17 21:44 UTC  (3+ messages)

refactor extent manipulation V2
 2017-09-17 21:22 UTC  (23+ messages)
` [PATCH 01/18] xfs: fix incorrect extent state in xfs_bmap_add_extent_unwritten_real
` [PATCH 02/18] xfs: use xfs_iext_get_extent instead of open coding it
` [PATCH 03/18] xfs: don't set XFS_BTCUR_BPRV_WASDEL in xfs_bunmapi
` [PATCH 04/18] xfs: rename bno to end in __xfs_bunmapi
` [PATCH 05/18] xfs: use xfs_bmap_del_extent_delay for the data fork as well
` [PATCH 06/18] xfs: move some more code into xfs_bmap_del_extent_real
` [PATCH 07/18] xfs: use correct state defines in xfs_bmap_del_extent_{cow,delay}
` [PATCH 08/18] xfs: use the state defines in xfs_bmap_del_extent_real
` [PATCH 09/18] xfs: refactor xfs_del_extent_real
` [PATCH 10/18] xfs: refactor xfs_bmap_add_extent_hole_delay
` [PATCH 11/18] xfs: refactor xfs_bmap_add_extent_hole_real
` [PATCH 12/18] xfs: refactor xfs_bmap_add_extent_delay_real
` [PATCH 13/18] xfs: refactor xfs_bmap_add_extent_unwritten_real
` [PATCH 14/18] xfs: pass a struct xfs_bmbt_irec to xfs_bmbt_update
` [PATCH 15/18] xfs: pass a struct xfs_bmbt_irec to xfs_bmbt_lookup_eq
` [PATCH 16/18] xfs: replace xfs_bmbt_lookup_ge with xfs_bmbt_lookup_first
` [PATCH 17/18] xfs: remove all xfs_bmbt_set_* helpers except for xfs_bmbt_set_all
` [PATCH 18/18] xfs: remove xfs_bmbt_get_state

[PATCH v4 0/3] MAP_DIRECT and block-map sealed files
 2017-09-17 17:39 UTC  (5+ messages)
` [PATCH v4 2/3] mm: introduce MAP_VALIDATE a mechanism for adding new mmap flags

[PATCH] xfs: Output warning message when discard option was enabled even though the device does not support discard
 2017-09-17  7:32 UTC 

[PATCH] xfs: add regression test for DAX mount option usage
 2017-09-16 22:26 UTC  (5+ messages)
` [fstests PATCH v2] "

XFS and sector size on thin volumes
 2017-09-16 22:01 UTC  (11+ messages)

[PATCH 00/42] mkfs: factor the crap out of the code
 2017-09-16 11:29 UTC  (3+ messages)

Status Report 9/8/2012 - 9/15/2017
 2017-09-16  4:27 UTC  (2+ messages)

[ANNOUNCE] xfsprogs: for-next updated to 211bdc7 (4.13.0-rc1)
 2017-09-15 19:41 UTC 

[ANNOUNCE] xfsdump: master updated to ce8b006
 2017-09-15 13:25 UTC  (7+ messages)

[PATCH] xfs: fix incorrect log_flushed on fsync
 2017-09-15 12:40 UTC  (2+ messages)

xfs: Uninitialized memory read at xlog_write
 2017-09-15 11:19 UTC  (9+ messages)

Some questions about per-ag metadata space reservations
 2017-09-15  1:03 UTC  (7+ messages)

[PATCH v3 4/4] ext4: Switch to iomap for SEEK_HOLE / SEEK_DATA
 2017-09-14 21:15 UTC  (2+ messages)

[PATCH 11/17] xfs: refactor xfs_bmap_add_extent_delay_real
 2017-09-14 13:23 UTC  (2+ messages)

[PATCH v2 0/4] ext4: SEEK_HOLE / SEEK_DATA via iomap
 2017-09-14 13:14 UTC  (8+ messages)
` [PATCH v2 1/4] iomap: Switch from blkno to disk offset
` [PATCH v2 2/4] iomap: Add IOMAP_F_DATA_INLINE flag
` [PATCH v2 3/4] ext4: Add iomap support for inline data
` [PATCH v2 4/4] ext4: Switch to iomap for SEEK_HOLE / SEEK_DATA

[PATCH 0/4] ext4: SEEK_HOLE / SEEK_DATA via iomap
 2017-09-14  9:17 UTC  (4+ messages)
` [PATCH 4/4] ext4: Switch to iomap for SEEK_HOLE / SEEK_DATA

[BUG] xfs/104 triggered NULL pointer dereference in iomap based dio
 2017-09-14  6:55 UTC  (4+ messages)

xfs/310: relax extent count check
 2017-09-14  4:09 UTC 

[PATCH] xfs_repair: don't use do_warn for normal log message
 2017-09-14  2:19 UTC  (3+ messages)

backport request/question
 2017-09-13 16:18 UTC  (3+ messages)

[PATCH v2] xfs_repair: don't use do_warn for normal log message
 2017-09-13 13:57 UTC  (2+ messages)

xfs-quota reports used space incorrectly
 2017-09-13  9:49 UTC  (2+ messages)

[PATCH 1/3] .gitignore: ignore cscope files
 2017-09-13  7:16 UTC  (5+ messages)
` [PATCH 2/3] ext4: test for DAX + journaling corruption
` [PATCH 3/3] ext4: test for inline data + DAX corruption

[ANNOUNCE, IMPORTANT] CVE-2017-14340: xfs: unprivileged user kernel oops
 2017-09-13  6:28 UTC 

xfs-quota reports used space incorrectly
 2017-09-12 12:00 UTC 

iov_iter_pipe warning
 2017-09-12 11:13 UTC  (12+ messages)

[PATCH v2] xfs: check kthread_should_stop() after the setting of task state
 2017-09-12  8:45 UTC 

[PATCH] xfs: check kthread_should_stop() after the setting of task state
 2017-09-12  8:38 UTC  (3+ 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).