summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* fuse: respect FOPEN_KEEP_CACHE on opendirAmir Goldstein2025-01-041-0/+2
* Merge patch series "netfs, ceph, nfs, cachefiles: Miscellaneous fixes/changes"Christian Brauner2024-12-2017-64/+99
|\
| * netfs: Fix is-caching check in read-retryDavid Howells2024-12-202-2/+1
| * netfs: Fix the (non-)cancellation of copy when cache is temporarily disabledDavid Howells2024-12-201-0/+4
| * netfs: Fix ceph copy to cache on write-beginDavid Howells2024-12-201-2/+4
| * netfs: Work around recursion by abandoning retry if nothing readDavid Howells2024-12-209-23/+44
| * netfs: Fix missing barriers by using clear_and_wake_up_bit()David Howells2024-12-202-8/+4
| * netfs: Remove redundant use of smp_rmb()Zilin Guan2024-12-201-1/+0
| * cachefiles: Parse the "secctx" immediatelyMax Kellermann2024-12-203-11/+12
| * nfs: Fix oops in nfs_netfs_init_request() when copying to cacheDavid Howells2024-12-201-1/+8
| * netfs: Fix enomem handling in buffered readsDavid Howells2024-12-201-12/+16
| * netfs: Fix non-contiguous donation between completed readsDavid Howells2024-12-201-4/+5
| * kheaders: Ignore silly-rename filesDavid Howells2024-12-201-0/+1
|/
* fs: relax assertions on failure to encode file handlesAmir Goldstein2024-12-192-6/+3
* fs: fix missing declaration of init_filesZhang Kunbo2024-12-171-0/+1
* fs: fix is_mnt_ns_file()Miklos Szeredi2024-12-131-2/+8
* Merge patch series "iomap: fix zero padding data issue in concurrent append w...Christian Brauner2024-12-112-10/+58
|\
| * iomap: fix zero padding data issue in concurrent append writesLong Li2024-12-112-1/+46
| * iomap: pass byte granular end position to iomap_add_to_ioendLong Li2024-12-111-9/+12
|/
* Merge patch series "jbd2: two straightforward fixes"Christian Brauner2024-12-042-3/+3
|\
| * jbd2: flush filesystem device before updating tail sequenceZhang Yi2024-12-041-2/+2
| * jbd2: increase IO priority for writing revoke recordsZhang Yi2024-12-041-1/+1
|/
* fs/qnx6: Fix building with GCC 15Brahmajit Das2024-12-031-7/+4
* hfs: Sanity check the root recordLeo Stone2024-12-021-1/+3
* Linux 6.13-rc1v6.13-rc1Linus Torvalds2024-12-011-2/+2
* Merge tag 'i2c-for-6.13-rc1-part3' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2024-12-0113-3/+840
|\
| * MAINTAINERS: fix typo in I2C OF COMPONENT PROBERLukas Bulwahn2024-11-291-1/+1
| * of: base: Document prefix argument for of_get_next_child_with_prefix()Chen-Yu Tsai2024-11-291-0/+1
| * i2c: Fix whitespace style issueLiam Zuiderhoek2024-11-271-1/+1
| * arm64: dts: mediatek: mt8173-elm-hana: Mark touchscreens and trackpads as failChen-Yu Tsai2024-11-272-2/+16
| * platform/chrome: Introduce device tree hardware proberChen-Yu Tsai2024-11-273-0/+166
| * i2c: of-prober: Add GPIO support to simple helpersChen-Yu Tsai2024-11-272-2/+119
| * i2c: of-prober: Add simple helpers for regulator supportChen-Yu Tsai2024-11-272-1/+181
| * i2c: Introduce OF component probe functionChen-Yu Tsai2024-11-274-0/+267
| * of: base: Add for_each_child_of_node_with_prefix()Chen-Yu Tsai2024-11-272-0/+44
| * of: dynamic: Add of_changeset_update_prop_stringChen-Yu Tsai2024-11-272-0/+48
* | Merge tag 'trace-printf-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-12-012-24/+0
|\ \
| * | printf: Remove unused 'bprintf'Dr. David Alan Gilbert2024-12-012-24/+0
* | | Merge tag 'timers_urgent_for_v6.13_rc1' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2024-12-013-6/+7
|\ \ \
| * | | posix-timers: Target group sigqueue to current task only if not exitingFrederic Weisbecker2024-11-291-3/+4
| * | | delay: Fix ndelay() spuriously treated as udelay()Frederic Weisbecker2024-11-291-2/+2
| * | | ntp: Remove invalid cast in time offset mathMarcelo Dalmas2024-11-281-1/+1
* | | | Merge tag 'irq_urgent_for_v6.13_rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2024-12-0116-24/+65
|\ \ \ \
| * | | | irqchip: Switch back to struct platform_driver::remove()Uwe Kleine-König2024-11-2612-12/+12
| * | | | irqchip/gicv3-its: Add workaround for hip09 ITS erratum 162100801Zhou Wang2024-11-263-11/+52
| * | | | irqchip/irq-mvebu-sei: Move misplaced select() callback to SEI CP domainRussell King (Oracle)2024-11-261-1/+1
| |/ / /
* | | | Merge tag 'x86_urgent_for_v6.13_rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2024-12-016-11/+41
|\ \ \ \
| * | | | x86/CPU/AMD: Terminate the erratum_1386_microcode arraySebastian Andrzej Siewior2024-11-261-0/+1
| * | | | x86/Documentation: Update algo in init_size description of boot protocolAndy Shevchenko2024-11-251-4/+13
| * | | | x86/microcode/AMD: Flush patch buffer mapping after applicationBorislav Petkov (AMD)2024-11-251-5/+20