aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc/ibmasm/ibmasmfs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-19Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-6/+15
2019-07-04vfs: Convert ibmasmfs to use the new mount APIDavid Howells1-6/+15
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner1-15/+1
2018-07-07ibmasm: don't write out of bounds in read handlerJann Horn1-24/+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
2013-09-03ibmasmfs: don't bother passing superblock when not neededAl Viro1-14/+12
2013-03-03fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman1-0/+1
2012-04-05simple_open: automatically convert to simple_open()Stephen Boyd1-7/+1
2012-03-20tidy up after d_make_root() conversionAl Viro1-8/+6
2012-03-20switch open-coded instances of d_make_root() to new helperAl Viro1-4/+2
2012-01-02misc latin1 to utf8 conversionsAl Viro1-1/+1
2011-04-08ibmasm: fix comment typoJustin P. Mattock1-1/+1
2010-10-29convert get_sb_single() usersAl Viro1-5/+4
2010-10-25fs: do not assign default i_ino in new_inodeChristoph Hellwig1-0/+1
2010-09-16ibmasmfs: use generic_file_llseekArnd Bergmann1-0/+4
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-09-22const: mark remaining super_operations constAlexey Dobriyan1-1/+1
2009-01-05zero i_uid/i_gid on inode allocationAl Viro1-2/+0
2007-07-19some kmalloc/memset ->kzalloc (tree wide)Yoann Padioleau1-2/+1
2007-07-17IBMASM: whitespace cleanupDmitry Torokhov1-12/+12
2007-02-12[PATCH] mark struct file_operations const 5Arjan van de Ven1-5/+5
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-8/+8
2006-06-23[PATCH] VFS: Permit filesystem to override root dentry on mountDavid Howells1-3/+4
2006-03-28[PATCH] Make most file operations structs in fs/ constArjan van de Ven1-1/+1
2005-06-21[PATCH] ibmasm driver: fix race in command refcount logicMax Asbock1-1/+1
2005-06-21[PATCH] ibmasm driver: redesign handling of remote control eventsMax Asbock1-89/+0
2005-06-21[PATCH] ibmasm driver: correctly wake up sleeping threadsMax Asbock1-8/+26
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+709