messages from 2023-11-19 16:38:25 to 2023-12-20 20:12:28 UTC [more...]
[PATCH 1/4] gfs2: Minor gfs2_ail1_empty cleanup
2023-12-20 20:12 UTC (4+ messages)
` [PATCH 2/4] gfs2: Mark withdraws as unlikely
` [PATCH 3/4] gfs2: Rename gfs2_withdrawn to gfs2_withdrawing_or_withdrawn
` [PATCH 4/4] gfs2: Lift withdraw check out of gfs2_ail1_empty
[PATCH dlm/next 1/2] dlm: fix format seq ops type 4
2023-12-20 19:38 UTC (2+ messages)
` [PATCH dlm/next 2/2] dlm: update format header reflect current format
[PATCH] gfs2: Remove use of error flag in journal reads
2023-12-20 16:05 UTC (2+ messages)
Performance drop due to alloc_workqueue() misuse and recent change
2023-12-20 7:14 UTC (3+ messages)
[PATCH 08/22] gfs2: d_obtain_alias(ERR_PTR(...)) will do the right thing
2023-12-20 5:31 UTC (2+ messages)
` [PATCH 20/22] gfs2: use is_subdir()
[PATCH] fs:gfs2:rgrp.c: Fix kernel NULL pointer dereference
2023-12-18 13:48 UTC (2+ messages)
[PATCH 1/2] gfs2: Add missing set_freezable() for freezable kthread
2023-12-18 5:35 UTC (2+ messages)
` [PATCH 2/2] gfs2: Use wait_event_freezable_timeout() "
[syzbot] [gfs2] WARNING in vfs_utimes
2023-12-13 15:10 UTC (4+ messages)
[PATCH RFC v2 for-6.8/block 00/18] block: don't access bd_inode directly from other modules
2023-12-13 1:10 UTC (35+ messages)
` [PATCH RFC v2 for-6.8/block 01/18] block: add some bdev apis
` [PATCH RFC v2 for-6.8/block 02/18] xen/blkback: use bdev api in xen_update_blkif_status()
` [PATCH RFC v2 for-6.8/block 03/18] bcache: use bdev api in read_super()
` [PATCH RFC v2 for-6.8/block 04/18] mtd: block2mtd: use bdev apis
` [PATCH RFC v2 for-6.8/block 05/18] s390/dasd: use bdev api in dasd_format()
` [PATCH RFC v2 for-6.8/block 06/18] scsicam: use bdev api in scsi_bios_ptable()
` [PATCH RFC v2 for-6.8/block 07/18] bcachefs: remove dead function bdev_sectors()
` [PATCH RFC v2 for-6.8/block 08/18] bio: export bio_add_folio_nofail()
` [PATCH RFC v2 for-6.8/block 09/18] btrfs: use bdev apis
` [PATCH RFC v2 for-6.8/block 10/18] cramfs: use bdev apis in cramfs_blkdev_read()
` [PATCH RFC v2 for-6.8/block 11/18] erofs: use bdev api
` [PATCH RFC v2 for-6.8/block 12/18] gfs2: "
` [PATCH RFC v2 for-6.8/block 13/18] nilfs2: use bdev api in nilfs_attach_log_writer()
` [PATCH RFC v2 for-6.8/block 14/18] jbd2: use bdev apis
` [PATCH RFC v2 for-6.8/block 15/18] buffer: add a new helper to read sb block
` [PATCH RFC v2 for-6.8/block 16/18] ext4: use "
` [PATCH RFC v2 for-6.8/block 17/18] ext4: remove block_device_ejected()
` [PATCH RFC v2 for-6.8/block 18/18] ext4: use bdev apis
[syzbot] [gfs2] WARNING in vfs_utimes
2023-12-11 11:58 UTC
map multiple blocks per ->map_blocks in iomap writeback
2023-12-11 10:45 UTC (19+ messages)
` [PATCH 01/14] iomap: clear the per-folio dirty bits on all writeback failures
` [PATCH 02/14] iomap: treat inline data in iomap_writepage_map as an I/O error
` [PATCH 03/14] iomap: move the io_folios field out of struct iomap_ioend
` [PATCH 04/14] iomap: move the PF_MEMALLOC check to iomap_writepages
` [PATCH 05/14] iomap: factor out a iomap_writepage_handle_eof helper
` [PATCH 06/14] iomap: move all remaining per-folio logic into iomap_writepage_map
` [PATCH 07/14] iomap: clean up the iomap_alloc_ioend calling convention
` [PATCH 08/14] iomap: move the iomap_sector sector calculation out of iomap_add_to_ioend
` [PATCH 09/14] iomap: don't chain bios
` [PATCH 10/14] iomap: only call mapping_set_error once for each failed bio
` [PATCH 11/14] iomap: factor out a iomap_writepage_map_block helper
` [PATCH 12/14] iomap: submit ioends immediately
` [PATCH 13/14] iomap: map multiple blocks at a time
` [PATCH 14/14] iomap: pass the length of the dirty region to ->map_blocks
[PATCH 0/11] vfs: inode cache scalability improvements
2023-12-07 17:08 UTC (34+ messages)
` [PATCH 01/11] lib/dlock-list: Distributed and lock-protected lists
` [PATCH 02/11] vfs: Remove unnecessary list_for_each_entry_safe() variants
` [PATCH 03/11] vfs: Use dlock list for superblock's inode list
` [PATCH 04/11] lib/dlock-list: Make sibling CPUs share the same linked list
` [PATCH 05/11] selinux: use dlist for isec inode list
` [PATCH 06/11] vfs: factor out inode hash head calculation
` [PATCH 07/11] hlist-bl: add hlist_bl_fake()
` [PATCH 08/11] vfs: inode cache conversion to hash-bl
` [PATCH 09/11] hash-bl: explicitly initialise hash-bl heads
` [PATCH 10/11] list_bl: don't use bit locks for PREEMPT_RT or lockdep
` [PATCH 11/11] hlist-bl: introduced nested locking for dm-snap
[syzbot] Monthly gfs2 report (Dec 2023)
2023-12-07 9:56 UTC
[PATCH -next RFC 00/14] block: don't access bd_inode directly from other modules
2023-12-07 2:45 UTC (28+ messages)
` [PATCH -next RFC 01/14] block: add some bdev apis
` [PATCH -next RFC 02/14] xen/blkback: use bdev api in xen_update_blkif_status()
` [PATCH -next RFC 03/14] bcache: use bdev api in read_super()
` [PATCH -next RFC 04/14] mtd: block2mtd: use bdev apis
` [PATCH -next RFC 05/14] s390/dasd: use bdev api in dasd_format()
` [PATCH -next RFC 06/14] scsicam: use bdev api in scsi_bios_ptable()
` [PATCH -next RFC 07/14] bcachefs: remove dead function bdev_sectors()
` [PATCH -next RFC 08/14] btrfs: use bdev apis
` [PATCH -next RFC 09/14] cramfs: use bdev apis in cramfs_blkdev_read()
` [PATCH -next RFC 10/14] erofs: use bdev api
` [PATCH -next RFC 11/14] ext4: use bdev apis
` [PATCH -next RFC 12/14] jbd2: "
` [PATCH -next RFC 13/14] gfs2: use bdev api
` [PATCH -next RFC 14/14] nilfs2: use bdev api in nilfs_attach_log_writer()
[PATCH] gfs2: rgrp: fix kernel-doc warnings
2023-12-06 10:17 UTC (2+ messages)
[syzbot] [gfs2?] kernel BUG in gfs2_quota_cleanup
2023-12-05 13:51 UTC (5+ messages)
` [PATCH] gfs2: fix "
[linus:master] [file] 0ede61d858: will-it-scale.per_thread_ops -2.9% regression
2023-11-28 15:52 UTC (9+ messages)
[PATCH block/for-next v2 00/16] block: remove field 'bd_inode' from block_device
2023-11-28 10:05 UTC (21+ messages)
` [PATCH block/for-next v2 01/16] block: add a new helper to get inode "
` [PATCH block/for-next v2 02/16] xen/blkback: use "
` [PATCH block/for-next v2 03/16] bcache: "
` [PATCH block/for-next v2 04/16] mtd: block2mtd: "
` [PATCH block/for-next v2 05/16] s390/dasd: "
` [PATCH block/for-next v2 06/16] scsicam: "
` [PATCH block/for-next v2 07/16] bcachefs: "
` [PATCH block/for-next v2 08/16] btrfs: "
` [PATCH block/for-next v2 09/16] cramfs: "
[PATCH block/for-next v2 10/16] erofs: use new helper to get inode from block_device
2023-11-27 6:22 UTC (7+ messages)
` [PATCH block/for-next v2 11/16] ext4: "
` [PATCH block/for-next v2 12/16] gfs2: "
` [PATCH block/for-next v2 13/16] jbd2: "
` [PATCH block/for-next v2 14/16] nilfs2: "
` [PATCH block/for-next v2 15/16] buffer: "
` [PATCH block/for-next v2 16/16] block: "
[PATCH -next] block: remove field 'bd_inode' from block_device
2023-11-27 1:13 UTC (3+ messages)
[PATCH] gfs2: drop filesystem-specific hash function
2023-11-22 5:57 UTC
[PATCHv2 dlm/next 00/13] dlm: bring message parsing to softirq context
2023-11-19 16:38 UTC (14+ messages)
` [PATCHv2 dlm/next 01/13] dlm: remove allocation parameter in msg allocation
` [PATCHv2 dlm/next 02/13] dlm: switch to GFP_ATOMIC in dlm allocations
` [PATCHv2 dlm/next 03/13] dlm: move root_list functionality to recover.c
` [PATCHv2 dlm/next 04/13] dlm: move master dir dump to own list
` [PATCHv2 dlm/next 05/13] dlm: move root_list to ls_recover() stack
` [PATCHv2 dlm/next 06/13] dlm: implement directory dump context
` [PATCHv2 dlm/next 07/13] dlm: drop holding waiters mutex in waiters recovery
` [PATCHv2 dlm/next 08/13] dlm: convert ls_waiters_mutex to spinlock
` [PATCHv2 dlm/next 09/13] dlm: convert res_lock "
` [PATCHv2 dlm/next 10/13] dlm: make requestqueue handling non sleepable
` [PATCHv2 dlm/next 11/13] dlm: ls_recv_active semaphore to rwlock
` [PATCHv2 dlm/next 12/13] dlm: convert message parsing locks to disable bh
` [PATCHv2 dlm/next 13/13] dlm: do dlm message processing in softirq context
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 read-only IMAP folder(s) and NNTP newsgroup(s).