summaryrefslogtreecommitdiffstats
path: root/include/net/mctpdevice.h (unfollow)
Commit message (Expand)AuthorFilesLines
2023-11-02bcachefs: bch_sb_field_errorsKent Overstreet13-23/+270
2023-11-02bcachefs: Add IO error counts to bch_memberKent Overstreet17-86/+225
2023-11-02bcachefs: Fix snapshot skiplistsKent Overstreet1-7/+6
2023-11-02bcachefs: Fix a kasan splat in bch2_dev_add()Kent Overstreet1-10/+2
2023-11-02bcachefs: Fix kasan splat in members_v1_get()Kent Overstreet1-3/+3
2023-11-02bcachefs: rebalance_workKent Overstreet18-315/+599
2023-10-31bcachefs: bch2_inum_opts_get()Kent Overstreet2-0/+13
2023-10-31bcachefs: move: move_stats refactoringKent Overstreet8-62/+82
2023-10-31bcachefs: move: convert to bbposKent Overstreet7-31/+38
2023-10-31bcachefs: moving_context now owns a btree_transKent Overstreet4-88/+70
2023-10-31bcachefs: move.c exports, refactoringKent Overstreet3-59/+85
2023-10-31bcachefs: Guard against unknown compression optionsKent Overstreet6-12/+45
2023-10-31bcachefs: trivial extents.c refactoringKent Overstreet1-11/+11
2023-10-31bcachefs: Fix bch2_prt_bitflags()Kent Overstreet1-2/+2
2023-10-31bcachefs: Check for too-large encoded extentsKent Overstreet6-4/+64
2023-10-31bcachefs: Ensure we don't exceed encoded_extent_maxKent Overstreet1-0/+1
2023-10-31bcachefs: bch2_disk_path_to_text() no longer takes sb_lockKent Overstreet5-14/+61
2023-10-31bcachefs: Split out disk_groups_types.hKent Overstreet4-12/+20
2023-10-31bcachefs: Split apart bch2_target_to_text(), bch2_target_to_text_sb()Kent Overstreet2-37/+59
2023-10-31bcachefs: All triggers are BTREE_TRIGGER_WANTS_OLD_AND_NEWKent Overstreet5-82/+105
2023-10-31bcachefs: Improve io option handling in data move pathKent Overstreet2-50/+107
2023-10-31bcachefs: Ensure devices are always correctly initializedKent Overstreet7-36/+73
2023-10-31bcachefs: Delete duplicate time stats initializationKent Overstreet1-6/+0
2023-10-31bcachefs: Kill dead code extent_save()Kent Overstreet1-18/+0
2023-10-31bcachefs: Fix ca->oldest_gen allocationKent Overstreet1-4/+2
2023-10-31bcachefs: Fix shrinker namesKent Overstreet2-2/+2
2023-10-31bcachefs: Fix btree_node_type enumKent Overstreet4-29/+41
2023-10-31bcachefs: bch2_btree_id_str()Kent Overstreet20-68/+74
2023-10-31bcachefs: Don't run bch2_delete_dead_snapshots() unnecessarilyKent Overstreet7-54/+51
2023-10-31bcachefs: Fix lock ordering with snapshot_create_lockKent Overstreet1-0/+1
2023-10-31six locks: Lock contended tracepointsKent Overstreet1-2/+6
2023-10-31closures: Fix race in closure_sync()Kent Overstreet3-1/+13
2023-10-31closures: Better memory barriersKent Overstreet2-4/+4
2023-10-30Linux 6.6v6.6Linus Torvalds1-1/+1
2023-10-28porting: update locking requirementsChristian Brauner1-0/+7
2023-10-28fs: assert that open_mutex isn't held over holder opsChristian Brauner1-0/+1
2023-10-28block: assert that we're not holding open_mutex over blk_report_disk_deadChristian Brauner1-0/+7
2023-10-28block: move bdev_mark_dead out of disk_check_media_changeChristoph Hellwig4-18/+17
2023-10-28block: WARN_ON_ONCE() when we remove active partitionsChristian Brauner1-13/+17
2023-10-28block: simplify bdev_del_partition()Christian Brauner1-1/+12
2023-10-28fs: Avoid grabbing sb->s_umount under bdev->bd_holder_lockJan Kara3-22/+38
2023-10-28jfs: fix log->bdev_handle null ptr deref in lbmStartIOLizhi Xu1-1/+5
2023-10-28bcache: Fixup error handling in register_cache()Jan Kara1-13/+10
2023-10-28xfs: Convert to bdev_open_by_path()Jan Kara3-31/+36
2023-10-28reiserfs: Convert to bdev_open_by_dev/path()Jan Kara3-36/+33
2023-10-28ocfs2: Convert to use bdev_open_by_dev()Jan Kara1-36/+45
2023-10-28nfs/blocklayout: Convert to use bdev_open_by_dev/path()Jan Kara2-40/+38
2023-10-28jfs: Convert to bdev_open_by_dev()Jan Kara3-16/+18
2023-10-28f2fs: Convert to bdev_open_by_dev/path()Jan Kara2-6/+8
2023-10-28ext4: Convert to bdev_open_by_dev()Jan Kara3-30/+33