aboutsummaryrefslogtreecommitdiff
path: root/fs/exofs
AgeCommit message (Expand)AuthorFilesLines
2010-04-29exofs: Fix "add bdi backing to mount session" fall outGravatar Boaz Harrosh 1-1/+1
2010-04-22exofs: add bdi backing to mount sessionGravatar Jens Axboe 2-0/+10
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 3-0/+3
2010-03-05pass writeback_control to ->write_inodeGravatar Christoph Hellwig 2-3/+3
2010-02-28exofs: groups supportGravatar Boaz Harrosh 3-37/+141
2010-02-28exofs: Prepare for groupsGravatar Boaz Harrosh 1-60/+99
2010-02-28exofs: Error recovery if object is missing from storageGravatar Boaz Harrosh 1-1/+11
2010-02-28exofs: convert io_state to use pages array instead of bio at inputGravatar Boaz Harrosh 3-61/+71
2010-02-28exofs: RAID0 supportGravatar Boaz Harrosh 4-83/+333
2010-02-28exofs: Define on-disk per-inode optional layout attributeGravatar Boaz Harrosh 4-10/+114
2010-02-28exofs: unindent exofs_sbi_readGravatar Boaz Harrosh 1-49/+38
2010-02-28exofs: Move layout related members to a layout structureGravatar Boaz Harrosh 4-54/+71
2010-02-28exofs: Recover in the case of read-passed-end-of-fileGravatar Boaz Harrosh 1-6/+30
2010-02-28exofs: Micro-optimize exofs_i_infoGravatar Boaz Harrosh 1-2/+2
2010-02-28exofs: debug print even lessGravatar Boaz Harrosh 2-16/+45
2010-01-05exofs: simple_write_end does not mark_inode_dirtyGravatar Boaz Harrosh 1-1/+16
2010-01-05exofs: fix pnfs_osd re-definitions in pre-pnfs treesGravatar Boaz Harrosh 1-8/+2
2009-12-10exofs: Multi-device mirror supportGravatar Boaz Harrosh 6-28/+361
2009-12-10exofs: Move all operations to an io_engineGravatar Boaz Harrosh 5-350/+644
2009-12-10exofs: move osd.c to ios.cGravatar Boaz Harrosh 2-1/+1
2009-12-10exofs: statfs blocks is sectors not FS blocksGravatar Boaz Harrosh 1-4/+6
2009-12-10exofs: Prints on mount and unmoutGravatar Boaz Harrosh 1-0/+11
2009-12-10exofs: refactor exofs_i_info initialization into common helperGravatar Boaz Harrosh 1-2/+8
2009-12-10exofs: dbg-print lessGravatar Boaz Harrosh 1-5/+7
2009-12-10exofs: More sane debug printGravatar Boaz Harrosh 1-2/+1
2009-09-24exofs: remove BKL from super operationsGravatar Boaz Harrosh 1-6/+0
2009-07-12headers: smp_lock.h reduxGravatar Alexey Dobriyan 1-0/+1
2009-06-21exofs: Avoid using file_fsync()Gravatar Boaz Harrosh 3-6/+16
2009-06-21exofs: Remove IBM copyrightsGravatar Boaz Harrosh 9-27/+9
2009-06-21exofs: Fix bio leak in error handling path (sync read)Gravatar Boaz Harrosh 1-0/+3
2009-06-12[SCSI] Merge branch 'linus'Gravatar James Bottomley 2-5/+24
2009-06-11exofs: add ->sync_fsGravatar Christoph Hellwig 1-3/+13
2009-06-11->write_super lock_super pushdownGravatar Christoph Hellwig 1-0/+2
2009-06-11push BKL down into ->put_superGravatar Christoph Hellwig 1-0/+4
2009-06-11remove ->write_super call in generic_shutdown_superGravatar Christoph Hellwig 1-0/+3
2009-06-10[SCSI] libosd: Define an osd_dev wrapper to retrieve the request_queueGravatar Boaz Harrosh 1-2/+1
2009-06-10[SCSI] libosd: osd_req_{read,write} takes a length parameterGravatar Boaz Harrosh 1-2/+3
2009-06-10[SCSI] libosd: osd_req_{read,write}_kern new APIGravatar Boaz Harrosh 2-32/+0
2009-05-11block: add rq->resid_lenGravatar Tejun Heo 1-2/+2
2009-03-31exofs: DocumentationGravatar Boaz Harrosh 1-0/+3
2009-03-31exofs: export_operationsGravatar Boaz Harrosh 3-0/+69
2009-03-31exofs: super_operations and file_system_typeGravatar Boaz Harrosh 4-1/+720
2009-03-31exofs: dir_inode and directory operationsGravatar Boaz Harrosh 5-1/+1298
2009-03-31exofs: address_space_operationsGravatar Boaz Harrosh 2-0/+703
2009-03-31exofs: symlink_inode and fast_symlink_inode operationsGravatar Boaz Harrosh 3-1/+62
2009-03-31exofs: file and file_inode operationsGravatar Boaz Harrosh 4-1/+250
2009-03-31exofs: Kbuild, Headers and osd utilsGravatar Boaz Harrosh 5-0/+493