aboutsummaryrefslogtreecommitdiffstats
path: root/fs/exofs
AgeCommit message (Expand)AuthorFilesLines
2012-03-28Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osdLinus Torvalds1-3/+4
2012-03-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-14/+3
2012-03-20switch open-coded instances of d_make_root() to new helperAl Viro1-2/+1
2012-03-20vfs: check i_nlink limits in vfs_{mkdir,rename_dir,link}Al Viro2-12/+2
2012-03-20exofs: remove the second argument of k[un]map_atomic()Cong Wang1-2/+2
2012-03-19exofs: Cap on the memcpy() sizeDan Carpenter1-1/+2
2012-03-19exofs: (trivial) Fix typo in super.cMasanari Iida1-1/+1
2012-03-19exofs: fix endian conversion in exofs_sync_fs()Dan Carpenter1-1/+1
2012-01-09Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osdLinus Torvalds4-28/+81
2012-01-08exofs: oops after late failure in mountAl Viro1-0/+2
2012-01-08ore: Must support none-PAGE-aligned IOBoaz Harrosh1-12/+60
2012-01-06ore: fix BUG_ON, too few sgs when readingBoaz Harrosh2-2/+6
2012-01-06ore: Fix crash in case of an IO error.Boaz Harrosh1-3/+3
2012-01-06ore: FIX breakage when MISC_FILESYSTEMS is not setBoaz Harrosh2-11/+12
2012-01-03exofs: propagate umode_tAl Viro3-3/+3
2012-01-03switch ->mknod() to umode_tAl Viro1-1/+1
2012-01-03switch ->create() to umode_tAl Viro1-1/+1
2012-01-03switch vfs_mkdir() and ->mkdir() to umode_tAl Viro1-1/+1
2012-01-03vfs: fix the stupidity with i_dentry in inode destructorsAl Viro1-1/+0
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-0/+2
2011-11-04Merge branch 'nfs-for-3.2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-1/+1
2011-11-02pnfs-obj: move to ore 02: move to OREBoaz Harrosh1-1/+1
2011-11-02filesystems: add set_nlink()Miklos Szeredi1-1/+1
2011-10-31fs: add module.h to files that were implicitly using itPaul Gortmaker2-0/+2
2011-10-24ore: Enable RAID5 mountsBoaz Harrosh1-3/+11
2011-10-24exofs: Support for RAID5 read-4-write interface.Boaz Harrosh1-2/+59
2011-10-24ore: RAID5 WriteBoaz Harrosh4-16/+578
2011-10-24ore: RAID5 readBoaz Harrosh4-78/+455
2011-10-24ore: Make ore_calc_stripe_info EXPORT_SYMBOLBoaz Harrosh1-5/+3
2011-10-14ore/exofs: Change ore_check_io APIBoaz Harrosh2-23/+20
2011-10-14ore/exofs: Define new ore_verify_layoutBoaz Harrosh3-53/+72
2011-10-14ore: Support for partial component tableBoaz Harrosh2-0/+5
2011-10-14ore: Support for short read/writesBoaz Harrosh1-7/+23
2011-10-14exofs: Support for short read/writesBoaz Harrosh1-9/+26
2011-10-14ore: Remove check for ios->kern_buff in _prepare_for_striping to laterBoaz Harrosh1-23/+13
2011-10-14ore: cleanup: Embed an ore_striping_info inside ore_io_stateBoaz Harrosh1-37/+24
2011-10-14ore: Only IO one group at a time (API change)Boaz Harrosh2-51/+154
2011-10-04ore/exofs: Change the type of the devices array (API change)Boaz Harrosh3-42/+69
2011-10-03ore: Make ore_striping_info and ore_calc_stripe_info publicBoaz Harrosh1-16/+8
2011-10-03exofs: Remove unused data_map member from exofs_sb_infoBoaz Harrosh2-38/+22
2011-10-03exofs: Rename struct ore_components comps => ocBoaz Harrosh4-63/+63
2011-10-03exofs/super.c: local functions should be staticH Hartley Sweeten1-3/+3
2011-10-03exofs/ore.c: local functions should be staticH Hartley Sweeten1-2/+2
2011-08-06Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osdLinus Torvalds7-499/+487
2011-08-06ore: Make ore its own moduleBoaz Harrosh3-1/+23
2011-08-06exofs: Rename raid engine from exofs/ios.c => oreBoaz Harrosh5-255/+170
2011-08-06exofs: ios: Move to a per inode components & device-tableBoaz Harrosh4-183/+218
2011-08-06exofs: Move exofs specific osd operations out of ios.cBoaz Harrosh4-73/+79
2011-08-06exofs: Add offset/length to exofs_get_io_stateBoaz Harrosh3-16/+38
2011-08-04exofs: Fix truncate for the raid-groups caseBoaz Harrosh1-20/+53
2011-08-04exofs: Small cleanup of exofs_fill_superBoaz Harrosh1-4/+2
2011-08-04exofs: BUG: Avoid sbi reallocBoaz Harrosh2-24/+30
2011-08-04exofs: Remove pnfs-osd private definitionsBoaz Harrosh2-50/+1
2011-07-20fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik1-1/+9
2011-07-20make d_splice_alias(ERR_PTR(err), dentry) = ERR_PTR(err)Al Viro1-6/+1
2011-07-17fix exofs ->get_parent()Al Viro1-1/+1
2011-03-31Fix common misspellingsLucas De Marchi1-2/+2
2011-03-24Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-1/+0
2011-03-15exofs: deprecate the commands pending counterBoaz Harrosh1-0/+4
2011-03-15exofs: Write sbi->s_nextid as part of the Create commandBoaz Harrosh5-31/+141
2011-03-15exofs: Add option to mount by osdnameBoaz Harrosh1-4/+27
2011-03-15exofs: Override read-ahead to align on stripe_sizebharrosh@panasas.com3-4/+35
2011-03-15exofs: simple fsync race fixNick Piggin2-6/+2
2011-03-15exofs: Optimize read_4_writeBoaz Harrosh1-3/+22
2011-03-15exofs: Trivial: fix some indentation and debug printsBoaz Harrosh1-15/+18
2011-03-15exofs: Remove redundant unlikely()Tobias Klauser1-1/+1
2011-03-10block: remove per-queue pluggingJens Axboe1-1/+0
2011-03-03exofs: i_nlink races in rename()Al Viro1-6/+2
2011-02-02Revert "exofs: Set i_mapping->backing_dev_info anyway"Boaz Harrosh1-2/+0
2011-01-07fs: icache RCU free inodesNick Piggin1-1/+8
2010-10-29convert get_sb_nodev() usersAl Viro1-5/+5
2010-10-25new helper: ihold()Al Viro1-1/+1
2010-10-25fs: add sync_inode_metadataChristoph Hellwig1-5/+1
2010-10-25exofs: Remove inode->i_count manipulation in exofs_new_inodeBoaz Harrosh1-19/+9
2010-10-25fs/exofs: typo fix of faild to failedJoe Perches3-14/+14
2010-10-18exofs: Set i_mapping->backing_dev_info anywayBoaz Harrosh1-0/+2
2010-10-18exofs: Cleaup read path in regard with read_for_writeBoaz Harrosh1-20/+14
2010-10-08exofs: Fix double page_unlock BUG in write_begin/endBoaz Harrosh1-1/+7
2010-08-11Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osdLinus Torvalds4-52/+31
2010-08-10Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-1/+1
2010-08-09convert exofs to ->evict_inode()Al Viro3-6/+6
2010-08-09exofs: New truncate sequenceBoaz Harrosh3-75/+42
2010-08-09remove inode_setattrChristoph Hellwig1-2/+12
2010-08-07block: unify flags for struct bio and struct requestChristoph Hellwig1-1/+1
2010-08-04exofs: Fix groups code when num_devices is not divisible by group_widthBoaz Harrosh1-17/+5
2010-08-04exofs: Remove useless optimizationBoaz Harrosh1-15/+7
2010-08-04exofs: exofs_file_fsync and exofs_file_flush correctnessBoaz Harrosh1-12/+17
2010-08-04exofs: Remove superfluous dependency on buffer_head and writebackBoaz Harrosh2-8/+2
2010-05-27drop unused dentry argument to ->fsyncChristoph Hellwig1-4/+3
2010-05-24Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osdLinus Torvalds2-1/+31
2010-05-21exofs: replace inode uid,gid,mode initialization with helper functionDmitry Monakhov1-10/+1
2010-05-17exofs: confusion between kmap() and kmap_atomic() apiDan Carpenter1-1/+1
2010-05-17exofs: Add default address_space_operationsBoaz Harrosh1-0/+30
2010-04-29exofs: Fix "add bdi backing to mount session" fall outBoaz Harrosh1-1/+1
2010-04-22exofs: add bdi backing to mount sessionJens Axboe2-0/+10
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo3-0/+3
2010-03-05pass writeback_control to ->write_inodeChristoph Hellwig2-3/+3
2010-02-28exofs: groups supportBoaz Harrosh3-37/+141
2010-02-28exofs: Prepare for groupsBoaz Harrosh1-60/+99
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 Harrosh3-61/+71
2010-02-28exofs: RAID0 supportBoaz Harrosh4-83/+333
2010-02-28exofs: Define on-disk per-inode optional layout attributeBoaz Harrosh4-10/+114
2010-02-28exofs: unindent exofs_sbi_readBoaz Harrosh1-49/+38
2010-02-28exofs: Move layout related members to a layout structureBoaz Harrosh4-54/+71
2010-02-28exofs: Recover in the case of read-passed-end-of-fileBoaz Harrosh1-6/+30
2010-02-28exofs: Micro-optimize exofs_i_infoBoaz Harrosh1-2/+2
2010-02-28exofs: debug print even lessBoaz Harrosh2-16/+45
2010-01-05exofs: simple_write_end does not mark_inode_dirtyBoaz Harrosh1-1/+16
2010-01-05exofs: fix pnfs_osd re-definitions in pre-pnfs treesBoaz Harrosh1-8/+2
2009-12-10exofs: Multi-device mirror supportBoaz Harrosh6-28/+361
2009-12-10exofs: Move all operations to an io_engineBoaz Harrosh5-350/+644
2009-12-10exofs: move osd.c to ios.cBoaz Harrosh2-1/+1
2009-12-10exofs: statfs blocks is sectors not FS blocksBoaz Harrosh1-4/+6
2009-12-10exofs: Prints on mount and unmoutBoaz Harrosh1-0/+11
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-09-24exofs: remove BKL from super operationsBoaz Harrosh1-6/+0
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan1-0/+1
2009-06-21exofs: Avoid using file_fsync()Boaz Harrosh3-6/+16
2009-06-21exofs: Remove IBM copyrightsBoaz Harrosh9-27/+9
2009-06-21exofs: Fix bio leak in error handling path (sync read)Boaz Harrosh1-0/+3
2009-06-12[SCSI] Merge branch 'linus'James Bottomley2-5/+24
2009-06-11exofs: add ->sync_fsChristoph Hellwig1-3/+13
2009-06-11->write_super lock_super pushdownChristoph Hellwig1-0/+2
2009-06-11push BKL down into ->put_superChristoph Hellwig1-0/+4
2009-06-11remove ->write_super call in generic_shutdown_superChristoph Hellwig1-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-06-10[SCSI] libosd: osd_req_{read,write}_kern new APIBoaz Harrosh2-32/+0
2009-05-11block: add rq->resid_lenTejun Heo1-2/+2
2009-03-31exofs: DocumentationBoaz Harrosh1-0/+3
2009-03-31exofs: export_operationsBoaz Harrosh3-0/+69
2009-03-31exofs: super_operations and file_system_typeBoaz Harrosh4-1/+720
2009-03-31exofs: dir_inode and directory operationsBoaz Harrosh5-1/+1298
2009-03-31exofs: address_space_operationsBoaz Harrosh2-0/+703
2009-03-31exofs: symlink_inode and fast_symlink_inode operationsBoaz Harrosh3-1/+62
2009-03-31exofs: file and file_inode operationsBoaz Harrosh4-1/+250
2009-03-31exofs: Kbuild, Headers and osd utilsBoaz Harrosh5-0/+493