aboutsummaryrefslogtreecommitdiff
path: root/fs/exofs
AgeCommit message (Expand)AuthorFilesLines
2017-09-07Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-1/+1
2017-08-23block: replace bi_bdev with a gendisk pointer and partitions indexGravatar Christoph Hellwig 1-1/+1
2017-08-01fs: convert a pile of fsync routines to errseq_t based reportingGravatar Jeff Layton 1-1/+1
2017-07-05mm: drop "wait" parameter from write_one_page()Gravatar Jeff Layton 1-1/+1
2017-05-08fs: semove set but not checked AOP_FLAG_UNINTERRUPTIBLE flagGravatar Tetsuo Handa 1-2/+1
2017-04-20exofs: Convert to separately allocated bdiGravatar Jan Kara 2-12/+6
2017-01-14locking/atomic, kref: Add kref_read()Gravatar Peter Zijlstra 1-1/+1
2016-12-10exofs: don't mess with simple_write_{begin,end}Gravatar Al Viro 1-38/+30
2016-10-27fs: exofs: print a hex number after a 0x prefixGravatar Uwe Kleine-König 1-1/+1
2016-10-11fs: use mapping_set_error instead of opencoded set_bitGravatar Michal Hocko 1-1/+1
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 3-10/+14
2016-10-10Merge remote-tracking branch 'ovl/rename2' into for-linusGravatar Al Viro 1-2/+6
2016-09-27fs: Replace CURRENT_TIME with current_time() for inode timestampsGravatar Deepa Dinamani 3-8/+8
2016-09-27fs: rename "rename2" i_op to "rename"Gravatar Miklos Szeredi 1-1/+1
2016-09-27fs: support RENAME_NOREPLACE for local filesystemsGravatar Miklos Szeredi 1-2/+6
2016-09-22fs: Give dentry to inode_change_ok() instead of inodeGravatar Jan Kara 1-1/+1
2016-06-07block, fs, mm, drivers: use bio set/get op accessorsGravatar Mike Christie 1-1/+1
2016-05-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-1/+1
2016-05-17Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-2/+1
2016-05-09more trivial ->iterate_shared conversionsGravatar Al Viro 1-1/+1
2016-05-02make ext2_get_page() and friends work without external serializationGravatar Al Viro 1-7/+7
2016-05-02Merge getxattr prototype change into work.lookupsGravatar Al Viro 1-1/+1
2016-05-01direct-io: eliminate the offset argument to ->direct_IOGravatar Christoph Hellwig 1-2/+1
2016-04-18treewide: Fix typos in printkGravatar Masanari Iida 1-1/+1
2016-04-10don't bother with ->d_inode->i_sb - it's always equal to ->d_sbGravatar Al Viro 1-1/+1
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosGravatar Kirill A. Shutemov 3-34/+34
2016-01-22wrappers for ->i_mutex accessGravatar Al Viro 1-2/+2
2016-01-14kmemcg: account certain kmem allocations to memcgGravatar Vladimir Davydov 1-2/+2
2016-01-11Merge branch 'work.symlinks' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 2-0/+2
2015-12-12osd fs: __r4w_get_page rely on PageUptodate for uptodateGravatar Hugh Dickins 1-4/+1
2015-12-08don't put symlink bodies in pagecache into highmemGravatar Al Viro 2-0/+2
2015-11-09fs/exofs/namei.c: remove unnecessary new_valid_dev() checkGravatar Yaowei Bai 1-3/+0
2015-06-23pagemap.h: move dir_pages() over thereGravatar Fabian Frederick 1-6/+0
2015-05-10exofs: switch to {simple,page}_symlink_inode_operationsGravatar Al Viro 5-66/+9
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsGravatar David Howells 5-10/+10
2015-04-11direct_IO: remove rw from a_ops->direct_IO()Gravatar Omar Sandoval 1-2/+2
2015-04-11make new_sync_{read,write}() staticGravatar Al Viro 1-2/+0
2015-02-16vfs: remove get_xip_memGravatar Matthew Wilcox 1-1/+0
2015-01-20fs: remove mapping->backing_dev_infoGravatar Christoph Hellwig 1-2/+0
2015-01-20fs: introduce f_op->mmap_capabilities for nommu mmap supportGravatar Christoph Hellwig 1-1/+1
2014-10-19Boaz Harrosh - Fix broken email addressGravatar Boaz Harrosh 13-14/+14
2014-08-08fs/exofs/ore_raid.c: replace count*size kzalloc by kcallocGravatar Fabian Frederick 1-1/+1
2014-06-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 2-6/+6
2014-06-12->splice_write() via ->write_iter()Gravatar Al Viro 1-1/+1
2014-05-22ore: Support for raid 6Gravatar Boaz Harrosh 4-37/+80
2014-05-22ore: Remove redundant dev_order(), more cleanupsGravatar Boaz Harrosh 3-31/+10
2014-05-22ore: (trivial) reformat some codeGravatar Boaz Harrosh 2-14/+9
2014-05-06write_iter variants of {__,}generic_file_aio_write()Gravatar Al Viro 1-2/+2
2014-05-06switch simple generic_file_aio_read() users to ->read_iter()Gravatar Al Viro 1-2/+2
2014-05-06pass iov_iter to ->direct_IO()Gravatar Al Viro 1-1/+1