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