summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2020-03-02xfs: remove the xfs_inode argument to xfs_attr_get_ilockedChristoph Hellwig3-10/+9
2020-03-02xfs: pass an initialized xfs_da_args to xfs_attr_getChristoph Hellwig5-100/+68
2020-03-02xfs: pass an initialized xfs_da_args structure to xfs_attr_setChristoph Hellwig6-74/+87
2020-03-02xfs: turn xfs_da_args.value into a void pointerChristoph Hellwig1-1/+1
2020-03-02xfs: remove the MAXNAMELEN check from xfs_attr_args_initChristoph Hellwig1-3/+0
2020-03-02xfs: remove the name == NULL check from xfs_attr_args_initChristoph Hellwig1-4/+0
2020-03-02xfs: factor out a helper for a single XFS_IOC_ATTRMULTI_BY_HANDLE opChristoph Hellwig3-106/+59
2020-03-02xfs: use strndup_user in XFS_IOC_ATTRMULTI_BY_HANDLEChristoph Hellwig2-24/+10
2020-03-02xfs: merge xfs_attrmulti_attr_remove into xfs_attrmulti_attr_setChristoph Hellwig3-32/+12
2020-03-02xfs: merge xfs_attr_remove into xfs_attr_setChristoph Hellwig5-149/+77
2020-03-02xfs: remove the ATTR_INCOMPLETE flagChristoph Hellwig3-10/+5
2020-03-02xfs: reject invalid flags combinations in XFS_IOC_ATTRLIST_BY_HANDLEChristoph Hellwig2-0/+4
2020-03-02xfs: rework collapse range into an atomic operationBrian Foster1-14/+15
2020-03-02xfs: rework insert range into an atomic operationBrian Foster1-19/+13
2020-03-02xfs: open code insert range extent split helperBrian Foster3-32/+17
2020-03-02xfs: Add missing annotation to xfs_ail_check()Jules Irenge1-0/+1
2020-03-02xfs: fix an undefined behaviour in _da3_path_shiftQian Cai1-1/+2
2020-03-02xfs: ratelimit xfs_discard_page messagesChristoph Hellwig1-1/+1
2020-03-02xfs: ratelimit xfs_buf_ioerror_alert messagesChristoph Hellwig1-1/+1
2020-03-02xfs: remove the kuid/kgid conversion wrappersChristoph Hellwig7-54/+27
2020-03-02xfs: remove the icdinode di_uid/di_gid membersChristoph Hellwig11-52/+46
2020-03-02xfs: ensure that the inode uid/gid match values match the icdinode onesChristoph Hellwig4-5/+12
2020-03-02xfs: improve error message when we can't allocate memory for xfs_bufDarrick J. Wong1-2/+3
2020-03-02xfs: add agf freeblocks verify in xfs_agf_verifyZheng Bin1-0/+16
2020-03-02xfs: fix iclog release error check race with shutdownBrian Foster1-4/+9
2020-03-01Linux 5.6-rc4v5.6-rc4Linus Torvalds1-1/+1
2020-03-01Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-7/+7
2020-03-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds22-107/+171
2020-03-01KVM: VMX: check descriptor table exits on instruction emulationOliver Upton1-0/+15
2020-02-29Merge branch 'i2c/for-current-fixed' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-56/+34
2020-02-29ext4: potential crash on allocation error in ext4_alloc_flex_bg_array()Dan Carpenter1-3/+3
2020-02-29macintosh: therm_windtunnel: fix regression when instantiating devicesWolfram Sang1-21/+31
2020-02-29jbd2: fix data races at struct journal_headQian Cai1-4/+4
2020-02-29Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds8-7/+14
2020-02-28Merge tag 'pci-v5.6-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-2/+2
2020-02-28Merge tag 'block-5.6-2020-02-28' of git://git.kernel.dk/linux-blockLinus Torvalds12-70/+136
2020-02-28Merge tag 'io_uring-5.6-2020-02-28' of git://git.kernel.dk/linux-blockLinus Torvalds3-91/+74
2020-02-28Merge branch 'nvme-5.6-rc4' of git://git.infradead.org/nvme into block-5.6Jens Axboe1-1/+1
2020-02-28Merge tag 'acpi-5.6-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds4-5/+42
2020-02-28Merge tag 'pm-5.6-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds4-7/+12
2020-02-28Merge tag 'zonefs-5.6-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds2-4/+5
2020-02-28Merge tag 'kvmarm-fixes-5.6-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini15-77/+84
2020-02-28kvm: x86: Limit the number of "kvm: disabled by bios" messagesErwan Velu1-2/+2
2020-02-28Merge branches 'pm-sleep' and 'pm-devfreq'Rafael J. Wysocki3-5/+2
2020-02-28KVM: x86: avoid useless copy of cpufreq policyPaolo Bonzini1-5/+5
2020-02-28KVM: allow disabling -WerrorPaolo Bonzini2-1/+14
2020-02-28KVM: x86: allow compiling as non-module with W=1Valdis Klētnieks2-0/+4
2020-02-28KVM: Pre-allocate 1 cpumask variable per cpu for both pv tlb and pv ipisWanpeng Li1-12/+21
2020-02-28KVM: Introduce pv check helpersWanpeng Li1-10/+24
2020-02-28KVM: let declaration of kvm_get_running_vcpus match implementationChristian Borntraeger1-1/+1