summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* btrfs: remove redundant free_extent_map in btrfs_submit_compressed_readChristoph Hellwig2023-04-171-2/+0
* btrfs: embed a btrfs_bio into struct compressed_bioChristoph Hellwig2023-04-175-109/+83
* btrfs: replace btrfs_io_context::raid_map with a fixed u64 valueQu Wenruo2023-04-175-83/+78
* btrfs: use an efficient way to represent source of duplicated stripesQu Wenruo2023-04-174-113/+115
* btrfs: reduce type width of btrfs_io_contextsQu Wenruo2023-04-172-12/+58
* btrfs: simplify the bioc argument for handle_ops_on_dev_replace()Qu Wenruo2023-04-171-4/+2
* btrfs: reduce div64 calls by limiting the number of stripes of a chunk to u32Qu Wenruo2023-04-174-42/+62
* btrfs: replace map_lookup->stripe_len by BTRFS_STRIPE_LENQu Wenruo2023-04-175-60/+66
* btrfs: move all btree inode initialization into btrfs_init_btree_inodeChristoph Hellwig2023-04-171-7/+14
* btrfs: switch search_file_offset_in_bio to return boolAnand Jain2023-04-171-4/+4
* btrfs: avoid reusing return variable in nested block in btrfs_lookup_bio_sumsAnand Jain2023-04-171-5/+4
* btrfs: open code btrfs_csum_ptrJohannes Thumshirn2023-04-171-8/+2
* btrfs: raid56: no need for irqsafe lockingChristoph Hellwig2023-04-171-28/+22
* btrfs: abort the transaction if we get an error during snapshot dropJosef Bacik2023-04-171-0/+2
* btrfs: handle errors in walk_down_tree properlyJosef Bacik2023-04-171-4/+4
* btrfs: drop root refs properly when orphan cleanup failsJosef Bacik2023-04-171-2/+2
* btrfs: add missing iputs on orphan cleanup failureJosef Bacik2023-04-171-1/+4
* btrfs: handle errors from btrfs_read_node_slot in splitJosef Bacik2023-04-171-27/+26
* btrfs: replace BUG_ON with ASSERT in btrfs_read_node_slotJosef Bacik2023-04-171-1/+1
* btrfs: use btrfs_handle_fs_error in btrfs_fill_superJosef Bacik2023-04-171-0/+1
* Linux 6.3-rc7v6.3-rc7Linus Torvalds2023-04-161-1/+1
* Merge tag 'sched_urgent_for_v6.3_rc7' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2023-04-161-0/+10
|\
| * sched/fair: Fix imbalance overflowVincent Guittot2023-04-121-0/+10
* | Merge tag 'x86_urgent_for_v6.3_rc7' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-04-161-2/+2
|\ \
| * | x86/rtc: Remove __init for runtime functionsMatija Glavinic Pecotic2023-04-131-2/+2
| |/
* | Merge tag 'powerpc-6.3-5' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2023-04-162-0/+8
|\ \
| * | powerpc/papr_scm: Update the NUMA distance table for the target nodeAneesh Kumar K.V2023-04-042-0/+8
* | | Merge tag 'kbuild-fixes-v6.3-3' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-04-169-139/+138
|\ \ \
| * | | kbuild: do not create intermediate *.tar for tar packagesMasahiro Yamada2023-04-161-17/+9
| * | | kbuild: do not create intermediate *.tar for source tarballsMasahiro Yamada2023-04-161-7/+17
| * | | kbuild: merge cmd_archive_linux and cmd_archive_perfMasahiro Yamada2023-04-161-10/+9
| * | | init/initramfs: Fix argument forwarding to panic() in panic_show_mem()Benjamin Gray2023-04-161-9/+2
| * | | initramfs: Check negative timestamp to prevent broken cpio archiveBenjamin Gray2023-04-161-3/+9
| * | | kbuild: give up untracked files for source package buildsMasahiro Yamada2023-04-114-89/+90
| * | | Documentation/llvm: Add a note about prebuilt kernel.org toolchainsNathan Chancellor2023-04-081-0/+4
| * | | purgatory: fix disabling debug infoAlyssa Ross2023-04-082-8/+2
* | | | Merge tag '6.3-rc6-ksmbd-server-fix' of git://git.samba.org/ksmbdLinus Torvalds2023-04-161-9/+14
|\ \ \ \
| * | | | ksmbd: avoid out of bounds access in decode_preauth_ctxt()David Disseldorp2023-04-131-9/+14
| | |_|/ | |/| |
* | | | Merge tag '6.3-rc6-smb311-client-negcontext-fix' of git://git.samba.org/sfren...Linus Torvalds2023-04-151-10/+31
|\ \ \ \
| * | | | cifs: fix negotiate context parsingDavid Disseldorp2023-04-151-10/+31
| |/ / /
* | | | Merge tag 'ubifs-for-linus-6.3-rc7' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-04-152-8/+17
|\ \ \ \
| * | | | ubi: Fix failure attaching when vid_hdr offset equals to (sub)page sizeZhihao Cheng2023-03-291-6/+15
| * | | | ubi: Fix deadlock caused by recursively holding work_semZhaoLong Wang2023-03-041-2/+2
* | | | | Merge tag 'i2c-for-6.3-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-04-152-46/+49
|\ \ \ \ \
| * | | | | i2c: ocores: generate stop condition after timeout in polling modeGregor Herburger2023-04-131-16/+19
| * | | | | i2c: mchp-pci1xxxx: Update Timing registersTharun Kumar P2023-03-291-30/+30
* | | | | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2023-04-151-12/+8
|\ \ \ \ \ \
| * | | | | | scsi: ses: Handle enclosure with just a primary component gracefullyJiri Kosina2023-04-111-12/+8
* | | | | | | Merge tag 'block-6.3-2023-04-14' of git://git.kernel.dk/linuxLinus Torvalds2023-04-151-0/+2
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'nvme-6.3' of git://git.infradead.org/nvme into block-6.3Jens Axboe2023-04-141-0/+2
| |\ \ \ \ \ \ \