summaryrefslogtreecommitdiffstats
path: root/drivers/misc/ibmasm/ibmasmfs.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2019-07-191-6/+15
|\
| * vfs: Convert ibmasmfs to use the new mount APIDavid Howells2019-07-051-6/+15
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-301-15/+1Star
|/
* ibmasm: don't write out of bounds in read handlerJann Horn2018-07-071-24/+3Star
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani2016-09-281-1/+1
* mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-2/+2
* ibmasmfs: don't bother passing superblock when not neededAl Viro2013-09-041-14/+12Star
* fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman2013-03-041-0/+1
* simple_open: automatically convert to simple_open()Stephen Boyd2012-04-061-7/+1Star
* tidy up after d_make_root() conversionAl Viro2012-03-211-8/+6Star
* switch open-coded instances of d_make_root() to new helperAl Viro2012-03-211-4/+2Star
* misc latin1 to utf8 conversionsAl Viro2012-01-021-1/+1
* ibmasm: fix comment typoJustin P. Mattock2011-04-081-1/+1
* convert get_sb_single() usersAl Viro2010-10-291-5/+4Star
* fs: do not assign default i_ino in new_inodeChristoph Hellwig2010-10-261-0/+1
* ibmasmfs: use generic_file_llseekArnd Bergmann2010-09-161-0/+4
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* const: mark remaining super_operations constAlexey Dobriyan2009-09-221-1/+1
* zero i_uid/i_gid on inode allocationAl Viro2009-01-051-2/+0Star
* some kmalloc/memset ->kzalloc (tree wide)Yoann Padioleau2007-07-191-2/+1Star
* IBMASM: whitespace cleanupDmitry Torokhov2007-07-171-12/+12
* [PATCH] mark struct file_operations const 5Arjan van de Ven2007-02-121-5/+5
* [PATCH] inode-diet: Eliminate i_blksize from the inode structureTheodore Ts'o2006-09-271-1/+0Star
* [PATCH] inode_diet: Replace inode.u.generic_ip with inode.i_privateTheodore Ts'o2006-09-271-8/+8
* [PATCH] VFS: Permit filesystem to override root dentry on mountDavid Howells2006-06-231-3/+4
* [PATCH] Make most file operations structs in fs/ constArjan van de Ven2006-03-281-1/+1
* [PATCH] ibmasm driver: fix race in command refcount logicMax Asbock2005-06-221-1/+1
* [PATCH] ibmasm driver: redesign handling of remote control eventsMax Asbock2005-06-221-89/+0Star
* [PATCH] ibmasm driver: correctly wake up sleeping threadsMax Asbock2005-06-221-8/+26
* Linux-2.6.12-rc2Linus Torvalds2005-04-171-0/+709