summaryrefslogtreecommitdiffstats
path: root/fs/debugfs/file.c
Commit message (Expand)AuthorAgeFilesLines
* debugfs: make debugfs_create_u32_array() return voidGreg Kroah-Hartman2019-06-031-10/+4Star
* debugfs: update documented return values of debugfs helpersRonald Tschalär2019-04-251-42/+35Star
* debugfs: Re-use kstrtobool_from_user()Andy Shevchenko2018-05-141-8/+2Star
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-111-1/+1
* use linux/poll.h instead of asm/poll.hAl Viro2018-02-011-1/+1
* fs: annotate ->poll() instancesAl Viro2017-11-271-1/+1
* anntotate the places where ->poll() return values goAl Viro2017-11-271-1/+1
* debugfs: Remove redundant license textGreg Kroah-Hartman2017-11-071-5/+0Star
* debugfs: add SPDX identifiers to all debugfs filesGreg Kroah-Hartman2017-11-071-0/+1
* debugfs: defer debugfs_fsdata allocation to first usageNicolai Stange2017-11-071-9/+46
* debugfs: call debugfs_real_fops() only after debugfs_file_get()Nicolai Stange2017-11-071-3/+4
* debugfs: purge obsolete SRCU based removal protectionNicolai Stange2017-11-071-48/+0Star
* debugfs: convert to debugfs_file_get() and -put()Nicolai Stange2017-11-071-56/+50Star
* debugfs: debugfs_real_fops(): drop __must_hold sparse annotationNicolai Stange2017-11-071-5/+1Star
* debugfs: implement per-file removal protectionNicolai Stange2017-11-071-0/+48
* debugfs: add support for more elaborate ->d_fsdataNicolai Stange2017-11-071-0/+12
* fs: update location of filesystems documentationMauro Carvalho Chehab2017-05-161-1/+1
* debugfs: propagate release() call resultEric Engestrom2016-09-271-1/+1
* debugfs: introduce a public file_operations accessorChristian Lamparter2016-09-211-8/+5Star
* debugfs: open_proxy_open(): avoid double fops releaseNicolai Stange2016-06-151-1/+0Star
* debugfs: full_proxy_open(): free proxy on ->open() failureNicolai Stange2016-06-151-2/+4
* debugfs: unproxify files created through debugfs_create_u32_array()Nicolai Stange2016-04-121-1/+2
* debugfs: unproxify files created through debugfs_create_blob()Nicolai Stange2016-04-121-3/+10
* debugfs: unproxify files created through debugfs_create_bool()Nicolai Stange2016-04-121-21/+20Star
* debugfs: unproxify integer attribute filesNicolai Stange2016-04-121-48/+75
* debugfs: add support for self-protecting attribute file fopsNicolai Stange2016-04-121-0/+28
* debugfs: prevent access to removed files' private dataNicolai Stange2016-04-121-2/+155
* debugfs: prevent access to possibly dead file_operations at file openNicolai Stange2016-04-121-1/+90
* debugfs: Add debugfs_create_ulong()Viresh Kumar2015-10-181-0/+48
* debugfs: Add read-only/write-only bool file opsStephen Boyd2015-10-181-1/+14
* debugfs: Add read-only/write-only size_t file opsStephen Boyd2015-10-181-1/+4
* debugfs: Add read-only/write-only x64 file opsStephen Boyd2015-10-181-1/+4
* debugfs: Consolidate file mode checks in debugfs_create_*()Stephen Boyd2015-10-181-66/+32Star
* debugfs: Pass bool pointer to debugfs_create_bool()Viresh Kumar2015-10-041-3/+3
* debugfs: Export bool read/write functionsRichard Fitzgerald2015-07-201-6/+8
* debugfs: switch to simple_follow_link()Al Viro2015-05-111-12/+0Star
* VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-151-1/+1
* Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-151-0/+54
|\
| * debugfs: add helper function to create device related seq_fileArend van Spriel2014-11-271-0/+54
* | debugfs: Have debugfs_print_regs32() return voidJoe Perches2014-11-051-7/+8
|/
* fs: debugfs: remove trailing whitespaceRahul Bedarkar2014-07-101-1/+1
* debugfs: write_file_bool() - ensure strtobool() operates on valid dataMathias Krause2013-06-031-0/+1
* debugfs: add get/set for atomic typesSeth Jennings2013-06-031-0/+42
* debugfs: fix u32_array race in format_array_allocLinus Torvalds2012-09-211-34/+23Star
* debugfs: fix race in u32_array_read and allocate array at openDavid Rientjes2012-09-211-22/+11Star
* debugfs: Add support to print u32 array in debugfsSrivatsa Vaddagiri2012-04-171-0/+128
* simple_open: automatically convert to simple_open()Stephen Boyd2012-04-061-11/+3Star
* debugfs-related mode_t whack-a-moleAl Viro2012-03-211-1/+1
* kernel-doc: fix new warnings in debugfsRandy Dunlap2012-01-231-1/+1
* Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2012-01-081-11/+11
|\