summaryrefslogtreecommitdiffstats
path: root/fs/exofs/inode.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'work.symlinks' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-01-111-0/+1
|\
| * don't put symlink bodies in pagecache into highmemAl Viro2015-12-081-0/+1
* | osd fs: __r4w_get_page rely on PageUptodate for uptodateHugh Dickins2015-12-121-4/+1
|/
* exofs: switch to {simple,page}_symlink_inode_operationsAl Viro2015-05-101-4/+5
* VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-151-1/+1
* direct_IO: remove rw from a_ops->direct_IO()Omar Sandoval2015-04-111-2/+2
* vfs: remove get_xip_memMatthew Wilcox2015-02-161-1/+0
* fs: remove mapping->backing_dev_infoChristoph Hellwig2015-01-201-2/+0
* Boaz Harrosh - Fix broken email addressBoaz Harrosh2014-10-191-1/+1
* pass iov_iter to ->direct_IO()Al Viro2014-05-061-1/+1
* mm + fs: store shadow entries in page cacheJohannes Weiner2014-04-031-1/+1
* exofs: Print less in r4wBoaz Harrosh2014-01-231-9/+9
* exofs: Allow corrupted directory entry to be empty fileBoaz Harrosh2014-01-231-2/+1
* exofs: Allow O_DIRECT openBoaz Harrosh2014-01-231-1/+9
* truncate: drop 'oldsize' truncate_pagecache() parameterKirill A. Shutemov2013-09-121-1/+1
* mm: change invalidatepage prototype to accept lengthLukas Czerner2013-05-211-2/+4
* exofs: don't leak io_state and pages on read errorBoaz Harrosh2012-12-141-5/+5
* exofs: clean up the correct page collection on write errorIdan Kedar2012-12-111-2/+4
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2012-10-021-4/+4
|\
| * userns: Convert exofs to use kuid/kgid where appropriateEric W. Biederman2012-09-211-4/+4
* | exofs: Use proper max_IO calculations from oreBoaz Harrosh2012-08-021-6/+4
* | exofs: Fix __r4w_get_page when offset is beyond i_sizeBoaz Harrosh2012-08-021-3/+12
* | exofs: readpage_strip: Add a BUG_ON to check for PageLocked(page)Kautuk Consul2012-08-021-0/+2
|/
* vfs: Rename end_writeback() to clear_inode()Jan Kara2012-05-061-2/+2
* exofs: propagate umode_tAl Viro2012-01-031-1/+1
* filesystems: add set_nlink()Miklos Szeredi2011-11-021-1/+1
* exofs: Support for RAID5 read-4-write interface.Boaz Harrosh2011-10-241-2/+59
* ore/exofs: Change ore_check_io APIBoaz Harrosh2011-10-141-10/+4
* ore/exofs: Define new ore_verify_layoutBoaz Harrosh2011-10-141-7/+2
* exofs: Support for short read/writesBoaz Harrosh2011-10-141-9/+26
* ore: Only IO one group at a time (API change)Boaz Harrosh2011-10-141-15/+85
* exofs: Rename struct ore_components comps => ocBoaz Harrosh2011-10-031-11/+11
* exofs: Rename raid engine from exofs/ios.c => oreBoaz Harrosh2011-08-061-44/+44
* exofs: ios: Move to a per inode components & device-tableBoaz Harrosh2011-08-061-32/+27
* exofs: Move exofs specific osd operations out of ios.cBoaz Harrosh2011-08-061-3/+0
* exofs: Add offset/length to exofs_get_io_stateBoaz Harrosh2011-08-061-13/+21
* Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2011-03-241-1/+0
|\
| * block: remove per-queue pluggingJens Axboe2011-03-101-1/+0
* | exofs: Write sbi->s_nextid as part of the Create commandBoaz Harrosh2011-03-151-1/+3
* | exofs: Override read-ahead to align on stripe_sizebharrosh@panasas.com2011-03-151-4/+15
* | exofs: simple fsync race fixNick Piggin2011-03-151-1/+2
* | exofs: Optimize read_4_writeBoaz Harrosh2011-03-151-3/+22
|/
* Revert "exofs: Set i_mapping->backing_dev_info anyway"Boaz Harrosh2011-02-021-2/+0
* exofs: Remove inode->i_count manipulation in exofs_new_inodeBoaz Harrosh2010-10-251-19/+9
* fs/exofs: typo fix of faild to failedJoe Perches2010-10-251-7/+7
* exofs: Set i_mapping->backing_dev_info anywayBoaz Harrosh2010-10-181-0/+2
* exofs: Cleaup read path in regard with read_for_writeBoaz Harrosh2010-10-181-20/+14
* exofs: Fix double page_unlock BUG in write_begin/endBoaz Harrosh2010-10-081-1/+7
* Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osdLinus Torvalds2010-08-111-7/+2
|\
| * exofs: Remove superfluous dependency on buffer_head and writebackBoaz Harrosh2010-08-041-7/+2