summaryrefslogtreecommitdiff
path: root/fs/debugfs
AgeCommit message (Expand)Author
42 hoursMerge tag 'driver-core-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2 daysMerge tag 'pull-persistency' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
6 daysdebugfs: Fix default access mode config checkAaron Thompson
11 daysdebugfs: Remove broken no-mount modeAaron Thompson
11 daysdebugfs: Remove redundant access mode checksAaron Thompson
2025-11-16debugfs: remove duplicate checks in callers of start_creating()Al Viro
2025-11-16convert debugfsAl Viro
2025-11-14Add start_renaming_two_dentries()NeilBrown
2025-11-14debugfs: rename end_creating() to debugfs_end_creating()NeilBrown
2025-09-29Merge tag 'vfs-6.18-rc1.async' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-09-23debugfs: rename start_creating() to debugfs_start_creating()NeilBrown
2025-08-17debugfs: fix mount options not being appliedCharalampos Mitrodimas
2025-07-29Merge tag 'driver-core-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2025-07-28Merge tag 'pull-rpc_pipefs' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2025-07-09debugfs_get_aux(): allow storing non-const void *Al Viro
2025-07-09debugfs: split short and full proxy wrappers, kill debugfs_real_fops()Al Viro
2025-07-02new helper: simple_start_creating()Al Viro
2025-06-11debugfs: use DCACHE_DONTCACHEAl Viro
2025-06-10new helper: set_default_d_op()Al Viro
2025-04-08VFS: rename lookup_one_len family to lookup_noperm and remove permission checkNeilBrown
2025-01-30debugfs: Fix the missing initializations in __debugfs_file_get()Al Viro
2025-01-15saner replacement for debugfs_rename()Al Viro
2025-01-15debugfs: allow to store an additional opaque pointer at file creationAl Viro
2025-01-15debugfs: don't mess with bits in ->d_fsdataAl Viro
2025-01-15debugfs: get rid of dynamically allocation proxy_opsAl Viro
2025-01-15debugfs: move ->automount into debugfs_inode_infoAl Viro
2025-01-15debugfs: separate cache for debugfs inodesAl Viro
2025-01-10fs: debugfs: fix open proxy for unsafe filesJohannes Berg
2025-01-07debugfs: fix missing mutex_destroy() in short_fops caseAl Viro
2025-01-07fs: debugfs: differentiate short fops with proxy opsJohannes Berg
2024-10-23debugfs: add small file operations for most filesJohannes Berg
2024-09-27[tree-wide] finally take no_llseek outAl Viro
2024-08-30debugfs show actual source in /proc/mountsMarc Aurèle La France
2024-07-15Merge tag 'vfs-6.11.mount.api' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-07-02debugfs: Convert to new uid/gid option parsing helpersEric Sandeen
2024-05-28debugfs: continue to ignore unknown mount optionsChristian Brauner
2024-03-26vfs: Convert debugfs to use the new mount APIDavid Howells
2024-03-07debugfs: fix wait/cancellation handling during removeJohannes Berg
2024-01-04Merge branches 'acpi-pm', 'acpi-video', 'acpi-apei' and 'acpi-extlog'Rafael J. Wysocki
2023-12-22debugfs: initialize cancellations earlierJohannes Berg
2023-12-04Revert "debugfs: annotate debugfs handlers vs. removal with lockdep"Johannes Berg
2023-11-29Merge tag 'wireless-2023-11-29' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski
2023-11-27debugfs: add API to allow debugfs operations cancellationJohannes Berg
2023-11-27debugfs: annotate debugfs handlers vs. removal with lockdepJohannes Berg
2023-11-27debugfs: fix automount d_fsdata usageJohannes Berg
2023-11-21fs: debugfs: Add write functionality to debugfs blobsAvadhut Naik
2023-11-03Merge tag 'driver-core-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-10-18debugfs: convert to new timestamp accessorsJeff Layton
2023-10-05debugfs: Fix __rcu type comparison warningMike Tipton
2023-09-01Merge tag 'char-misc-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds