summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ext4: remove map_from_cluster from ext4_ext_map_blocksEric Whitney2020-03-141-4/+1
* ext4: clean up ext4_ext_insert_extent() call in ext4_ext_map_blocks()Eric Whitney2020-03-141-13/+17
* ext4: mark block bitmap corrupted when found instead of BUGONDmitry Monakhov2020-03-141-2/+9
* ext4: use flexible-array member for xattr structsGustavo A. R. Silva2020-03-141-2/+2
* ext4: use flexible-array member in struct fnameGustavo A. R. Silva2020-03-141-1/+1
* Documentation: correct the description of FIEMAP_EXTENT_LASTRitesh Harjani2020-03-141-2/+4
* ext4: move ext4_fiemap to use iomap frameworkRitesh Harjani2020-03-142-283/+48
* ext4: make ext4_ind_map_blocks work with fiemapRitesh Harjani2020-03-141-0/+16
* ext4: move ext4 bmap to use iomap infrastructureRitesh Harjani2020-03-141-1/+1
* ext4: optimize ext4_ext_precache for 0 depthRitesh Harjani2020-03-141-3/+6
* ext4: add IOMAP_F_MERGED for non-extent based mappingRitesh Harjani2020-03-141-0/+4
* ext4: fix a data race at inode->i_disksizeQiujun Huang2020-03-051-1/+1
* ext4: fix a data race at inode->i_blocksQian Cai2020-03-051-1/+1
* ext4: clean up error return for convert_initialized_extent()Eric Whitney2020-03-051-9/+9
* jbd2: improve comments about freeing data buffers whose page mapping is NULLzhangyi (F)2020-03-051-3/+4
* ext4: use flexible-array members in struct dx_node and struct dx_rootGustavo A. R. Silva2020-03-051-2/+2
* ext4: use built-in RCU list checking in mballocMadhuparna Bhowmik2020-03-051-2/+4
* ext4: delete declaration for ext4_split_extent()Eric Whitney2020-03-051-7/+0
* ext4: remove EXT4_EOFBLOCKS_FL and associated codeEric Whitney2020-03-054-102/+9
* ext4: code cleanup for ext4_statfs_project()Chengguang Xu2020-03-051-9/+4
* ext4: start to support iopoll methodXiaoguang Wang2020-03-051-0/+1
* ext4: force buffer up-to-date while marking it dirtyHarshad Shirwadkar2020-03-051-0/+1
* Linux 5.6-rc4v5.6-rc4Linus Torvalds2020-03-011-1/+1
* Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-03-012-7/+7
|\
| * ext4: potential crash on allocation error in ext4_alloc_flex_bg_array()Dan Carpenter2020-02-291-3/+3
| * jbd2: fix data races at struct journal_headQian Cai2020-02-291-4/+4
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-03-0122-107/+171
|\ \
| * | KVM: VMX: check descriptor table exits on instruction emulationOliver Upton2020-03-011-0/+15
| * | Merge tag 'kvmarm-fixes-5.6-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini2020-02-2815-77/+84
| |\ \
| | * | arm64: Ask the compiler to __always_inline functions used by KVM at HYPJames Morse2020-02-224-8/+8
| | * | KVM: arm64: Define our own swab32() to avoid a uapi static inlineJames Morse2020-02-222-2/+9
| | * | KVM: arm64: Ask the compiler to __always_inline functions used at HYPJames Morse2020-02-225-28/+29
| | * | kvm: arm/arm64: Fold VHE entry/exit work into kvm_vcpu_run_vhe()Mark Rutland2020-02-174-39/+37
| | * | KVM: arm/arm64: Fix up includes for trace.hJeremy Cline2020-02-051-0/+1
| * | | kvm: x86: Limit the number of "kvm: disabled by bios" messagesErwan Velu2020-02-281-2/+2
| * | | KVM: x86: avoid useless copy of cpufreq policyPaolo Bonzini2020-02-281-5/+5
| * | | KVM: allow disabling -WerrorPaolo Bonzini2020-02-282-1/+14
| * | | KVM: x86: allow compiling as non-module with W=1Valdis Klētnieks2020-02-282-0/+4
| * | | KVM: Pre-allocate 1 cpumask variable per cpu for both pv tlb and pv ipisWanpeng Li2020-02-281-12/+21
| * | | KVM: Introduce pv check helpersWanpeng Li2020-02-281-10/+24
| * | | KVM: let declaration of kvm_get_running_vcpus match implementationChristian Borntraeger2020-02-281-1/+1
| * | | KVM: SVM: allocate AVIC data structures based on kvm_amd module parameterPaolo Bonzini2020-02-281-1/+2
* | | | Merge branch 'i2c/for-current-fixed' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2020-02-293-56/+34
|\ \ \ \
| * | | | macintosh: therm_windtunnel: fix regression when instantiating devicesWolfram Sang2020-02-291-21/+31
| * | | | i2c: altera: Fix potential integer overflowGustavo A. R. Silva2020-02-131-1/+1
| * | | | i2c: jz4780: silence log flood on txabrtWolfram Sang2020-02-131-34/+2
* | | | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2020-02-298-7/+14
|\ \ \ \ \
| * | | | | scsi: compat_ioctl: cdrom: Replace .ioctl with .compat_ioctl in four appropri...Adam Williamson2020-02-244-4/+4
| * | | | | scsi: zfcp: fix wrong data and display format of SFP+ temperatureBenjamin Block2020-02-242-2/+2
| * | | | | scsi: sd_sbc: Fix sd_zbc_report_zones()Damien Le Moal2020-02-241-1/+6