summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-04-26bcachefs: Remove heap-related macros and switch to generic min_heaprefactor-heapKuan-Wei Chiu
2024-04-25bcache: Remove heap-related macros and switch to generic min_heapKuan-Wei Chiu
2024-04-25lib/test_min_heap: Add test for heap_del()Kuan-Wei Chiu
2024-04-25lib min_heap: Update min_heap_push() to use min_heap_sift_up()Kuan-Wei Chiu
2024-04-25lib min_heap: Rename min_heapify() to min_heap_sift_down()Kuan-Wei Chiu
2024-04-25lib min_heap: Update min_heap_push() and min_heap_pop() to return bool valuesKuan-Wei Chiu
2024-04-25lib min_heap: Add min_heap_del()Kuan-Wei Chiu
2024-04-25lib min_heap: Add min_heap_sift_up()Kuan-Wei Chiu
2024-04-25lib min_heap: Add args for min_heap_callbacksKuan-Wei Chiu
2024-04-25lib min_heap: Add min_heap_full()Kuan-Wei Chiu
2024-04-25lib min_heap: Add min_heap_peek()Kuan-Wei Chiu
2024-04-25lib min_heap: Add min_heap_init()Kuan-Wei Chiu
2024-04-25lib min_heap: Add type safe interfaceKuan-Wei Chiu
2024-04-25bcachefs: Fix typoKuan-Wei Chiu
2024-04-25bcache: Fix typoKuan-Wei Chiu
2024-04-25perf/core: Fix several typosKuan-Wei Chiu
2024-04-24Merge tag 'for-6.9-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-04-23Merge tag '6.9-rc5-smb-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2024-04-22Merge tag '6.9-rc5-ksmbd-fixes' of git://git.samba.org/ksmbdLinus Torvalds
2024-04-22Merge tag 'bcachefs-2024-04-22' of https://evilpiepirate.org/git/bcachefsLinus Torvalds
2024-04-22Merge tag 'nfsd-6.9-4' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds
2024-04-22Merge tag 'docs-6.9-fixes2' of git://git.lwn.net/linuxLinus Torvalds
2024-04-22cifs: reinstate original behavior again for forceuid/forcegidTakayuki Nagata
2024-04-22bcachefs: If we run merges at a lower watermark, they must be nonblockingbcachefs-2024-04-22Kent Overstreet
2024-04-21Linux 6.9-rc5v6.9-rc5Linus Torvalds
2024-04-21Merge tag 'char-misc-6.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2024-04-21Merge tag 'driver-core-6.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2024-04-21Merge tag 'tty-6.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2024-04-21Merge tag 'usb-6.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2024-04-21Merge tag 'sched_urgent_for_v6.9_rc5' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2024-04-21Merge tag 'x86_urgent_for_v6.9_rc5' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2024-04-20bcachefs: Fix inode early destruction pathKent Overstreet
2024-04-20bcachefs: Fix deadlock in journal write pathKent Overstreet
2024-04-20bcachefs: Tweak btree key cache shrinker so it actually freesKent Overstreet
2024-04-20bcachefs: bkey_cached.btree_trans_barrier_seq needs to be a ulongKent Overstreet
2024-04-20Merge tag 'block-6.9-20240420' of git://git.kernel.dk/linuxLinus Torvalds
2024-04-20Merge tag 'email' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2024-04-20Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2024-04-20Merge tag 'powerpc-6.9-3' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2024-04-20Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2024-04-20Revert "svcrdma: Add Write chunk WRs to the RPC's Send WR chain"Chuck Lever
2024-04-20MAINTAINERS: update to working email addressJames Bottomley
2024-04-20bcachefs: Fix missing call to bch2_fs_allocator_background_exit()Kent Overstreet
2024-04-20bcachefs: Check for journal entries overruning end of sb clean sectionKent Overstreet
2024-04-19ksmbd: add continuous availability share parameterNamjae Jeon
2024-04-19ksmbd: common: use struct_group_attr instead of struct_group for network_open...Namjae Jeon
2024-04-19ksmbd: clear RENAME_NOREPLACE before calling vfs_renameMarios Makassikis
2024-04-19ksmbd: validate request buffer size in smb2_allocate_rsp_buf()Namjae Jeon
2024-04-19ksmbd: fix slab-out-of-bounds in smb2_allocate_rsp_bufNamjae Jeon
2024-04-19Merge tag 'perf-tools-fixes-for-v6.9-2024-04-19' of git://git.kernel.org/pub/...Linus Torvalds