Commit Graph

213 Commits (4c1e44a9ebaf8ba2532ebfc72ef0620f3db585b7)

Author SHA1 Message Date
Simon1511 34c64e7c67 Import A525FXXU3AUG4 3 years ago
Dan Carpenter 2a2b9ef309 staging: ncpfs: memory corruption in ncp_read_kernel() 7 years ago
Greg Kroah-Hartman b24413180f License cleanup: add SPDX GPL-2.0 license identifier to files with no license 7 years ago
Jeff Layton 3b49c9a1e9 fs: convert a pile of fsync routines to errseq_t based reporting 8 years ago
Roman Gushchin 2262185c5b mm: per-cgroup memory reclaim stats 8 years ago
Jan Kara a0349ec00f ncpfs: Convert to separately allocated bdi 8 years ago
Ingo Molnar 5b825c3af1 sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h> 8 years ago
Ingo Molnar 3f07c01441 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h> 8 years ago
Alexey Dobriyan 5b5e0928f7 lib/vsprintf.c: remove %Z support 8 years ago
Dave Jiang 11bac80004 mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmf 8 years ago
Al Viro b8e2df1f81 ncpfs: switch to sock_sendmsg() 8 years ago
Al Viro 2cebcc78fa ncpfs: don't mess with manually advancing iovec on send 8 years ago
Al Viro 4b4fbad37f ncpfs: sendmsg does *not* bugger iovec these days 8 years ago
Linus Torvalds 7c0f6ba682 Replace <asm/uaccess.h> with <linux/uaccess.h> globally 8 years ago
Miklos Szeredi dfeef68862 vfs: remove ".readlink = generic_readlink" assignments 8 years ago
Al Viro cbbd26b8b1 [iov_iter] new primitives - copy_from_iter_full() and friends 8 years ago
Miklos Szeredi 2773bf00ae fs: rename "rename2" i_op to "rename" 8 years ago
Miklos Szeredi 1cd66c93ba fs: make remaining filesystems use .rename2 8 years ago
Miklos Szeredi 9a232de499 ncpfs: fix unused variable warning 8 years ago
Jan Kara 31051c85b5 fs: Give dentry to inode_change_ok() instead of inode 8 years ago
Al Viro 6fa67e7075 get rid of 'parent' argument of ->d_compare() 9 years ago
Linus Torvalds 8387ff2577 vfs: make the string hashes salt the hash 9 years ago
Kirill A. Shutemov 09cbfeaf1a mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros 9 years ago
Al Viro 803c00123a ncpfs: fix a braino in OOM handling in ncp_fill_cache() 9 years ago
Al Viro 5955102c99 wrappers for ->i_mutex access 9 years ago
Vladimir Davydov 5d097056c9 kmemcg: account certain kmem allocations to memcg 9 years ago
Al Viro fceef393a5 switch ->get_link() to delayed_call, kill ->put_link() 9 years ago
Al Viro 6b2553918d replace ->follow_link() with new method that could stay in RCU mode 9 years ago
Al Viro 21fc61c73c don't put symlink bodies in pagecache into highmem 9 years ago
Dan Carpenter 1491e30ed1 ncpfs: don't allow negative timeouts 9 years ago
Yaowei Bai 4467e29f0c fs/ncpfs/dir.c: remove unnecessary new_valid_dev() check 9 years ago
Viresh Kumar a1c83681d5 fs: Drop unlikely before IS_ERR(_OR_NULL) 9 years ago
Al Viro 3f4a949410 ncpfs: successful rename() should invalidate caches for parents 10 years ago
David Howells 2b0143b5c9 VFS: normal filesystems (and lustre): d_inode() annotations 10 years ago
Al Viro 3309dd04cb switch generic_write_checks() to iocb and iter 10 years ago
Al Viro 0fa6b005af generic_write_checks(): drop isblk argument 10 years ago
Al Viro 5d5d568975 make new_sync_{read,write}() static 10 years ago
Al Viro 274a48869b ncpfs: switch to ->read_iter/->write_iter 10 years ago
Al Viro 5e993e2534 ncpfs: get rid of d_validate() nonsense 10 years ago
Christoph Hellwig b83ae6d421 fs: remove mapping->backing_dev_info 10 years ago
Christoph Hellwig b4caecd480 fs: introduce f_op->mmap_capabilities for nommu mmap support 10 years ago
Jan Kara a682e9c28c ncpfs: return proper error from NCP_IOC_SETROOT ioctl 10 years ago
Al Viro a67f797db6 ncpfs: use file_inode() 10 years ago
Al Viro 946e51f2bf move d_rcu from overlapping d_child to overlapping d_alias 10 years ago
Al Viro a7400222e3 new helper: is_root_inode() 10 years ago
Fabian Frederick 8a273345dc fs/ncpfs/dir.c: remove redundant sys_tz declaration 10 years ago
Al Viro 821cc3070f ncpfs: use list_for_each_entry() for d_subdirs walk 10 years ago
Fabian Frederick 8091b895b7 fs/ncpfs/getopt.c: replace simple_strtoul by kstrtoul 11 years ago
David S. Miller 676d23690f net: Fix use after free by removing length arg from sk_data_ready callbacks. 11 years ago
Dan Carpenter ffddc5fd19 fs/ncpfs/dir.c: fix indenting in ncp_lookup() 11 years ago