summaryrefslogtreecommitdiffstats
path: root/fs/exofs
Commit message (Expand)AuthorAgeFilesLines
...
| * | pnfs-obj: move to ore 02: move to OREBoaz Harrosh2011-11-021-1/+1
| |/
* / filesystems: add set_nlink()Miklos Szeredi2011-11-021-1/+1
|/
* ore: Enable RAID5 mountsBoaz Harrosh2011-10-241-3/+11
* exofs: Support for RAID5 read-4-write interface.Boaz Harrosh2011-10-241-2/+59
* ore: RAID5 WriteBoaz Harrosh2011-10-244-16/+578
* ore: RAID5 readBoaz Harrosh2011-10-244-78/+455
* ore: Make ore_calc_stripe_info EXPORT_SYMBOLBoaz Harrosh2011-10-241-5/+3
* ore/exofs: Change ore_check_io APIBoaz Harrosh2011-10-142-23/+20
* ore/exofs: Define new ore_verify_layoutBoaz Harrosh2011-10-143-53/+72
* ore: Support for partial component tableBoaz Harrosh2011-10-142-0/+5
* ore: Support for short read/writesBoaz Harrosh2011-10-141-7/+23
* exofs: Support for short read/writesBoaz Harrosh2011-10-141-9/+26
* ore: Remove check for ios->kern_buff in _prepare_for_striping to laterBoaz Harrosh2011-10-141-23/+13
* ore: cleanup: Embed an ore_striping_info inside ore_io_stateBoaz Harrosh2011-10-141-37/+24
* ore: Only IO one group at a time (API change)Boaz Harrosh2011-10-142-51/+154
* ore/exofs: Change the type of the devices array (API change)Boaz Harrosh2011-10-043-42/+69
* ore: Make ore_striping_info and ore_calc_stripe_info publicBoaz Harrosh2011-10-031-16/+8
* exofs: Remove unused data_map member from exofs_sb_infoBoaz Harrosh2011-10-032-38/+22
* exofs: Rename struct ore_components comps => ocBoaz Harrosh2011-10-034-63/+63
* exofs/super.c: local functions should be staticH Hartley Sweeten2011-10-031-3/+3
* exofs/ore.c: local functions should be staticH Hartley Sweeten2011-10-031-2/+2
* Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osdLinus Torvalds2011-08-067-499/+487
|\
| * ore: Make ore its own moduleBoaz Harrosh2011-08-063-1/+23
| * exofs: Rename raid engine from exofs/ios.c => oreBoaz Harrosh2011-08-065-255/+170
| * exofs: ios: Move to a per inode components & device-tableBoaz Harrosh2011-08-064-183/+218
| * exofs: Move exofs specific osd operations out of ios.cBoaz Harrosh2011-08-064-73/+79
| * exofs: Add offset/length to exofs_get_io_stateBoaz Harrosh2011-08-063-16/+38
| * exofs: Fix truncate for the raid-groups caseBoaz Harrosh2011-08-041-20/+53
| * exofs: Small cleanup of exofs_fill_superBoaz Harrosh2011-08-041-4/+2
| * exofs: BUG: Avoid sbi reallocBoaz Harrosh2011-08-042-24/+30
| * exofs: Remove pnfs-osd private definitionsBoaz Harrosh2011-08-042-50/+1
* | fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik2011-07-201-1/+9
* | make d_splice_alias(ERR_PTR(err), dentry) = ERR_PTR(err)Al Viro2011-07-201-6/+1
|/
* fix exofs ->get_parent()Al Viro2011-07-171-1/+1
* Fix common misspellingsLucas De Marchi2011-03-311-2/+2
* 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: deprecate the commands pending counterBoaz Harrosh2011-03-151-0/+4
* | exofs: Write sbi->s_nextid as part of the Create commandBoaz Harrosh2011-03-155-31/+141
* | exofs: Add option to mount by osdnameBoaz Harrosh2011-03-151-4/+27
* | exofs: Override read-ahead to align on stripe_sizebharrosh@panasas.com2011-03-153-4/+35
* | exofs: simple fsync race fixNick Piggin2011-03-152-6/+2
* | exofs: Optimize read_4_writeBoaz Harrosh2011-03-151-3/+22
* | exofs: Trivial: fix some indentation and debug printsBoaz Harrosh2011-03-151-15/+18
* | exofs: Remove redundant unlikely()Tobias Klauser2011-03-151-1/+1
* | exofs: i_nlink races in rename()Al Viro2011-03-031-6/+2
|/
* Revert "exofs: Set i_mapping->backing_dev_info anyway"Boaz Harrosh2011-02-021-2/+0
* fs: icache RCU free inodesNick Piggin2011-01-071-1/+8
* convert get_sb_nodev() usersAl Viro2010-10-291-5/+5
* new helper: ihold()Al Viro2010-10-251-1/+1