summaryrefslogtreecommitdiffstats
path: root/fs/ncpfs
Commit message (Expand)AuthorAgeFilesLines
* fs: convert a pile of fsync routines to errseq_t based reportingJeff Layton2017-08-011-1/+1
* mm: per-cgroup memory reclaim statsRoman Gushchin2017-07-061-1/+1
* ncpfs: Convert to separately allocated bdiJan Kara2017-04-202-7/+2
* Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2017-03-033-0/+3
|\
| * sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Ingo Molnar2017-03-021-0/+1
| * sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-022-0/+2
* | Merge branch 'work.sendmsg' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-03-021-70/+41
|\ \ | |/ |/|
| * ncpfs: switch to sock_sendmsg()Al Viro2016-12-261-22/+14
| * ncpfs: don't mess with manually advancing iovec on sendAl Viro2016-12-261-42/+27
| * ncpfs: sendmsg does *not* bugger iovec these daysAl Viro2016-12-261-8/+2
* | lib/vsprintf.c: remove %Z supportAlexey Dobriyan2017-02-271-2/+2
* | mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang2017-02-241-4/+3
|/
* 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
OpenPOWER on IntegriCloud