aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/lib/timerqueue.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2024-12-13block: Fix queue_iostats_passthrough_show()Bart Van Assche1-1/+1
2024-12-13blk-mq: Clean up blk_mq_requeue_work()Bart Van Assche1-6/+4
2024-12-13mq-deadline: Remove a local variableBart Van Assche1-4/+1
2024-12-13kselftest/arm64: abi: fix SVCR detectionWeizhao Ouyang1-17/+15
2024-12-13iommu/vt-d: Avoid draining PRQ in sva mm release pathLu Baolu1-1/+2
2024-12-13iommu/vt-d: Fix qi_batch NULL pointer with nested parent domainYi Liu1-7/+27
2024-12-13iommu/vt-d: Remove cache tags before disabling ATSLu Baolu1-1/+3
2024-12-13arm64: signal: Ensure signal delivery failure is recoverableKevin Brodsky1-15/+33
2024-12-12xfs: port xfs_ioc_start_commit to multigrain timestampsDarrick J. Wong1-7/+7
2024-12-12xfs: return from xfs_symlink_verify early on V4 filesystemsDarrick J. Wong1-1/+3
2024-12-12xfs: fix zero byte checking in the superblock scrubberDarrick J. Wong1-2/+29
2024-12-12xfs: check pre-metadir fields correctlyDarrick J. Wong1-13/+27
2024-12-12xfs: don't crash on corrupt /quotas direntDarrick J. Wong1-0/+7
2024-12-12xfs: don't move nondir/nonreg temporary repair files to the metadir namespaceDarrick J. Wong1-1/+11
2024-12-12xfs: fix sb_spino_align checks for large fsblock sizesDarrick J. Wong1-5/+6
2024-12-12xfs: convert quotacheck to attach dquot buffersDarrick J. Wong3-13/+16
2024-12-12xfs: attach dquot buffer to dquot log item bufferDarrick J. Wong6-24/+169
2024-12-12xfs: clean up log item accesses in xfs_qm_dqflush{,_done}Darrick J. Wong1-7/+8
2024-12-12xfs: separate dquot buffer reads from xfs_dqflushDarrick J. Wong4-32/+86
2024-12-12xfs: don't lose solo dquot update transactionsDarrick J. Wong3-14/+32
2024-12-12xfs: don't lose solo superblock counter update transactionsDarrick J. Wong1-2/+7
2024-12-12xfs: avoid nested calls to __xfs_trans_commitDarrick J. Wong1-12/+14
2024-12-12xfs: only run precommits once per transaction objectDarrick J. Wong1-12/+4
2024-12-12xfs: unlock inodes when erroring out of xfs_trans_alloc_dirDarrick J. Wong1-0/+3
2024-12-12xfs: fix scrub tracepoints when inode-rooted btrees are involvedDarrick J. Wong1-1/+1
2024-12-12xfs: update btree keys correctly when _insrec splits an inode root blockDarrick J. Wong1-6/+23
2024-12-12xfs: fix error bailout in xfs_rtginode_createDarrick J. Wong1-1/+1
2024-12-12xfs: fix null bno_hint handling in xfs_rtallocate_rtgDarrick J. Wong1-1/+1
2024-12-12xfs: mark metadir repair tempfiles with IRECOVERYDarrick J. Wong2-3/+9
2024-12-12xfs: set XFS_SICK_INO_SYMLINK_ZAPPED explicitly when zapping a symlinkDarrick J. Wong1-1/+2
2024-12-12xfs: separate healthy clearing mask during repairDarrick J. Wong2-24/+39
2024-12-12xfs: don't drop errno values when we fail to ficlone the entire rangeDarrick J. Wong1-0/+8
2024-12-12xfs: return a 64-bit block count from xfs_btree_count_blocksDarrick J. Wong9-15/+17
2024-12-12xfs: keep quota directory inode loadedDarrick J. Wong3-53/+32
2024-12-12xfs: metapath scrubber should use the already loaded inodesDarrick J. Wong1-16/+25
2024-12-12xfs: fix off-by-one error in fsmap's end_daddr usageDarrick J. Wong1-16/+22
2024-12-12blk-iocost: Avoid using clamp() on inuse in __propagate_weights()Nathan Chancellor1-1/+8
2024-12-12arm64: stacktrace: Don't WARN when unwinding other tasksMark Rutland1-3/+5
2024-12-12arm64: stacktrace: Skip reporting LR at exception boundariesMark Rutland1-22/+2
2024-12-12drm/xe/reg_sr: Remove register poolLucas De Marchi2-31/+6
2024-12-12drm/xe: Call invalidation_fence_fini for PT inval fences in error stateDaniele Ceraolo Spurio3-2/+10
2024-12-12drm/xe: fix the ERR_PTR() returned on failure to allocate tiny ptMirsad Todorovac1-2/+2
2024-12-12block: Make bio_iov_bvec_set() accept pointer to const iov_iterJohn Garry3-3/+3
2024-12-12net: dsa: tag_ocelot_8021q: fix broken receptionRobert Hodaszi1-1/+1
2024-12-12net: dsa: microchip: KSZ9896 register regmap alignment to 32 bit boundariesJesse Van Gavere1-24/+18
2024-12-12io_uring/rsrc: don't put/free empty buffersJens Axboe1-2/+4
2024-12-12net: renesas: rswitch: fix initial MPIC register settingNikita Yushchenko2-13/+28
2024-12-12Bluetooth: btmtk: avoid UAF in btmtk_process_coredumpThadeu Lima de Souza Cascardo1-8/+12
2024-12-12Bluetooth: iso: Fix circular lock in iso_conn_big_syncIulia Tanasescu1-7/+27
2024-12-12Bluetooth: iso: Fix circular lock in iso_listen_bisIulia Tanasescu1-2/+12