summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'sched-core-2024-09-19' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2024-09-192-2/+2
|\
| * sched/rt: Rename realtime_{prio, task}() to rt_or_dl_{prio, task}()Qais Yousef2024-08-072-2/+2
| * sched/rt: Clean up usage of rt_task()Qais Yousef2024-08-072-2/+2
* | Merge tag 'mm-hotfixes-stable-2024-09-19-00-31' of git://git.kernel.org/pub/s...Linus Torvalds2024-09-193-7/+12
|\ \
| * | ocfs2: cancel dqi_sync_work before freeing oinfoJoseph Qi2024-09-101-2/+6
| * | ocfs2: fix possible null-ptr-deref in ocfs2_set_buffer_uptodateLizhi Xu2024-09-101-1/+2
| * | ocfs2: remove unreasonable unlock in ocfs2_read_blocksLizhi Xu2024-09-101-1/+0
| * | ocfs2: fix null-ptr-deref when journal load failed.Julian Sun2024-09-101-3/+4
* | | Merge tag 'drm-next-2024-09-19' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds2024-09-191-5/+5
|\ \ \
| * \ \ Merge v6.11-rc7 into drm-nextSimona Vetter2024-09-1163-415/+725
| |\ \ \
| * \ \ \ Merge v6.11-rc5 into drm-nextDaniel Vetter2024-08-27154-1206/+2189
| |\ \ \ \
| * \ \ \ \ Merge tag 'drm-misc-next-2024-08-01' of https://gitlab.freedesktop.org/drm/mi...Daniel Vetter2024-08-081-5/+5
| |\ \ \ \ \
| | * \ \ \ \ Merge drm/drm-next into drm-misc-nextThomas Zimmermann2024-07-29145-1680/+2435
| | |\ \ \ \ \
| | * | | | | | printk: Add a short description string to kmsg_dump()Jocelyn Falempe2024-07-171-5/+5
* | | | | | | | Merge tag 'parisc-for-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-09-191-1/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | parisc: Fix stack start for ADDR_NO_RANDOMIZE personalityHelge Deller2024-09-091-1/+2
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Merge tag 'dlm-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/teiglan...Linus Torvalds2024-09-1911-164/+161
|\ \ \ \ \ \ \ \
| * | | | | | | | dlm: add missing -ENOMEM if alloc_workqueue() failsAlexander Aring2024-08-121-1/+3
| * | | | | | | | dlm: do synchronized socket connect callAlexander Aring2024-08-081-35/+1
| * | | | | | | | dlm: move lkb xarray lookup out of lockAlexander Aring2024-08-083-5/+23
| * | | | | | | | dlm: move dlm_search_rsb_tree() out of lockAlexander Aring2024-08-081-30/+47
| * | | | | | | | dlm: use RSB_HASHED to avoid lookup twiceAlexander Aring2024-08-081-3/+3
| * | | | | | | | dlm: async freeing of lockspace resourcesAlexander Aring2024-08-083-33/+58
| * | | | | | | | dlm: drop kobject release callback handlingAlexander Aring2024-08-081-17/+5
| * | | | | | | | dlm: warn about invalid nodeid comparsionsAlexander Aring2024-08-084-7/+12
| * | | | | | | | dlm: never return invalid nodeid by dlm_our_nodeid()Alexander Aring2024-08-081-1/+1
| * | | | | | | | dlm: remove unnecessary refcountsAlexander Aring2024-08-081-16/+1
| * | | | | | | | dlm: cleanup memory allocation helpersAlexander Aring2024-08-083-18/+9
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge tag 'xfs-6.12-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2024-09-1960-1452/+1770
|\ \ \ \ \ \ \ \
| * | | | | | | | xfs: ensure st_blocks never goes to zero during COW writesChristoph Hellwig2024-09-032-0/+18
| * | | | | | | | xfs: use xas_for_each_marked in xfs_reclaim_inodes_countChristoph Hellwig2024-09-032-29/+9
| * | | | | | | | xfs: convert perag lookup to xarrayChristoph Hellwig2024-09-034-52/+35
| * | | | | | | | xfs: simplify tagged perag iterationChristoph Hellwig2024-09-032-40/+35
| * | | | | | | | xfs: move the tagged perag lookup helpers to xfs_icache.cChristoph Hellwig2024-09-033-62/+58
| * | | | | | | | xfs: use kfree_rcu_mightsleep to free the perag structuresChristoph Hellwig2024-09-032-14/+1
| * | | | | | | | xfs: use LIST_HEAD() to simplify codeHongbo Li2024-09-031-2/+1
| * | | | | | | | xfs: Remove duplicate xfs_trans_priv.h headerJiapeng Chong2024-09-031-1/+0
| * | | | | | | | xfs: remove unnecessary checkDan Carpenter2024-09-031-1/+1
| * | | | | | | | xfs: Use xfs set and clear mp state helpersJohn Garry2024-09-035-9/+9
| * | | | | | | | xfs: reclaim speculative preallocations for append only filesChristoph Hellwig2024-09-033-8/+10
| * | | | | | | | xfs: simplify extent lookup in xfs_can_free_eofblocksChristoph Hellwig2024-09-031-15/+7
| * | | | | | | | xfs: check XFS_EOFBLOCKS_RELEASED earlier in xfs_release_eofblocksChristoph Hellwig2024-09-031-3/+2
| * | | | | | | | xfs: only free posteof blocks on first closeDarrick J. Wong2024-09-032-23/+13
| * | | | | | | | xfs: don't free post-EOF blocks on read closeDave Chinner2024-09-031-1/+7
| * | | | | | | | xfs: skip all of xfs_file_release when shut downChristoph Hellwig2024-09-031-4/+6
| * | | | | | | | xfs: don't bother returning errors from xfs_file_releaseChristoph Hellwig2024-09-031-9/+9
| * | | | | | | | xfs: refactor f_op->release handlingChristoph Hellwig2024-09-033-83/+68
| * | | | | | | | xfs: remove the i_mode check in xfs_releaseChristoph Hellwig2024-09-031-3/+0
| * | | | | | | | xfs: standardize the btree maxrecs function parametersDarrick J. Wong2024-09-0114-33/+40
| * | | | | | | | xfs: replace shouty XFS_BM{BT,DR} macrosDarrick J. Wong2024-09-019-122/+198