summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* btrfs: rename err to ret in prepare_pages()Anand Jain2024-05-071-12/+12
* btrfs: rename err to ret in btrfs_dirty_pages()Anand Jain2024-05-071-4/+4
* btrfs: rename err to ret in create_reloc_inode()Anand Jain2024-05-071-9/+9
* btrfs: rename err to ret in __btrfs_end_transaction()Anand Jain2024-05-071-4/+4
* btrfs: rename err to ret in convert_extent_bit()Anand Jain2024-05-071-15/+15
* btrfs: rename err to ret in __set_extent_bit()Anand Jain2024-05-071-14/+14
* btrfs: rename err to ret in btrfs_ioctl_snap_destroy()Anand Jain2024-05-071-33/+33
* btrfs: rename err to ret in btrfs_cont_expand()Anand Jain2024-05-071-13/+13
* btrfs: rename err to ret in btrfs_rmdir()Anand Jain2024-05-071-11/+11
* btrfs: rename err to ret in btrfs_initxattrs()Anand Jain2024-05-071-5/+5
* btrfs: warn if EXTENT_BUFFER_UPTODATE is set while readingTavian Barnes2024-05-071-0/+7
* btrfs: add helper to clear EXTENT_BUFFER_READINGTavian Barnes2024-05-071-6/+9
* btrfs: avoid pointless wake ups of drew lock readersFilipe Manana2024-05-071-2/+6
* btrfs: remove pointless writepages callback wrapperFilipe Manana2024-05-073-10/+2
* btrfs: remove pointless readahead callback wrapperFilipe Manana2024-05-073-7/+2
* btrfs: locking: rename __btrfs_tree_lock() and __btrfs_tree_read_lock()Filipe Manana2024-05-074-14/+14
* btrfs: locking: inline btrfs_tree_lock() and btrfs_tree_read_lock()Filipe Manana2024-05-072-12/+12
* btrfs: remove pointless BUG_ON() when creating snapshotFilipe Manana2024-05-071-2/+0
* Merge tag 'for-6.9-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-05-063-15/+18
|\
| * btrfs: make sure that WRITTEN is set on all metadata blocksJosef Bacik2024-05-022-15/+16
| * btrfs: qgroup: do not check qgroup inherit if qgroup is disabledQu Wenruo2024-05-021-0/+2
* | Reapply "drm/qxl: simplify qxl_fence_wait"Linus Torvalds2024-05-062-52/+5
* | Merge tag 'slab-for-6.9-rc7-fixes' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2024-05-062-25/+31
|\ \
| * | mm/slab: make __free(kfree) accept error pointersDan Carpenter2024-05-011-2/+2
| * | mm/slub: avoid zeroing outside-object freepointer for single freeNicolas Bouchinet2024-05-011-23/+29
* | | Merge tag 'auxdisplay-v6.10-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-05-064-176/+189
|\ \ \
| * | | auxdisplay: charlcd: Don't rebuild when CONFIG_PANEL_BOOT_MESSAGE=yAndy Shevchenko2024-04-111-0/+2
| * | | auxdisplay: charlcd: Add missing MODULE_DESCRIPTION()Andy Shevchenko2024-04-111-0/+1
| * | | auxdisplay: seg-led-gpio: Convert to platform remove callback returning voidUwe Kleine-König2024-04-091-4/+2
| * | | auxdisplay: linedisp: Group display drivers togetherAndy Shevchenko2024-04-022-172/+184
* | | | Linux 6.9-rc7v6.9-rc7Linus Torvalds2024-05-051-1/+1
* | | | epoll: be better about file lifetimesLinus Torvalds2024-05-051-1/+37
* | | | Merge tag 'edac_urgent_for_v6.9_rc7' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2024-05-051-6/+6
|\ \ \ \
| * | | | EDAC/versal: Do not log total error countsShubhrajyoti Datta2024-04-251-2/+2
| * | | | EDAC/versal: Check user-supplied data before injecting an errorShubhrajyoti Datta2024-04-251-0/+3
| * | | | EDAC/versal: Do not register for NOC errorsShubhrajyoti Datta2024-04-251-4/+1
* | | | | Merge tag 'powerpc-6.9-4' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2024-05-053-8/+15
|\ \ \ \ \
| * | | | | powerpc/pseries/iommu: LPAR panics during boot up with a frozen PEGaurav Batra2024-04-231-0/+8
| * | | | | powerpc/pseries: make max polling consistent for longer H_CALLsNayna Jain2024-04-222-8/+7
* | | | | | Merge tag 'x86-urgent-2024-05-05' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2024-05-059-67/+64
|\ \ \ \ \ \
| * | | | | | x86/mm: Remove broken vsyscall emulation code from the page fault codeLinus Torvalds2024-05-013-59/+3
| * | | | | | x86/apic: Don't access the APIC when disabling x2APICThomas Gleixner2024-04-301-5/+11
| * | | | | | x86/sev: Add callback to apply RMP table fixups for kexecAshish Kalra2024-04-293-0/+45
| * | | | | | x86/e820: Add a new e820 table update helperAshish Kalra2024-04-292-3/+5
| | |_|_|/ / | |/| | | |
* | | | | | Merge tag 'irq-urgent-2024-05-05' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2024-05-051-4/+8
|\ \ \ \ \ \
| * | | | | | softirq: Fix suspicious RCU usage in __do_softirq()Zqiang2024-04-291-4/+8
* | | | | | | Merge tag 'char-misc-6.9-rc7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-05-0513-25/+118
|\ \ \ \ \ \ \
| * | | | | | | slimbus: qcom-ngd-ctrl: Add timeout for wait operationViken Dadhaniya2024-05-031-1/+5
| * | | | | | | dyndbg: fix old BUG_ON in >control parserJim Cromie2024-04-301-1/+5
| * | | | | | | Merge tag 'fpga-for-6.9-final' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman2024-04-301-0/+3
| |\ \ \ \ \ \ \