aboutsummaryrefslogtreecommitdiff
path: root/fs/exofs
AgeCommit message (Expand)Author
2012-08-03Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osdLinus Torvalds
2012-08-02ore: Fix out-of-bounds access in _ios_obj()Boaz Harrosh
2012-08-02exofs: Use proper max_IO calculations from oreBoaz Harrosh
2012-08-02exofs: Fix __r4w_get_page when offset is beyond i_sizeBoaz Harrosh
2012-08-02exofs: stop using s_dirtArtem Bityutskiy
2012-08-02exofs: readpage_strip: Add a BUG_ON to check for PageLocked(page)Kautuk Consul
2012-07-23Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2012-07-20ore: Unlock r4w pages in exact reverse order of lockingBoaz Harrosh
2012-07-20ore: Remove support of partial IO request (NFS crash)Boaz Harrosh
2012-07-20ore: Fix NFS crash by supporting any unaligned RAID IOBoaz Harrosh
2012-07-14don't pass nameidata to ->create()Al Viro
2012-07-14stop passing nameidata to ->lookup()Al Viro
2012-06-12exofs: fix sparse non-ANSI function warningRandy Dunlap
2012-05-28Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osdLinus Torvalds
2012-05-21exofs: Add SYSFS info for autologin/pNFS exportSachin Bhamare
2012-05-20exofs: Fix CRASH on very early IO errors.Boaz Harrosh
2012-05-06vfs: Rename end_writeback() to clear_inode()Jan Kara
2012-03-28Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osdLinus Torvalds
2012-03-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-03-20switch open-coded instances of d_make_root() to new helperAl Viro
2012-03-20vfs: check i_nlink limits in vfs_{mkdir,rename_dir,link}Al Viro
2012-03-20exofs: remove the second argument of k[un]map_atomic()Cong Wang
2012-03-19exofs: Cap on the memcpy() sizeDan Carpenter
2012-03-19exofs: (trivial) Fix typo in super.cMasanari Iida
2012-03-19exofs: fix endian conversion in exofs_sync_fs()Dan Carpenter
2012-01-09Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osdLinus Torvalds
2012-01-08exofs: oops after late failure in mountAl Viro
2012-01-08ore: Must support none-PAGE-aligned IOBoaz Harrosh
2012-01-06ore: fix BUG_ON, too few sgs when readingBoaz Harrosh
2012-01-06ore: Fix crash in case of an IO error.Boaz Harrosh
2012-01-06ore: FIX breakage when MISC_FILESYSTEMS is not setBoaz Harrosh
2012-01-03exofs: propagate umode_tAl Viro
2012-01-03switch ->mknod() to umode_tAl Viro
2012-01-03switch ->create() to umode_tAl Viro
2012-01-03switch vfs_mkdir() and ->mkdir() to umode_tAl Viro
2012-01-03vfs: fix the stupidity with i_dentry in inode destructorsAl Viro
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2011-11-04Merge branch 'nfs-for-3.2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2011-11-02pnfs-obj: move to ore 02: move to OREBoaz Harrosh
2011-11-02filesystems: add set_nlink()Miklos Szeredi
2011-10-31fs: add module.h to files that were implicitly using itPaul Gortmaker
2011-10-24ore: Enable RAID5 mountsBoaz Harrosh
2011-10-24exofs: Support for RAID5 read-4-write interface.Boaz Harrosh
2011-10-24ore: RAID5 WriteBoaz Harrosh
2011-10-24ore: RAID5 readBoaz Harrosh
2011-10-24ore: Make ore_calc_stripe_info EXPORT_SYMBOLBoaz Harrosh
2011-10-14ore/exofs: Change ore_check_io APIBoaz Harrosh
2011-10-14ore/exofs: Define new ore_verify_layoutBoaz Harrosh
2011-10-14ore: Support for partial component tableBoaz Harrosh
2011-10-14ore: Support for short read/writesBoaz Harrosh