aboutsummaryrefslogtreecommitdiff
path: root/sys/compat/linuxkpi/common/include/linux/fs.h
Commit message (Expand)AuthorAgeFilesLines
* linuxkpi: Add `fop_flags` to `struct file_operations`Jean-Sébastien Pédron2026-04-211-0/+11
* LinuxKPI: Fix simple_read_from_buffer for zero-size and off-the-end readsJohn Baldwin2026-03-171-2/+2
* lindebugfs: Pass user buffer pointers to the read/write file operationsJohn Baldwin2026-03-171-15/+13
* linuxkpi: Add `show_fdinfo()` to `struct file_operations`Jean-Sébastien Pédron2025-04-071-0/+5
* linuxkpi: Defaults to `get_file_rcu()` version from Linux 6.7Jean-Sébastien Pédron2025-02-191-4/+4
* linuxkpi: Add `get_file_active()`Jean-Sébastien Pédron2025-01-311-0/+1
* linuxkpi: Add Linux 6.7 `get_file_rcu()` variantJean-Sébastien Pédron2025-01-311-0/+5
* LinuxKPI/lindebugfs: stop panicing in lindebugfs, fix simple_read_from_bufferBjoern A. Zeeb2024-07-261-8/+12
* LinuxKPI: Add DEFINE_DEBUGFS_ATTRIBUTE_SIGNED to linux/debugfs.hVladimir Kondratyev2024-06-261-2/+10
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-1/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* LinuxKPI: add a no-op generic_file_llseek()Bjoern A. Zeeb2022-11-281-0/+6
* linuxkpi: drm-kmod debugfs supportJake Freeland2022-09-201-0/+78
* LinuxKPI: Constantly use _LINUXKPI_ prefix in include guardsVladimir Kondratyev2022-01-101-3/+3
* LinuxKPI: Add some typical header pollutionVladimir Kondratyev2022-01-101-0/+2
* LinuxKPI: add simple_open() to fs.hBjoern A. Zeeb2021-10-251-0/+6
* LinuxKPI: Implement get_file_rcu()Vladimir Kondratyev2021-09-291-0/+9
* linuxkpi: Add dmi_* functionEmmanuel Vadot2020-10-021-1/+1
* compat: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-1/+0
* vfs: remove the thread argument from vgetMateusz Guzik2020-08-161-1/+1
* linuxkpi: Move shmem related functions in it's own fileEmmanuel Vadot2020-02-211-21/+0
* linux/fs: simplify interop and correct definition of loff_tMatt Macy2019-02-231-10/+10
* linuxkpi: Fix for use-after-free when tearing down character devices.Slava Shwartsman2018-12-051-1/+5
* linuxkpi whitespace cleanupEd Maste2018-03-231-3/+3
* Implement file_inode() and call_mmap() helper functions in the LinuxKPI.Hans Petter Selasky2018-02-181-0/+14
* Refactor dentry structure into its own header file in the LinuxKPI similaryHans Petter Selasky2018-02-181-5/+1
* Add support for 32-bit compatibility IOCTLs in the LinuxKPI.Hans Petter Selasky2017-09-221-1/+1
* Add support for shared memory functions to the LinuxKPI.Hans Petter Selasky2017-09-181-1/+22
* Properly implement poll_wait() in the LinuxKPI. This prevents directHans Petter Selasky2017-09-091-0/+12
* Add some miscellaneous definitions to support the DRM drivers.Mark Johnston2017-08-221-0/+3
* Fix LinuxKPI regression after r321920. The mda_unit and si_drv0 fields are notHans Petter Selasky2017-08-021-6/+2
* Add some helper definitions to fs.h in the LinuxKPI.Mark Johnston2017-07-081-1/+6
* Add noop_lseek() to the LinuxKPI.Mark Johnston2017-06-251-1/+9
* Add generic kqueue() and kevent() support to the LinuxKPI characterHans Petter Selasky2017-06-011-0/+10
* Fixes for refcounting "struct linux_file" in the LinuxKPI.Hans Petter Selasky2017-05-311-0/+9
* Fix LINT build.Hans Petter Selasky2016-12-261-1/+1
* Implement register and unregister chrdev in the LinuxKPI.Hans Petter Selasky2016-12-261-2/+35
* Finish process of moving the LinuxKPI module into the default kernel build.Hans Petter Selasky2015-10-291-0/+215