aboutsummaryrefslogtreecommitdiff
path: root/fs/exofs/inode.c
AgeCommit message (Expand)AuthorFilesLines
2016-12-10exofs: don't mess with simple_write_{begin,end}Gravatar Al Viro 1-38/+30
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 1-2/+2
2016-09-27fs: Replace CURRENT_TIME with current_time() for inode timestampsGravatar Deepa Dinamani 1-2/+2
2016-09-22fs: Give dentry to inode_change_ok() instead of inodeGravatar Jan Kara 1-1/+1
2016-05-01direct-io: eliminate the offset argument to ->direct_IOGravatar Christoph Hellwig 1-2/+1
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosGravatar Kirill A. Shutemov 1-17/+17
2016-01-11Merge branch 'work.symlinks' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-0/+1
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 1-0/+1
2015-05-10exofs: switch to {simple,page}_symlink_inode_operationsGravatar Al Viro 1-4/+5
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsGravatar David Howells 1-1/+1
2015-04-11direct_IO: remove rw from a_ops->direct_IO()Gravatar Omar Sandoval 1-2/+2
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
2014-10-19Boaz Harrosh - Fix broken email addressGravatar Boaz Harrosh 1-1/+1
2014-05-06pass iov_iter to ->direct_IO()Gravatar Al Viro 1-1/+1
2014-04-03mm + fs: store shadow entries in page cacheGravatar Johannes Weiner 1-1/+1
2014-01-23exofs: Print less in r4wGravatar Boaz Harrosh 1-9/+9
2014-01-23exofs: Allow corrupted directory entry to be empty fileGravatar Boaz Harrosh 1-2/+1
2014-01-23exofs: Allow O_DIRECT openGravatar Boaz Harrosh 1-1/+9
2013-09-12truncate: drop 'oldsize' truncate_pagecache() parameterGravatar Kirill A. Shutemov 1-1/+1
2013-05-21mm: change invalidatepage prototype to accept lengthGravatar Lukas Czerner 1-2/+4
2012-12-14exofs: don't leak io_state and pages on read errorGravatar Boaz Harrosh 1-5/+5
2012-12-11exofs: clean up the correct page collection on write errorGravatar Idan Kedar 1-2/+4
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Gravatar Linus Torvalds 1-4/+4
2012-09-21userns: Convert exofs to use kuid/kgid where appropriateGravatar Eric W. Biederman 1-4/+4
2012-08-02exofs: Use proper max_IO calculations from oreGravatar Boaz Harrosh 1-6/+4
2012-08-02exofs: Fix __r4w_get_page when offset is beyond i_sizeGravatar Boaz Harrosh 1-3/+12
2012-08-02exofs: readpage_strip: Add a BUG_ON to check for PageLocked(page)Gravatar Kautuk Consul 1-0/+2
2012-05-06vfs: Rename end_writeback() to clear_inode()Gravatar Jan Kara 1-2/+2
2012-01-03exofs: propagate umode_tGravatar Al Viro 1-1/+1
2011-11-02filesystems: add set_nlink()Gravatar Miklos Szeredi 1-1/+1
2011-10-24exofs: Support for RAID5 read-4-write interface.Gravatar Boaz Harrosh 1-2/+59
2011-10-14ore/exofs: Change ore_check_io APIGravatar Boaz Harrosh 1-10/+4
2011-10-14ore/exofs: Define new ore_verify_layoutGravatar Boaz Harrosh 1-7/+2
2011-10-14exofs: Support for short read/writesGravatar Boaz Harrosh 1-9/+26
2011-10-14ore: Only IO one group at a time (API change)Gravatar Boaz Harrosh 1-15/+85
2011-10-03exofs: Rename struct ore_components comps => ocGravatar Boaz Harrosh 1-11/+11
2011-08-06exofs: Rename raid engine from exofs/ios.c => oreGravatar Boaz Harrosh 1-44/+44
2011-08-06exofs: ios: Move to a per inode components & device-tableGravatar Boaz Harrosh 1-32/+27
2011-08-06exofs: Move exofs specific osd operations out of ios.cGravatar Boaz Harrosh 1-3/+0
2011-08-06exofs: Add offset/length to exofs_get_io_stateGravatar Boaz Harrosh 1-13/+21
2011-03-24Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockGravatar Linus Torvalds 1-1/+0
2011-03-15exofs: Write sbi->s_nextid as part of the Create commandGravatar Boaz Harrosh 1-1/+3
2011-03-15exofs: Override read-ahead to align on stripe_sizeGravatar bharrosh@panasas.com 1-4/+15
2011-03-15exofs: simple fsync race fixGravatar Nick Piggin 1-1/+2
2011-03-15exofs: Optimize read_4_writeGravatar Boaz Harrosh 1-3/+22
2011-03-10block: remove per-queue pluggingGravatar Jens Axboe 1-1/+0
2011-02-02Revert "exofs: Set i_mapping->backing_dev_info anyway"Gravatar Boaz Harrosh 1-2/+0