Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
03842c17397e14cb8bb1adc2015f5dce6c733ffe
/
fs
/
debugfs
/
inode.c
3873691
Merge remote-tracking branch 'ovl/rename2' into for-linus
by Al Viro
· 8 years ago
c2050a4
fs: Replace current_fs_time() with current_time()
by Deepa Dinamani
· 8 years ago
e0e0be8
libfs: support RENAME_NOREPLACE in simple_rename()
by Miklos Szeredi
· 8 years ago
acc29fb
debugfs: ->d_parent is never NULL or negative
by Al Viro
· 8 years ago
5614e77
Merge 4.6-rc4 into driver-core-next
by Greg Kroah-Hartman
· 9 years ago
87243de
debugfs: Make automount point inodes permanently empty
by Seth Forshee
· 9 years ago
c646880
debugfs: add support for self-protecting attribute file fops
by Nicolai Stange
· 9 years ago
49d200d
debugfs: prevent access to removed files' private data
by Nicolai Stange
· 9 years ago
9fd4dce
debugfs: prevent access to possibly dead file_operations at file open
by Nicolai Stange
· 9 years ago
1b48b53
fs: debugfs: Replace CURRENT_TIME by current_fs_time()
by Deepa Dinamani
· 9 years ago
a8f324a
debugfs: fix inode i_nlink references for automount dentry
by Roman Pen
· 9 years ago
5955102
wrappers for ->i_mutex access
by Al Viro
· 9 years ago
0ee9608
debugfs: fix refcount imbalance in start_creating
by Daniel Borkmann
· 9 years ago
398dc4a
debugfs: document that debugfs_remove*() accepts NULL and error values
by Ulf Magnusson
· 9 years ago
1dc51b8
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 9 years ago
0cbee99
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
by Linus Torvalds
· 9 years ago
f9bb488
sysfs: Create mountpoints with sysfs_create_mount_point
by Eric W. Biederman
· 10 years ago
dc3f419
make simple_positive() public
by Al Viro
· 9 years ago
5723cb0
debugfs: switch to simple_follow_link()
by Al Viro
· 10 years ago
9ec3a64
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 10 years ago
4fc8adc
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 10 years ago
2b0143b
VFS: normal filesystems (and lustre): d_inode() annotations
by David Howells
· 10 years ago
7ceab50
VFS: Fix up debugfs to use d_is_dir() in place of S_ISDIR()
by David Howells
· 10 years ago
c9e15f2
debugfs: allow bad parent pointers to be passed in
by Greg KH
· 10 years ago
0db59e5
debugfs: leave freeing a symlink body until inode eviction
by Al Viro
· 10 years ago
e36cb0b
VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)
by David Howells
· 10 years ago
e59b4e9
debugfs: Provide a file creation function that also takes an initial size
by David Howells
· 10 years ago
77b3da6
new primitive: debugfs_create_automount()
by Al Viro
· 10 years ago
5233e31
debugfs: split end_creating() into success and failure cases
by Al Viro
· 10 years ago
edac65e
debugfs: take mode-dependent parts of debugfs_get_inode() into callers
by Al Viro
· 10 years ago
680b302
fold debugfs_mknod() into callers
by Al Viro
· 10 years ago
3473cde
fold debugfs_create() into caller
by Al Viro
· 10 years ago
02538a7
fold debugfs_mkdir() into caller
by Al Viro
· 10 years ago
160f759
debugfs_mknod(): get rid useless arguments
by Al Viro
· 10 years ago
9b73fab
fold debugfs_link() into caller
by Al Viro
· 10 years ago
ad5abd5
debugfs: kill __create_file()
by Al Viro
· 10 years ago
190afd8
debugfs: split the beginning and the end of __create_file() off
by Al Viro
· 10 years ago
e09ddf3
debugfs_{mkdir,create,link}(): get rid of redundant argument
by Al Viro
· 10 years ago
946e51f
move d_rcu from overlapping d_child to overlapping d_alias
by Al Viro
· 10 years ago
88e412e
fs: debugfs: remove trailing whitespace
by Rahul Bedarkar
· 10 years ago
485d440
debugfs: Fix corrupted loop in debugfs_remove_recursive
by Steven Rostedt
· 10 years ago
24e7ea3
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Linus Torvalds
· 11 years ago
02b9984
fs: push sync_filesystem() down to the file system's remount_fs()
by Theodore Ts'o
· 11 years ago
e227867
treewide: Fix typo in Documentation/DocBook
by Masanari Iida
· 11 years ago
6bc080d
debugfs: use list_next_entry() in debugfs_remove_recursive()
by Oleg Nesterov
· 11 years ago
776164c
debugfs: debugfs_remove_recursive() must not rely on list_empty(d_subdirs)
by Oleg Nesterov
· 11 years ago
7f78e03
fs: Limit sys_mount to only request filesystem modules.
by Eric W. Biederman
· 12 years ago
ed408f7
Merge 3.9-rc4 into driver-core-next
by Greg Kroah-Hartman
· 12 years ago
1884bd4
debugfs: remove redundant initialization of dentry
by Sasha Levin
· 12 years ago
f1688e0
debugfs: convert gid= argument from decimal, not octal
by Dave Reisner
· 12 years ago
7dd2517
fs/debugsfs: remove unnecessary inode->i_private initialization
by Yan Hong
· 12 years ago
437589a
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
by Linus Torvalds
· 12 years ago
7dc0588
userns: Convert debugfs to use kuid/kgid where appropriate.
by Eric W. Biederman
· 13 years ago
82aceae4
debugfs: more tightly restrict default mount mode
by Kees Cook
· 12 years ago
3cd52ab
debugfs: make __create_file static
by Chris Wright
· 12 years ago
fa93669
Merge tag 'driver-core-3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 12 years ago
ac481d6
debugfs: get rid of useless arguments to debugfs_{mkdir,symlink}
by Al Viro
· 12 years ago
cfa57c1
debugfs: fold debugfs_create_by_name() into the only caller
by Al Viro
· 12 years ago
c3b1a35
debugfs: make sure that debugfs_create_file() gets used only for regulars
by Al Viro
· 12 years ago
a59d629
debugfs: change parameter check in debugfs_remove() functions
by Arend van Spriel
· 12 years ago
d6e4868
debugfs: add mode, uid and gid options
by Ludwig Nussel
· 13 years ago
f4ae40a
switch debugfs to umode_t
by Al Viro
· 13 years ago
4c1d5a6
vfs: for usbfs, etc. internal vfsmounts ->mnt_sb->s_root == ->mnt_root
by Al Viro
· 13 years ago
bd33d12
debugfs: Fix a comment mistake
by Harry Wei
· 13 years ago
25d41d8
debugfs: Fix filesystem reference counting on debugfs_remove() failure
by Jan Kara
· 14 years ago
1f7da21
debugfs: remove module_exit()
by Amerigo Wang
· 14 years ago
fc14f2f
convert get_sb_single() users
by Al Viro
· 14 years ago
85fe402
fs: do not assign default i_ino in new_inode
by Christoph Hellwig
· 14 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
123df29
Lose the new_name argument of fsnotify_move()
by Al Viro
· 15 years ago
ef52c75
get rid of pointless checks after simple_pin_fs()
by Al Viro
· 15 years ago
d3a3b0a
debugfs: fix create mutex racy fops and private data
by Mathieu Desnoyers
· 15 years ago
be030e6
fs/debugfs/inode.c: fix comment typos
by Alberto Bertogli
· 15 years ago
56a83cc
debugfs: dont stop on first failed recursive delete
by Steven Rostedt
· 16 years ago
c0f92ba
debugfs: function to know if debugfs is initialized
by Frederic Weisbecker
· 16 years ago
56ff5ef
zero i_uid/i_gid on inode allocation
by Al Viro
· 16 years ago
9256292
integrity: special fs magic
by Mimi Zohar
· 16 years ago
9505e63
debugfs: Implement debugfs_remove_recursive()
by Haavard Skinnemoen
· 16 years ago
3634634
debugfs: fix sparse warnings
by Harvey Harrison
· 17 years ago
197b12d
Kobject: convert fs/* from kobject_unregister() to kobject_put()
by Greg Kroah-Hartman
· 17 years ago
0ff21e4
kobject: convert kernel_kset to be a kobject
by Greg Kroah-Hartman
· 17 years ago
bd35b93
kset: convert kernel_subsys to use kset_create
by Greg Kroah-Hartman
· 17 years ago
191e186
kobject: convert debugfs to use kobject_create
by Greg Kroah-Hartman
· 17 years ago
3514fac
kobject: remove struct kobj_type from struct kset
by Greg Kroah-Hartman
· 17 years ago
5a190ae
[PATCH] pass dentry to audit_inode()/audit_inode_child()
by Al Viro
· 17 years ago
a6bb340
debugfs: remove rmdir() non-empty complaint
by Jens Axboe
· 17 years ago
cfc94cd
debugfs: add rename for debugfs files
by Jan Kara
· 18 years ago
823bccf
remove "struct subsystem" as it is no longer needed
by Greg Kroah-Hartman
· 18 years ago
873760f
debugfs: Remove misleading comments.
by Cornelia Huck
· 18 years ago
66f5496
debugfs: implement symbolic links
by Peter Oberparleiter
· 18 years ago
29a7f3a
DebugFS : file/directory removal fix
by Mathieu Desnoyers
· 18 years ago
65c3333
DebugFS : more file/directory creation error handling
by Mathieu Desnoyers
· 18 years ago
63223a0
DebugFS : file/directory creation error handling
by Mathieu Desnoyers
· 18 years ago
bafb232e
DebugFS : coding style fixes
by Mathieu Desnoyers
· 18 years ago
4f36557
DebugFS : inotify create/mkdir support
by Mathieu Desnoyers
· 18 years ago
4d8ebdd
[PATCH] debugfs: add header file
by Randy Dunlap
· 18 years ago
7bb0386
debugfs: check return value correctly
by Akinobu Mita
· 18 years ago
5a65980
debugfs: spelling fix
by Komal Shah
· 18 years ago
d8c76e6
[PATCH] r/o bind mount prepwork: inc_nlink() helper
by Dave Hansen
· 18 years ago
ba52de1
[PATCH] inode-diet: Eliminate i_blksize from the inode structure
by Theodore Ts'o
· 18 years ago
Next »