linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-05-31 16:26:27 to 2017-06-05 05:35:49 UTC [more...]

[PATCH 0/10 v10] No wait AIO
 2017-06-05  5:35 UTC  (2+ messages)
` [PATCH 01/10] fs: Separate out kiocb flags setup based on RWF_* flags

bug report: Unexpected file modify
 2017-06-05  2:13 UTC 

[PATCH] xfs: try to avoid blowing out the transaction reservation when bunmaping a shared extent
 2017-06-03 17:04 UTC 

transaction reservations for deleting of shared extents
 2017-06-03 17:01 UTC  (9+ messages)

4.9-stable updates for XFS
 2017-06-03 13:18 UTC  (26+ messages)
` [PATCH 01/25] xfs: verify inline directory data forks
` [PATCH 02/25] xfs: rework the inline directory verifiers
` [PATCH 03/25] xfs: fix kernel memory exposure problems
` [PATCH 04/25] xfs: use dedicated log worker wq to avoid deadlock with cil wq
` [PATCH 05/25] xfs: fix over-copying of getbmap parameters from userspace
` [PATCH 06/25] xfs: actually report xattr extents via iomap
` [PATCH 07/25] xfs: drop iolock from reclaim context to appease lockdep
` [PATCH 08/25] xfs: fix integer truncation in xfs_bmap_remap_alloc
` [PATCH 09/25] xfs: handle array index overrun in xfs_dir2_leaf_readbuf()
` [PATCH 10/25] xfs: prevent multi-fsb dir readahead from reading random blocks
` [PATCH 11/25] xfs: fix up quotacheck buffer list error handling
` [PATCH 12/25] xfs: support ability to wait on new inodes
` [PATCH 13/25] xfs: update ag iterator to support "
` [PATCH 14/25] xfs: wait on new inodes during quotaoff dquot release
` [PATCH 15/25] xfs: reserve enough blocks to handle btree splits when remapping
` [PATCH 16/25] xfs: fix use-after-free in xfs_finish_page_writeback
` [PATCH 17/25] xfs: fix indlen accounting error on partial delalloc conversion
` [PATCH 18/25] xfs: BMAPX shouldn't barf on inline-format directories
` [PATCH 19/25] xfs: bad assertion for delalloc an extent that start at i_size
` [PATCH 20/25] xfs: xfs_trans_alloc_empty
` [PATCH 21/25] xfs: avoid mount-time deadlock in CoW extent recovery
` [PATCH 22/25] xfs: fix unaligned access in xfs_btree_visit_blocks
` [PATCH 23/25] xfs: fix off-by-one on max nr_pages in xfs_find_get_desired_pgoff()
` [PATCH 24/25] xfs: Fix missed holes in SEEK_HOLE implementation
` [PATCH 25/25] xfs: Fix off-by-in in loop termination in xfs_find_get_desired_pgoff()

4.11-stable updates for XFS
 2017-06-03 13:15 UTC  (24+ messages)
` [PATCH 01/23] xfs: use dedicated log worker wq to avoid deadlock with cil wq
` [PATCH 02/23] xfs: fix over-copying of getbmap parameters from userspace
` [PATCH 03/23] xfs: actually report xattr extents via iomap
` [PATCH 04/23] xfs: drop iolock from reclaim context to appease lockdep
` [PATCH 05/23] xfs: fix integer truncation in xfs_bmap_remap_alloc
` [PATCH 06/23] xfs: handle array index overrun in xfs_dir2_leaf_readbuf()
` [PATCH 07/23] xfs: prevent multi-fsb dir readahead from reading random blocks
` [PATCH 08/23] xfs: fix up quotacheck buffer list error handling
` [PATCH 09/23] xfs: support ability to wait on new inodes
` [PATCH 10/23] xfs: update ag iterator to support "
` [PATCH 11/23] xfs: wait on new inodes during quotaoff dquot release
` [PATCH 12/23] xfs: reserve enough blocks to handle btree splits when remapping
` [PATCH 13/23] xfs: fix use-after-free in xfs_finish_page_writeback
` [PATCH 14/23] xfs: fix indlen accounting error on partial delalloc conversion
` [PATCH 15/23] xfs: BMAPX shouldn't barf on inline-format directories
` [PATCH 16/23] xfs: bad assertion for delalloc an extent that start at i_size
` [PATCH 17/23] xfs: xfs_trans_alloc_empty
` [PATCH 18/23] xfs: avoid mount-time deadlock in CoW extent recovery
` [PATCH 19/23] xfs: fix unaligned access in xfs_btree_visit_blocks
` [PATCH 20/23] xfs: fix off-by-one on max nr_pages in xfs_find_get_desired_pgoff()
` [PATCH 21/23] xfs: Fix missed holes in SEEK_HOLE implementation
` [PATCH 22/23] xfs: Fix off-by-in in loop termination in xfs_find_get_desired_pgoff()
` [PATCH 23/23] iomap_dio_rw: Prevent reading file data beyond iomap_dio->i_size

4.11-stable updates for XFS
 2017-06-03 13:10 UTC  (20+ messages)
` [PATCH 01/23] xfs: use dedicated log worker wq to avoid deadlock with cil wq
` [PATCH 02/23] xfs: fix over-copying of getbmap parameters from userspace
` [PATCH 03/23] xfs: actually report xattr extents via iomap
` [PATCH 04/23] xfs: drop iolock from reclaim context to appease lockdep
` [PATCH 05/23] xfs: fix integer truncation in xfs_bmap_remap_alloc
` [PATCH 06/23] xfs: handle array index overrun in xfs_dir2_leaf_readbuf()
` [PATCH 07/23] xfs: prevent multi-fsb dir readahead from reading random blocks
` [PATCH 08/23] xfs: fix up quotacheck buffer list error handling
` [PATCH 09/23] xfs: support ability to wait on new inodes
` [PATCH 10/23] xfs: update ag iterator to support "
` [PATCH 11/23] xfs: wait on new inodes during quotaoff dquot release
` [PATCH 12/23] xfs: reserve enough blocks to handle btree splits when remapping
` [PATCH 13/23] xfs: fix use-after-free in xfs_finish_page_writeback
` [PATCH 14/23] xfs: fix indlen accounting error on partial delalloc conversion
` [PATCH 15/23] xfs: BMAPX shouldn't barf on inline-format directories
` [PATCH 16/23] xfs: bad assertion for delalloc an extent that start at i_size
` [PATCH 17/23] xfs: xfs_trans_alloc_empty
` [PATCH 18/23] xfs: avoid mount-time deadlock in CoW extent recovery
` [PATCH 19/23] xfs: fix unaligned access in xfs_btree_visit_blocks

[PATCH] xfs: avoid -Wint-in-bool-context warning in xfs_bmap_util.c
 2017-06-03  5:23 UTC  (3+ messages)

My XFS volume died, please help!
 2017-06-02 23:21 UTC 

[PATCH v7 00/19] xfs: online scrub support
 2017-06-02 22:32 UTC  (20+ messages)
` [PATCH 01/19] xfs: query the per-AG reservation counters
` [PATCH 02/19] xfs: add scrub tracepoints
` [PATCH 03/19] xfs: create an ioctl to scrub AG metadata
` [PATCH 04/19] xfs: generic functions to scrub metadata and btrees
` [PATCH 05/19] xfs: scrub the backup superblocks
` [PATCH 06/19] xfs: scrub AGF and AGFL
` [PATCH 07/19] xfs: scrub the AGI
` [PATCH 08/19] xfs: scrub free space btrees
` [PATCH 09/19] xfs: scrub inode btrees
` [PATCH 10/19] xfs: scrub rmap btrees
` [PATCH 11/19] xfs: scrub refcount btrees
` [PATCH 12/19] xfs: scrub inodes
` [PATCH 13/19] xfs: scrub inode block mappings
` [PATCH 14/19] xfs: scrub directory/attribute btrees
` [PATCH 15/19] xfs: scrub directory metadata
` [PATCH 16/19] xfs: scrub directory freespace
` [PATCH 17/19] xfs: scrub extended attributes
` [PATCH 18/19] xfs: scrub symbolic links
` [PATCH 19/19] xfs: scrub realtime bitmap/summary

[PATCH v7 00/13] xfs: preparing for online scrub support
 2017-06-02 22:19 UTC  (15+ messages)
` [PATCH 01/13] xfs: optimize _btree_query_all
` [PATCH 02/13] xfs: remove double-underscore integer types
` [PATCH 03/13] xfs: always compile the btree inorder check functions
` [PATCH 04/13] xfs: export various function for the online scrubber
` [PATCH 05/13] xfs: plumb in needed functions for range querying of various btrees
` [PATCH 06/13] xfs: export _inobt_btrec_to_irec and _ialloc_cluster_alignment for scrub
` [PATCH 07/13] xfs: check if an inode is cached and allocated
` [PATCH 08/13] xfs: reflink find shared should take a transaction
` [PATCH 09/13] xfs: separate function to check if reflink flag needed
` [PATCH 10/13] xfs: refactor the ifork block counting function
` [PATCH 11/13] xfs: return the hash value of a leaf1 directory block
` [PATCH 12/13] xfs: pass along transaction context when reading directory block buffers
` [PATCH 13/13] xfs: pass along transaction context when reading xattr "
` [PATCH 14/13] xfs: allow reading of already-locked remote symbolic link

crypto: Work around deallocated stack frame reference gcc bug on sparc
 2017-06-02 19:55 UTC  (4+ messages)

[PATCH v8 00/10] xfsprogs 4.12: GETFSMAP support
 2017-06-02 19:52 UTC  (11+ messages)
` [PATCH 01/10] xfs: introduce the XFS_IOC_GETFSMAP ioctl
` [PATCH 02/10] xfs_io: refactor numlen into a library function
` [PATCH 03/10] xfs_io: support the new getfsmap ioctl
` [PATCH 04/10] xfs_repair: replace rmap_compare with libxfs version
` [PATCH 05/10] xfs_spaceman: space management tool
` [PATCH 06/10] xfs_spaceman: add FITRIM support
` [PATCH 07/10] xfs_spaceman: add new speculative prealloc control
` [PATCH 08/10] xfs_spaceman: Free space mapping command
` [PATCH 09/10] xfs_spaceman: add a man page
` [PATCH 10/10] xfs_spaceman: add group summary mode

[PATCH v7 0/9] xfsprogs 4.12: GETFSMAP support
 2017-06-02 19:44 UTC  (7+ messages)
` [PATCH 3/9] xfs_spaceman: space management tool

[GIT PULL] xfs: updates for 4.12-rc4
 2017-06-02 19:22 UTC 

[PATCH] fsr: fix uninitialized fs usage after timeout
 2017-06-02 18:20 UTC 

[PATCH 2/2] xfs: fix installation for extended output files
 2017-06-02  6:24 UTC  (5+ messages)

[v4.12-rc1 regression] nfs server crashed in fstests run
 2017-06-02  6:04 UTC 

[sparc64] crc32c misbehave
 2017-06-02  3:34 UTC  (8+ messages)

[PATCH 0/6] xfstests: remove most IRIX-specific code
 2017-06-02  3:34 UTC  (5+ messages)

[PATCH] xfs/040: use compare-libxfs in xfsprogs
 2017-06-01 16:50 UTC 

[PATCH 00/35 v1] pagevec API cleanups
 2017-06-01 13:55 UTC  (42+ messages)
` [PATCH 01/35] fscache: Remove unused ->now_uncached callback
` [PATCH 02/35] ext4: Fix SEEK_HOLE
` [PATCH 03/35] ext4: Fix off-by-in in loop termination in ext4_find_unwritten_pgoff()
` [PATCH 04/35] dax: Fix inefficiency in dax_writeback_mapping_range()
` [PATCH 05/35] mm: Fix THP handling in invalidate_mapping_pages()
` [PATCH 06/35] mm: Make pagevec_lookup() update index
` [PATCH 07/35] mm: Implement find_get_pages_range()
` [PATCH 08/35] fs: Fix performance regression in clean_bdev_aliases()
` [PATCH 09/35] ext4: Use pagevec_lookup_range() in ext4_find_unwritten_pgoff()
` [PATCH 10/35] ext4: Use pagevec_lookup_range() in writeback code
` [PATCH 11/35] hugetlbfs: Use pagevec_lookup_range() in remove_inode_hugepages()
` [PATCH 12/35] xfs: Use pagevec_lookup_range() in xfs_find_get_desired_pgoff()
` [PATCH 13/35] mm: Remove nr_pages argument from pagevec_lookup{,_range}()
` [PATCH 14/35] mm: Implement find_get_pages_range_tag()
` [PATCH 15/35] btrfs: Use pagevec_lookup_range_tag()
` [PATCH 16/35] ceph: "
` [PATCH 17/35] ext4: "
` [PATCH 18/35] f2fs: "
` [PATCH 19/35] f2fs: Simplify page iteration loops
` [PATCH 20/35] f2fs: Use find_get_pages_tag() for looking up single page
` [PATCH 21/35] gfs2: Use pagevec_lookup_range_tag()
` [PATCH 22/35] nilfs2: "
` [PATCH 23/35] mm: Use pagevec_lookup_range_tag() in __filemap_fdatawait_range()
` [PATCH 24/35] mm: Use pagevec_lookup_range_tag() in write_cache_pages()
` [PATCH 25/35] mm: Remove nr_pages argument from pagevec_lookup_{,range}_tag()
` [PATCH 26/35] afs: Use find_get_pages_range_tag()
` [PATCH 27/35] shmem: Use pagevec_lookup() in shmem_unlock_mapping()
` [PATCH 28/35] shmem: Use pagevec_lookup_entries()
` [PATCH 29/35] mm: Make pagevec_lookup_entries() update index
` [PATCH 30/35] mm: Implement find_get_entries_range()
` [PATCH 31/35] shmem: Convert to pagevec_lookup_entries_range()
` [PATCH 32/35] mm: Convert truncate code "
` [PATCH 33/35] mm: Remove nr_entries argument from pagevec_lookup_entries{,_range}()
` [PATCH 34/35] mm: Make find_get_entries_tag() update index
` [PATCH 35/35] mm: Implement find_get_entries_range_tag()
` [Cluster-devel] [PATCH 00/35 v1] pagevec API cleanups

[PATCH 01/24] uuid,afs: move struct uuid_v1 back into afs
 2017-05-31 19:40 UTC  (9+ messages)
` cleanup UUID types V6
  ` [PATCH 08/24] uuid: rename uuid_to_bin to uuid_parse
  ` [PATCH 15/24] block: remove blk_part_pack_uuid


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).