summaryrefslogtreecommitdiffstats
path: root/fs/ncpfs
Commit message (Expand)AuthorAgeFilesLines
* Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds2017-11-271-2/+2
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-11-143-7/+5Star
|\
| * fs/ncpfs: Convert timers to use timer_setup()Kees Cook2017-11-023-7/+5Star
* | Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar2017-11-0716-0/+16
|\ \
| * | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-0216-0/+16
| |/
* / locking/atomics, fs/ncpfs: Convert ACCESS_ONCE() to READ_ONCE()/WRITE_ONCE()Mark Rutland2017-10-251-9/+0Star
|/
* 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-071-1/+1
* ncpfs: Convert to separately allocated bdiJan Kara2017-04-202-7/+2Star
* 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-031-70/+41Star
|\ \ | |/ |/|
| * ncpfs: switch to sock_sendmsg()Al Viro2016-12-271-22/+14Star
| * ncpfs: don't mess with manually advancing iovec on sendAl Viro2016-12-271-42/+27Star
| * ncpfs: sendmsg does *not* bugger iovec these daysAl Viro2016-12-271-8/+2Star
* | lib/vsprintf.c: remove %Z supportAlexey Dobriyan2017-02-281-2/+2
* | mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang2017-02-251-4/+3Star
|/
* 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-181-1/+0Star
|\
| * vfs: remove ".readlink = generic_readlink" assignmentsMiklos Szeredi2016-12-091-1/+0Star
* | [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-111-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/+1Star
* | 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-111-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-081-1/+1
* wrappers for ->i_mutex accessAl Viro2016-01-232-6/+6
* kmemcg: account certain kmem allocations to memcgVladimir Davydov2016-01-151-1/+1
* switch ->get_link() to delayed_call, kill ->put_link()Al Viro2015-12-301-1/+0Star
* replace ->follow_link() with new method that could stay in RCU modeAl Viro2015-12-091-1/+1
* don't put symlink bodies in pagecache into highmemAl Viro2015-12-091-0/+1
* ncpfs: don't allow negative timeoutsDan Carpenter2015-11-211-0/+2
* fs/ncpfs/dir.c: remove unnecessary new_valid_dev() checkYaowei Bai2015-11-101-2/+0Star
* 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-121-9/+5Star
* generic_write_checks(): drop isblk argumentAl Viro2015-04-121-1/+1
* make new_sync_{read,write}() staticAl Viro2015-04-121-2/+0Star
* ncpfs: switch to ->read_iter/->write_iterAl Viro2015-04-123-63/+37Star
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-02-173-77/+52Star
|\
| * ncpfs: get rid of d_validate() nonsenseAl Viro2015-01-263-77/+52Star
* | fs: remove mapping->backing_dev_infoChristoph Hellwig2015-01-201-1/+0Star
* | fs: introduce f_op->mmap_capabilities for nommu mmap supportChristoph Hellwig2015-01-201-1/+1
|/
* Merge branch 'akpm' (patchbomb from Andrew)Linus Torvalds2014-12-111-1/+0Star
|\