summaryrefslogtreecommitdiffstats
path: root/fs/d_path.c (unfollow)
Commit message (Expand)AuthorFilesLines
12 daysovl: pass realinode to ovl_encode_real_fh() instead of realdentryAmir Goldstein4-10/+12
2025-01-04fuse: respect FOPEN_KEEP_CACHE on opendirAmir Goldstein1-0/+2
2024-12-20netfs: Fix is-caching check in read-retryDavid Howells2-2/+1
2024-12-20netfs: Fix the (non-)cancellation of copy when cache is temporarily disabledDavid Howells1-0/+4
2024-12-20netfs: Fix ceph copy to cache on write-beginDavid Howells1-2/+4
2024-12-20netfs: Work around recursion by abandoning retry if nothing readDavid Howells9-23/+44
2024-12-20netfs: Fix missing barriers by using clear_and_wake_up_bit()David Howells2-8/+4
2024-12-20netfs: Remove redundant use of smp_rmb()Zilin Guan1-1/+0
2024-12-20cachefiles: Parse the "secctx" immediatelyMax Kellermann3-11/+12
2024-12-20nfs: Fix oops in nfs_netfs_init_request() when copying to cacheDavid Howells1-1/+8
2024-12-20netfs: Fix enomem handling in buffered readsDavid Howells1-12/+16
2024-12-20netfs: Fix non-contiguous donation between completed readsDavid Howells1-4/+5
2024-12-20kheaders: Ignore silly-rename filesDavid Howells1-0/+1
2024-12-19fs: relax assertions on failure to encode file handlesAmir Goldstein2-6/+3
2024-12-17fs: fix missing declaration of init_filesZhang Kunbo1-0/+1
2024-12-13fs: fix is_mnt_ns_file()Miklos Szeredi1-2/+8
2024-12-11iomap: fix zero padding data issue in concurrent append writesLong Li2-1/+46
2024-12-11iomap: pass byte granular end position to iomap_add_to_ioendLong Li1-9/+12
2024-12-04jbd2: flush filesystem device before updating tail sequenceZhang Yi1-2/+2
2024-12-04jbd2: increase IO priority for writing revoke recordsZhang Yi1-1/+1
2024-12-03fs/qnx6: Fix building with GCC 15Brahmajit Das1-7/+4
2024-12-02hfs: Sanity check the root recordLeo Stone1-1/+3
2024-12-01Linux 6.13-rc1v6.13-rc1Linus Torvalds1-2/+2
2024-12-01strscpy: write destination buffer only onceLinus Torvalds1-6/+17
2024-12-01printf: Remove unused 'bprintf'Dr. David Alan Gilbert2-24/+0
2024-11-30tools/power turbostat: 2024.11.30Len Brown2-2/+2
2024-11-30tools/power turbostat: Add RAPL psys as a built-in counterPatryk Wlazlyn2-10/+85
2024-11-30tools/power turbostat: Fix child's argument forwardingPatryk Wlazlyn1-1/+1
2024-11-30tools/power turbostat: Force --no-perf in --dump modePatryk Wlazlyn1-0/+6
2024-11-30tools/power turbostat: Add support for /sys/class/drm/card1Zhang Rui1-9/+29
2024-11-30tools/power turbostat: Cache graphics sysfs file descriptors during probeZhang Rui1-50/+32
2024-11-30tools/power turbostat: Consolidate graphics sysfs accessZhang Rui1-9/+6
2024-11-30tools/power turbostat: Remove unnecessary fflush() callZhang Rui1-4/+3
2024-11-30tools/power turbostat: Enhance platform divergence descriptionZhang Rui1-28/+30
2024-11-30tools/power turbostat: Add initial support for GraniteRapids-DZhang Rui1-0/+1
2024-11-30tools/power turbostat: Remove PC3 support on LunarlakeZhang Rui1-1/+1
2024-11-30tools/power turbostat: Rename arl_features to lnl_featuresZhang Rui1-2/+2
2024-11-30tools/power turbostat: Add back PC8 support on ArrowlakeZhang Rui1-3/+3
2024-11-30tools/power turbostat: Remove PC7/PC9 support on MTLZhang Rui1-2/+2
2024-11-30tools/power turbostat: Honor --show CPU, even when even when num_cpus=1Patryk Wlazlyn1-2/+2
2024-11-30tools/power turbostat: Fix trailing '\n' parsingZhang Rui1-0/+3
2024-11-30tools/power turbostat: Allow using cpu device in perf counters on hybrid plat...Patryk Wlazlyn2-7/+123
2024-11-30tools/power turbostat: Fix column printing for PMT xtal_time countersPatryk Wlazlyn1-3/+3
2024-11-30tools/power turbostat: fix GCC9 build regressionTodd Brandt1-9/+6
2024-11-30PCI/pwrctrl: Unregister platform device only if one actually existsBrian Norris1-2/+7
2024-11-30Revert "serial: sh-sci: Clean sci_ports[0] after at earlycon exit"Greg Kroah-Hartman1-28/+0
2024-11-30sh: intc: Fix use-after-free bug in register_intc_controller()Dan Carpenter1-1/+1
2024-11-30sh: cpuinfo: Fix a warning for CONFIG_CPUMASK_OFFSTACKHuacai Chen1-1/+1
2024-11-29brd: decrease the number of allocated pages which discardedZhang Xianwei1-1/+3
2024-11-29block, bfq: fix bfqq uaf in bfq_limit_depth()Yu Kuai1-13/+24