aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/oprofile/oprofilefs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-03-29oprofilefs: don't oops on allocation failureAl Viro1-0/+3
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-09-27fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani1-1/+1
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-2/+2
2016-01-22wrappers for ->i_mutex accessAl Viro1-8/+8
2015-04-15VFS: assorted weird filesystems: d_inode() annotationsDavid Howells1-8/+8
2013-09-03oprofilefs_create_...() do not need superblock argumentAl Viro1-14/+13
2013-09-03oprofilefs_mkdir() doesn't need superblock argumentAl Viro1-8/+7
2013-09-03don't bother passing sb to oprofile_create_files()Al Viro1-1/+1
2013-03-03fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman1-0/+1
2013-02-22oprofilefs: add missing ->i_mutex locking in object creationAl Viro1-3/+13
2012-04-05simple_open: automatically convert to simple_open()Stephen Boyd1-11/+3
2012-03-20tidy up after d_make_root() conversionAl Viro1-6/+3
2012-03-20switch open-coded instances of d_make_root() to new helperAl Viro1-4/+2
2011-12-19oprofile: Fix uninitialized memory access when writing to writing to oprofilefsRobert Richter1-2/+9
2011-09-13locking, oprofile: Annotate oprofilefs lock as rawThomas Gleixner1-3/+3
2010-10-29convert get_sb_single() usersAl Viro1-4/+4
2010-10-25fs: do not assign default i_ino in new_inodeChristoph Hellwig1-0/+1
2010-10-22Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds1-0/+3
2010-10-15llseek: automatically add .llseek fopArnd Bergmann1-0/+3
2010-10-12oprofile: disable write access to oprofilefs while profiler is runningRobert Richter1-2/+6
2010-10-04oprofile: Remove duplicate code around __oprofilefs_create_file()Robert Richter1-32/+14
2009-09-22const: mark remaining super_operations constAlexey Dobriyan1-1/+1
2009-01-05zero i_uid/i_gid on inode allocationAl Viro1-3/+0
2008-10-16oprofile: fixing whitespaces in drivers/oprofile/*Robert Richter1-3/+3
2008-10-15oprofile: more whitespace fixesRobert Richter1-36/+36
2007-03-28[PATCH] oprofile: fix potential deadlock on oprofilefs_lockJiri Kosina1-2/+3
2007-02-12[PATCH] mark struct file_operations const 5Arjan van de Ven1-3/+3
2006-09-27[PATCH] inode-diet: Eliminate i_blksize from the inode structureTheodore Ts'o1-1/+0
2006-09-27[PATCH] inode_diet: Replace inode.u.generic_ip with inode.i_privateTheodore Ts'o1-5/+5
2006-06-23[PATCH] VFS: Permit filesystem to override root dentry on mountDavid Howells1-3/+3
2006-03-28[PATCH] mark f_ops const in the inodeArjan van de Ven1-3/+3
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+299