aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ncpfs
AgeCommit message (Expand)Author
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
2014-04-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2014-04-11net: Fix use after free by removing length arg from sk_data_ready callbacks.David S. Miller
2014-04-08fs/ncpfs/dir.c: fix indenting in ncp_lookup()Dan Carpenter
2014-04-08ncpfs/inode.c: fix mismatch printk formats and argumentsJoe Perches
2014-04-08ncpfs: remove now unused PRINTK macroJoe Perches
2014-04-08ncpfs: convert PPRINTK to ncp_vdbgJoe Perches
2014-04-08ncpfs: convert DPRINTK/DDPRINTK to ncp_dbgJoe Perches
2014-04-08ncpfs: Add pr_fmt and convert printks to pr_<level>Joe Perches
2014-04-04Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2014-04-03mm + fs: store shadow entries in page cacheJohannes Weiner
2014-04-01ncpfs: switch to sockfd_lookup()/sockfd_put()Al Viro
2014-03-13fs: push sync_filesystem() down to the file system's remount_fs()Theodore Ts'o
2013-10-24ncpfs: rcu-delay unload_nls() and freeing ncp_serverAl Viro
2013-10-24ncpfs: switch to %p[dD]Al Viro
2013-07-08ncpfs: fix error return code in ncp_parse_options()Wei Yongjun
2013-07-03ncpfs: use vma_pages() to replace (vm_end - vm_start) >> PAGE_SHIFTLibin
2013-06-29Don't pass inode to ->d_hash() and ->d_compare()Linus Torvalds
2013-06-29kill find_inode_number()Al Viro
2013-06-29ncpfs: don't bother with EBUSY on removal of busy directoriesAl Viro
2013-06-29[readdir] convert ncpfsAl Viro
2013-06-07ncpfs: fix rmdir returns Device or resource busyDave Chiluk