summaryrefslogtreecommitdiffstats
path: root/fs/exofs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-121-4/+0
|\
| * exofs: drop lock/unlock superMarco Stornelli2012-10-091-4/+0
* | Merge branch 'for-3.7/core' of git://git.kernel.dk/linux-blockLinus Torvalds2012-10-111-3/+2
|\ \ | |/ |/|
| * block: Add bio_clone_bioset(), bio_clone_kmalloc()Kent Overstreet2012-09-091-3/+2
* | Merge branch 'linux-next' of git://git.open-osd.org/linux-open-osdLinus Torvalds2012-10-092-2/+7
|\ \
| * | ore: signedness bug in _sp2d_min_pg()Dan Carpenter2012-10-031-1/+1
| * | exofs: check for allocation failure in uri_store()Alexey Khoroshilov2012-08-121-1/+6
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-021-0/+5
|\ \ \
| * | | fs: push rcu_barrier() from deactivate_locked_super() to filesystemsKirill A. Shutemov2012-10-021-0/+5
| | |/ | |/|
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2012-10-021-4/+4
|\ \ \ | |/ / |/| |
| * | userns: Convert exofs to use kuid/kgid where appropriateEric W. Biederman2012-09-211-4/+4
| |/
* | Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osdLinus Torvalds2012-08-033-27/+25
|\ \ | |/ |/|
| * ore: Fix out-of-bounds access in _ios_obj()Boaz Harrosh2012-08-021-7/+7
| * exofs: Use proper max_IO calculations from oreBoaz Harrosh2012-08-021-6/+4
| * exofs: Fix __r4w_get_page when offset is beyond i_sizeBoaz Harrosh2012-08-021-3/+12
| * exofs: stop using s_dirtArtem Bityutskiy2012-08-021-11/+0
| * exofs: readpage_strip: Add a BUG_ON to check for PageLocked(page)Kautuk Consul2012-08-021-0/+2
* | Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2012-07-231-2/+2
|\ \ | |/ |/|
| * don't pass nameidata to ->create()Al Viro2012-07-141-1/+1
| * stop passing nameidata to ->lookup()Al Viro2012-07-141-1/+1
* | ore: Unlock r4w pages in exact reverse order of lockingBoaz Harrosh2012-07-201-12/+12
* | ore: Remove support of partial IO request (NFS crash)Boaz Harrosh2012-07-201-7/+1
* | ore: Fix NFS crash by supporting any unaligned RAID IOBoaz Harrosh2012-07-201-31/+36
|/
* exofs: fix sparse non-ANSI function warningRandy Dunlap2012-06-121-1/+1
* 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
|\ \