summaryrefslogtreecommitdiffstats
path: root/fs/ocfs2
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-08-015-15/+30
|\
| * ocfs2: Convert to new freezing mechanismJan Kara2012-07-314-5/+29
| * pull mnt_want_write()/mnt_drop_write() into kern_path_create()/done_path_crea...Al Viro2012-07-291-7/+0Star
| * new helper: done_path_create()Al Viro2012-07-291-3/+1Star
* | ocfs2: use memweight()Akinobu Mita2012-07-311-6/+2Star
|/
* don't pass nameidata to ->create()Al Viro2012-07-142-2/+2
* stop passing nameidata to ->lookup()Al Viro2012-07-141-1/+1
* stop passing nameidata * to ->d_revalidate()Al Viro2012-07-141-3/+2Star
* vfs: switch i_dentry/d_alias to hlistAl Viro2012-07-141-1/+2
* ocfs2: use list_for_each_entry in ocfs2_find_local_alias()Al Viro2012-07-141-11/+5Star
* ocfs2: fix NULL pointer dereference in __ocfs2_change_file_space()Luis Henriques2012-07-121-1/+1
* ocfs2: Fix bogus error message from ocfs2_global_read_infoJan Kara2012-07-041-2/+0Star
* ocfs2: for SEEK_DATA/SEEK_HOLE, return internal error unchanged if ocfs2_get_...Jeff Liu2012-07-041-2/+0Star
* ocfs2: use spinlock irqsave for downconvert lock.patchSrinivas Eeda2012-07-041-12/+19
* ocfs2: Misplaced parens in unlikleyroel2012-07-041-1/+1
* ocfs2: clear unaligned io flag when dio failsJunxiao Bi2012-07-041-1/+3
* ocfs: simplify symlink handlingAl Viro2012-05-304-104/+31Star
* ocfs2: kill endianness abuses in blockcheck.cAl Viro2012-05-301-20/+22
* ocfs2: deal with __user misannotationsAl Viro2012-05-302-21/+16Star
* ocfs2: trivial endianness misannotationsAl Viro2012-05-303-5/+5
* ->encode_fh() API changeAl Viro2012-05-301-12/+7Star
* Merge tag 'writeback' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linuxLinus Torvalds2012-05-282-2/+2
|\
| * vfs: Rename end_writeback() to clear_inode()Jan Kara2012-05-062-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-04-243-9/+9
|\ \
| * | ocfs2: ->e_leaf_clusters endianness breakageAl Viro2012-04-131-2/+2
| * | ocfs2: ->rl_count endianness breakageAl Viro2012-04-131-1/+1
| * | ocfs: ->rl_used breakage on big-endianAl Viro2012-04-131-4/+4
| * | ocfs2: ->l_next_free_req breakage on big-endianAl Viro2012-04-132-3/+3
| |/
* / sock: Introduce named constants for sk_reusePavel Emelyanov2012-04-211-1/+1
|/
* get rid of pointless includes of ext2_fs.hAl Viro2012-03-311-2/+0Star
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-03-212-38/+27Star
|\
| * ocfs2: fix leaks on failure exits in module_initAl Viro2012-03-211-19/+21
| * switch open-coded instances of d_make_root() to new helperAl Viro2012-03-212-14/+3Star
| * ... and the same failure exits cleanup for ocfs2Al Viro2012-03-211-6/+4Star
* | ocfs2: remove the second argument of k[un]map_atomic()Cong Wang2012-03-201-8/+8
|/
* ocfs2: deal with wraparounds of i_nlink in ocfs2_rename()Al Viro2012-02-141-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tei...Linus Torvalds2012-01-101-2/+2
|\
| * dlm: add recovery callbacksDavid Teigland2012-01-041-2/+2
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-01-081-1/+1
|\ \
| * | treewide: Fix typos in various parts of the kernel, and fix some comments.Justin P. Mattock2011-12-021-1/+1
* | | vfs: switch ->show_options() to struct dentry *Al Viro2012-01-071-5/+4Star
* | | ocfs2: propagate umode_tAl Viro2012-01-044-5/+5
* | | dlmfs: use inode_init_owner()Al Viro2012-01-041-13/+2Star
* | | switch debugfs to umode_tAl Viro2012-01-041-1/+1
* | | switch ->mknod() to umode_tAl Viro2012-01-041-1/+1
* | | switch ->create() to umode_tAl Viro2012-01-042-2/+2
* | | switch vfs_mkdir() and ->mkdir() to umode_tAl Viro2012-01-042-2/+2
* | | vfs: fix the stupidity with i_dentry in inode destructorsAl Viro2012-01-042-2/+0Star
* | | vfs: mnt_drop_write_file()Al Viro2012-01-042-2/+2
* | | switch a bunch of places to mnt_want_write_file()Al Viro2012-01-042-2/+2