summaryrefslogtreecommitdiffstats
path: root/fs/ncpfs/file.c
Commit message (Expand)AuthorAgeFilesLines
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* [iov_iter] new primitives - copy_from_iter_full() and friendsAl Viro2016-12-051-1/+1
* wrappers for ->i_mutex accessAl Viro2016-01-221-2/+2
* switch generic_write_checks() to iocb and iterAl Viro2015-04-111-9/+5
* generic_write_checks(): drop isblk argumentAl Viro2015-04-111-1/+1
* make new_sync_{read,write}() staticAl Viro2015-04-111-2/+0
* ncpfs: switch to ->read_iter/->write_iterAl Viro2015-04-111-59/+33
* ncpfs: use file_inode()Al Viro2014-11-191-8/+6
* ncpfs: convert PPRINTK to ncp_vdbgJoe Perches2014-04-081-2/+2
* ncpfs: convert DPRINTK/DDPRINTK to ncp_dbgJoe Perches2014-04-081-8/+8
* ncpfs: Add pr_fmt and convert printks to pr_<level>Joe Perches2014-04-081-1/+3
* ncpfs: switch to %p[dD]Al Viro2013-10-241-8/+4
* fs: introduce inode operation ->update_timeJosef Bacik2012-06-011-2/+4
* Remove all #inclusions of asm/system.hDavid Howells2012-03-281-1/+0
* fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik2011-07-201-2/+2
* move internal-only parts of ncpfs headers to fs/ncpfsAl Viro2011-01-121-2/+1
* BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann2010-11-171-1/+0
* BKL: Remove BKL from ncpfsPetr Vandrovec2010-10-041-18/+7
* drop unused dentry argument to ->fsyncChristoph Hellwig2010-05-271-1/+1
* ncpfs: BKL ioctl pushdownJohn Kacur2010-05-171-1/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-1/+0
* Remove BKL from remote_llseek v2Andi Kleen2008-07-021-1/+11
* Only send SIGXFSZ when exceeding rlimits.Micah Cowan2007-07-161-2/+0
* Detach sched.h from mm.hAlexey Dobriyan2007-05-211-0/+1
* header cleaning: don't include smp_lock.h when not usedRandy Dunlap2007-05-081-1/+0
* [PATCH] mark struct inode_operations const 2Arjan van de Ven2007-02-121-1/+1
* [PATCH] struct path: convert ncpfsJosef Sipek2006-12-081-2/+2
* [PATCH] Move ncpfs 32bit compat ioctl to ncpfsPetr Vandrovec2006-10-011-0/+3
* [PATCH] Make most file operations structs in fs/ constArjan van de Ven2006-03-281-1/+1
* [PATCH] sem2mutex: NCPFSIngo Molnar2006-03-231-2/+2
* [PATCH] replace inode_update_time with file_update_timeChristoph Hellwig2006-01-101-1/+1
* Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds2005-04-161-0/+300
OpenPOWER on IntegriCloud