summaryrefslogtreecommitdiffstats
path: root/fs/exofs
AgeCommit message (Expand)AuthorLines
2019-02-05scsi: fs: remove exofsChristoph Hellwig-6405/+0
2018-12-17exofs_mount(): fix leaks on failure exitsAl Viro-8/+29
2018-10-18fs/exofs: only use true/false for asignment of bool type variableChengguang Xu-1/+1
2018-10-18fs/exofs: fix potential memory leak in mount option parsingChengguang Xu-1/+4
2018-07-24exofs: use bio_clone_fast in _write_mirrorChristoph Hellwig-2/+2
2018-06-15exofs: avoid VLA in structuresKees Cook-67/+115
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook-2/+2
2018-05-14scsi/osd: remove the gfp argument to osd_start_requestChristoph Hellwig-6/+6
2018-02-07Merge tag 'iversion-v4.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-1/+1
2018-02-03Merge tag 'usercopy-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-2/+5
2018-02-01iversion: Rename make inode_cmp_iversion{+raw} to inode_eq_iversion{+raw}Goffredo Baroncelli-1/+1
2018-01-29exofs: switch to new i_version APIJeff Layton-5/+7
2018-01-15exofs: Define usercopy region in exofs_inode_cache slab cacheDavid Windsor-2/+5
2017-09-07Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-blockLinus Torvalds-1/+1
2017-08-23block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig-1/+1
2017-08-01fs: convert a pile of fsync routines to errseq_t based reportingJeff Layton-1/+1
2017-07-05mm: drop "wait" parameter from write_one_page()Jeff Layton-1/+1
2017-05-08fs: semove set but not checked AOP_FLAG_UNINTERRUPTIBLE flagTetsuo Handa-2/+1
2017-04-20exofs: Convert to separately allocated bdiJan Kara-12/+6
2017-01-14locking/atomic, kref: Add kref_read()Peter Zijlstra-1/+1
2016-12-10exofs: don't mess with simple_write_{begin,end}Al Viro-38/+30
2016-10-27fs: exofs: print a hex number after a 0x prefixUwe Kleine-König-1/+1
2016-10-11fs: use mapping_set_error instead of opencoded set_bitMichal Hocko-1/+1
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-10/+14
2016-10-10Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro-2/+6
2016-09-27fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani-8/+8
2016-09-27fs: rename "rename2" i_op to "rename"Miklos Szeredi-1/+1
2016-09-27fs: support RENAME_NOREPLACE for local filesystemsMiklos Szeredi-2/+6
2016-09-22fs: Give dentry to inode_change_ok() instead of inodeJan Kara-1/+1
2016-06-07block, fs, mm, drivers: use bio set/get op accessorsMike Christie-1/+1
2016-05-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds-1/+1
2016-05-17Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-2/+1
2016-05-09more trivial ->iterate_shared conversionsAl Viro-1/+1
2016-05-02make ext2_get_page() and friends work without external serializationAl Viro-7/+7
2016-05-02Merge getxattr prototype change into work.lookupsAl Viro-1/+1
2016-05-01direct-io: eliminate the offset argument to ->direct_IOChristoph Hellwig-2/+1
2016-04-18treewide: Fix typos in printkMasanari Iida-1/+1
2016-04-10don't bother with ->d_inode->i_sb - it's always equal to ->d_sbAl Viro-1/+1
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov-34/+34
2016-01-22wrappers for ->i_mutex accessAl Viro-2/+2
2016-01-14kmemcg: account certain kmem allocations to memcgVladimir Davydov-2/+2
2016-01-11Merge branch 'work.symlinks' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-0/+2
2015-12-12osd fs: __r4w_get_page rely on PageUptodate for uptodateHugh Dickins-4/+1
2015-12-08don't put symlink bodies in pagecache into highmemAl Viro-0/+2
2015-11-09fs/exofs/namei.c: remove unnecessary new_valid_dev() checkYaowei Bai-3/+0
2015-06-23pagemap.h: move dir_pages() over thereFabian Frederick-6/+0
2015-05-10exofs: switch to {simple,page}_symlink_inode_operationsAl Viro-66/+9
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells-10/+10
2015-04-11direct_IO: remove rw from a_ops->direct_IO()Omar Sandoval-2/+2
2015-04-11make new_sync_{read,write}() staticAl Viro-2/+0