summaryrefslogtreecommitdiffstats
path: root/fs/ncpfs/inode.c
Commit message (Expand)AuthorAgeFilesLines
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* vfs: remove ".readlink = generic_readlink" assignmentsMiklos Szeredi2016-12-091-1/+0
* fs: Give dentry to inode_change_ok() instead of inodeJan Kara2016-09-221-1/+1
* kmemcg: account certain kmem allocations to memcgVladimir Davydov2016-01-141-1/+1
* switch ->get_link() to delayed_call, kill ->put_link()Al Viro2015-12-301-1/+0
* replace ->follow_link() with new method that could stay in RCU modeAl Viro2015-12-081-1/+1
* don't put symlink bodies in pagecache into highmemAl Viro2015-12-081-0/+1
* VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-151-3/+3
* fs: remove mapping->backing_dev_infoChristoph Hellwig2015-01-201-1/+0
* fs: introduce f_op->mmap_capabilities for nommu mmap supportChristoph Hellwig2015-01-201-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-04-121-38/+12
|\
| * ncpfs: switch to sockfd_lookup()/sockfd_put()Al Viro2014-04-011-38/+12
* | ncpfs/inode.c: fix mismatch printk formats and argumentsJoe Perches2014-04-081-2/+2
* | ncpfs: convert DPRINTK/DDPRINTK to ncp_dbgJoe Perches2014-04-081-12/+10
* | ncpfs: Add pr_fmt and convert printks to pr_<level>Joe Perches2014-04-081-4/+6
* | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2014-04-041-0/+1
|\ \
| * | fs: push sync_filesystem() down to the file system's remount_fs()Theodore Ts'o2014-03-131-0/+1
| |/
* | mm + fs: store shadow entries in page cacheJohannes Weiner2014-04-031-1/+1
|/
* ncpfs: rcu-delay unload_nls() and freeing ncp_serverAl Viro2013-10-241-7/+12
* ncpfs: fix error return code in ncp_parse_options()Wei Yongjun2013-07-081-3/+9
* ncpfs: don't bother with EBUSY on removal of busy directoriesAl Viro2013-06-291-0/+4
* fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman2013-03-031-0/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-261-2/+2
|\
| * new helper: file_inode(file)Al Viro2013-02-221-2/+2
* | ncpfs: Support interacting with multiple user namespacesEric W. Biederman2013-02-131-22/+33
|/
* ncpfs: drop vmtruncateMarco Stornelli2012-12-201-3/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-021-0/+5
|\
| * fs: push rcu_barrier() from deactivate_locked_super() to filesystemsKirill A. Shutemov2012-10-021-0/+5
* | workqueue: deprecate flush[_delayed]_work_sync()Tejun Heo2012-08-201-3/+3
|/
* vfs: Rename end_writeback() to clear_inode()Jan Kara2012-05-061-1/+1
* Remove all #inclusions of asm/system.hDavid Howells2012-03-281-1/+0
* switch open-coded instances of d_make_root() to new helperAl Viro2012-03-201-4/+2
* vfs: switch ->show_options() to struct dentry *Al Viro2012-01-061-3/+3
* vfs: fix the stupidity with i_dentry in inode destructorsAl Viro2012-01-031-1/+0
* fs/ncpfs: fix error paths and goto statements in ncp_fill_super()Djalal Harouni2011-12-141-4/+4
* filesystems: add set_nlink()Miklos Szeredi2011-11-021-1/+1
* fs/ncpfs/inode.c: suppress used-uninitialised warningAndrew Morton2011-05-251-3/+1
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* move internal-only parts of ncpfs headers to fs/ncpfsAl Viro2011-01-121-3/+1
* switch ncpfsAl Viro2011-01-121-1/+1
* Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2011-01-071-1/+6
|\
| * ncpfs: don't use flush_scheduled_work()Tejun Heo2010-12-241-1/+6
* | fs: rcu-walk aware d_revalidate methodNick Piggin2011-01-071-0/+1
* | fs: dcache reduce branches in lookup pathNick Piggin2011-01-071-1/+1
* | fs: icache RCU free inodesNick Piggin2011-01-071-1/+8
|/
* BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann2010-11-171-1/+0
* convert get_sb_nodev() usersAl Viro2010-10-291-4/+4
* ncpfs: Lock socket in ncpfs while setting its callbacksPetr Vandrovec2010-10-051-5/+9
* BKL: Remove BKL from ncpfsPetr Vandrovec2010-10-041-17/+24
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2010-08-101-18/+18
|\
OpenPOWER on IntegriCloud