summaryrefslogtreecommitdiffstats
path: root/drivers/oprofile/oprofilefs.c
Commit message (Expand)AuthorAgeFilesLines
* mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-2/+2
* wrappers for ->i_mutex accessAl Viro2016-01-221-8/+8
* VFS: assorted weird filesystems: d_inode() annotationsDavid Howells2015-04-151-8/+8
* oprofilefs_create_...() do not need superblock argumentAl Viro2013-09-031-14/+13
* oprofilefs_mkdir() doesn't need superblock argumentAl Viro2013-09-031-8/+7
* don't bother passing sb to oprofile_create_files()Al Viro2013-09-031-1/+1
* fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman2013-03-031-0/+1
* oprofilefs: add missing ->i_mutex locking in object creationAl Viro2013-02-221-3/+13
* simple_open: automatically convert to simple_open()Stephen Boyd2012-04-051-11/+3
* tidy up after d_make_root() conversionAl Viro2012-03-201-6/+3
* switch open-coded instances of d_make_root() to new helperAl Viro2012-03-201-4/+2
* oprofile: Fix uninitialized memory access when writing to writing to oprofilefsRobert Richter2011-12-191-2/+9
* locking, oprofile: Annotate oprofilefs lock as rawThomas Gleixner2011-09-131-3/+3
* convert get_sb_single() usersAl Viro2010-10-291-4/+4
* fs: do not assign default i_ino in new_inodeChristoph Hellwig2010-10-251-0/+1
* Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2010-10-221-0/+3
|\
| * llseek: automatically add .llseek fopArnd Bergmann2010-10-151-0/+3
* | oprofile: disable write access to oprofilefs while profiler is runningRobert Richter2010-10-121-2/+6
* | oprofile: Remove duplicate code around __oprofilefs_create_file()Robert Richter2010-10-041-32/+14
|/
* const: mark remaining super_operations constAlexey Dobriyan2009-09-221-1/+1
* zero i_uid/i_gid on inode allocationAl Viro2009-01-051-3/+0
* oprofile: fixing whitespaces in drivers/oprofile/*Robert Richter2008-10-161-3/+3
* oprofile: more whitespace fixesRobert Richter2008-10-151-36/+36
* [PATCH] oprofile: fix potential deadlock on oprofilefs_lockJiri Kosina2007-03-281-2/+3
* [PATCH] mark struct file_operations const 5Arjan van de Ven2007-02-121-3/+3
* [PATCH] inode-diet: Eliminate i_blksize from the inode structureTheodore Ts'o2006-09-271-1/+0
* [PATCH] inode_diet: Replace inode.u.generic_ip with inode.i_privateTheodore Ts'o2006-09-271-5/+5
* [PATCH] VFS: Permit filesystem to override root dentry on mountDavid Howells2006-06-231-3/+3
* [PATCH] mark f_ops const in the inodeArjan van de Ven2006-03-281-3/+3
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+299