aboutsummaryrefslogtreecommitdiff
path: root/fs/ncpfs
AgeCommit message (Expand)AuthorFilesLines
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyGravatar Linus Torvalds 8-8/+8
2016-12-17Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/...Gravatar Linus Torvalds 1-1/+0
2016-12-09vfs: remove ".readlink = generic_readlink" assignmentsGravatar Miklos Szeredi 1-1/+0
2016-12-05[iov_iter] new primitives - copy_from_iter_full() and friendsGravatar Al Viro 1-1/+1
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-4/+7
2016-09-27fs: rename "rename2" i_op to "rename"Gravatar Miklos Szeredi 1-1/+1
2016-09-27fs: make remaining filesystems use .rename2Gravatar Miklos Szeredi 1-3/+7
2016-09-27ncpfs: fix unused variable warningGravatar Miklos Szeredi 1-2/+1
2016-09-22fs: Give dentry to inode_change_ok() instead of inodeGravatar Jan Kara 1-1/+1
2016-07-31get rid of 'parent' argument of ->d_compare()Gravatar Al Viro 1-3/+3
2016-06-10vfs: make the string hashes salt the hashGravatar Linus Torvalds 1-1/+1
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosGravatar Kirill A. Shutemov 2-6/+6
2016-03-07ncpfs: fix a braino in OOM handling in ncp_fill_cache()Gravatar Al Viro 1-1/+1
2016-01-22wrappers for ->i_mutex accessGravatar Al Viro 2-6/+6
2016-01-14kmemcg: account certain kmem allocations to memcgGravatar Vladimir Davydov 1-1/+1
2015-12-30switch ->get_link() to delayed_call, kill ->put_link()Gravatar Al Viro 1-1/+0
2015-12-08replace ->follow_link() with new method that could stay in RCU modeGravatar Al Viro 1-1/+1
2015-12-08don't put symlink bodies in pagecache into highmemGravatar Al Viro 1-0/+1
2015-11-20ncpfs: don't allow negative timeoutsGravatar Dan Carpenter 1-0/+2
2015-11-09fs/ncpfs/dir.c: remove unnecessary new_valid_dev() checkGravatar Yaowei Bai 1-2/+0
2015-09-29fs: Drop unlikely before IS_ERR(_OR_NULL)Gravatar Viresh Kumar 1-1/+1
2015-06-14ncpfs: successful rename() should invalidate caches for parentsGravatar Al Viro 1-0/+2
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsGravatar David Howells 5-33/+33
2015-04-11switch generic_write_checks() to iocb and iterGravatar Al Viro 1-9/+5
2015-04-11generic_write_checks(): drop isblk argumentGravatar Al Viro 1-1/+1
2015-04-11make new_sync_{read,write}() staticGravatar Al Viro 1-2/+0
2015-04-11ncpfs: switch to ->read_iter/->write_iterGravatar Al Viro 3-63/+37
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