summaryrefslogtreecommitdiffstats
path: root/fs/ncpfs
Commit message (Expand)AuthorAgeFilesLines
* get rid of 'parent' argument of ->d_compare()Al Viro2016-07-311-3/+3
* vfs: make the string hashes salt the hashLinus Torvalds2016-06-101-1/+1
* mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-042-6/+6
* ncpfs: fix a braino in OOM handling in ncp_fill_cache()Al Viro2016-03-071-1/+1
* wrappers for ->i_mutex accessAl Viro2016-01-222-6/+6
* 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
* ncpfs: don't allow negative timeoutsDan Carpenter2015-11-201-0/+2
* fs/ncpfs/dir.c: remove unnecessary new_valid_dev() checkYaowei Bai2015-11-091-2/+0
* fs: Drop unlikely before IS_ERR(_OR_NULL)Viresh Kumar2015-09-291-1/+1
* ncpfs: successful rename() should invalidate caches for parentsAl Viro2015-06-141-0/+2
* VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-155-33/+33
* switch generic_write_checks() to iocb and iterAl Viro2015-04-111-9/+5
* generic_write_checks(): drop isblk argumentAl Viro2015-04-111-1/+1
* make new_sync_{read,write}() staticAl Viro2015-04-111-2/+0
* ncpfs: switch to ->read_iter/->write_iterAl Viro2015-04-113-63/+37
* 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