aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2023-12-15xfs: initialise di_crc in xfs_log_dinodexfs-6.8-mergeBDave Chinner1-0/+3
2023-12-15xfs: fix an off-by-one error in xreap_agextent_binvalDarrick J. Wong1-1/+1
2023-12-15xfs: short circuit xfs_growfs_data_private() if delta is zeroEric Sandeen1-0/+4
2023-12-14xfs: pass the defer ops directly to xfs_defer_addChristoph Hellwig7-36/+10
2023-12-14xfs: pass the defer ops instead of type to xfs_defer_start_recoveryChristoph Hellwig9-12/+13
2023-12-14xfs: store an ops pointer in struct xfs_defer_pendingChristoph Hellwig8-36/+34
2023-12-14xfs: move xfs_attr_defer_type up in xfs_attr_item.cChristoph Hellwig1-33/+33
2023-12-14xfs: consolidate the xfs_attr_defer_* helpersChristoph Hellwig2-71/+21
2023-12-14Merge tag 'fix-growfsrt-failures-6.8_2023-12-13' of https://git.kernel.org/pu...Chandan Babu R1-0/+5
2023-12-13xfs: recompute growfsrtfree transaction reservation while growing rt volumeDarrick J. Wong1-0/+5
2023-12-07xfs: move xfs_ondisk.h to libxfs/Christoph Hellwig1-0/+0
2023-12-07xfs: use static_assert to check struct sizes and offsetsChristoph Hellwig1-4/+4
2023-12-07xfs: extract xfs_da_buf_copy() helper functionZhang Tianci3-52/+36
2023-12-07xfs: update dir3 leaf block metadata after swapZhang Tianci1-0/+7
2023-12-07xfs: ensure logflagsp is initialized in xfs_bmap_del_extent_realJiachen Zhang1-42/+31
2023-12-07xfs: clean up xfs_fsops.hChristoph Hellwig1-5/+5
2023-12-07xfs: clean up the xfs_reserve_blocks interfaceChristoph Hellwig5-50/+14
2023-12-07xfs: clean up the XFS_IOC_FSCOUNTS handlerChristoph Hellwig3-26/+20
2023-12-07xfs: clean up the XFS_IOC_{GS}ET_RESBLKS handlerChristoph Hellwig1-44/+43
2023-12-07Documentation: xfs: consolidate XFS docs into its own subdirectoryBagas Sanjaya8-8/+19
2023-12-07mm, pmem, xfs: Introduce MF_MEM_PRE_REMOVE for unbindShiyang Ruan4-11/+122
2023-12-07Merge tag 'repair-auto-reap-space-reservations-6.8_2023-12-06' of https://git...Chandan Babu R20-76/+1007
2023-12-07Merge tag 'scrub-livelock-prevention-6.8_2023-12-06' of https://git.kernel.or...Chandan Babu R3-4/+31
2023-12-07Merge tag 'defer-elide-create-done-6.8_2023-12-06' of https://git.kernel.org/...Chandan Babu R3-3/+13
2023-12-07Merge tag 'fix-rtmount-overflows-6.8_2023-12-06' of https://git.kernel.org/pu...Chandan Babu R4-4/+38
2023-12-07Merge tag 'reconstruct-defer-cleanups-6.8_2023-12-06' of https://git.kernel.o...Chandan Babu R8-495/+275
2023-12-07Merge tag 'reconstruct-defer-work-6.8_2023-12-06' of https://git.kernel.org/p...Chandan Babu R12-455/+493
2023-12-06xfs: force small EFIs for reaping btree extentsDarrick J. Wong3-11/+104
2023-12-06xfs: log EFIs for all btree blocks being used to stage a btreeDarrick J. Wong2-8/+29
2023-12-06xfs: implement block reservation accounting for btrees we're stagingDarrick J. Wong4-0/+595
2023-12-06xfs: remove unused fields from struct xbtree_ifakerootDarrick J. Wong1-6/+0
2023-12-06xfs: automatic freeing of freshly allocated unwritten spaceDarrick J. Wong3-8/+117
2023-12-06xfs: remove __xfs_free_extent_laterDarrick J. Wong11-27/+16
2023-12-06xfs: allow pausing of pending deferred work itemsDarrick J. Wong3-16/+111
2023-12-06xfs: don't append work items to logged xfs_defer_pending objectsDarrick J. Wong1-13/+48
2023-12-06xfs: make xchk_iget safer in the presence of corrupt inode btreesDarrick J. Wong3-4/+31
2023-12-06xfs: elide ->create_done calls for unlogged deferred workDarrick J. Wong2-3/+4
2023-12-06xfs: don't allow overly small or large realtime volumesDarrick J. Wong3-1/+17
2023-12-06xfs: move ->iop_relog to struct xfs_defer_op_typeDarrick J. Wong8-119/+120
2023-12-06xfs: document what LARP meansDarrick J. Wong1-0/+9
2023-12-06xfs: fix 32-bit truncation in xfs_compute_rextslogDarrick J. Wong1-3/+5
2023-12-06xfs: make rextslog computation consistent with mkfsDarrick J. Wong4-3/+19
2023-12-06xfs: collapse the ->create_done functionsDarrick J. Wong5-109/+64
2023-12-06xfs: hoist xfs_trans_add_item calls to defer ops functionsDarrick J. Wong6-17/+6
2023-12-06xfs: clean out XFS_LI_DIRTY setting boilerplate from ->iop_relogDarrick J. Wong6-7/+11
2023-12-06xfs: use xfs_defer_create_done for the relogging operationDarrick J. Wong7-26/+14
2023-12-06xfs: hoist ->create_intent boilerplate to its callsiteDarrick J. Wong6-15/+2
2023-12-06xfs: collapse the ->finish_item helpersDarrick J. Wong5-146/+58
2023-12-06xfs: move ->iop_recover to xfs_defer_op_typeDarrick J. Wong10-88/+109
2023-12-06xfs: hoist intent done flag setting to ->finish_item callsiteDarrick J. Wong6-92/+34
2023-12-06xfs: use xfs_defer_finish_one to finish recovered work itemsDarrick J. Wong9-157/+49
2023-12-06xfs: don't set XFS_TRANS_HAS_INTENT_DONE when there's no ATTRD log itemDarrick J. Wong1-2/+4
2023-12-06xfs: dump the recovered xattri log item if corruption happensDarrick J. Wong1-0/+4
2023-12-06xfs: recreate work items when recovering intent itemsDarrick J. Wong7-163/+215
2023-12-06xfs: transfer recovered intent item ownership in ->iop_recoverDarrick J. Wong7-7/+22
2023-12-06xfs: pass the xfs_defer_pending object to iop_recoverDarrick J. Wong7-7/+14
2023-12-06xfs: use xfs_defer_pending objects to recover intent itemsDarrick J. Wong11-116/+158
2023-12-06xfs: don't leak recovered attri intent itemsDarrick J. Wong1-2/+7
2023-12-03Linux 6.7-rc4v6.7-rc4Linus Torvalds1-1/+1
2023-12-03Merge tag 'v6.7-rc3-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds7-34/+54
2023-12-03Merge tag 'firewire-fixes-6.7-rc4' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-7/+4
2023-12-03Merge tag 'powerpc-6.7-3' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds3-3/+18
2023-12-03Merge tag 'vfio-v6.7-rc4' of https://github.com/awilliam/linux-vfioLinus Torvalds4-18/+26
2023-12-03Merge tag 'for-linus-6.7a-rc4-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds3-3/+9
2023-12-03Merge tag 'probes-fixes-v6.7-rc3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds5-21/+43
2023-12-02Merge tag 'pm-6.7-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds7-32/+136
2023-12-02Merge tag 'acpi-6.7-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds4-24/+17
2023-12-02Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds1-0/+4
2023-12-02Merge tag 'iommu-fixes-v6.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds9-42/+126
2023-12-02Merge tag 'sound-6.7-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds8-25/+76
2023-12-02Merge tag 'drm-fixes-2023-12-01' of git://anongit.freedesktop.org/drm/drmLinus Torvalds67-302/+537
2023-12-02Merge tag 'io_uring-6.7-2023-11-30' of git://git.kernel.dk/linuxLinus Torvalds6-70/+224
2023-12-02Merge tag 'block-6.7-2023-12-01' of git://git.kernel.dk/linuxLinus Torvalds6-12/+58
2023-12-02Merge tag 'dm-6.7/dm-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds4-10/+8
2023-12-02Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds5-9/+40
2023-12-02Merge tag 'fs_for_v6.7-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+0
2023-12-02Merge tag 'bcachefs-2023-11-29' of https://evilpiepirate.org/git/bcachefsLinus Torvalds45-323/+495
2023-12-01Merge branch 'acpi-tables'Rafael J. Wysocki3-15/+12
2023-12-01Merge branch 'powercap'Rafael J. Wysocki2-13/+4
2023-12-01Merge tag 'nvme-6.7-2023-12-01' of git://git.infradead.org/nvme into block-6.7Jens Axboe1-6/+28
2023-12-01nvme-core: check for too small lba shiftKeith Busch1-2/+3
2023-12-01blk-mq: don't count completed flush data request as inflight in case of quiesceMing Lei1-1/+13
2023-12-01iommu: Fix printk arg in of_iommu_get_resv_regions()Daniel Mentz1-1/+1
2023-12-01rethook: Use __rcu pointer for rethook::handlerMasami Hiramatsu (Google)3-14/+22
2023-12-01kprobes: consistent rcu api usage for kretprobe holderJP Kobryn2-7/+4
2023-12-01lib: objpool: fix head overrun on RK3588 SBCwuqiang.matt1-0/+17
2023-12-01Merge tag 'hardening-v6.7-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-8/+5
2023-12-01Merge tag 'linux_kselftest-kunit-fixes-6.7-rc4' of git://git.kernel.org/pub/s...Linus Torvalds2-3/+41
2023-12-01Merge tag 'amd-drm-fixes-6.7-2023-11-30' of https://gitlab.freedesktop.org/ag...Dave Airlie54-249/+464
2023-12-01Merge tag 'perf-tools-fixes-for-v6.7-1-2023-11-29' of git://git.kernel.org/pu...Linus Torvalds28-39/+226
2023-12-01Merge tag 'net-6.7-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds60-337/+1128
2023-12-01Merge tag 'pmdomain-v6.7-rc2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2023-12-01Merge tag 'mmc-v6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ulf...Linus Torvalds5-49/+85
2023-12-01Merge tag 'leds-fixes-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds2-23/+0
2023-12-01Merge tag 'efi-urgent-for-v6.7-1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2023-12-01Merge tag 'drm-misc-fixes-2023-11-29' of git://anongit.freedesktop.org/drm/dr...Dave Airlie10-29/+27
2023-12-01Merge tag 'drm-intel-fixes-2023-11-30' of git://anongit.freedesktop.org/drm/d...Dave Airlie3-24/+46
2023-11-30Revert "drm/prime: Unexport helpers for fd/handle conversion"Felix Kuehling2-15/+25
2023-11-30arm64: Avoid enabling KPTI unnecessarilyArd Biesheuvel1-0/+4
2023-11-30vfio: Drop vfio_file_iommu_group() stub to fudge around a KVM wartSean Christopherson1-6/+2
2023-11-30smb: client, common: fix fortify warningsDmitry Antipov5-31/+40
2023-11-30ALSA: hda: Disable power-save on KONTRON SinglePCTakashi Iwai1-0/+2
2023-11-30Merge branch 'net-ravb-fixes-for-the-ravb-driver'Paolo Abeni1-23/+35
2023-11-30net: ravb: Keep reverse order of operations in ravb_remove()Claudiu Beznea1-9/+13
2023-11-30net: ravb: Stop DMA in case of failures on ravb_open()Claudiu Beznea1-0/+1
2023-11-30net: ravb: Start TX queues after HW initialization succeededClaudiu Beznea1-2/+2
2023-11-30net: ravb: Make write access to CXR35 first before accessing other EMAC regis...Claudiu Beznea1-8/+9
2023-11-30net: ravb: Use pm_runtime_resume_and_get()Claudiu Beznea1-1/+4
2023-11-30net: ravb: Check return value of reset_control_deassert()Claudiu Beznea1-3/+6
2023-11-29net: libwx: fix memory leak on msix entryJiawen Wu1-1/+1
2023-11-29ice: Fix VF Reset paths when interface in a failed over aggregateDave Ertman4-50/+118
2023-11-29Merge tag 'wireless-2023-11-29' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski19-118/+614
2023-11-29Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski10-15/+66
2023-11-29cifs: Fix FALLOC_FL_INSERT_RANGE by setting i_size after EOF movedDavid Howells1-0/+3
2023-11-29cifs: Fix FALLOC_FL_ZERO_RANGE by setting i_size if EOF movedDavid Howells1-2/+8
2023-11-30firewire: core: fix possible memory leak in create_units()Yang Yingliang1-7/+4
2023-11-30bpf, sockmap: Add af_unix test with both sockets in mapJohn Fastabend2-11/+47
2023-11-30bpf, sockmap: af_unix stream sockets need to hold ref for pair sockJohn Fastabend5-2/+9
2023-11-29drm/amdgpu: Use another offset for GC 9.4.3 remapLijo Lazar1-0/+5
2023-11-29drm/amd/display: Fix some HostVM parameters in DMLTaimur Hassan2-3/+39
2023-11-29drm/amdkfd: Free gang_ctx_bo and wptr_bo in pqm_uninitZhenGuo Yin1-21/+33
2023-11-29drm/amdgpu: Update EEPROM I2C address for smu v13_0_0Candice Li1-0/+6
2023-11-29drm/amd/display: Allow DTBCLK disable for DCN35Nicholas Kazlauskas1-15/+12
2023-11-29drm/amdgpu: Fix cat debugfs amdgpu_regs_didt causes kernel null pointerLu Yao1-0/+6
2023-11-29drm/amd: Enable PCIe PME from D3Mario Limonciello1-0/+2
2023-11-29drm/amd/pm: fix a memleak in aldebaran_tables_initDinghao Liu1-1/+4
2023-11-29drm/amdgpu: fix AGP addressing when GART is not at 0Alex Deucher3-6/+11
2023-11-29drm/amd/display: update dcn315 lpddr pstate latencyDmytro Laktyushkin1-4/+4
2023-11-29drm/amd/display: fix ABM disablementHamza Mahfooz1-3/+5
2023-11-29drm/amd/display: Fix black screen on video playback with embedded panelSung Joon Kim2-1/+10
2023-11-29drm/amd/display: Fix conversions between bytes and KBTaimur Hassan2-10/+10
2023-11-29drm/amdkfd: Use common function for IP version checkMukul Joshi1-1/+1
2023-11-29drm/amd/display: Remove config updateTaimur Hassan1-1/+1
2023-11-29drm/amd/display: Update DCN35 clock table policyNicholas Kazlauskas1-26/+51
2023-11-29drm/amd/display: force toggle rate wa for first link training for a retimerZhongwei1-3/+3
2023-11-29drm/amdgpu: correct the amdgpu runtime dereference usage countPrike Liang1-6/+3
2023-11-29drm/amd/display: Update min Z8 residency time to 2100 for DCN314Nicholas Kazlauskas1-1/+1
2023-11-29drm/amd/display: Remove min_dst_y_next_start check for Z8Nicholas Kazlauskas1-14/+1
2023-11-29drm/amdgpu: fix memory overflow in the IB testTim Huang4-7/+7
2023-11-29drm/amdgpu: add init_registers for nbio v7.11Li Ma3-9/+40
2023-11-29drm/amd/display: Simplify brightness initializationCamille Cho6-22/+5
2023-11-29drm/amd/display: Increase num voltage states to 40Alvin Lee1-1/+1
2023-11-29drm/amd/display: Do not read DPREFCLK spread info from LUT on DCN35Michael Strauss1-22/+0
2023-11-29drm/amd/display: Use DRAM speed from validation for dummy p-stateAlvin Lee1-1/+2
2023-11-29drm/amd/display: Fix MPCC 1DLUT programmingIlya Bakoulin1-4/+2
2023-11-29drm/amd/display: Feed SR and Z8 watermarks into DML2 for DCN35Nicholas Kazlauskas1-0/+9
2023-11-29drm/amdgpu: Force order between a read and write to the same addressAlex Sierra2-0/+10
2023-11-29drm/amdgpu: Do not issue gpu reset from nbio v7_9 bif interruptHawking Zhang1-5/+0
2023-11-29drm/amd/display: Add Z8 watermarks for DML2 bbox overridesNicholas Kazlauskas2-15/+34
2023-11-29drm/amdgpu: optimize RLC powerdown notification on VangoghPerry Yuan8-3/+43
2023-11-29drm/amd/display: fix a pipe mapping error in dcn32_fpuWenjing Liu1-8/+12
2023-11-29drm/amd/display: Update DCN35 watermarksNicholas Kazlauskas2-20/+20
2023-11-29drm/amdgpu: update xgmi num links info post gc9.4.2Jonathan Kim1-1/+1
2023-11-29drm/amd/display: Add z-state support policy for dcn35Nicholas Kazlauskas4-0/+44
2023-11-29drm/amd/display: Include udelay when waiting for INBOX0 ACKAlvin Lee1-0/+1
2023-11-29cpufreq/amd-pstate: Only print supported EPP values for performance governorAyush Jain1-1/+6
2023-11-29dm-flakey: start allocating with MAX_ORDERMikulas Patocka1-1/+1
2023-11-29dm-verity: align struct dm_verity_fec_io properlyMikulas Patocka2-7/+2
2023-11-29dm verity: don't perform FEC for failed readahead IOWu Bo1-1/+3
2023-11-29dm verity: initialize fec io before freeing itWu Bo1-1/+2
2023-11-29block: Document the role of the two attribute groupsBart Van Assche1-0/+2
2023-11-29tools: ynl-gen: always construct struct ynl_req_stateJakub Kicinski5-55/+102
2023-11-29ethtool: don't propagate EOPNOTSUPP from dumpsJakub Kicinski1-0/+1
2023-11-29cpufreq/amd-pstate: Fix scaling_min_freq and scaling_max_freq updateWyes Karny2-13/+51
2023-11-29drm/panel: nt36523: fix return value check in nt36523_probe()Yang Yingliang1-2/+2
2023-11-29drm/panel: starry-2081101qfh032011-53g: Fine tune the panel power sequencexiazhengqiao1-0/+1
2023-11-29Merge tag 'pinctrl-v6.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds7-12/+21
2023-11-29KVM: PPC: Book3S HV: Fix KVM_RUN clobbering FP/VEC user registersNicholas Piggin1-3/+3
2023-11-29ALSA: hda/realtek: Add supported ALC257 for ChromeOSKailang Yang1-0/+3
2023-11-29drm/i915: Call intel_pre_plane_updates() also for pipes getting enabledVille Syrjälä1-1/+2
2023-11-29drm/i915: Also check for VGA converter in eDP probeVille Syrjälä1-6/+22
2023-11-29drm/i915/gsc: Mark internal GSC engine with reserved uabi classTvrtko Ursulin1-17/+22
2023-11-28bcachefs: Extra kthread_should_stop() calls for copygcKent Overstreet2-4/+10
2023-11-28bcachefs: Convert gc_alloc_start() to for_each_btree_key2()Kent Overstreet1-4/+5
2023-11-28bcachefs: Fix race between btree writes and metadata dropKent Overstreet1-0/+4
2023-11-28bcachefs: move journal seq assertionKent Overstreet2-3/+3
2023-11-28bcachefs: -EROFS doesn't count as move_extent_start_failKent Overstreet1-0/+4
2023-11-28ravb: Fix races between ravb_tx_timeout_work() and net related opsYoshihiro Shimoda1-1/+10
2023-11-28smb: client: report correct st_size for SMB and NFS symlinksPaulo Alcantara1-0/+2
2023-11-28smb: client: fix missing mode bits for SMB symlinksPaulo Alcantara1-1/+1
2023-11-29nouveau/gsp: replace zero-length array with flex-array member and use __count...Gustavo A. R. Silva2-2/+2
2023-11-29nouveau/gsp/r535: remove a stray unlock in r535_gsp_rpc_send()Dan Carpenter1-3/+1
2023-11-29nouveau: find the smallest page allocation to cover a buffer alloc.Dave Airlie1-2/+3
2023-11-28bcachefs: trace_move_extent_start_fail() now includes errcodeKent Overstreet3-17/+14
2023-11-28bcachefs: Fix split_race livelockKent Overstreet1-1/+5
2023-11-28bcachefs: Fix bucket data type for stripe bucketsKent Overstreet1-2/+6
2023-11-28bcachefs: Add missing validation for jset_entry_data_usageKent Overstreet4-31/+53
2023-11-28bcachefs: Fix zstd compress workspace sizeKent Overstreet2-7/+11
2023-11-28Merge tag 'for-6.7-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds9-10/+62
2023-11-28block: warn once for each partition in bio_check_ro()Yu Kuai2-3/+12
2023-11-28block: move .bd_inode into 1st cacheline of block_deviceMing Lei1-1/+2
2023-11-28io_uring: use fget/fput consistentlyJens Axboe2-23/+24
2023-11-28io_uring: free io_buffer_list entries via RCUJens Axboe3-15/+56
2023-11-28io_uring/kbuf: prune deferred locked cache when tearing downJens Axboe1-0/+8
2023-11-28io_uring/kbuf: recycle freed mapped buffer ring entriesJens Axboe1-11/+66
2023-11-28io_uring/kbuf: defer release of mapped buffer ringsJens Axboe4-5/+46
2023-11-28powercap: DTPM: Fix unneeded conversions to micro-WattsLukasz Luba2-13/+4
2023-11-28cpufreq/amd-pstate: Fix the return value of amd_pstate_fast_switch()Gautham R. Shenoy1-1/+3
2023-11-28powerpc: Don't clobber f0/vs0 during fp|altivec register saveTimothy Pearson2-0/+15
2023-11-28r8169: prevent potential deadlock in rtl8169_closeHeiner Kallweit1-1/+3