| Age | Commit message (Expand) | Author | Files | Lines |
| 2012-10-09 | mm: kill vma flag VM_CAN_NONLINEAR | Konstantin Khlebnikov | 1 | -1/+1 |
| 2012-10-02 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 3 | -19/+29 |
| 2012-10-02 | fs: push rcu_barrier() from deactivate_locked_super() to filesystems | Kirill A. Shutemov | 2 | -0/+10 |
| 2012-10-02 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds | 4 | -29/+39 |
| 2012-09-26 | switch simple cases of fget_light to fdget | Al Viro | 1 | -20/+19 |
| 2012-09-26 | switch o2hb_region_dev_write() to fget_light() | Al Viro | 1 | -2/+3 |
| 2012-09-18 | userns: Convert struct dquot dq_id to be a struct kqid | Eric W. Biederman | 2 | -22/+32 |
| 2012-09-18 | userns: Modify dqget to take struct kqid | Eric W. Biederman | 2 | -5/+5 |
| 2012-09-18 | userns: Pass a userns parameter into posix_acl_to_xattr and posix_acl_from_xattr | Eric W. Biederman | 1 | -2/+2 |
| 2012-08-20 | workqueue: deprecate flush[_delayed]_work_sync() | Tejun Heo | 1 | -1/+1 |
| 2012-08-01 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 5 | -15/+30 |
| 2012-07-31 | ocfs2: Convert to new freezing mechanism | Jan Kara | 4 | -5/+29 |
| 2012-07-30 | ocfs2: use memweight() | Akinobu Mita | 1 | -6/+2 |
| 2012-07-29 | pull mnt_want_write()/mnt_drop_write() into kern_path_create()/done_path_crea... | Al Viro | 1 | -7/+0 |
| 2012-07-29 | new helper: done_path_create() | Al Viro | 1 | -3/+1 |
| 2012-07-14 | don't pass nameidata to ->create() | Al Viro | 2 | -2/+2 |
| 2012-07-14 | stop passing nameidata to ->lookup() | Al Viro | 1 | -1/+1 |
| 2012-07-14 | stop passing nameidata * to ->d_revalidate() | Al Viro | 1 | -3/+2 |
| 2012-07-14 | vfs: switch i_dentry/d_alias to hlist | Al Viro | 1 | -1/+2 |
| 2012-07-14 | ocfs2: use list_for_each_entry in ocfs2_find_local_alias() | Al Viro | 1 | -11/+5 |
| 2012-07-11 | ocfs2: fix NULL pointer dereference in __ocfs2_change_file_space() | Luis Henriques | 1 | -1/+1 |
| 2012-07-03 | ocfs2: Fix bogus error message from ocfs2_global_read_info | Jan Kara | 1 | -2/+0 |
| 2012-07-03 | ocfs2: for SEEK_DATA/SEEK_HOLE, return internal error unchanged if ocfs2_get_... | Jeff Liu | 1 | -2/+0 |
| 2012-07-03 | ocfs2: use spinlock irqsave for downconvert lock.patch | Srinivas Eeda | 1 | -12/+19 |
| 2012-07-03 | ocfs2: Misplaced parens in unlikley | roel | 1 | -1/+1 |
| 2012-07-03 | ocfs2: clear unaligned io flag when dio fails | Junxiao Bi | 1 | -1/+3 |
| 2012-05-29 | ocfs: simplify symlink handling | Al Viro | 4 | -104/+31 |
| 2012-05-29 | ocfs2: kill endianness abuses in blockcheck.c | Al Viro | 1 | -20/+22 |
| 2012-05-29 | ocfs2: deal with __user misannotations | Al Viro | 2 | -21/+16 |
| 2012-05-29 | ocfs2: trivial endianness misannotations | Al Viro | 3 | -5/+5 |
| 2012-05-29 | ->encode_fh() API change | Al Viro | 1 | -12/+7 |
| 2012-05-28 | Merge tag 'writeback' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linux | Linus Torvalds | 2 | -2/+2 |
| 2012-05-06 | vfs: Rename end_writeback() to clear_inode() | Jan Kara | 2 | -2/+2 |
| 2012-04-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 3 | -9/+9 |
| 2012-04-21 | sock: Introduce named constants for sk_reuse | Pavel Emelyanov | 1 | -1/+1 |
| 2012-04-13 | ocfs2: ->e_leaf_clusters endianness breakage | Al Viro | 1 | -2/+2 |
| 2012-04-13 | ocfs2: ->rl_count endianness breakage | Al Viro | 1 | -1/+1 |
| 2012-04-13 | ocfs: ->rl_used breakage on big-endian | Al Viro | 1 | -4/+4 |
| 2012-04-13 | ocfs2: ->l_next_free_req breakage on big-endian | Al Viro | 2 | -3/+3 |
| 2012-03-31 | get rid of pointless includes of ext2_fs.h | Al Viro | 1 | -2/+0 |
| 2012-03-21 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2 | -38/+27 |
| 2012-03-20 | ocfs2: fix leaks on failure exits in module_init | Al Viro | 1 | -19/+21 |
| 2012-03-20 | switch open-coded instances of d_make_root() to new helper | Al Viro | 2 | -14/+3 |
| 2012-03-20 | ... and the same failure exits cleanup for ocfs2 | Al Viro | 1 | -6/+4 |
| 2012-03-20 | ocfs2: remove the second argument of k[un]map_atomic() | Cong Wang | 1 | -8/+8 |
| 2012-02-13 | ocfs2: deal with wraparounds of i_nlink in ocfs2_rename() | Al Viro | 1 | -1/+1 |
| 2012-01-10 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tei... | Linus Torvalds | 1 | -2/+2 |
| 2012-01-08 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 1 | -1/+1 |
| 2012-01-06 | vfs: switch ->show_options() to struct dentry * | Al Viro | 1 | -5/+4 |
| 2012-01-04 | dlm: add recovery callbacks | David Teigland | 1 | -2/+2 |
| 2012-01-03 | ocfs2: propagate umode_t | Al Viro | 4 | -5/+5 |
| 2012-01-03 | dlmfs: use inode_init_owner() | Al Viro | 1 | -13/+2 |
| 2012-01-03 | switch debugfs to umode_t | Al Viro | 1 | -1/+1 |
| 2012-01-03 | switch ->mknod() to umode_t | Al Viro | 1 | -1/+1 |
| 2012-01-03 | switch ->create() to umode_t | Al Viro | 2 | -2/+2 |
| 2012-01-03 | switch vfs_mkdir() and ->mkdir() to umode_t | Al Viro | 2 | -2/+2 |
| 2012-01-03 | vfs: fix the stupidity with i_dentry in inode destructors | Al Viro | 2 | -2/+0 |
| 2012-01-03 | vfs: mnt_drop_write_file() | Al Viro | 2 | -2/+2 |
| 2012-01-03 | switch a bunch of places to mnt_want_write_file() | Al Viro | 2 | -2/+2 |
| 2011-12-02 | treewide: Fix typos in various parts of the kernel, and fix some comments. | Justin P. Mattock | 1 | -1/+1 |
| 2011-12-01 | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 31 | -536/+995 |
| 2011-12-01 | ocfs2: avoid unaligned access to dqc_bitmap | Akinobu Mita | 2 | -5/+52 |
| 2011-11-17 | ocfs2: Use filemap_write_and_wait() instead of write_inode_now() | Jan Kara | 1 | -1/+1 |
| 2011-11-17 | ocfs2: honor O_(D)SYNC flag in fallocate | Mark Fasheh | 1 | -0/+3 |
| 2011-11-17 | ocfs2: Add a missing journal credit in ocfs2_link_credits() -v2 | Xiaowei.Hu | 1 | -2/+3 |
| 2011-11-17 | ocfs2: send correct UUID to cleancache initialization | Dan Magenheimer | 1 | -1/+1 |
| 2011-11-17 | ocfs2: Commit transactions in error cases -v2 | Wengang Wang | 3 | -6/+9 |
| 2011-11-17 | ocfs2: make direntry invalid when deleting it | Wengang Wang | 1 | -2/+1 |
| 2011-11-17 | fs/ocfs2/dlm/dlmlock.c: free kmem_cache_zalloc'd data using kmem_cache_free | Julia Lawall | 1 | -1/+1 |
| 2011-11-06 | Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2 | -0/+2 |
| 2011-11-02 | filesystems: add set_nlink() | Miklos Szeredi | 4 | -9/+9 |
| 2011-11-02 | filesystems: add missing nlink wrappers | Miklos Szeredi | 1 | -4/+4 |
| 2011-11-02 | ocfs2: remove unnecessary nlink setting | Miklos Szeredi | 1 | -2/+0 |
| 2011-10-31 | treewide: use __printf not __attribute__((format(printf,...))) | Joe Perches | 1 | -8/+6 |
| 2011-10-31 | fs: add export.h to files using EXPORT_SYMBOL/THIS_MODULE macros | Paul Gortmaker | 2 | -0/+2 |
| 2011-08-21 | Merge branch 'mw-3.1-jul25' of git://oss.oracle.com/git/smushran/linux-2.6 in... | Joel Becker | 25 | -567/+865 |
| 2011-08-09 | Merge branch 'next-evm' of git://git.kernel.org/pub/scm/linux/kernel/git/zoha... | James Morris | 1 | -14/+24 |
| 2011-08-01 | switch posix_acl_equiv_mode() to umode_t * | Al Viro | 1 | -1/+1 |
| 2011-08-01 | switch posix_acl_create() to umode_t * | Al Viro | 1 | -1/+1 |
| 2011-07-28 | ocfs2: Avoid livelock in ocfs2_readpage() | Jan Kara | 1 | -0/+8 |
| 2011-07-28 | ocfs2: serialize unaligned aio | Mark Fasheh | 5 | -2/+73 |
| 2011-07-25 | ocfs2: Implement llseek() | Sunil Mushran | 3 | -2/+151 |
| 2011-07-25 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 1 | -1/+0 |
| 2011-07-25 | fs: take the ACL checks to common code | Christoph Hellwig | 4 | -22/+10 |
| 2011-07-25 | kill boilerplates around posix_acl_create_masq() | Al Viro | 1 | -22/+14 |
| 2011-07-25 | kill boilerplate around posix_acl_chmod_masq() | Al Viro | 1 | -9/+6 |
| 2011-07-25 | vfs: move ACL cache lookup into generic code | Linus Torvalds | 1 | -3/+0 |
| 2011-07-24 | ocfs2: Fix ocfs2_page_mkwrite() | Wengang Wang | 2 | -37/+67 |
| 2011-07-24 | ocfs2: Add comment about orphan scanning | Sunil Mushran | 1 | -0/+14 |
| 2011-07-24 | ocfs2: Clean up messages in the fs | Sunil Mushran | 4 | -14/+22 |
| 2011-07-24 | ocfs2/cluster: Cluster up now includes network connections too | Sunil Mushran | 2 | -13/+61 |
| 2011-07-24 | ocfs2/cluster: Add new function o2net_fill_node_map() | Sunil Mushran | 3 | -33/+90 |
| 2011-07-24 | ocfs2/cluster: Fix output in file elapsed_time_in_ms | Sunil Mushran | 1 | -3/+6 |
| 2011-07-24 | ocfs2/dlm: dlmlock_remote() needs to account for remastery | Sunil Mushran | 1 | -10/+8 |
| 2011-07-24 | ocfs2/dlm: Take inflight reference count for remotely mastered resources too | Sunil Mushran | 3 | -39/+32 |
| 2011-07-24 | ocfs2/dlm: Cleanup dlm_wait_for_node_death() and dlm_wait_for_node_recovery() | Sunil Mushran | 2 | -26/+24 |
| 2011-07-24 | ocfs2/dlm: Trace insert/remove of resource to/from hash | Sunil Mushran | 3 | -11/+15 |
| 2011-07-24 | ocfs2/dlm: Clean up refmap helpers | Sunil Mushran | 3 | -79/+66 |
| 2011-07-24 | ocfs2/dlm: Cleanup up dlm_finish_local_lockres_recovery() | Sunil Mushran | 1 | -32/+25 |
| 2011-07-24 | ocfs2: Clean up messages in stack_o2cb.c | Sunil Mushran | 1 | -2/+2 |
| 2011-07-24 | ocfs2/dlm: Clean up messages in o2dlm | Sunil Mushran | 5 | -70/+71 |
| 2011-07-24 | ocfs2/cluster: Clean up messages in o2net | Sunil Mushran | 1 | -66/+53 |
| 2011-07-24 | ocfs2/cluster: Abort heartbeat start on hard-ro devices | Sunil Mushran | 1 | -69/+116 |
| 2011-07-24 | ocfs2_init_acl(): fix a leak | Al Viro | 1 | -0/+1 |
| 2011-07-20 | fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlers | Josef Bacik | 1 | -1/+13 |
| 2011-07-20 | fs: move inode_dio_done to the end_io handler | Christoph Hellwig | 1 | -0/+1 |
| 2011-07-20 | fs: always maintain i_dio_count | Christoph Hellwig | 2 | -12/+4 |
| 2011-07-20 | fs: move inode_dio_wait calls into ->setattr | Christoph Hellwig | 1 | -0/+2 |
| 2011-07-20 | fs: kill i_alloc_sem | Christoph Hellwig | 2 | -12/+10 |
| 2011-07-20 | new helpers: kern_path_create/user_path_create | Al Viro | 1 | -38/+11 |
| 2011-07-20 | ->permission() sanitizing: don't pass flags to ->permission() | Al Viro | 2 | -3/+3 |
| 2011-07-20 | ->permission() sanitizing: don't pass flags to generic_permission() | Al Viro | 1 | -1/+1 |
| 2011-07-20 | ->permission() sanitizing: don't pass flags to ->check_acl() | Al Viro | 2 | -2/+2 |
| 2011-07-20 | ->permission() sanitizing: pass MAY_NOT_BLOCK to ->check_acl() | Al Viro | 1 | -1/+1 |
| 2011-07-20 | kill check_acl callback of generic_permission() | Al Viro | 2 | -1/+4 |
| 2011-07-18 | security: new security_inode_init_security API adds function callback | Mimi Zohar | 1 | -14/+24 |
| 2011-06-20 | treewide: remove duplicate includes | Vitaliy Ivanov | 1 | -1/+0 |
| 2011-06-03 | more conservative S_NOSEC handling | Al Viro | 1 | -1/+1 |
| 2011-05-31 | ocfs2: use proper little-endian bitops | Akinobu Mita | 1 | -2/+2 |
| 2011-05-31 | ocfs2: null deref on allocation error | Dan Carpenter | 1 | -4/+4 |
| 2011-05-31 | ocfs2: checking the wrong variable in ocfs2_move_extent() | Dan Carpenter | 1 | -1/+1 |
| 2011-05-31 | ocfs2: Bugfix for hard readonly mount | Tiger Yang | 2 | -7/+17 |
| 2011-05-27 | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jl... | Linus Torvalds | 1 | -21/+20 |
| 2011-05-27 | Merge branch 'move_extents' of git://oss.oracle.com/git/tye/linux-2.6 into oc... | Joel Becker | 1 | -21/+20 |
| 2011-05-27 | Ocfs2/move_extents: Validate moving goal after the adjustment. | Tristan Ye | 1 | -13/+13 |
| 2011-05-27 | Ocfs2/move_extents: Avoid doing division in extent moving. | Tristan Ye | 1 | -10/+9 |
| 2011-05-26 | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jl... | Linus Torvalds | 19 | -246/+2135 |
| 2011-05-26 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/djm... | Linus Torvalds | 1 | -0/+2 |
| 2011-05-26 | ocfs2: add cleancache support | Dan Magenheimer | 1 | -0/+2 |
| 2011-05-25 | Merge branch 'move_extents' of git://oss.oracle.com/git/tye/linux-2.6 into oc... | Joel Becker | 7 | -56/+1725 |
| 2011-05-25 | Ocfs2: Teach local-mounted ocfs2 to handle unwritten_extents correctly. | Tristan Ye | 1 | -0/+1 |
| 2011-05-25 | ocfs2/dlm: Do not migrate resource to a node that is leaving the domain | Sunil Mushran | 2 | -95/+57 |
| 2011-05-25 | ocfs2/dlm: Add new dlm message DLM_BEGIN_EXIT_DOMAIN_MSG | Sunil Mushran | 4 | -11/+82 |
| 2011-05-25 | Ocfs2/move_extents: Set several trivial constraints for threshold. | Tristan Ye | 1 | -7/+17 |
| 2011-05-25 | Ocfs2/move_extents: Let defrag handle partial extent moving. | Tristan Ye | 1 | -20/+26 |
| 2011-05-25 | Ocfs2/move_extents: move/defrag extents within a certain range. | Tristan Ye | 3 | -0/+315 |
| 2011-05-25 | Ocfs2/move_extents: helper to calculate the defraging length in one run. | Tristan Ye | 1 | -0/+30 |
| 2011-05-25 | Ocfs2/move_extents: move entire/partial extent. | Tristan Ye | 1 | -0/+165 |
| 2011-05-25 | Ocfs2/move_extents: helpers to update the group descriptor and global bitmap ... | Tristan Ye | 1 | -0/+77 |
| 2011-05-25 | Ocfs2/move_extents: helper to probe a proper region to move in an alloc group. | Tristan Ye | 1 | -0/+39 |
| 2011-05-25 | Ocfs2/move_extents: helper to validate and adjust moving goal. | Tristan Ye | 1 | -0/+61 |
| 2011-05-25 | Ocfs2/move_extents: find the victim alloc group, where the given #blk fits. | Tristan Ye | 1 | -0/+104 |
| 2011-05-25 | Ocfs2/move_extents: defrag a range of extent. | Tristan Ye | 1 | -0/+136 |
| 2011-05-25 | Ocfs2/move_extents: move a range of extent. | Tristan Ye | 1 | -0/+100 |
| 2011-05-25 | Ocfs2/move_extents: lock allocators and reserve metadata blocks and data clus... | Tristan Ye | 1 | -0/+61 |
| 2011-05-25 | Ocfs2/move_extents: Add basic framework and source files for extent moving. | Tristan Ye | 3 | -0/+77 |
| 2011-05-25 | Ocfs2/move_extents: Adding new ioctl code 'OCFS2_IOC_MOVE_EXT' to ocfs2. | Tristan Ye | 1 | -0/+34 |
| 2011-05-25 | Ocfs2/refcounttree: Publicize couple of funcs from refcounttree.c | Tristan Ye | 2 | -29/+40 |
| 2011-05-25 | Ocfs2: Add a new code 'OCFS2_INFO_FREEFRAG' for o2info ioctl. | Tristan Ye | 2 | -0/+313 |
| 2011-05-25 | Ocfs2: Add a new code 'OCFS2_INFO_FREEINODE' for o2info ioctl. | Tristan Ye | 2 | -0/+139 |
| 2011-05-25 | Ocfs2: Using inline funcs to set/clear *FILLED* flags in info handler. | Tristan Ye | 1 | -28/+19 |
| 2011-05-23 | ocfs2: change incorrect 'extern' keyword to 'static' in dlmfs | Robin Dong | 1 | -1/+1 |
| 2011-05-23 | ocfs2/dlm: dlm_is_lockres_migrateable() returns boolean | Sunil Mushran | 2 | -84/+63 |
| 2011-05-23 | ocfs2: Add trace event for trim. | Tao Ma | 2 | -0/+32 |
| 2011-05-23 | ocfs2: Add FITRIM ioctl. | Tao Ma | 1 | -0/+24 |
| 2011-05-23 | ocfs2: Add ocfs2_trim_fs for SSD trim support. | Tao Ma | 2 | -0/+160 |
| 2011-05-23 | ocfs2: remove the /sys/o2cb symlink | Amerigo Wang | 1 | -9/+0 |
| 2011-05-23 | ocfs2: clean up mount option about atime in ocfs2.txt | Tiger Yang | 1 | -1/+1 |
| 2011-05-23 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 1 | -1/+1 |
| 2011-05-13 | ocfs2/dlm: Target node death during resource migration leads to thread spin | Sunil Mushran | 1 | -0/+3 |
| 2011-05-13 | ocfs2: Skip mount recovery for hard-ro mounts | Sunil Mushran | 1 | -0/+3 |
| 2011-05-13 | ocfs2/cluster: Heartbeat mismatch message improved | Sunil Mushran | 1 | -17/+31 |
| 2011-05-13 | ocfs2/cluster: Increase the live threshold for global heartbeat | Sunil Mushran | 1 | -1/+12 |
| 2011-05-13 | ocfs2/dlm: Use negotiated o2dlm protocol version | Sunil Mushran | 1 | -1/+2 |
| 2011-05-13 | ocfs2: skip existing hole when removing the last extent_rec in punching-hole ... | Tristan Ye | 1 | -0/+12 |
| 2011-05-13 | ocfs2: Initialize data_ac (might be used uninitialized) | Marcus Meissner | 1 | -1/+1 |
| 2011-04-26 | Revert wrong fixes for common misspellings | Lucas De Marchi | 1 | -1/+1 |
| 2011-04-26 | Merge branch 'master' into for-next | Jiri Kosina | 51 | -1665/+3889 |
| 2011-04-10 | treewide: remove extra semicolons | Justin P. Mattock | 1 | -1/+1 |
| 2011-03-31 | Fix common misspellings | Lucas De Marchi | 17 | -23/+23 |
| 2011-03-28 | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 42 | -1626/+3855 |
| 2011-03-28 | Treat writes as new when holes span across page boundaries | Goldwyn Rodrigues | 1 | -0/+6 |
| 2011-03-28 | Merge branch 'mlog_replace_for_39' of git://repo.or.cz/taoma-kernel into ocfs... | Joel Becker | 41 | -1557/+3763 |
| 2011-03-28 | fs,ocfs2: Move o2net_get_func_run_time under CONFIG_OCFS2_FS_STATS. | Rakib Mullick | 1 | -5/+5 |
| 2011-03-24 | Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 2 | -5/+0 |
| 2011-03-23 | userns: rename is_owner_or_cap to inode_owner_or_capable | Serge E. Hallyn | 2 | -2/+2 |
| 2011-03-23 | ocfs2: use little-endian bitops | Akinobu Mita | 1 | -5/+5 |
| 2011-03-20 | Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare... | Linus Torvalds | 3 | -4/+4 |
| 2011-03-18 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 1 | -1/+1 |
| 2011-03-17 | fs: change to new flag variable | matt mooney | 3 | -4/+4 |
| 2011-03-16 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo... | Linus Torvalds | 4 | -8/+13 |
| 2011-03-16 | Merge branch 'for-2.6.39' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq | Linus Torvalds | 3 | -33/+4 |
| 2011-03-16 | Merge branch 'next' into for-linus | James Morris | 4 | -8/+13 |
| 2011-03-14 | exportfs: Return the minimum required handle size | Aneesh Kumar K.V | 1 | -2/+6 |
| 2011-03-14 | kill path_lookup() | Al Viro | 1 | -1/+1 |
| 2011-03-10 | ocfs2: fix d_revalidate oopsen on NFS exports | Al Viro | 1 | -1/+1 |
| 2011-03-10 | Merge branch 'for-2.6.39/stack-plug' into for-2.6.39/core | Jens Axboe | 2 | -5/+0 |
| 2011-03-10 | block: remove per-queue plugging | Jens Axboe | 2 | -5/+0 |
| 2011-03-08 | Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into next | James Morris | 4 | -8/+13 |
| 2011-02-22 | ocfs2/dlm: Move kmalloc() outside the spinlock | Sunil Mushran | 1 | -12/+16 |
| 2011-02-21 | ocfs2: Make the left masklogs compat. | Tao Ma | 1 | -17/+17 |
| 2011-02-21 | ocfs2: Remove masklog ML_AIO. | Tao Ma | 2 | -2/+0 |
| 2011-02-24 | ocfs2: Remove masklog ML_UPTODATE. | Tao Ma | 5 | -41/+79 |
| 2011-02-24 | ocfs2: Remove masklog ML_BH_IO. | Tao Ma | 4 | -26/+59 |
| 2011-02-24 | ocfs2: Remove masklog ML_JOURNAL. | Tao Ma | 4 | -78/+153 |
| 2011-02-24 | ocfs2: Remove masklog ML_EXPORT. | Tao Ma | 4 | -30/+101 |
| 2011-02-23 | ocfs2: Remove masklog ML_DCACHE. | Tao Ma | 4 | -24/+121 |
| 2011-02-23 | ocfs2: Remove masklog ML_NAMEI. | Tao Ma | 4 | -71/+292 |
| 2011-02-23 | ocfs2: Remove mlog(0) from fs/ocfs2/dir.c | Tao Ma | 2 | -46/+153 |
| 2011-02-21 | ocfs2: remove NAMEI from symlink.c | Tao Ma | 1 | -1/+0 |