summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-04-17btrfs: use the bbio file offset in btrfs_submit_compressed_readChristoph Hellwig1-4/+1
2023-04-17btrfs: remove redundant free_extent_map in btrfs_submit_compressed_readChristoph Hellwig1-2/+0
2023-04-17btrfs: embed a btrfs_bio into struct compressed_bioChristoph Hellwig5-109/+83
2023-04-17btrfs: replace btrfs_io_context::raid_map with a fixed u64 valueQu Wenruo5-83/+78
2023-04-17btrfs: use an efficient way to represent source of duplicated stripesQu Wenruo4-113/+115
2023-04-17btrfs: reduce type width of btrfs_io_contextsQu Wenruo2-12/+58
2023-04-17btrfs: simplify the bioc argument for handle_ops_on_dev_replace()Qu Wenruo1-4/+2
2023-04-17btrfs: reduce div64 calls by limiting the number of stripes of a chunk to u32Qu Wenruo4-42/+62
2023-04-17btrfs: replace map_lookup->stripe_len by BTRFS_STRIPE_LENQu Wenruo5-60/+66
2023-04-17btrfs: move all btree inode initialization into btrfs_init_btree_inodeChristoph Hellwig1-7/+14
2023-04-17btrfs: switch search_file_offset_in_bio to return boolAnand Jain1-4/+4
2023-04-17btrfs: avoid reusing return variable in nested block in btrfs_lookup_bio_sumsAnand Jain1-5/+4
2023-04-17btrfs: open code btrfs_csum_ptrJohannes Thumshirn1-8/+2
2023-04-17btrfs: raid56: no need for irqsafe lockingChristoph Hellwig1-28/+22
2023-04-17btrfs: abort the transaction if we get an error during snapshot dropJosef Bacik1-0/+2
2023-04-17btrfs: handle errors in walk_down_tree properlyJosef Bacik1-4/+4
2023-04-17btrfs: drop root refs properly when orphan cleanup failsJosef Bacik1-2/+2
2023-04-17btrfs: add missing iputs on orphan cleanup failureJosef Bacik1-1/+4
2023-04-17btrfs: handle errors from btrfs_read_node_slot in splitJosef Bacik1-27/+26
2023-04-17btrfs: replace BUG_ON with ASSERT in btrfs_read_node_slotJosef Bacik1-1/+1
2023-04-17btrfs: use btrfs_handle_fs_error in btrfs_fill_superJosef Bacik1-0/+1
2023-04-17Linux 6.3-rc7Linus Torvalds1-1/+1
2023-04-16Merge tag 'sched_urgent_for_v6.3_rc7' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-0/+10
2023-04-16Merge tag 'x86_urgent_for_v6.3_rc7' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-2/+2
2023-04-16Merge tag 'powerpc-6.3-5' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2-0/+8
2023-04-16Merge tag 'kbuild-fixes-v6.3-3' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds9-139/+138
2023-04-16Merge tag '6.3-rc6-ksmbd-server-fix' of git://git.samba.org/ksmbdLinus Torvalds1-9/+14
2023-04-16kbuild: do not create intermediate *.tar for tar packagesMasahiro Yamada1-17/+9
2023-04-16kbuild: do not create intermediate *.tar for source tarballsMasahiro Yamada1-7/+17
2023-04-16kbuild: merge cmd_archive_linux and cmd_archive_perfMasahiro Yamada1-10/+9
2023-04-16init/initramfs: Fix argument forwarding to panic() in panic_show_mem()Benjamin Gray1-9/+2
2023-04-16initramfs: Check negative timestamp to prevent broken cpio archiveBenjamin Gray1-3/+9
2023-04-16Merge tag '6.3-rc6-smb311-client-negcontext-fix' of git://git.samba.org/sfren...Linus Torvalds1-10/+31
2023-04-16Merge tag 'ubifs-for-linus-6.3-rc7' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-8/+17
2023-04-16cifs: fix negotiate context parsingDavid Disseldorp1-10/+31
2023-04-15Merge tag 'i2c-for-6.3-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-46/+49
2023-04-15Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds1-12/+8
2023-04-15Merge tag 'block-6.3-2023-04-14' of git://git.kernel.dk/linuxLinus Torvalds1-0/+2
2023-04-15Merge tag 'io_uring-6.3-2023-04-14' of git://git.kernel.dk/linuxLinus Torvalds1-1/+1
2023-04-14Merge tag 'riscv-for-linus-6.3-rc7' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds6-57/+62
2023-04-14Merge tag 'acpi-6.3-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2-0/+8
2023-04-14Merge tag 'pm-6.3-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds1-10/+8
2023-04-14Merge tag 'thermal-6.3-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-7/+66
2023-04-14Merge tag 'sound-6.3-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds7-10/+56
2023-04-14Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds12-41/+65
2023-04-14Merge branch 'acpi-x86'Rafael J. Wysocki1-0/+1
2023-04-14io_uring: complete request via task work in case of DEFER_TASKRUNMing Lei1-1/+1
2023-04-14Merge branch 'nvme-6.3' of git://git.infradead.org/nvme into block-6.3Jens Axboe1-0/+2
2023-04-14ALSA: hda/hdmi: disable KAE for Intel DG2Kai Vehmanen1-1/+1
2023-04-14nvme-pci: add NVME_QUIRK_BOGUS_NID for T-FORCE Z330 SSDDuy Truong1-0/+2