messages from 2018-05-08 17:00:19 to 2018-05-10 17:13:30 UTC [more...]
[PATCH V2] xfs_io: Document shutdown -f
2018-05-10 17:13 UTC (3+ messages)
[PATCH v3] fs: don't scan the inode cache before SB_BORN is set
2018-05-10 16:39 UTC (2+ messages)
[PATCH] xfs: factor out nodiscard helpers
2018-05-10 16:38 UTC (4+ messages)
` [PATCH v2] "
[ANNOUNCE] xfs-linux: for-next updated to 9d93388b0afe
2018-05-10 16:29 UTC
[PATCH v4 00/12] xfs-4.18: various fixes
2018-05-10 16:07 UTC (19+ messages)
` [PATCH 01/12] xfs: bmap debugging should never panic the system
` [PATCH 02/12] xfs: add missing rmap error return
` [PATCH 03/12] xfs: skip scrub xref if corruption already noted
` [PATCH 04/12] xfs: don't continue scrub if already corrupt
` [PATCH 06/12] xfs: quota scrub should use bmapbtd scrubber
` [PATCH 07/12] xfs: scrub the data fork of the realtime inodes
` [PATCH 08/12] xfs: superblock scrub should use short-lived buffers
[PATCH v3 00/14] xfs-4.18: quota refactor
2018-05-10 15:30 UTC (15+ messages)
` [PATCH 01/14] xfs: release new dquot buffer on defer_finish error
` [PATCH 02/14] xfs: don't spray logs when dquot flush/purge fail
` [PATCH 03/14] xfs: refactor XFS_QMOPT_DQNEXT out of existence
` [PATCH 04/14] xfs: refactor dquot cache handling
` [PATCH 05/14] xfs: delegate dqget input checks to helper function
` [PATCH 06/14] xfs: remove unnecessary xfs_qm_dqattach parameter
` [PATCH 07/14] xfs: split out dqget for inodes from regular dqget
` [PATCH 08/14] xfs: fetch dquots directly during quotacheck
` [PATCH 09/14] xfs: refactor incore dquot initialization functions
` [PATCH 10/14] xfs: refactor xfs_qm_dqtobp and xfs_qm_dqalloc
` [PATCH 11/14] xfs: remove direct calls to _qm_dqread
` [PATCH 12/14] xfs: replace XFS_QMOPT_DQALLOC with a simple boolean
` [PATCH 13/14] xfs: rename on-disk dquot counter zap functions
` [PATCH 14/14] xfs: refactor dquot iteration
[PATCH v2 00/13] xfs-4.18: quota refactor
2018-05-10 15:20 UTC (6+ messages)
` [PATCH 09/13] xfs: remove xfs_qm_dqread flags argument
` [PATCH 09/13] xfs: remove direct calls to _qm_dqread
stop using buffer heads in xfs and iomap
2018-05-10 15:13 UTC (48+ messages)
` [PATCH 01/33] block: add a lower-level bio_add_page interface
` [PATCH 02/33] fs: factor out a __generic_write_end helper
` [PATCH 03/33] fs: move page_cache_seek_hole_data to iomap.c
` [PATCH 04/33] fs: remove the buffer_unwritten check in page_seek_hole_data
` [PATCH 05/33] fs: use ->is_partially_uptodate in page_cache_seek_hole_data
` [PATCH 06/33] mm: give the 'ret' variable a better name __do_page_cache_readahead
` [PATCH 07/33] mm: split ->readpages calls to avoid non-contiguous pages lists
` [PATCH 08/33] iomap: use __bio_add_page in iomap_dio_zero
` [PATCH 09/33] iomap: add a iomap_sector helper
` [PATCH 10/33] iomap: add an iomap-based bmap implementation
` [PATCH 11/33] iomap: add an iomap-based readpage and readpages implementation
` [PATCH 12/33] xfs: use iomap_bmap
` [PATCH 13/33] xfs: use iomap for blocksize == PAGE_SIZE readpage and readpages
` [PATCH 14/33] xfs: simplify xfs_bmap_punch_delalloc_range
` [PATCH 15/33] xfs: simplify xfs_aops_discard_page
` [PATCH 16/33] xfs: move locking into xfs_bmap_punch_delalloc_range
` [PATCH 17/33] xfs: make xfs_writepage_map extent map centric
` [PATCH 18/33] xfs: remove the now unused XFS_BMAPI_IGSTATE flag
` [PATCH 19/33] xfs: remove xfs_reflink_find_cow_mapping
` [PATCH 20/33] xfs: remove xfs_reflink_trim_irec_to_next_cow
` [PATCH 21/33] xfs: simplify xfs_map_blocks by using xfs_iext_lookup_extent directly
` [PATCH 22/33] xfs: don't clear imap_valid for a non-uptodate buffers
` [PATCH 23/33] xfs: remove the imap_valid flag
` [PATCH 24/33] xfs: don't look at buffer heads in xfs_add_to_ioend
` [PATCH 25/33] xfs: move all writeback buffer_head manipulation into xfs_map_at_offset
` [PATCH 26/33] xfs: allow writeback on pages without buffer heads
` [PATCH 27/33] xfs: remove xfs_start_page_writeback
` [PATCH 28/33] xfs: refactor the tail of xfs_writepage_map
` [PATCH 29/33] xfs: do not set the page uptodate in xfs_writepage_map
` [PATCH 30/33] iomap: add initial support for writes without buffer heads
` [PATCH 31/33] iomap: add support for sub-pagesize buffered I/O "
` [PATCH 32/33] xfs: add support for sub-pagesize writeback without buffer_heads
` [PATCH 33/33] fs: remove __block_write_begin and iomap_to_bh
[PATCH v4] iomap: add a swapfile activation function
2018-05-10 13:36 UTC (2+ messages)
[PATCH v2 0/3] xfs: skip unnecessary discards
2018-05-10 8:25 UTC (18+ messages)
` [PATCH v2 1/3] xfs: add bmapi nodiscard flag
` [PATCH v2 2/3] xfs: skip online discard during eofblocks trims
` [PATCH v2 3/3] xfs: don't discard on free of unwritten extents
WARNING: bad unlock balance in xfs_iunlock
2018-05-09 23:22 UTC (23+ messages)
[PATCH v9 0/9] dax: fix dma vs truncate/hole-punch
2018-05-09 22:54 UTC (14+ messages)
` [PATCH v9 1/9] dax, dm: introduce ->fs_{claim, release}() dax_device infrastructure
` [PATCH v9 3/9] memremap: split devm_memremap_pages() and memremap() infrastructure
` [PATCH v9 5/9] mm: fix __gup_device_huge vs unmap
` [PATCH v9 6/9] mm, fs, dax: handle layout changes to pinned dax mappings
` [PATCH v9 9/9] xfs, dax: introduce xfs_break_dax_layouts()
[PATCH v3 1/2] iomap: add a swapfile activation function
2018-05-09 17:11 UTC (3+ messages)
[PATCH v2 0/6] xfs: defer agfl block frees
2018-05-09 16:31 UTC (11+ messages)
` [PATCH v2 2/6] xfs: defer agfl block frees when dfops is available
xfs_db and ASSERT fails dur type mismatch
2018-05-09 16:27 UTC (2+ messages)
[PATCH] xfs: limit xfs_growfs size if test with --large-fs
2018-05-09 16:22 UTC (2+ messages)
[PATCH] test online label ioctl
2018-05-09 16:18 UTC (3+ messages)
[PATCH 0/9 v2] xfs: log item and transaction cleanups
2018-05-09 15:19 UTC (27+ messages)
` [PATCH 1/9] xfs: log item flags are racy
` [PATCH 2/9] xfs: add tracing to high level transaction operations
` [PATCH 3/9] xfs: adder caller IP to xfs_defer* tracepoints
` [PATCH 4/9] xfs: don't assert fail with AIL lock held
` [PATCH 5/9] xfs: fix double ijoin in xfs_inactive_symlink_rmt()
` [PATCH 6/9] xfs: fix double ijoin in xfs_reflink_cancel_cow_range
` [PATCH 7/9] xfs: fix double ijoin in xfs_reflink_clear_inode_flag()
` [PATCH 8/9] xfs: add some more debug checks to buffer log item reuse
` [PATCH 9/9] xfs: get rid of the log item descriptor
[PATCH] io: Document shutdown -f
2018-05-09 15:09 UTC (2+ messages)
[PATCH 00/21] xfsprogs: parent pointers v1
2018-05-09 1:47 UTC (30+ messages)
` [PATCH 01/21] xfsprogs: Move xfs_attr.h to libxfs
` [PATCH 17/21] xfsprogs: Add delayed attributes error tag
` [PATCH 18/21] xfsprogs: Add parent pointer flag to cmd
` [PATCH 19/21] xfsprogs: Remove single byte array from struct parent
` [PATCH 20/21] xfsprogs: Add parent pointers during protofile creation
` [PATCH 21/21] xfsprogs: implement the upper half of parent pointers
[RFC] vfs: skip extra attributes check on removal for symlinks
2018-05-09 1:39 UTC (8+ messages)
[PATCH] xfs_db: add -R option
2018-05-09 0:14 UTC (4+ messages)
[PATCHSET v2 0/4] Add throttling for discards
2018-05-08 20:57 UTC (10+ messages)
` [PATCH 1/4] block: break discard submissions into the user defined size
` [PATCH 2/4] blk-wbt: account any writing command as a write
` [PATCH 3/4] blk-wbt: pass in enum wbt_flags to get_rq_wait()
` [PATCH 4/4] blk-wbt: throttle discards like background writes
[PATCH 00/21] Parent Pointers v6
2018-05-08 17:14 UTC (33+ messages)
` [PATCH 02/21] Add trans toggle to attr routines
` [PATCH 03/21] xfs: Add attibute set and helper functions
` [PATCH 04/21] xfs: Add attibute remove "
` [PATCH 05/21] xfs: Set up infastructure for deferred attribute operations
` [PATCH 06/21] xfs: Add xfs_attr_set_deferred and xfs_attr_remove_deferred
` [PATCH 07/21] xfs: Remove all strlen calls in all xfs_attr_* functions for attr names
` [PATCH 09/21] xfs: get directory offset when removing directory name
` [PATCH 10/21] xfs: get directory offset when replacing a "
` [PATCH 12/21] xfs: define parent pointer xattr format
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).