messages from 2023-01-18 22:45:19 to 2023-01-26 09:21:27 UTC [more...]
[PATCH v2 0/6] introduce vm_flags modifier functions
2023-01-26 9:19 UTC (26+ messages)
` [PATCH v2 1/6] mm: introduce vma->vm_flags "
` [PATCH v2 2/6] mm: replace VM_LOCKED_CLEAR_MASK with VM_LOCKED_MASK
` [PATCH v2 3/6] mm: replace vma->vm_flags direct modifications with modifier calls
` [PATCH v2 4/6] mm: replace vma->vm_flags indirect modification in ksm_madvise
` [PATCH v2 5/6] mm: introduce mod_vm_flags_nolock and use it in untrack_pfn
` [PATCH v2 6/6] mm: export dump_mm()
[PATCH v8 RESEND 0/8] fs: clean up internal i_version handling
2023-01-26 9:02 UTC (17+ messages)
` [PATCH v8 RESEND 1/8] fs: uninline inode_query_iversion
` [PATCH v8 RESEND 2/8] fs: clarify when the i_version counter must be updated
` [PATCH v8 RESEND 3/8] vfs: plumb i_version handling into struct kstat
` [PATCH v8 RESEND 4/8] nfs: report the inode version in getattr if requested
` [PATCH v8 RESEND 5/8] ceph: "
` [PATCH v8 RESEND 6/8] nfsd: move nfsd4_change_attribute to nfsfh.c
` [PATCH v8 RESEND 7/8] nfsd: use the getattr operation to fetch i_version
` [PATCH v8 RESEND 8/8] nfsd: remove fetch_iversion export operation
[PATCH v2] xfs: allow setting full range of panic tags
2023-01-26 5:29 UTC
[PATCH] xfs: allow setting full range of panic tags
2023-01-26 3:27 UTC (3+ messages)
[PATCH v2 0/2] xfs_admin: get/set label of mounted filesystems
2023-01-26 0:33 UTC (3+ messages)
` [PATCH v2 1/2] xfs_admin: correctly parse IO_OPTS parameters
` [PATCH v2 2/2] xfs_admin: get/set label of mounted filesystem
[PATCH v8 00/27] Parent Pointers
2023-01-25 20:54 UTC (33+ messages)
` [PATCH v8 01/27] xfs: Add new name to attri/d
` [PATCH v8 02/27] xfs: Increase XFS_DEFER_OPS_NR_INODES to 5
` [PATCH v8 03/27] xfs: Increase XFS_QM_TRANS_MAXDQS "
` [PATCH v8 04/27] xfs: Hold inode locks in xfs_ialloc
` [PATCH v8 05/27] xfs: Hold inode locks in xfs_trans_alloc_dir
` [PATCH v8 06/27] xfs: Hold inode locks in xfs_rename
` [PATCH v8 07/27] xfs: Expose init_xattrs in xfs_create_tmpfile
` [PATCH v8 08/27] xfs: get directory offset when adding directory name
` [PATCH v8 09/27] xfs: get directory offset when removing "
` [PATCH v8 10/27] xfs: get directory offset when replacing a "
` [PATCH v8 11/27] xfs: add parent pointer support to attribute code
` [PATCH v8 12/27] xfs: define parent pointer xattr format
` [PATCH v8 13/27] xfs: Add xfs_verify_pptr
` [PATCH v8 14/27] xfs: extend transaction reservations for parent attributes
` [PATCH v8 15/27] xfs: parent pointer attribute creation
` [PATCH v8 16/27] xfs: add parent attributes to link
` [PATCH v8 17/27] xfs: add parent attributes to symlink
` [PATCH v8 18/27] xfs: remove parent pointers in unlink
` [PATCH v8 19/27] xfs: Indent xfs_rename
` [PATCH v8 20/27] xfs: Add parent pointers to rename
` [PATCH v8 21/27] xfs: Add parent pointers to xfs_cross_rename
` [PATCH v8 22/27] xfs: Add the parent pointer support to the superblock version 5
` [PATCH v8 23/27] xfs: Add helper function xfs_attr_list_context_init
` [PATCH v8 24/27] xfs: Filter XFS_ATTR_PARENT for getfattr
` [PATCH v8 25/27] xfs: Add parent pointer ioctl
` [PATCH v8 26/27] xfs: fix unit conversion error in xfs_log_calc_max_attrsetm_res
` [PATCH v8 27/27] xfs: drop compatibility minimum log size computations for reflink
[PATCH 0/4] fsverity cleanups
2023-01-25 18:12 UTC (3+ messages)
` [PATCH 4/4] fsverity: pass pos and size to ->write_merkle_tree_block
replacement i_version counter for xfs
2023-01-25 17:58 UTC (5+ messages)
[ANNOUNCE] xfsprogs: for-next updated to d8eab7600
2023-01-25 17:21 UTC (5+ messages)
mkfs.xfs protofile and paths with spaces
2023-01-25 11:09 UTC (3+ messages)
[PATCHSET 0/3] xfs-documentation: updates for 6.1
2023-01-25 1:20 UTC (8+ messages)
` [PATCH 1/3] design: update group quota inode information for v5 filesystems
` [PATCH 2/3] design: document the large extent count ondisk format changes
` [PATCH 3/3] design: document extended attribute log item changes
[ANNOUNCE] New mailing list for fsverity development
2023-01-24 22:19 UTC
[syzbot] [xfs?] KASAN: slab-out-of-bounds Read in xfs_btree_del_cursor
2023-01-24 9:28 UTC
return an ERR_PTR from __filemap_get_folio v2
2023-01-23 19:18 UTC (15+ messages)
` [PATCH 1/7] mm: don't look at xarray value entries in split_huge_pages_in_file
` [PATCH 2/7] mm: make mapping_get_entry available outside of filemap.c
` [PATCH 3/7] mm: use filemap_get_entry in filemap_get_incore_folio
` [PATCH 4/7] shmem: remove shmem_get_partial_folio
` [PATCH 5/7] shmem: open code the page cache lookup in shmem_get_folio_gfp
` [PATCH 6/7] mm: remove FGP_ENTRY
` [PATCH 7/7] mm: return an ERR_PTR from __filemap_get_folio
[PATCH 00/42] xfs: per-ag centric allocation alogrithms
2023-01-23 5:41 UTC (56+ messages)
` [PATCH 01/42] xfs: fix low space alloc deadlock
` [PATCH 02/42] xfs: prefer free inodes at ENOSPC over chunk allocation
` [PATCH 03/42] xfs: block reservation too large for minleft allocation
` [PATCH 04/42] xfs: drop firstblock constraints from allocation setup
` [PATCH 05/42] xfs: t_firstblock is tracking AGs not blocks
` [PATCH 06/42] xfs: don't assert fail on transaction cancel with deferred ops
` [PATCH 07/42] xfs: active perag reference counting
` [PATCH 08/42] xfs: rework the perag trace points to be perag centric
` [PATCH 09/42] xfs: convert xfs_imap() to take a perag
` [PATCH 10/42] xfs: use active perag references for inode allocation
` [PATCH 11/42] xfs: inobt can use perags in many more places than it does
` [PATCH 12/42] xfs: convert xfs_ialloc_next_ag() to an atomic
` [PATCH 13/42] xfs: perags need atomic operational state
` [PATCH 14/42] xfs: introduce xfs_for_each_perag_wrap()
` [PATCH 15/42] xfs: rework xfs_alloc_vextent()
` [PATCH 16/42] xfs: factor xfs_alloc_vextent_this_ag() for _iterate_ags()
` [PATCH 17/42] xfs: combine __xfs_alloc_vextent_this_ag and xfs_alloc_ag_vextent
` [PATCH 18/42] xfs: use xfs_alloc_vextent_this_ag() where appropriate
` [PATCH 19/42] xfs: factor xfs_bmap_btalloc()
` [PATCH 20/42] xfs: use xfs_alloc_vextent_first_ag() where appropriate
` [PATCH 21/42] xfs: use xfs_alloc_vextent_start_bno() "
` [PATCH 22/42] xfs: introduce xfs_alloc_vextent_near_bno()
` [PATCH 23/42] xfs: introduce xfs_alloc_vextent_exact_bno()
` [PATCH 24/42] xfs: introduce xfs_alloc_vextent_prepare()
` [PATCH 25/42] xfs: move allocation accounting to xfs_alloc_vextent_set_fsbno()
` [PATCH 26/42] xfs: fold xfs_alloc_ag_vextent() into callers
` [PATCH 27/42] xfs: move the minimum agno checks into xfs_alloc_vextent_check_args
` [PATCH 28/42] xfs: convert xfs_alloc_vextent_iterate_ags() to use perag walker
` [PATCH 29/42] xfs: convert trim to use for_each_perag_range
` [PATCH 30/42] xfs: factor out filestreams from xfs_bmap_btalloc_nullfb
` [PATCH 31/42] xfs: get rid of notinit from xfs_bmap_longest_free_extent
` [PATCH 32/42] xfs: use xfs_bmap_longest_free_extent() in filestreams
` [PATCH 33/42] xfs: move xfs_bmap_btalloc_filestreams() to xfs_filestreams.c
` [PATCH 34/42] xfs: merge filestream AG lookup into xfs_filestream_select_ag()
` [PATCH 35/42] xfs: merge new filestream AG selection "
` [PATCH 36/42] xfs: remove xfs_filestream_select_ag() longest extent check
` [PATCH 37/42] xfs: factor out MRU hit case in xfs_filestream_select_ag
` [PATCH 38/42] xfs: track an active perag reference in filestreams
` [PATCH 39/42] xfs: use for_each_perag_wrap in xfs_filestream_pick_ag
` [PATCH 40/42] xfs: pass perag to filestreams tracing
` [PATCH 41/42] xfs: return a referenced perag from filestreams allocator
` [PATCH 42/42] xfs: refactor the filestreams allocator pick functions
[syzbot] KASAN: stack-out-of-bounds Read in xfs_buf_lock
2023-01-21 20:19 UTC (2+ messages)
` [syzbot] [xfs?] "
[PATCH v2 00/11] fsverity: support for non-4K pages
2023-01-21 6:39 UTC (6+ messages)
` [PATCH v2 10/11] fs/buffer.c: support fsverity in block_read_full_folio()
[PATCHSET v24.0 00/14] xfs: design documentation for online fsck
2023-01-21 1:38 UTC (3+ messages)
` [PATCH 05/14] xfs: document the filesystem metadata checking strategy
[PATCH 0/2] xfsprogs: fix libtoolize issues
2023-01-20 14:16 UTC (5+ messages)
` [PATCH 1/2] progs: autoconf fails during debian package builds
` [PATCH 2/2] progs: just use libtoolize
[PATCHSET v2 0/4] fstests: filesystem population fixes
2023-01-19 16:19 UTC (6+ messages)
` [PATCH 4/4] populate: improve runtime of __populate_fill_fs
[PATCH v1] xfs_admin: get/set label of mounted filesystem
2023-01-20 3:34 UTC (5+ messages)
[PATCH] xfs: recheck appropriateness of map_shared lock
2023-01-19 20:34 UTC (5+ messages)
[PATCH] xfs: don't use BMBT btree split workers for IO completion
2023-01-19 20:20 UTC (3+ messages)
remove iomap_writepage v2
2023-01-19 6:22 UTC (4+ messages)
` [PATCH 1/4] gfs2: stop using generic_writepages in gfs2_ail1_start_one
Lockdep splat with xfs
2023-01-19 5:13 UTC (3+ messages)
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).