aboutsummaryrefslogtreecommitdiff
path: root/fs/ncpfs
AgeCommit message (Expand)AuthorFilesLines
2015-02-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 3-77/+52
2015-01-25ncpfs: get rid of d_validate() nonsenseGravatar Al Viro 3-77/+52
2015-01-20fs: remove mapping->backing_dev_infoGravatar Christoph Hellwig 1-1/+0
2015-01-20fs: introduce f_op->mmap_capabilities for nommu mmap supportGravatar Christoph Hellwig 1-1/+1
2014-12-10Merge branch 'akpm' (patchbomb from Andrew)Gravatar Linus Torvalds 1-1/+0
2014-12-10ncpfs: return proper error from NCP_IOC_SETROOT ioctlGravatar Jan Kara 1-1/+0
2014-11-19ncpfs: use file_inode()Gravatar Al Viro 3-15/+9
2014-11-03move d_rcu from overlapping d_child to overlapping d_aliasGravatar Al Viro 2-3/+3
2014-10-31new helper: is_root_inode()Gravatar Al Viro 1-2/+2
2014-10-14fs/ncpfs/dir.c: remove redundant sys_tz declarationGravatar Fabian Frederick 1-3/+0
2014-10-09ncpfs: use list_for_each_entry() for d_subdirs walkGravatar Al Viro 2-17/+3
2014-06-04fs/ncpfs/getopt.c: replace simple_strtoul by kstrtoulGravatar Fabian Frederick 1-7/+6
2014-04-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 2-4/+4
2014-04-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 2-40/+12
2014-04-11net: Fix use after free by removing length arg from sk_data_ready callbacks.Gravatar David S. Miller 2-4/+4
2014-04-08fs/ncpfs/dir.c: fix indenting in ncp_lookup()Gravatar Dan Carpenter 1-2/+2
2014-04-08ncpfs/inode.c: fix mismatch printk formats and argumentsGravatar Joe Perches 1-2/+2
2014-04-08ncpfs: remove now unused PRINTK macroGravatar Joe Perches 1-3/+0
2014-04-08ncpfs: convert PPRINTK to ncp_vdbgGravatar Joe Perches 5-18/+22
2014-04-08ncpfs: convert DPRINTK/DDPRINTK to ncp_dbgGravatar Joe Perches 9-83/+74
2014-04-08ncpfs: Add pr_fmt and convert printks to pr_<level>Gravatar Joe Perches 5-27/+34
2014-04-04Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Gravatar Linus Torvalds 1-0/+1
2014-04-03mm + fs: store shadow entries in page cacheGravatar Johannes Weiner 1-1/+1
2014-04-01ncpfs: switch to sockfd_lookup()/sockfd_put()Gravatar Al Viro 2-40/+12
2014-03-13fs: push sync_filesystem() down to the file system's remount_fs()Gravatar Theodore Ts'o 1-0/+1
2013-10-24ncpfs: rcu-delay unload_nls() and freeing ncp_serverGravatar Al Viro 2-8/+13
2013-10-24ncpfs: switch to %p[dD]Gravatar Al Viro 2-43/+24
2013-07-08ncpfs: fix error return code in ncp_parse_options()Gravatar Wei Yongjun 1-3/+9
2013-07-03ncpfs: use vma_pages() to replace (vm_end - vm_start) >> PAGE_SHIFTGravatar Libin 1-1/+1
2013-06-29Don't pass inode to ->d_hash() and ->d_compare()Gravatar Linus Torvalds 1-8/+24
2013-06-29kill find_inode_number()Gravatar Al Viro 1-2/+0
2013-06-29ncpfs: don't bother with EBUSY on removal of busy directoriesGravatar Al Viro 2-11/+4
2013-06-29[readdir] convert ncpfsGravatar Al Viro 1-43/+35
2013-06-07ncpfs: fix rmdir returns Device or resource busyGravatar Dave Chiluk 1-9/+0
2013-03-03fs: Limit sys_mount to only request filesystem modules.Gravatar Eric W. Biederman 1-0/+1
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 4-12/+8
2013-02-26fs: change return values from -EACCES to -EPERMGravatar Zhao Hongjiang 1-1/+1
2013-02-26d_hash_and_lookup(): export, switch open-coded instancesGravatar Al Viro 1-7/+3
2013-02-22new helper: file_inode(file)Gravatar Al Viro 3-4/+4
2013-02-13ncpfs: Support interacting with multiple user namespacesGravatar Eric W. Biederman 3-36/+50
2012-12-20ncpfs: drop vmtruncateGravatar Marco Stornelli 1-3/+1
2012-12-06propagate name change to comments in kernel sourceGravatar Nadia Yvette Chambers 1-1/+1
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-0/+5
2012-10-02fs: push rcu_barrier() from deactivate_locked_super() to filesystemsGravatar Kirill A. Shutemov 1-0/+5
2012-08-20workqueue: deprecate flush[_delayed]_work_sync()Gravatar Tejun Heo 1-3/+3
2012-07-14don't pass nameidata to ->create()Gravatar Al Viro 1-2/+2
2012-07-14stop passing nameidata to ->lookup()Gravatar Al Viro 1-2/+2
2012-07-14stop passing nameidata * to ->d_revalidate()Gravatar Al Viro 1-3/+3
2012-06-01fs: introduce inode operation ->update_timeGravatar Josef Bacik 1-2/+4
2012-05-29get rid of idiotic misplaced __kernel_mode_t in ncfps kernel-private data str...Gravatar Al Viro 1-5/+5