aboutsummaryrefslogtreecommitdiffstats
path: root/fs/exofs/inode.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-05pass writeback_control to ->write_inodeChristoph Hellwig1-2/+2
2010-02-28exofs: Error recovery if object is missing from storageBoaz Harrosh1-1/+11
2010-02-28exofs: convert io_state to use pages array instead of bio at inputBoaz Harrosh1-40/+41
2010-02-28exofs: RAID0 supportBoaz Harrosh1-22/+4
2010-02-28exofs: Define on-disk per-inode optional layout attributeBoaz Harrosh1-5/+51
2010-02-28exofs: Move layout related members to a layout structureBoaz Harrosh1-7/+7
2010-02-28exofs: debug print even lessBoaz Harrosh1-10/+13
2010-01-05exofs: simple_write_end does not mark_inode_dirtyBoaz Harrosh1-1/+16
2009-12-10exofs: Multi-device mirror supportBoaz Harrosh1-1/+4
2009-12-10exofs: Move all operations to an io_engineBoaz Harrosh1-199/+184
2009-12-10exofs: refactor exofs_i_info initialization into common helperBoaz Harrosh1-2/+8
2009-12-10exofs: dbg-print lessBoaz Harrosh1-5/+7
2009-12-10exofs: More sane debug printBoaz Harrosh1-2/+1
2009-06-21exofs: Remove IBM copyrightsBoaz Harrosh1-3/+1
2009-06-21exofs: Fix bio leak in error handling path (sync read)Boaz Harrosh1-0/+3
2009-06-10[SCSI] libosd: Define an osd_dev wrapper to retrieve the request_queueBoaz Harrosh1-2/+1
2009-06-10[SCSI] libosd: osd_req_{read,write} takes a length parameterBoaz Harrosh1-2/+3
2009-03-31exofs: super_operations and file_system_typeBoaz Harrosh1-0/+186
2009-03-31exofs: dir_inode and directory operationsBoaz Harrosh1-0/+272
2009-03-31exofs: address_space_operationsBoaz Harrosh1-0/+697
2009-03-31exofs: file and file_inode operationsBoaz Harrosh1-0/+148