aboutsummaryrefslogtreecommitdiffstats
path: root/fs/exofs/inode.c
AgeCommit message (Expand)Author
2016-05-01direct-io: eliminate the offset argument to ->direct_IOChristoph Hellwig
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov
2016-01-11Merge branch 'work.symlinks' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2015-12-12osd fs: __r4w_get_page rely on PageUptodate for uptodateHugh Dickins
2015-12-08don't put symlink bodies in pagecache into highmemAl Viro
2015-05-10exofs: switch to {simple,page}_symlink_inode_operationsAl Viro
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells
2015-04-11direct_IO: remove rw from a_ops->direct_IO()Omar Sandoval
2015-02-16vfs: remove get_xip_memMatthew Wilcox
2015-01-20fs: remove mapping->backing_dev_infoChristoph Hellwig
2014-10-19Boaz Harrosh - Fix broken email addressBoaz Harrosh
2014-05-06pass iov_iter to ->direct_IO()Al Viro
2014-04-03mm + fs: store shadow entries in page cacheJohannes Weiner
2014-01-23exofs: Print less in r4wBoaz Harrosh
2014-01-23exofs: Allow corrupted directory entry to be empty fileBoaz Harrosh
2014-01-23exofs: Allow O_DIRECT openBoaz Harrosh
2013-09-12truncate: drop 'oldsize' truncate_pagecache() parameterKirill A. Shutemov
2013-05-21mm: change invalidatepage prototype to accept lengthLukas Czerner
2012-12-14exofs: don't leak io_state and pages on read errorBoaz Harrosh
2012-12-11exofs: clean up the correct page collection on write errorIdan Kedar
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2012-09-21userns: Convert exofs to use kuid/kgid where appropriateEric W. Biederman
2012-08-02exofs: Use proper max_IO calculations from oreBoaz Harrosh
2012-08-02exofs: Fix __r4w_get_page when offset is beyond i_sizeBoaz Harrosh
2012-08-02exofs: readpage_strip: Add a BUG_ON to check for PageLocked(page)Kautuk Consul
2012-05-06vfs: Rename end_writeback() to clear_inode()Jan Kara
2012-01-03exofs: propagate umode_tAl Viro
2011-11-02filesystems: add set_nlink()Miklos Szeredi
2011-10-24exofs: Support for RAID5 read-4-write interface.Boaz Harrosh
2011-10-14ore/exofs: Change ore_check_io APIBoaz Harrosh
2011-10-14ore/exofs: Define new ore_verify_layoutBoaz Harrosh
2011-10-14exofs: Support for short read/writesBoaz Harrosh
2011-10-14ore: Only IO one group at a time (API change)Boaz Harrosh
2011-10-03exofs: Rename struct ore_components comps => ocBoaz Harrosh
2011-08-06exofs: Rename raid engine from exofs/ios.c => oreBoaz Harrosh
2011-08-06exofs: ios: Move to a per inode components & device-tableBoaz Harrosh
2011-08-06exofs: Move exofs specific osd operations out of ios.cBoaz Harrosh
2011-08-06exofs: Add offset/length to exofs_get_io_stateBoaz Harrosh
2011-03-24Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2011-03-15exofs: Write sbi->s_nextid as part of the Create commandBoaz Harrosh
2011-03-15exofs: Override read-ahead to align on stripe_sizebharrosh@panasas.com
2011-03-15exofs: simple fsync race fixNick Piggin
2011-03-15exofs: Optimize read_4_writeBoaz Harrosh
2011-03-10block: remove per-queue pluggingJens Axboe
2011-02-02Revert "exofs: Set i_mapping->backing_dev_info anyway"Boaz Harrosh
2010-10-25exofs: Remove inode->i_count manipulation in exofs_new_inodeBoaz Harrosh
2010-10-25fs/exofs: typo fix of faild to failedJoe Perches
2010-10-18exofs: Set i_mapping->backing_dev_info anywayBoaz Harrosh
2010-10-18exofs: Cleaup read path in regard with read_for_writeBoaz Harrosh
2010-10-08exofs: Fix double page_unlock BUG in write_begin/endBoaz Harrosh