aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ocfs2 (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-08-09Merge branch 'next-evm' of git://git.kernel.org/pub/scm/linux/kernel/git/zohar/ima-2.6 into nextJames Morris1-14/+24
2011-08-01switch posix_acl_equiv_mode() to umode_t *Al Viro1-1/+1
2011-08-01switch posix_acl_create() to umode_t *Al Viro1-1/+1
2011-07-28ocfs2: Avoid livelock in ocfs2_readpage()Jan Kara1-0/+8
2011-07-28ocfs2: serialize unaligned aioMark Fasheh5-2/+73
2011-07-25ocfs2: Implement llseek()Sunil Mushran3-2/+151
2011-07-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+0
2011-07-25fs: take the ACL checks to common codeChristoph Hellwig4-22/+10
2011-07-25kill boilerplates around posix_acl_create_masq()Al Viro1-22/+14
2011-07-25kill boilerplate around posix_acl_chmod_masq()Al Viro1-9/+6
2011-07-25vfs: move ACL cache lookup into generic codeLinus Torvalds1-3/+0
2011-07-24ocfs2: Fix ocfs2_page_mkwrite()Wengang Wang2-37/+67
2011-07-24ocfs2: Add comment about orphan scanningSunil Mushran1-0/+14
2011-07-24ocfs2: Clean up messages in the fsSunil Mushran4-14/+22
2011-07-24ocfs2/cluster: Cluster up now includes network connections tooSunil Mushran2-13/+61
2011-07-24ocfs2/cluster: Add new function o2net_fill_node_map()Sunil Mushran3-33/+90
2011-07-24ocfs2/cluster: Fix output in file elapsed_time_in_msSunil Mushran1-3/+6
2011-07-24ocfs2/dlm: dlmlock_remote() needs to account for remasterySunil Mushran1-10/+8
2011-07-24ocfs2/dlm: Take inflight reference count for remotely mastered resources tooSunil Mushran3-39/+32
2011-07-24ocfs2/dlm: Cleanup dlm_wait_for_node_death() and dlm_wait_for_node_recovery()Sunil Mushran2-26/+24
2011-07-24ocfs2/dlm: Trace insert/remove of resource to/from hashSunil Mushran3-11/+15
2011-07-24ocfs2/dlm: Clean up refmap helpersSunil Mushran3-79/+66
2011-07-24ocfs2/dlm: Cleanup up dlm_finish_local_lockres_recovery()Sunil Mushran1-32/+25
2011-07-24ocfs2: Clean up messages in stack_o2cb.cSunil Mushran1-2/+2
2011-07-24ocfs2/dlm: Clean up messages in o2dlmSunil Mushran5-70/+71
2011-07-24ocfs2/cluster: Clean up messages in o2netSunil Mushran1-66/+53
2011-07-24ocfs2/cluster: Abort heartbeat start on hard-ro devicesSunil Mushran1-69/+116
2011-07-24ocfs2_init_acl(): fix a leakAl Viro1-0/+1
2011-07-20fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik1-1/+13
2011-07-20fs: move inode_dio_done to the end_io handlerChristoph Hellwig1-0/+1
2011-07-20fs: always maintain i_dio_countChristoph Hellwig2-12/+4
2011-07-20fs: move inode_dio_wait calls into ->setattrChristoph Hellwig1-0/+2
2011-07-20fs: kill i_alloc_semChristoph Hellwig2-12/+10
2011-07-20new helpers: kern_path_create/user_path_createAl Viro1-38/+11
2011-07-20->permission() sanitizing: don't pass flags to ->permission()Al Viro2-3/+3
2011-07-20->permission() sanitizing: don't pass flags to generic_permission()Al Viro1-1/+1
2011-07-20->permission() sanitizing: don't pass flags to ->check_acl()Al Viro2-2/+2
2011-07-20->permission() sanitizing: pass MAY_NOT_BLOCK to ->check_acl()Al Viro1-1/+1
2011-07-20kill check_acl callback of generic_permission()Al Viro2-1/+4
2011-07-18security: new security_inode_init_security API adds function callbackMimi Zohar1-14/+24
2011-06-20treewide: remove duplicate includesVitaliy Ivanov1-1/+0
2011-06-03more conservative S_NOSEC handlingAl Viro1-1/+1
2011-05-31ocfs2: use proper little-endian bitopsAkinobu Mita1-2/+2
2011-05-31ocfs2: null deref on allocation errorDan Carpenter1-4/+4
2011-05-31ocfs2: checking the wrong variable in ocfs2_move_extent()Dan Carpenter1-1/+1
2011-05-31ocfs2: Bugfix for hard readonly mountTiger Yang2-7/+17
2011-05-27Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2Linus Torvalds1-21/+20
2011-05-27Merge branch 'move_extents' of git://oss.oracle.com/git/tye/linux-2.6 into ocfs2-merge-windowJoel Becker1-21/+20
2011-05-27Ocfs2/move_extents: Validate moving goal after the adjustment.Tristan Ye1-13/+13
2011-05-27Ocfs2/move_extents: Avoid doing division in extent moving.Tristan Ye1-10/+9