summaryrefslogtreecommitdiffstats
path: root/fs/ocfs2
Commit message (Expand)AuthorAgeFilesLines
* ocfs: simplify symlink handlingAl Viro2012-05-294-104/+31
* ocfs2: kill endianness abuses in blockcheck.cAl Viro2012-05-291-20/+22
* ocfs2: deal with __user misannotationsAl Viro2012-05-292-21/+16
* ocfs2: trivial endianness misannotationsAl Viro2012-05-293-5/+5
* ->encode_fh() API changeAl Viro2012-05-291-12/+7
* 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-233-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/+0
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-03-212-38/+27
|\
| * ocfs2: fix leaks on failure exits in module_initAl Viro2012-03-201-19/+21
| * switch open-coded instances of d_make_root() to new helperAl Viro2012-03-202-14/+3
| * ... and the same failure exits cleanup for ocfs2Al Viro2012-03-201-6/+4
* | 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-131-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-061-5/+4
* | | ocfs2: propagate umode_tAl Viro2012-01-034-5/+5
* | | dlmfs: use inode_init_owner()Al Viro2012-01-031-13/+2
* | | switch debugfs to umode_tAl Viro2012-01-031-1/+1
* | | switch ->mknod() to umode_tAl Viro2012-01-031-1/+1
* | | switch ->create() to umode_tAl Viro2012-01-032-2/+2
* | | switch vfs_mkdir() and ->mkdir() to umode_tAl Viro2012-01-032-2/+2
* | | vfs: fix the stupidity with i_dentry in inode destructorsAl Viro2012-01-032-2/+0
* | | vfs: mnt_drop_write_file()Al Viro2012-01-032-2/+2
* | | switch a bunch of places to mnt_want_write_file()Al Viro2012-01-032-2/+2
* | | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2011-12-0131-536/+995
|\ \ \ | |/ / |/| |
| * | ocfs2: avoid unaligned access to dqc_bitmapAkinobu Mita2011-12-012-5/+52
| * | ocfs2: Use filemap_write_and_wait() instead of write_inode_now()Jan Kara2011-11-171-1/+1
| * | ocfs2: honor O_(D)SYNC flag in fallocateMark Fasheh2011-11-171-0/+3
| * | ocfs2: Add a missing journal credit in ocfs2_link_credits() -v2Xiaowei.Hu2011-11-171-2/+3
| * | ocfs2: send correct UUID to cleancache initializationDan Magenheimer2011-11-171-1/+1
| * | ocfs2: Commit transactions in error cases -v2Wengang Wang2011-11-173-6/+9
| * | ocfs2: make direntry invalid when deleting itWengang Wang2011-11-171-2/+1
| * | fs/ocfs2/dlm/dlmlock.c: free kmem_cache_zalloc'd data using kmem_cache_freeJulia Lawall2011-11-171-1/+1
| * | Merge branch 'mw-3.1-jul25' of git://oss.oracle.com/git/smushran/linux-2.6 in...Joel Becker2011-08-2125-567/+865
| |\ \
| | * | ocfs2: Implement llseek()Sunil Mushran2011-07-253-2/+151
| | * | ocfs2: Fix ocfs2_page_mkwrite()Wengang Wang2011-07-242-37/+67
| | * | ocfs2: Add comment about orphan scanningSunil Mushran2011-07-241-0/+14
| | * | ocfs2: Clean up messages in the fsSunil Mushran2011-07-244-14/+22
| | * | ocfs2/cluster: Cluster up now includes network connections tooSunil Mushran2011-07-242-13/+61
| | * | ocfs2/cluster: Add new function o2net_fill_node_map()Sunil Mushran2011-07-243-33/+90