aboutsummaryrefslogtreecommitdiffstats
path: root/fs/exofs (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2015-01-20fs: remove mapping->backing_dev_infoChristoph Hellwig1-2/+0
2015-01-20fs: introduce f_op->mmap_capabilities for nommu mmap supportChristoph Hellwig1-1/+1
2014-10-19Boaz Harrosh - Fix broken email addressBoaz Harrosh13-14/+14
2014-08-08fs/exofs/ore_raid.c: replace count*size kzalloc by kcallocFabian Frederick1-1/+1
2014-06-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-6/+6
2014-06-12->splice_write() via ->write_iter()Al Viro1-1/+1
2014-05-22ore: Support for raid 6Boaz Harrosh4-37/+80
2014-05-22ore: Remove redundant dev_order(), more cleanupsBoaz Harrosh3-31/+10
2014-05-22ore: (trivial) reformat some codeBoaz Harrosh2-14/+9
2014-05-06write_iter variants of {__,}generic_file_aio_write()Al Viro1-2/+2
2014-05-06switch simple generic_file_aio_read() users to ->read_iter()Al Viro1-2/+2
2014-05-06pass iov_iter to ->direct_IO()Al Viro1-1/+1