summaryrefslogtreecommitdiffstats
path: root/fs/ncpfs
AgeCommit message (Expand)AuthorLines
2017-07-06mm: per-cgroup memory reclaim statsRoman Gushchin-1/+1
2017-04-20ncpfs: Convert to separately allocated bdiJan Kara-7/+2
2017-03-03Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds-0/+3
2017-03-02Merge branch 'work.sendmsg' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-70/+41
2017-03-02sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Ingo Molnar-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar-0/+2
2017-02-27lib/vsprintf.c: remove %Z supportAlexey Dobriyan-2/+2
2017-02-24mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang-4/+3
2016-12-26ncpfs: switch to sock_sendmsg()Al Viro-22/+14
2016-12-26ncpfs: don't mess with manually advancing iovec on sendAl Viro-42/+27
2016-12-26ncpfs: sendmsg does *not* bugger iovec these daysAl Viro-8/+2
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds-8/+8
2016-12-17Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/...Linus Torvalds-1/+0
2016-12-09vfs: remove ".readlink = generic_readlink" assignmentsMiklos Szeredi-1/+0
2016-12-05[iov_iter] new primitives - copy_from_iter_full() and friendsAl Viro-1/+1
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-4/+7
2016-09-27fs: rename "rename2" i_op to "rename"Miklos Szeredi-1/+1
2016-09-27fs: make remaining filesystems use .rename2Miklos Szeredi-3/+7
2016-09-27ncpfs: fix unused variable warningMiklos Szeredi-2/+1
2016-09-22fs: Give dentry to inode_change_ok() instead of inodeJan Kara-1/+1
2016-07-31get rid of 'parent' argument of ->d_compare()Al Viro-3/+3
2016-06-10vfs: make the string hashes salt the hashLinus Torvalds-1/+1
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov-6/+6
2016-03-07ncpfs: fix a braino in OOM handling in ncp_fill_cache()Al Viro-1/+1
2016-01-22wrappers for ->i_mutex accessAl Viro-6/+6
2016-01-14kmemcg: account certain kmem allocations to memcgVladimir Davydov-1/+1
2015-12-30switch ->get_link() to delayed_call, kill ->put_link()Al Viro-1/+0
2015-12-08replace ->follow_link() with new method that could stay in RCU modeAl Viro-1/+1
2015-12-08don't put symlink bodies in pagecache into highmemAl Viro-0/+1
2015-11-20ncpfs: don't allow negative timeoutsDan Carpenter-0/+2
2015-11-09fs/ncpfs/dir.c: remove unnecessary new_valid_dev() checkYaowei Bai-2/+0
2015-09-29fs: Drop unlikely before IS_ERR(_OR_NULL)Viresh Kumar-1/+1
2015-06-14ncpfs: successful rename() should invalidate caches for parentsAl Viro-0/+2
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells-33/+33
2015-04-11switch generic_write_checks() to iocb and iterAl Viro-9/+5
2015-04-11generic_write_checks(): drop isblk argumentAl Viro-1/+1
2015-04-11make new_sync_{read,write}() staticAl Viro-2/+0
2015-04-11ncpfs: switch to ->read_iter/->write_iterAl Viro-63/+37
2015-02-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-77/+52
2015-01-25ncpfs: get rid of d_validate() nonsenseAl Viro-77/+52
2015-01-20fs: remove mapping->backing_dev_infoChristoph Hellwig-1/+0
2015-01-20fs: introduce f_op->mmap_capabilities for nommu mmap supportChristoph Hellwig-1/+1
2014-12-10Merge branch 'akpm' (patchbomb from Andrew)Linus Torvalds-1/+0
2014-12-10ncpfs: return proper error from NCP_IOC_SETROOT ioctlJan Kara-1/+0
2014-11-19ncpfs: use file_inode()Al Viro-15/+9
2014-11-03move d_rcu from overlapping d_child to overlapping d_aliasAl Viro-3/+3
2014-10-31new helper: is_root_inode()Al Viro-2/+2
2014-10-14fs/ncpfs/dir.c: remove redundant sys_tz declarationFabian Frederick-3/+0
2014-10-09ncpfs: use list_for_each_entry() for d_subdirs walkAl Viro-17/+3
2014-06-04fs/ncpfs/getopt.c: replace simple_strtoul by kstrtoulFabian Frederick-7/+6