| Commit message (Expand) | Author | Age | Files | Lines |
* | iomap: Remove iomap_invalidatepage() | Matthew Wilcox (Oracle) | 2022-03-15 | 6 | -14/+5 |
* | fs: Add invalidate_folio() aops method | Matthew Wilcox (Oracle) | 2022-03-15 | 4 | -12/+21 |
* | ext4: Use folio_invalidate() | Matthew Wilcox (Oracle) | 2022-03-15 | 1 | -2/+3 |
* | ceph: Use folio_invalidate() | Matthew Wilcox (Oracle) | 2022-03-15 | 1 | -9/+13 |
* | btrfs: Use folio_invalidate() | Matthew Wilcox (Oracle) | 2022-03-15 | 1 | -2/+3 |
* | fs: Turn do_invalidatepage() into folio_invalidate() | Matthew Wilcox (Oracle) | 2022-03-15 | 4 | -14/+12 |
* | fs: Convert is_partially_uptodate to folios | Matthew Wilcox (Oracle) | 2022-03-14 | 8 | -48/+40 |
* | buffer: Add folio_buffers() | Matthew Wilcox (Oracle) | 2022-03-14 | 1 | -0/+1 |
* | fs/remap_range: Pass the file pointer to read_mapping_folio() | Matthew Wilcox (Oracle) | 2022-03-14 | 1 | -8/+8 |
* | fs: read_mapping_page() should take a struct file argument | Matthew Wilcox (Oracle) | 2022-03-14 | 1 | -4/+4 |
* | iomap: Fix iomap_invalidatepage tracepoint | Matthew Wilcox (Oracle) | 2022-03-14 | 1 | -1/+2 |
* | Linux 5.17-rc4v5.17-rc4 | Linus Torvalds | 2022-02-13 | 1 | -2/+2 |
* | Merge tag 'kbuild-fixes-v5.17-2' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2022-02-13 | 3 | -11/+17 |
|\ |
|
| * | kconfig: fix failing to generate auto.conf | Jing Leng | 2022-02-12 | 1 | -4/+9 |
| * | kconfig: fix missing fclose() on error paths | Masahiro Yamada | 2022-02-10 | 1 | -6/+6 |
| * | Makefile.extrawarn: Move -Wunaligned-access to W=1 | Nathan Chancellor | 2022-02-08 | 1 | -0/+1 |
| * | kconfig: let 'shell' return enough output for deep path names | Brenda Streiff | 2022-02-08 | 1 | -1/+1 |
* | | Merge tag 'irq-urgent-2022-02-13' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2022-02-13 | 3 | -6/+19 |
|\ \ |
|
| * \ | Merge tag 'irqchip-fixes-5.17-2' of git://git.kernel.org/pub/scm/linux/kernel... | Thomas Gleixner | 2022-02-13 | 3 | -6/+19 |
| |\ \ |
|
| | * | | irqchip/sifive-plic: Add missing thead,c900-plic match string | Guo Ren | 2022-02-02 | 1 | -0/+1 |
| | * | | dt-bindings: update riscv plic compatible string | Guo Ren | 2022-02-02 | 1 | -6/+15 |
| | * | | irqchip/gic-v3-its: Skip HP notifier when no ITS is registered | Marc Zyngier | 2022-02-02 | 1 | -0/+3 |
* | | | | Merge tag 'objtool_urgent_for_v5.17_rc4' of git://git.kernel.org/pub/scm/linu... | Linus Torvalds | 2022-02-13 | 2 | -25/+16 |
|\ \ \ \ |
|
| * | | | | x86/bug: Merge annotate_reachable() into _BUG_FLAGS() asm | Nick Desaulniers | 2022-02-02 | 2 | -25/+16 |
* | | | | | Merge tag 'sched_urgent_for_v5.17_rc4' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2022-02-13 | 1 | -5/+6 |
|\ \ \ \ \ |
|
| * | | | | | sched/fair: Fix fault in reweight_entity | Tadeusz Struk | 2022-02-06 | 1 | -5/+6 |
| | |_|/ /
| |/| | | |
|
* | | | | | Merge tag 'perf_urgent_for_v5.17_rc4' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2022-02-13 | 1 | -2/+2 |
|\ \ \ \ \ |
|
| * | | | | | perf: Fix list corruption in perf_cgroup_switch() | Song Liu | 2022-02-06 | 1 | -2/+2 |
* | | | | | | Merge tag 'x86_urgent_for_v5.17_rc4' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2022-02-13 | 1 | -0/+2 |
|\ \ \ \ \ \ |
|
| * | | | | | | x86/sgx: Silence softlockup detection when releasing large enclaves | Reinette Chatre | 2022-02-11 | 1 | -0/+2 |
| | |_|_|_|/
| |/| | | | |
|
* | | | | | | Merge tag '5.17-rc4-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6 | Linus Torvalds | 2022-02-13 | 5 | -17/+31 |
|\ \ \ \ \ \ |
|
| * | | | | | | cifs: mark sessions for reconnection in helper function | Shyam Prasad N | 2022-02-09 | 1 | -5/+14 |
| * | | | | | | cifs: call helper functions for marking channels for reconnect | Shyam Prasad N | 2022-02-09 | 4 | -11/+6 |
| * | | | | | | cifs: call cifs_reconnect when a connection is marked | Shyam Prasad N | 2022-02-08 | 1 | -0/+1 |
| * | | | | | | [smb3] improve error message when mount options conflict with posix | Steve French | 2022-02-07 | 1 | -1/+10 |
| |/ / / / / |
|
* | | | | | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/... | Linus Torvalds | 2022-02-12 | 4 | -7/+20 |
|\ \ \ \ \ \ |
|
| * | | | | | | scsi: lpfc: Reduce log messages seen after firmware download | James Smart | 2022-02-08 | 2 | -2/+8 |
| * | | | | | | scsi: lpfc: Remove NVMe support if kernel has NVME_FC disabled | James Smart | 2022-02-08 | 2 | -5/+12 |
* | | | | | | | Merge tag 'char-misc-5.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2022-02-12 | 16 | -38/+105 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | iio: buffer: Fix file related error handling in IIO_BUFFER_GET_FD_IOCTL | Mathias Krause | 2022-02-11 | 1 | -3/+11 |
| * | | | | | | | speakup-dectlk: Restore pitch setting | Samuel Thibault | 2022-02-08 | 1 | -0/+1 |
| * | | | | | | | bus: mhi: pci_generic: Add mru_default for Cinterion MV31-W | Slark Xiao | 2022-02-06 | 1 | -0/+1 |
| * | | | | | | | bus: mhi: pci_generic: Add mru_default for Foxconn SDX55 | Slark Xiao | 2022-02-06 | 1 | -0/+1 |
| * | | | | | | | Merge tag 'phy-fixes-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Greg Kroah-Hartman | 2022-02-05 | 11 | -34/+80 |
| |\ \ \ \ \ \ \ |
|
| | * | | | | | | | phy: dphy: Correct clk_pre parameter | Liu Ying | 2022-02-02 | 4 | -11/+11 |
| | * | | | | | | | phy: phy-mtk-tphy: Fix duplicated argument in phy-mtk-tphy | Wan Jiabing | 2022-01-27 | 1 | -1/+1 |
| | * | | | | | | | phy: stm32: fix a refcount leak in stm32_usbphyc_pll_enable() | Dan Carpenter | 2022-01-27 | 1 | -1/+1 |
| | * | | | | | | | phy: xilinx: zynqmp: Fix bus width setting for SGMII | Robert Hancock | 2022-01-27 | 1 | -5/+6 |
| | * | | | | | | | phy: cadence: Sierra: fix error handling bugs in probe() | Dan Carpenter | 2022-01-24 | 1 | -14/+21 |
| | * | | | | | | | phy: ti: Fix missing sentinel for clk_div_table | Kishon Vijay Abraham I | 2022-01-24 | 1 | -0/+1 |