Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge tag 'sched-core-2024-09-19' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2024-09-19 | 2 | -2/+2 |
|\ | |||||
| * | sched/rt: Rename realtime_{prio, task}() to rt_or_dl_{prio, task}() | Qais Yousef | 2024-08-07 | 2 | -2/+2 |
| * | sched/rt: Clean up usage of rt_task() | Qais Yousef | 2024-08-07 | 2 | -2/+2 |
* | | Merge tag 'mm-hotfixes-stable-2024-09-19-00-31' of git://git.kernel.org/pub/s... | Linus Torvalds | 2024-09-19 | 3 | -7/+12 |
|\ \ | |||||
| * | | ocfs2: cancel dqi_sync_work before freeing oinfo | Joseph Qi | 2024-09-10 | 1 | -2/+6 |
| * | | ocfs2: fix possible null-ptr-deref in ocfs2_set_buffer_uptodate | Lizhi Xu | 2024-09-10 | 1 | -1/+2 |
| * | | ocfs2: remove unreasonable unlock in ocfs2_read_blocks | Lizhi Xu | 2024-09-10 | 1 | -1/+0 |
| * | | ocfs2: fix null-ptr-deref when journal load failed. | Julian Sun | 2024-09-10 | 1 | -3/+4 |
* | | | Merge tag 'drm-next-2024-09-19' of https://gitlab.freedesktop.org/drm/kernel | Linus Torvalds | 2024-09-19 | 1 | -5/+5 |
|\ \ \ | |||||
| * \ \ | Merge v6.11-rc7 into drm-next | Simona Vetter | 2024-09-11 | 63 | -415/+725 |
| |\ \ \ | |||||
| * \ \ \ | Merge v6.11-rc5 into drm-next | Daniel Vetter | 2024-08-27 | 154 | -1206/+2189 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge tag 'drm-misc-next-2024-08-01' of https://gitlab.freedesktop.org/drm/mi... | Daniel Vetter | 2024-08-08 | 1 | -5/+5 |
| |\ \ \ \ \ | |||||
| | * \ \ \ \ | Merge drm/drm-next into drm-misc-next | Thomas Zimmermann | 2024-07-29 | 145 | -1680/+2435 |
| | |\ \ \ \ \ | |||||
| | * | | | | | | printk: Add a short description string to kmsg_dump() | Jocelyn Falempe | 2024-07-17 | 1 | -5/+5 |
* | | | | | | | | Merge tag 'parisc-for-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2024-09-19 | 1 | -1/+2 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | parisc: Fix stack start for ADDR_NO_RANDOMIZE personality | Helge Deller | 2024-09-09 | 1 | -1/+2 |
| | |_|_|_|/ / / | |/| | | | | | | |||||
* | | | | | | | | Merge tag 'dlm-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/teiglan... | Linus Torvalds | 2024-09-19 | 11 | -164/+161 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | dlm: add missing -ENOMEM if alloc_workqueue() fails | Alexander Aring | 2024-08-12 | 1 | -1/+3 |
| * | | | | | | | | dlm: do synchronized socket connect call | Alexander Aring | 2024-08-08 | 1 | -35/+1 |
| * | | | | | | | | dlm: move lkb xarray lookup out of lock | Alexander Aring | 2024-08-08 | 3 | -5/+23 |
| * | | | | | | | | dlm: move dlm_search_rsb_tree() out of lock | Alexander Aring | 2024-08-08 | 1 | -30/+47 |
| * | | | | | | | | dlm: use RSB_HASHED to avoid lookup twice | Alexander Aring | 2024-08-08 | 1 | -3/+3 |
| * | | | | | | | | dlm: async freeing of lockspace resources | Alexander Aring | 2024-08-08 | 3 | -33/+58 |
| * | | | | | | | | dlm: drop kobject release callback handling | Alexander Aring | 2024-08-08 | 1 | -17/+5 |
| * | | | | | | | | dlm: warn about invalid nodeid comparsions | Alexander Aring | 2024-08-08 | 4 | -7/+12 |
| * | | | | | | | | dlm: never return invalid nodeid by dlm_our_nodeid() | Alexander Aring | 2024-08-08 | 1 | -1/+1 |
| * | | | | | | | | dlm: remove unnecessary refcounts | Alexander Aring | 2024-08-08 | 1 | -16/+1 |
| * | | | | | | | | dlm: cleanup memory allocation helpers | Alexander Aring | 2024-08-08 | 3 | -18/+9 |
| | |/ / / / / / | |/| | | | | | | |||||
* | | | | | | | | Merge tag 'xfs-6.12-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds | 2024-09-19 | 60 | -1452/+1770 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | xfs: ensure st_blocks never goes to zero during COW writes | Christoph Hellwig | 2024-09-03 | 2 | -0/+18 |
| * | | | | | | | | xfs: use xas_for_each_marked in xfs_reclaim_inodes_count | Christoph Hellwig | 2024-09-03 | 2 | -29/+9 |
| * | | | | | | | | xfs: convert perag lookup to xarray | Christoph Hellwig | 2024-09-03 | 4 | -52/+35 |
| * | | | | | | | | xfs: simplify tagged perag iteration | Christoph Hellwig | 2024-09-03 | 2 | -40/+35 |
| * | | | | | | | | xfs: move the tagged perag lookup helpers to xfs_icache.c | Christoph Hellwig | 2024-09-03 | 3 | -62/+58 |
| * | | | | | | | | xfs: use kfree_rcu_mightsleep to free the perag structures | Christoph Hellwig | 2024-09-03 | 2 | -14/+1 |
| * | | | | | | | | xfs: use LIST_HEAD() to simplify code | Hongbo Li | 2024-09-03 | 1 | -2/+1 |
| * | | | | | | | | xfs: Remove duplicate xfs_trans_priv.h header | Jiapeng Chong | 2024-09-03 | 1 | -1/+0 |
| * | | | | | | | | xfs: remove unnecessary check | Dan Carpenter | 2024-09-03 | 1 | -1/+1 |
| * | | | | | | | | xfs: Use xfs set and clear mp state helpers | John Garry | 2024-09-03 | 5 | -9/+9 |
| * | | | | | | | | xfs: reclaim speculative preallocations for append only files | Christoph Hellwig | 2024-09-03 | 3 | -8/+10 |
| * | | | | | | | | xfs: simplify extent lookup in xfs_can_free_eofblocks | Christoph Hellwig | 2024-09-03 | 1 | -15/+7 |
| * | | | | | | | | xfs: check XFS_EOFBLOCKS_RELEASED earlier in xfs_release_eofblocks | Christoph Hellwig | 2024-09-03 | 1 | -3/+2 |
| * | | | | | | | | xfs: only free posteof blocks on first close | Darrick J. Wong | 2024-09-03 | 2 | -23/+13 |
| * | | | | | | | | xfs: don't free post-EOF blocks on read close | Dave Chinner | 2024-09-03 | 1 | -1/+7 |
| * | | | | | | | | xfs: skip all of xfs_file_release when shut down | Christoph Hellwig | 2024-09-03 | 1 | -4/+6 |
| * | | | | | | | | xfs: don't bother returning errors from xfs_file_release | Christoph Hellwig | 2024-09-03 | 1 | -9/+9 |
| * | | | | | | | | xfs: refactor f_op->release handling | Christoph Hellwig | 2024-09-03 | 3 | -83/+68 |
| * | | | | | | | | xfs: remove the i_mode check in xfs_release | Christoph Hellwig | 2024-09-03 | 1 | -3/+0 |
| * | | | | | | | | xfs: standardize the btree maxrecs function parameters | Darrick J. Wong | 2024-09-01 | 14 | -33/+40 |
| * | | | | | | | | xfs: replace shouty XFS_BM{BT,DR} macros | Darrick J. Wong | 2024-09-01 | 9 | -122/+198 |