aboutsummaryrefslogtreecommitdiff
path: root/drivers/oprofile/oprofilefs.c
AgeCommit message (Expand)AuthorFilesLines
2013-09-03oprofilefs_mkdir() doesn't need superblock argumentGravatar Al Viro 1-8/+7
2013-09-03don't bother passing sb to oprofile_create_files()Gravatar Al Viro 1-1/+1
2013-03-03fs: Limit sys_mount to only request filesystem modules.Gravatar Eric W. Biederman 1-0/+1
2013-02-22oprofilefs: add missing ->i_mutex locking in object creationGravatar Al Viro 1-3/+13
2012-04-05simple_open: automatically convert to simple_open()Gravatar Stephen Boyd 1-11/+3
2012-03-20tidy up after d_make_root() conversionGravatar Al Viro 1-6/+3
2012-03-20switch open-coded instances of d_make_root() to new helperGravatar Al Viro 1-4/+2
2011-12-19oprofile: Fix uninitialized memory access when writing to writing to oprofilefsGravatar Robert Richter 1-2/+9
2011-09-13locking, oprofile: Annotate oprofilefs lock as rawGravatar Thomas Gleixner 1-3/+3
2010-10-29convert get_sb_single() usersGravatar Al Viro 1-4/+4
2010-10-25fs: do not assign default i_ino in new_inodeGravatar Christoph Hellwig 1-0/+1
2010-10-22Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklGravatar Linus Torvalds 1-0/+3
2010-10-15llseek: automatically add .llseek fopGravatar Arnd Bergmann 1-0/+3
2010-10-12oprofile: disable write access to oprofilefs while profiler is runningGravatar Robert Richter 1-2/+6
2010-10-04oprofile: Remove duplicate code around __oprofilefs_create_file()Gravatar Robert Richter 1-32/+14
2009-09-22const: mark remaining super_operations constGravatar Alexey Dobriyan 1-1/+1
2009-01-05zero i_uid/i_gid on inode allocationGravatar Al Viro 1-3/+0
2008-10-16oprofile: fixing whitespaces in drivers/oprofile/*Gravatar Robert Richter 1-3/+3
2008-10-15oprofile: more whitespace fixesGravatar Robert Richter 1-36/+36
2007-03-28[PATCH] oprofile: fix potential deadlock on oprofilefs_lockGravatar Jiri Kosina 1-2/+3
2007-02-12[PATCH] mark struct file_operations const 5Gravatar Arjan van de Ven 1-3/+3
2006-09-27[PATCH] inode-diet: Eliminate i_blksize from the inode structureGravatar Theodore Ts'o 1-1/+0
2006-09-27[PATCH] inode_diet: Replace inode.u.generic_ip with inode.i_privateGravatar Theodore Ts'o 1-5/+5
2006-06-23[PATCH] VFS: Permit filesystem to override root dentry on mountGravatar David Howells 1-3/+3
2006-03-28[PATCH] mark f_ops const in the inodeGravatar Arjan van de Ven 1-3/+3
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+299