aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ncpfs/file.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-04-08ncpfs: convert PPRINTK to ncp_vdbgJoe Perches1-2/+2
2014-04-08ncpfs: convert DPRINTK/DDPRINTK to ncp_dbgJoe Perches1-8/+8
2014-04-08ncpfs: Add pr_fmt and convert printks to pr_<level>Joe Perches1-1/+3
2013-10-24ncpfs: switch to %p[dD]Al Viro1-8/+4
2012-06-01fs: introduce inode operation ->update_timeJosef Bacik1-2/+4
2012-03-28Remove all #inclusions of asm/system.hDavid Howells1-1/+0
2011-07-20fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik1-2/+2
2011-01-12move internal-only parts of ncpfs headers to fs/ncpfsAl Viro1-2/+1
2010-11-17BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann1-1/+0
2010-10-04BKL: Remove BKL from ncpfsPetr Vandrovec1-18/+7
2010-05-27drop unused dentry argument to ->fsyncChristoph Hellwig1-1/+1
2010-05-17ncpfs: BKL ioctl pushdownJohn Kacur1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-1/+0
2008-07-02Remove BKL from remote_llseek v2Andi Kleen1-1/+11
2007-07-16Only send SIGXFSZ when exceeding rlimits.Micah Cowan1-2/+0
2007-05-21Detach sched.h from mm.hAlexey Dobriyan1-0/+1
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap1-1/+0
2007-02-12[PATCH] mark struct inode_operations const 2Arjan van de Ven1-1/+1
2006-12-08[PATCH] struct path: convert ncpfsJosef Sipek1-2/+2
2006-10-01[PATCH] Move ncpfs 32bit compat ioctl to ncpfsPetr Vandrovec1-0/+3
2006-03-28[PATCH] Make most file operations structs in fs/ constArjan van de Ven1-1/+1
2006-03-23[PATCH] sem2mutex: NCPFSIngo Molnar1-2/+2
2006-01-10[PATCH] replace inode_update_time with file_update_timeChristoph Hellwig1-1/+1
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+300