aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ncpfs/inode.c
Commit message (Expand)AuthorAge
* fs: remove mapping->backing_dev_infoChristoph Hellwig2015-01-20
* fs: introduce f_op->mmap_capabilities for nommu mmap supportChristoph Hellwig2015-01-20
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-04-12
|\
| * ncpfs: switch to sockfd_lookup()/sockfd_put()Al Viro2014-04-01
* | ncpfs/inode.c: fix mismatch printk formats and argumentsJoe Perches2014-04-08
* | ncpfs: convert DPRINTK/DDPRINTK to ncp_dbgJoe Perches2014-04-08
* | ncpfs: Add pr_fmt and convert printks to pr_<level>Joe Perches2014-04-08
* | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2014-04-04
|\ \
| * | fs: push sync_filesystem() down to the file system's remount_fs()Theodore Ts'o2014-03-13
| |/
* / mm + fs: store shadow entries in page cacheJohannes Weiner2014-04-03
|/
* ncpfs: rcu-delay unload_nls() and freeing ncp_serverAl Viro2013-10-24
* ncpfs: fix error return code in ncp_parse_options()Wei Yongjun2013-07-08
* ncpfs: don't bother with EBUSY on removal of busy directoriesAl Viro2013-06-29
* fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman2013-03-03
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-26
|\
| * new helper: file_inode(file)Al Viro2013-02-22
* | ncpfs: Support interacting with multiple user namespacesEric W. Biederman2013-02-13
|/
* ncpfs: drop vmtruncateMarco Stornelli2012-12-20
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-02
|\
| * fs: push rcu_barrier() from deactivate_locked_super() to filesystemsKirill A. Shutemov2012-10-02
* | workqueue: deprecate flush[_delayed]_work_sync()Tejun Heo2012-08-20
|/
* vfs: Rename end_writeback() to clear_inode()Jan Kara2012-05-06
* Remove all #inclusions of asm/system.hDavid Howells2012-03-28
* switch open-coded instances of d_make_root() to new helperAl Viro2012-03-20
* vfs: switch ->show_options() to struct dentry *Al Viro2012-01-06
* vfs: fix the stupidity with i_dentry in inode destructorsAl Viro2012-01-03
* fs/ncpfs: fix error paths and goto statements in ncp_fill_super()Djalal Harouni2011-12-14
* filesystems: add set_nlink()Miklos Szeredi2011-11-02
* fs/ncpfs/inode.c: suppress used-uninitialised warningAndrew Morton2011-05-25
* Fix common misspellingsLucas De Marchi2011-03-31
* move internal-only parts of ncpfs headers to fs/ncpfsAl Viro2011-01-12
* switch ncpfsAl Viro2011-01-12
* Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2011-01-07
|\
| * ncpfs: don't use flush_scheduled_work()Tejun Heo2010-12-24
* | fs: rcu-walk aware d_revalidate methodNick Piggin2011-01-07
* | fs: dcache reduce branches in lookup pathNick Piggin2011-01-07
* | fs: icache RCU free inodesNick Piggin2011-01-07
|/
* BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann2010-11-17
* convert get_sb_nodev() usersAl Viro2010-10-29
* ncpfs: Lock socket in ncpfs while setting its callbacksPetr Vandrovec2010-10-05
* BKL: Remove BKL from ncpfsPetr Vandrovec2010-10-04
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2010-08-10
|\
| * switch ncpfs to ->evict_inode()Al Viro2010-08-09
| * remove inode_setattrChristoph Hellwig2010-08-09
* | Fix comment spelling errors in ncpfs/inode.cMatthew Whitworth2010-06-28
|/
* ncpfs: add bdi backing to mount sessionJens Axboe2010-04-22
* fs: Make unload_nls() NULL pointer safeThomas Gleixner2009-09-24
* push BKL down into ->put_superChristoph Hellwig2009-06-11
* SL*B: drop kmem cache argument from constructorAlexey Dobriyan2008-07-26
* ncpfs: add prototypes to ncp_fs.hHarvey Harrison2008-04-28