aboutsummaryrefslogtreecommitdiffstats
path: root/fs/exofs (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-12-17exofs_mount(): fix leaks on failure exitsAl Viro1-8/+29
2018-10-18fs/exofs: only use true/false for asignment of bool type variableChengguang Xu1-1/+1
2018-10-18fs/exofs: fix potential memory leak in mount option parsingChengguang Xu1-1/+4
2018-07-24exofs: use bio_clone_fast in _write_mirrorChristoph Hellwig1-2/+2
2018-06-15exofs: avoid VLA in structuresKees Cook3-67/+115
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-2/+2
2018-05-14scsi/osd: remove the gfp argument to osd_start_requestChristoph Hellwig2-6/+6
2018-02-07Merge tag 'iversion-v4.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayton/linuxLinus Torvalds1-1/+1
2018-02-03Merge tag 'usercopy-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-2/+5
2018-02-01iversion: Rename make inode_cmp_iversion{+raw} to inode_eq_iversion{+raw}Goffredo Baroncelli1-1/+1
2018-01-29exofs: switch to new i_version APIJeff Layton2-5/+7
2018-01-15exofs: Define usercopy region in exofs_inode_cache slab cacheDavid Windsor1-2/+5
2017-09-07Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2017-08-23block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig1-1/+1
2017-08-01fs: convert a pile of fsync routines to errseq_t based reportingJeff Layton1-1/+1
2017-07-05mm: drop "wait" parameter from write_one_page()Jeff Layton1-1/+1
2017-05-08fs: semove set but not checked AOP_FLAG_UNINTERRUPTIBLE flagTetsuo Handa1-2/+1
2017-04-20exofs: Convert to separately allocated bdiJan Kara2-12/+6
2017-01-14locking/atomic, kref: Add kref_read()Peter Zijlstra1-1/+1
2016-12-10exofs: don't mess with simple_write_{begin,end}Al Viro1-38/+30
2016-10-27fs: exofs: print a hex number after a 0x prefixUwe Kleine-König1-1/+1
2016-10-11fs: use mapping_set_error instead of opencoded set_bitMichal Hocko1-1/+1
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds3-10/+14
2016-10-10Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro1-2/+6
2016-09-27fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani3-8/+8
2016-09-27fs: rename "rename2" i_op to "rename"Miklos Szeredi1-1/+1
2016-09-27fs: support RENAME_NOREPLACE for local filesystemsMiklos Szeredi1-2/+6
2016-09-22fs: Give dentry to inode_change_ok() instead of inodeJan Kara1-1/+1
2016-06-07block, fs, mm, drivers: use bio set/get op accessorsMike Christie1-1/+1
2016-05-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2016-05-17Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+1
2016-05-09more trivial ->iterate_shared conversionsAl Viro1-1/+1
2016-05-02make ext2_get_page() and friends work without external serializationAl Viro1-7/+7
2016-05-02Merge getxattr prototype change into work.lookupsAl Viro1-1/+1
2016-05-01direct-io: eliminate the offset argument to ->direct_IOChristoph Hellwig1-2/+1
2016-04-18treewide: Fix typos in printkMasanari Iida1-1/+1
2016-04-10don't bother with ->d_inode->i_sb - it's always equal to ->d_sbAl Viro1-1/+1
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov3-34/+34
2016-01-22wrappers for ->i_mutex accessAl Viro1-2/+2
2016-01-14kmemcg: account certain kmem allocations to memcgVladimir Davydov1-2/+2
2016-01-11Merge branch 'work.symlinks' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-0/+2
2015-12-12osd fs: __r4w_get_page rely on PageUptodate for uptodateHugh Dickins1-4/+1
2015-12-08don't put symlink bodies in pagecache into highmemAl Viro2-0/+2
2015-11-09fs/exofs/namei.c: remove unnecessary new_valid_dev() checkYaowei Bai1-3/+0
2015-06-23pagemap.h: move dir_pages() over thereFabian Frederick1-6/+0
2015-05-10exofs: switch to {simple,page}_symlink_inode_operationsAl Viro5-66/+9
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells5-10/+10
2015-04-11direct_IO: remove rw from a_ops->direct_IO()Omar Sandoval1-2/+2
2015-04-11make new_sync_{read,write}() staticAl Viro1-2/+0
2015-02-16vfs: remove get_xip_memMatthew Wilcox1-1/+0