aboutsummaryrefslogtreecommitdiff
path: root/fs/ncpfs/file.c
AgeCommit message (Expand)AuthorFilesLines
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-08-01fs: convert a pile of fsync routines to errseq_t based reportingGravatar Jeff Layton 1-1/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyGravatar Linus Torvalds 1-1/+1
2016-12-05[iov_iter] new primitives - copy_from_iter_full() and friendsGravatar Al Viro 1-1/+1
2016-01-22wrappers for ->i_mutex accessGravatar Al Viro 1-2/+2
2015-04-11switch generic_write_checks() to iocb and iterGravatar Al Viro 1-9/+5
2015-04-11generic_write_checks(): drop isblk argumentGravatar Al Viro 1-1/+1
2015-04-11make new_sync_{read,write}() staticGravatar Al Viro 1-2/+0
2015-04-11ncpfs: switch to ->read_iter/->write_iterGravatar Al Viro 1-59/+33
2014-11-19ncpfs: use file_inode()Gravatar Al Viro 1-8/+6
2014-04-08ncpfs: convert PPRINTK to ncp_vdbgGravatar Joe Perches 1-2/+2
2014-04-08ncpfs: convert DPRINTK/DDPRINTK to ncp_dbgGravatar Joe Perches 1-8/+8
2014-04-08ncpfs: Add pr_fmt and convert printks to pr_<level>Gravatar Joe Perches 1-1/+3
2013-10-24ncpfs: switch to %p[dD]Gravatar Al Viro 1-8/+4
2012-06-01fs: introduce inode operation ->update_timeGravatar Josef Bacik 1-2/+4
2012-03-28Remove all #inclusions of asm/system.hGravatar David Howells 1-1/+0
2011-07-20fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersGravatar Josef Bacik 1-2/+2
2011-01-12move internal-only parts of ncpfs headers to fs/ncpfsGravatar Al Viro 1-2/+1
2010-11-17BKL: remove extraneous #include <smp_lock.h>Gravatar Arnd Bergmann 1-1/+0
2010-10-04BKL: Remove BKL from ncpfsGravatar Petr Vandrovec 1-18/+7
2010-05-27drop unused dentry argument to ->fsyncGravatar Christoph Hellwig 1-1/+1
2010-05-17ncpfs: BKL ioctl pushdownGravatar John Kacur 1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-1/+0
2008-07-02Remove BKL from remote_llseek v2Gravatar Andi Kleen 1-1/+11
2007-07-16Only send SIGXFSZ when exceeding rlimits.Gravatar Micah Cowan 1-2/+0
2007-05-21Detach sched.h from mm.hGravatar Alexey Dobriyan 1-0/+1
2007-05-08header cleaning: don't include smp_lock.h when not usedGravatar Randy Dunlap 1-1/+0
2007-02-12[PATCH] mark struct inode_operations const 2Gravatar Arjan van de Ven 1-1/+1
2006-12-08[PATCH] struct path: convert ncpfsGravatar Josef Sipek 1-2/+2
2006-10-01[PATCH] Move ncpfs 32bit compat ioctl to ncpfsGravatar Petr Vandrovec 1-0/+3
2006-03-28[PATCH] Make most file operations structs in fs/ constGravatar Arjan van de Ven 1-1/+1
2006-03-23[PATCH] sem2mutex: NCPFSGravatar Ingo Molnar 1-2/+2
2006-01-10[PATCH] replace inode_update_time with file_update_timeGravatar Christoph Hellwig 1-1/+1
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+300