summaryrefslogtreecommitdiffstats
path: root/fs/ncpfs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-02-173-77/+52
|\
| * ncpfs: get rid of d_validate() nonsenseAl Viro2015-01-253-77/+52
* | 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 'akpm' (patchbomb from Andrew)Linus Torvalds2014-12-101-1/+0
|\
| * ncpfs: return proper error from NCP_IOC_SETROOT ioctlJan Kara2014-12-101-1/+0
* | ncpfs: use file_inode()Al Viro2014-11-193-15/+9
* | move d_rcu from overlapping d_child to overlapping d_aliasAl Viro2014-11-032-3/+3
* | new helper: is_root_inode()Al Viro2014-10-311-2/+2
|/
* fs/ncpfs/dir.c: remove redundant sys_tz declarationFabian Frederick2014-10-141-3/+0
* ncpfs: use list_for_each_entry() for d_subdirs walkAl Viro2014-10-092-17/+3
* fs/ncpfs/getopt.c: replace simple_strtoul by kstrtoulFabian Frederick2014-06-041-7/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2014-04-122-4/+4
|\
| * net: Fix use after free by removing length arg from sk_data_ready callbacks.David S. Miller2014-04-112-4/+4
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-04-122-40/+12
|\ \
| * | ncpfs: switch to sockfd_lookup()/sockfd_put()Al Viro2014-04-012-40/+12
* | | fs/ncpfs/dir.c: fix indenting in ncp_lookup()Dan Carpenter2014-04-081-2/+2
* | | ncpfs/inode.c: fix mismatch printk formats and argumentsJoe Perches2014-04-081-2/+2
* | | ncpfs: remove now unused PRINTK macroJoe Perches2014-04-081-3/+0
* | | ncpfs: convert PPRINTK to ncp_vdbgJoe Perches2014-04-085-18/+22
* | | ncpfs: convert DPRINTK/DDPRINTK to ncp_dbgJoe Perches2014-04-089-83/+74
* | | ncpfs: Add pr_fmt and convert printks to pr_<level>Joe Perches2014-04-085-27/+34
| |/ |/|
* | 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-242-8/+13
* ncpfs: switch to %p[dD]Al Viro2013-10-242-43/+24
* ncpfs: fix error return code in ncp_parse_options()Wei Yongjun2013-07-081-3/+9
* ncpfs: use vma_pages() to replace (vm_end - vm_start) >> PAGE_SHIFTLibin2013-07-031-1/+1
* Don't pass inode to ->d_hash() and ->d_compare()Linus Torvalds2013-06-291-8/+24
* kill find_inode_number()Al Viro2013-06-291-2/+0
* ncpfs: don't bother with EBUSY on removal of busy directoriesAl Viro2013-06-292-11/+4
* [readdir] convert ncpfsAl Viro2013-06-291-43/+35
* ncpfs: fix rmdir returns Device or resource busyDave Chiluk2013-06-071-9/+0
* 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-264-12/+8
|\
| * fs: change return values from -EACCES to -EPERMZhao Hongjiang2013-02-261-1/+1
| * d_hash_and_lookup(): export, switch open-coded instancesAl Viro2013-02-261-7/+3
| * new helper: file_inode(file)Al Viro2013-02-223-4/+4
* | ncpfs: Support interacting with multiple user namespacesEric W. Biederman2013-02-133-36/+50
|/
* ncpfs: drop vmtruncateMarco Stornelli2012-12-201-3/+1
* propagate name change to comments in kernel sourceNadia Yvette Chambers2012-12-061-1/+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
|/
* don't pass nameidata to ->create()Al Viro2012-07-141-2/+2
* stop passing nameidata to ->lookup()Al Viro2012-07-141-2/+2
* stop passing nameidata * to ->d_revalidate()Al Viro2012-07-141-3/+3
* fs: introduce inode operation ->update_timeJosef Bacik2012-06-011-2/+4
* get rid of idiotic misplaced __kernel_mode_t in ncfps kernel-private data str...Al Viro2012-05-291-5/+5
OpenPOWER on IntegriCloud