summaryrefslogtreecommitdiff
path: root/sys/compat/linuxkpi/common/include/linux/fs.h
AgeCommit message (Expand)Author
2025-04-07linuxkpi: Add `show_fdinfo()` to `struct file_operations`Jean-Sébastien Pédron
2025-02-19linuxkpi: Defaults to `get_file_rcu()` version from Linux 6.7Jean-Sébastien Pédron
2025-01-31linuxkpi: Add `get_file_active()`Jean-Sébastien Pédron
2025-01-31linuxkpi: Add Linux 6.7 `get_file_rcu()` variantJean-Sébastien Pédron
2024-07-26LinuxKPI/lindebugfs: stop panicing in lindebugfs, fix simple_read_from_bufferBjoern A. Zeeb
2024-06-26LinuxKPI: Add DEFINE_DEBUGFS_ATTRIBUTE_SIGNED to linux/debugfs.hVladimir Kondratyev
2023-11-26sys: Automated cleanup of cdefs and other formattingWarner Losh
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2022-11-28LinuxKPI: add a no-op generic_file_llseek()Bjoern A. Zeeb
2022-09-20linuxkpi: drm-kmod debugfs supportJake Freeland
2022-01-10LinuxKPI: Constantly use _LINUXKPI_ prefix in include guardsVladimir Kondratyev
2022-01-10LinuxKPI: Add some typical header pollutionVladimir Kondratyev
2021-10-25LinuxKPI: add simple_open() to fs.hBjoern A. Zeeb
2021-09-29LinuxKPI: Implement get_file_rcu()Vladimir Kondratyev
2020-10-02linuxkpi: Add dmi_* functionEmmanuel Vadot
2020-09-01compat: clean up empty lines in .c and .h filesMateusz Guzik
2020-08-16vfs: remove the thread argument from vgetMateusz Guzik
2020-02-21linuxkpi: Move shmem related functions in it's own fileEmmanuel Vadot
2019-02-23linux/fs: simplify interop and correct definition of loff_tMatt Macy
2018-12-05linuxkpi: Fix for use-after-free when tearing down character devices.Slava Shwartsman
2018-03-23linuxkpi whitespace cleanupEd Maste
2018-02-18Implement file_inode() and call_mmap() helper functions in the LinuxKPI.Hans Petter Selasky
2018-02-18Refactor dentry structure into its own header file in the LinuxKPI similaryHans Petter Selasky
2017-09-22Add support for 32-bit compatibility IOCTLs in the LinuxKPI.Hans Petter Selasky
2017-09-18Add support for shared memory functions to the LinuxKPI.Hans Petter Selasky
2017-09-09Properly implement poll_wait() in the LinuxKPI. This prevents directHans Petter Selasky
2017-08-22Add some miscellaneous definitions to support the DRM drivers.Mark Johnston
2017-08-02Fix LinuxKPI regression after r321920. The mda_unit and si_drv0 fields are notHans Petter Selasky
2017-07-08Add some helper definitions to fs.h in the LinuxKPI.Mark Johnston
2017-06-25Add noop_lseek() to the LinuxKPI.Mark Johnston
2017-06-01Add generic kqueue() and kevent() support to the LinuxKPI characterHans Petter Selasky
2017-05-31Fixes for refcounting "struct linux_file" in the LinuxKPI.Hans Petter Selasky
2016-12-26Fix LINT build.Hans Petter Selasky
2016-12-26Implement register and unregister chrdev in the LinuxKPI.Hans Petter Selasky
2015-10-29Finish process of moving the LinuxKPI module into the default kernel build.Hans Petter Selasky