summaryrefslogtreecommitdiffstats
path: root/fs/ncpfs
Commit message (Expand)AuthorAgeFilesLines
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-248-8/+8
* Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/...Linus Torvalds2016-12-171-1/+0
|\
| * vfs: remove ".readlink = generic_readlink" assignmentsMiklos Szeredi2016-12-091-1/+0
* | [iov_iter] new primitives - copy_from_iter_full() and friendsAl Viro2016-12-051-1/+1
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-101-4/+7
|\
| * fs: rename "rename2" i_op to "rename"Miklos Szeredi2016-09-271-1/+1
| * fs: make remaining filesystems use .rename2Miklos Szeredi2016-09-271-3/+7
| * ncpfs: fix unused variable warningMiklos Szeredi2016-09-271-2/+1
* | fs: Give dentry to inode_change_ok() instead of inodeJan Kara2016-09-221-1/+1
|/
* 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
|\ \
OpenPOWER on IntegriCloud