summaryrefslogtreecommitdiffstats
path: root/fs/exofs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osdLinus Torvalds2012-05-284-2/+230
|\
| * exofs: Add SYSFS info for autologin/pNFS exportSachin Bhamare2012-05-214-1/+229
| * exofs: Fix CRASH on very early IO errors.Boaz Harrosh2012-05-201-1/+1
* | vfs: Rename end_writeback() to clear_inode()Jan Kara2012-05-061-2/+2
|/
* Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osdLinus Torvalds2012-03-281-3/+4
|\
| * exofs: Cap on the memcpy() sizeDan Carpenter2012-03-191-1/+2
| * exofs: (trivial) Fix typo in super.cMasanari Iida2012-03-191-1/+1
| * exofs: fix endian conversion in exofs_sync_fs()Dan Carpenter2012-03-191-1/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-03-212-14/+3
|\ \
| * | switch open-coded instances of d_make_root() to new helperAl Viro2012-03-201-2/+1
| * | vfs: check i_nlink limits in vfs_{mkdir,rename_dir,link}Al Viro2012-03-202-12/+2
| |/
* / exofs: remove the second argument of k[un]map_atomic()Cong Wang2012-03-201-2/+2
|/
* Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osdLinus Torvalds2012-01-094-28/+81
|\
| * ore: Must support none-PAGE-aligned IOBoaz Harrosh2012-01-081-12/+60
| * ore: fix BUG_ON, too few sgs when readingBoaz Harrosh2012-01-062-2/+6
| * ore: Fix crash in case of an IO error.Boaz Harrosh2012-01-061-3/+3
| * ore: FIX breakage when MISC_FILESYSTEMS is not setBoaz Harrosh2012-01-062-11/+12
* | exofs: oops after late failure in mountAl Viro2012-01-081-0/+2
* | exofs: propagate umode_tAl Viro2012-01-033-3/+3
* | switch ->mknod() to umode_tAl Viro2012-01-031-1/+1
* | switch ->create() to umode_tAl Viro2012-01-031-1/+1
* | switch vfs_mkdir() and ->mkdir() to umode_tAl Viro2012-01-031-1/+1
* | vfs: fix the stupidity with i_dentry in inode destructorsAl Viro2012-01-031-1/+0
|/
* Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-062-0/+2
|\
| * fs: add module.h to files that were implicitly using itPaul Gortmaker2011-10-312-0/+2
* | Merge branch 'nfs-for-3.2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2011-11-041-1/+1
|\ \
| * | 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