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