| Age | Commit message (Expand) | Author | Files | Lines |
| 2008-04-25 | Export __locks_copy_lock() so modular lockd builds | Roland Dreier | 1 | -0/+1 |
| 2008-04-25 | Merge git://git.infradead.org/mtd-2.6 | Linus Torvalds | 18 | -202/+399 |
| 2008-04-25 | nfsd: don't allow setting ctime over v4 | J. Bruce Fields | 1 | -14/+0 |
| 2008-04-25 | locks: don't call ->copy_lock methods on return of conflicting locks | J. Bruce Fields | 3 | -6/+3 |
| 2008-04-25 | lockd: unlock lockd locks held for a certain filesystem | Wendy Cheng | 2 | -5/+64 |
| 2008-04-25 | lockd: unlock lockd locks associated with a given server ip | Wendy Cheng | 2 | -5/+64 |
| 2008-04-25 | leases: remove unneeded variable from fcntl_setlease(). | David M. Richter | 1 | -2/+1 |
| 2008-04-25 | leases: move lock allocation earlier in generic_setlease() | David M. Richter | 1 | -5/+5 |
| 2008-04-25 | leases: when unlocking, skip locking-related steps | David M. Richter | 1 | -11/+13 |
| 2008-04-25 | leases: fix a return-value mixup | David M. Richter | 1 | -0/+1 |
| 2008-04-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 | Linus Torvalds | 12 | -43/+176 |
| 2008-04-24 | Merge git://git.linux-nfs.org/projects/trondmy/nfs-2.6 | Linus Torvalds | 22 | -531/+931 |
| 2008-04-24 | Merge branch 'devel' | Trond Myklebust | 22 | -531/+931 |
| 2008-04-24 | [CIFS] Fix typo in previous commit | Steve French | 1 | -2/+2 |
| 2008-04-24 | [CIFS] Fix define for new proxy cap to match documentation | Steve French | 1 | -2/+5 |
| 2008-04-24 | Merge branch 'master' of /pub/scm/linux/kernel/git/torvalds/linux-2.6 | Steve French | 238 | -6571/+12005 |
| 2008-04-23 | knfsd: clear both setuid and setgid whenever a chown is done | Jeff Layton | 1 | -13/+14 |
| 2008-04-23 | knfsd: get rid of imode variable in nfsd_setattr | Jeff Layton | 1 | -3/+1 |
| 2008-04-23 | NLM: don't let lockd exit on unexpected svc_recv errors (try #2) | Jeff Layton | 1 | -6/+12 |
| 2008-04-23 | NFS: don't let nfs_callback_svc exit on unexpected svc_recv errors (try #2) | Jeff Layton | 1 | -6/+12 |
| 2008-04-23 | nfsd: use static memory for callback program and stats | Olga Kornievskaia | 1 | -11/+17 |
| 2008-04-23 | nfsd: fix comment | J. Bruce Fields | 1 | -1/+1 |
| 2008-04-23 | lockd: Fix stale nlmsvc_unlink_block comment | J. Bruce Fields | 1 | -2/+1 |
| 2008-04-23 | NFSD: Remove NFSv4 dependency on NFSv3 | Chuck Lever | 1 | -1/+2 |
| 2008-04-23 | SUNRPC: Remove PROC_FS dependency | Chuck Lever | 1 | -1/+0 |
| 2008-04-23 | NFSD: Use "depends on" for PROC_FS dependency | Chuck Lever | 1 | -2/+1 |
| 2008-04-23 | nfsd: move most of fh_verify to separate function | J. Bruce Fields | 1 | -105/+123 |
| 2008-04-23 | nfsd: initialize lease type in nfs4_open_delegation() | Felix Blyakher | 1 | -2/+2 |
| 2008-04-23 | NFS: convert nfs4 callback thread to kthread API | Jeff Layton | 1 | -38/+35 |
| 2008-04-23 | nfsd: fix sparse warning in vfs.c | Harvey Harrison | 1 | -1/+1 |
| 2008-04-23 | nfsd: fix sparse warnings | Harvey Harrison | 4 | -13/+7 |
| 2008-04-23 | lockd: convert nsm_mutex to a spinlock | J. Bruce Fields | 1 | -15/+19 |
| 2008-04-23 | lockd: clean up __nsm_find() | J. Bruce Fields | 1 | -16/+16 |
| 2008-04-23 | lockd: fix race in nlm_release() | J. Bruce Fields | 1 | -6/+4 |
| 2008-04-23 | lockd: fix sparse warning in svcshare.c | Harvey Harrison | 1 | -1/+2 |
| 2008-04-23 | make nfsd_create_setattr() static | Adrian Bunk | 1 | -1/+1 |
| 2008-04-23 | NFSD: Remove redundant "select" clauses in fs/Kconfig | Chuck Lever | 1 | -2/+0 |
| 2008-04-23 | NFSD: Move "select NFSD_V2_ACL if NFSD_V3_ACL" | Chuck Lever | 1 | -1/+1 |
| 2008-04-23 | NFSD: Move "select FS_POSIX_ACL if NFSD_V4" | Chuck Lever | 1 | -2/+2 |
| 2008-04-23 | NFSD: Update help text for CONFIG_NFSD | Chuck Lever | 1 | -29/+47 |
| 2008-04-23 | NFSD: Remove NFSD_TCP kernel build option | Chuck Lever | 2 | -12/+0 |
| 2008-04-23 | nfsd: clarify readdir/mountpoint-crossing code | J. Bruce Fields | 1 | -3/+10 |
| 2008-04-23 | nfsd4: kill unnecessary check in preprocess_stateid_op | J. Bruce Fields | 1 | -1/+1 |
| 2008-04-23 | nfsd4: simplify stateid sequencing checks | J. Bruce Fields | 1 | -15/+26 |
| 2008-04-23 | nfsd4: remove unnecessary CHECK_FH check in preprocess_seqid_op | J. Bruce Fields | 1 | -7/+7 |
| 2008-04-23 | nfs: remove unnecessary NFS_NEED_* defines | J. Bruce Fields | 1 | -1/+0 |
| 2008-04-23 | IPv6 support for NFS server export caches | Aurélien Charbon | 2 | -5/+19 |
| 2008-04-23 | NLM: Convert lockd to use kthreads | Jeff Layton | 2 | -75/+60 |
| 2008-04-23 | knfsd: Remove NLM_HOST_MAX and associated logic. | NeilBrown | 1 | -6/+3 |
| 2008-04-23 | [JFFS2] Introduce dbg_readinode2 log level, use it to shut read_dnode() up | David Woodhouse | 2 | -7/+14 |
| 2008-04-23 | [JFFS2] Fix jffs2_reserve_space() when all blocks are pending erasure. | David Woodhouse | 2 | -2/+11 |
| 2008-04-23 | [JFFS2] Add erase_checking_list to hold blocks being marked. | David Woodhouse | 4 | -4/+25 |
| 2008-04-23 | [JFFS2] Return values of jffs2_block_check_erase error paths | Anders Grafström | 1 | -1/+6 |
| 2008-04-23 | [patch 7/7] vfs: mountinfo: show dominating group id | Miklos Szeredi | 3 | -2/+59 |
| 2008-04-23 | [patch 6/7] vfs: mountinfo: add /proc/<pid>/mountinfo | Ram Pai | 2 | -23/+111 |
| 2008-04-23 | [patch 5/7] vfs: mountinfo: allow using process root | Miklos Szeredi | 2 | -63/+59 |
| 2008-04-23 | [patch 4/7] vfs: mountinfo: add mount peer group ID | Miklos Szeredi | 2 | -4/+94 |
| 2008-04-23 | [patch 3/7] vfs: mountinfo: add mount ID | Miklos Szeredi | 1 | -0/+34 |
| 2008-04-23 | [patch 2/7] vfs: mountinfo: add seq_file_root() | Miklos Szeredi | 2 | -8/+46 |
| 2008-04-23 | [patch 1/7] vfs: mountinfo: add dentry_path() | Ram Pai | 2 | -40/+115 |
| 2008-04-23 | [PATCH] remove unused label in xattr.c (noise from ro-bind) | Al Viro | 1 | -1/+0 |
| 2008-04-22 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 8 | -43/+63 |
| 2008-04-23 | [JFFS2] Finally remove redundant ref->__totlen field. | David Woodhouse | 1 | -1/+1 |
| 2008-04-23 | [JFFS2] Honour TEST_TOTLEN macro in debugging code. ref->__totlen is going! | David Woodhouse | 1 | -1/+4 |
| 2008-04-23 | [JFFS2] Add paranoia debugging for superblock counts | David Woodhouse | 2 | -3/+136 |
| 2008-04-22 | [PATCH] proc_readfd_common() race fix | Al Viro | 1 | -3/+1 |
| 2008-04-22 | [PATCH] double-free of inode on alloc_file() failure exit in create_write_pipe() | Al Viro | 1 | -0/+3 |
| 2008-04-22 | [JFFS2] Fix free space leak with in-band cleanmarkers | David Woodhouse | 1 | -10/+8 |
| 2008-04-22 | [JFFS2] Self-sufficient #includes in jffs2_fs_i.h: include <linux/mutex.h> | David Woodhouse | 1 | -1/+1 |
| 2008-04-22 | fs: use loff_t type instead of long long | David Sterba | 2 | -4/+4 |
| 2008-04-22 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tei... | Linus Torvalds | 14 | -111/+211 |
| 2008-04-22 | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac... | Linus Torvalds | 22 | -1361/+1172 |
| 2008-04-22 | [JFFS2] semaphore->mutex conversion | David Woodhouse | 14 | -167/+168 |
| 2008-04-22 | [JFFS2] add write verify on dataflash. | michael | 1 | -0/+12 |
| 2008-04-22 | [JFFS2] fix sparse warnings in gc.c | David Woodhouse | 1 | -1/+1 |
| 2008-04-22 | [JFFS2] fix sparse warning in write.c | Harvey Harrison | 1 | -1/+1 |
| 2008-04-22 | [JFFS2] Fix sparse warning in nodemgmt.c | David Woodhouse | 1 | -1/+0 |
| 2008-04-22 | [JFFS2] include function prototype for jffs2_ioctl | Harvey Harrison | 1 | -0/+1 |
| 2008-04-22 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | David Woodhouse | 327 | -7151/+12512 |
| 2008-04-21 | [PATCH] teach seq_file to discard entries | Al Viro | 2 | -4/+13 |
| 2008-04-21 | [PATCH] umount_tree() will unhash everything itself | Al Viro | 1 | -2/+1 |
| 2008-04-21 | [PATCH] get rid of more nameidata passing in namespace.c | Al Viro | 1 | -28/+25 |
| 2008-04-21 | [PATCH] switch a bunch of LSM hooks from nameidata to path | Al Viro | 1 | -5/+6 |
| 2008-04-21 | [PATCH] lock exclusively in collect_mounts() and drop_collected_mounts() | Al Viro | 1 | -4/+4 |
| 2008-04-21 | [PATCH] move a bunch of declarations to fs/internal.h | Al Viro | 3 | -0/+13 |
| 2008-04-21 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6 | Linus Torvalds | 1 | -1/+1 |
| 2008-04-21 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/juh... | Linus Torvalds | 7 | -12/+12 |
| 2008-04-21 | Merge branch 'for-2.6.26' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 1 | -41/+117 |
| 2008-04-21 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6 | Linus Torvalds | 3 | -3/+8 |
| 2008-04-21 | ext*: spelling fix prefered -> preferred | Benoit Boissinot | 6 | -11/+11 |
| 2008-04-21 | Merge branch 'semaphore' of git://git.kernel.org/pub/scm/linux/kernel/git/wil... | Linus Torvalds | 9 | -9/+4 |
| 2008-04-21 | trivial: small cleanups | Pavel Machek | 1 | -1/+1 |
| 2008-04-21 | [SPARC]: Remove SunOS and Solaris binary support. | David S. Miller | 1 | -1/+1 |
| 2008-04-21 | dlm: common max length definitions | David Teigland | 1 | -2/+0 |
| 2008-04-21 | dlm: move plock code from gfs2 | David Teigland | 8 | -88/+134 |
| 2008-04-21 | dlm: recover nodes that are removed and re-added | David Teigland | 5 | -16/+74 |
| 2008-04-21 | dlm: save master info after failed no-queue request | David Teigland | 1 | -2/+1 |
| 2008-04-21 | dlm: make dlm_print_rsb() static | Adrian Bunk | 2 | -2/+1 |
| 2008-04-21 | dlm: match signedness between dlm_config_info and cluster_set | Harvey Harrison | 1 | -1/+1 |
| 2008-04-21 | block: convert bio_copy_user to bio_copy_user_iov | FUJITA Tomonori | 1 | -41/+117 |
| 2008-04-19 | sysfs: refill attribute buffer when reading from offset 0 | Dan Williams | 1 | -3/+2 |
| 2008-04-19 | SYSFS: Explicitly include required header file slab.h. | Robert P. J. Day | 2 | -0/+2 |
| 2008-04-19 | block: send disk "change" event for rescan_partitions() | Kay Sievers | 1 | -0/+4 |
| 2008-04-19 | make nfs_automount_list static | Adrian Bunk | 1 | -1/+1 |
| 2008-04-19 | NFS: remove duplicate flags assignment from nfs_validate_mount_data | Jeff Layton | 1 | -1/+0 |
| 2008-04-19 | NFS - fix potential NULL pointer dereference v2 | Cyrill Gorcunov | 1 | -0/+16 |
| 2008-04-19 | NFSv4: Attempt to use machine credentials in SETCLIENTID calls | Trond Myklebust | 1 | -4/+37 |
| 2008-04-19 | NFSv4: Reintroduce machine creds | Trond Myklebust | 1 | -0/+7 |
| 2008-04-19 | NFSv4: Don't use cred->cr_ops->cr_name in nfs4_proc_setclientid() | Trond Myklebust | 1 | -1/+1 |
| 2008-04-19 | nfs: fix printout of multiword bitfields | Fred Isaman | 1 | -5/+5 |
| 2008-04-19 | nfs: return negative error value from nfs{,4}_stat_to_errno | Benny Halevy | 3 | -95/+95 |
| 2008-04-19 | NLM/lockd: Ensure client locking calls use correct credentials | Trond Myklebust | 1 | -9/+14 |
| 2008-04-19 | NFS: Remove the buggy lock-if-signalled case from do_setlk() | Trond Myklebust | 1 | -10/+2 |
| 2008-04-19 | NLM/lockd: Fix a race when cancelling a blocking lock | Trond Myklebust | 1 | -9/+34 |
| 2008-04-19 | NLM/lockd: Ensure that nlmclnt_cancel() returns results of the CANCEL call | Trond Myklebust | 1 | -1/+10 |
| 2008-04-19 | NLM: Remove the signal masking in nlmclnt_proc/nlmclnt_cancel | Trond Myklebust | 1 | -41/+1 |
| 2008-04-19 | NLM/lockd: convert __nlm_async_call to use rpc_run_task() | Trond Myklebust | 1 | -10/+54 |
| 2008-04-19 | NLM/lockd: Add a reference counter to struct nlm_rqst | Trond Myklebust | 1 | -0/+3 |
| 2008-04-19 | NFSv4: Ensure we don't corrupt fl->fl_flags in nfs4_proc_unlck | Trond Myklebust | 1 | -0/+2 |
| 2008-04-19 | NLM/lockd: Ensure we don't corrupt fl->fl_flags in nlmclnt_unlock() | Trond Myklebust | 1 | -6/+10 |
| 2008-04-19 | NFSv4: Only increment the sequence id if the server saw it | Trond Myklebust | 2 | -7/+23 |
| 2008-04-19 | NFSv4: Remove bogus call to nfs4_drop_state_owner() in _nfs4_open_expired() | Trond Myklebust | 1 | -4/+1 |
| 2008-04-19 | NFS: Ensure that rpc_run_task() errors are propagated back to the caller | Trond Myklebust | 3 | -26/+40 |
| 2008-04-19 | NFS: Ensure that the write code cleans up properly when rpc_run_task() fails | Trond Myklebust | 2 | -46/+71 |
| 2008-04-19 | NFS: Ensure that the read code cleans up properly when rpc_run_task() fails | Trond Myklebust | 2 | -26/+46 |
| 2008-04-19 | NFS: Fix nfs_wb_page() to always exit with an error or a clean page | Trond Myklebust | 1 | -11/+12 |
| 2008-04-19 | [PATCH] r/o bind mounts: debugging for missed calls | Dave Hansen | 3 | -3/+23 |
| 2008-04-19 | [PATCH] r/o bind mounts: honor mount writer counts at remount | Dave Hansen | 1 | -7/+43 |
| 2008-04-19 | [PATCH] r/o bind mounts: track numbers of writers to mounts | Dave Hansen | 1 | -15/+237 |
| 2008-04-19 | [PATCH] r/o bind mounts: check mnt instead of superblock directly | Dave Hansen | 2 | -3/+5 |
| 2008-04-19 | [PATCH] r/o bind mounts: elevate count for xfs timestamp updates | Dave Hansen | 2 | -8/+8 |
| 2008-04-19 | [PATCH] r/o bind mounts: make access() use new r/o helper | Dave Hansen | 1 | -2/+11 |
| 2008-04-19 | [PATCH] r/o bind mounts: write counts for truncate() | Dave Hansen | 1 | -6/+8 |
| 2008-04-19 | [PATCH] r/o bind mounts: elevate write count for chmod/chown callers | Dave Hansen | 1 | -9/+30 |
| 2008-04-19 | [PATCH] r/o bind mounts: elevate write count for open()s | Dave Hansen | 3 | -12/+113 |
| 2008-04-19 | [PATCH] r/o bind mounts: elevate write count for ioctls() | Dave Hansen | 9 | -155/+265 |
| 2008-04-19 | [PATCH] r/o bind mounts: write count for file_update_time() | Dave Hansen | 1 | -1/+5 |
| 2008-04-19 | [PATCH] r/o bind mounts: elevate write count for do_utimes() | Dave Hansen | 1 | -6/+12 |
| 2008-04-19 | [PATCH] r/o bind mounts: write counts for touch_atime() | Dave Hansen | 1 | -25/+20 |
| 2008-04-19 | [PATCH] r/o bind mounts: elevate write count for ncp_ioctl() | Dave Hansen | 1 | -1/+53 |
| 2008-04-19 | [PATCH] r/o bind mounts: elevate write count for xattr_permission() callers | Dave Hansen | 3 | -9/+42 |
| 2008-04-19 | [PATCH] r/o bind mounts: get write access for vfs_rename() callers | Dave Hansen | 2 | -4/+17 |
| 2008-04-19 | [PATCH] r/o bind mounts: write counts for link/symlink | Dave Hansen | 2 | -1/+23 |
| 2008-04-19 | [PATCH] r/o bind mounts: get callers of vfs_mknod/create/mkdir() | Dave Hansen | 3 | -13/+63 |
| 2008-04-19 | [PATCH] r/o bind mounts: elevate write count for rmdir and unlink. | Dave Hansen | 3 | -2/+27 |
| 2008-04-19 | [PATCH] r/o bind mounts: drop write during emergency remount | Dave Hansen | 1 | -2/+19 |
| 2008-04-19 | [PATCH] r/o bind mounts: create helper to drop file write access | Dave Hansen | 2 | -3/+21 |
| 2008-04-19 | [PATCH] r/o bind mounts: stub functions | Dave Hansen | 1 | -0/+54 |
| 2008-04-19 | [PATCH] merge open_namei() and do_filp_open() | Christoph Hellwig | 2 | -62/+57 |
| 2008-04-19 | [PATCH] do namei_flags calculation inside open_namei() | Dave Hansen | 2 | -29/+36 |
| 2008-04-18 | Convert asm/semaphore.h users to linux/semaphore.h | Matthew Wilcox | 4 | -4/+4 |
| 2008-04-18 | fs: Remove unnecessary inclusions of asm/semaphore.h | Matthew Wilcox | 5 | -5/+0 |
| 2008-04-18 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.26 | Linus Torvalds | 1 | -3/+3 |
| 2008-04-18 | [CIFS] Fix UNC path prefix on QueryUnixPathInfo to have correct slash | Steve French | 1 | -4/+11 |
| 2008-04-18 | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 42 | -1042/+5679 |
| 2008-04-18 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw | Linus Torvalds | 44 | -1131/+1140 |
| 2008-04-18 | [CIFS] Reserve new proxy cap for WAFS | Steve French | 1 | -1/+7 |
| 2008-04-18 | ocfs2/net: Add debug interface to o2net | Sunil Mushran | 6 | -3/+569 |
| 2008-04-18 | ocfs2: Only build ocfs2/dlm with the o2cb stack module | Mark Fasheh | 1 | -1/+1 |
| 2008-04-18 | ocfs2/cluster: Get rid of arguments to the timeout routines | Jeff Mahoney | 1 | -27/+20 |
| 2008-04-18 | ocfs2: Use BUG_ON | Julia Lawall | 2 | -4/+2 |
| 2008-04-18 | ocfs2: Convert ocfs2 over to unlocked_ioctl | Andi Kleen | 3 | -13/+6 |
| 2008-04-18 | ocfs2: Improve rename locking | Jan Kara | 1 | -1/+1 |
| 2008-04-18 | fs/ocfs2/aops.c: test for IS_ERR rather than 0 | Julia Lawall | 1 | -3/+3 |
| 2008-04-18 | ocfs2: Add inode stealing for ocfs2_reserve_new_inode | Tao Ma | 6 | -5/+116 |
| 2008-04-18 | ocfs2: Add ac_alloc_slot in ocfs2_alloc_context | Tao Ma | 3 | -0/+4 |
| 2008-04-18 | ocfs2: Add a new parameter for ocfs2_reserve_suballoc_bits | Tao Ma | 1 | -4/+18 |
| 2008-04-18 | ocfs2: Enable cross extent block merge. | Tao Ma | 1 | -8/+86 |
| 2008-04-18 | ocfs2: Add support for cross extent block | Tao Ma | 1 | -41/+325 |
| 2008-04-18 | ocfs2: Move /sys/o2cb to /sys/fs/o2cb | Mark Fasheh | 1 | -0/+9 |
| 2008-04-18 | sysfs: Allow removal of symlinks in the sysfs root | Mark Fasheh | 1 | -1/+8 |
| 2008-04-18 | ocfs2: Reconnect after idle time out. | Tao Ma | 2 | -15/+38 |
| 2008-04-18 | ocfs2/dlm: Cleanup lockres print | Sunil Mushran | 1 | -11/+11 |
| 2008-04-18 | ocfs2/dlm: Fix lockname in lockres print function | Sunil Mushran | 1 | -75/+51 |
| 2008-04-18 | ocfs2/dlm: Move dlm_print_one_mle() from dlmmaster.c to dlmdebug.c | Sunil Mushran | 3 | -160/+85 |
| 2008-04-18 | ocfs2/dlm: Dumps the purgelist into a debugfs file | Sunil Mushran | 2 | -0/+72 |
| 2008-04-18 | ocfs2/dlm: Dumps the mles into a debugfs file | Sunil Mushran | 2 | -0/+120 |
| 2008-04-18 | ocfs2/dlm: Move struct dlm_master_list_entry to dlmcommon.h | Sunil Mushran | 2 | -37/+35 |
| 2008-04-18 | ocfs2/dlm: Dumps the lockres' into a debugfs file | Sunil Mushran | 2 | -0/+255 |
| 2008-04-18 | ocfs2/dlm: Dump the dlm state in a debugfs file | Sunil Mushran | 4 | -0/+325 |
| 2008-04-18 | ocfs2/dlm: Create debugfs dirs | Sunil Mushran | 4 | -2/+125 |
| 2008-04-18 | ocfs2/dlm: Link all lockres' to a tracking list | Sunil Mushran | 3 | -0/+26 |
| 2008-04-18 | ocfs2/dlm: Create slabcaches for lock and lockres | Sunil Mushran | 4 | -17/+99 |
| 2008-04-18 | ocfs2/dlm: Rename slabcache dlm_mle_cache to o2dlm_mle | Sunil Mushran | 2 | -2/+4 |
| 2008-04-18 | ocfs2: Allow selection of cluster plug-ins. | Joel Becker | 2 | -4/+32 |
| 2008-04-18 | ocfs2: Add kbuild for ocfs2_stack_user.ko | Joel Becker | 1 | -1/+6 |
| 2008-04-18 | ocfs2: Change mlog_bug_on to BUG_ON in ocfs2_lockid.h | Joel Becker | 1 | -1/+1 |
| 2008-04-18 | ocfs2: add fsdlm to stackglue | David Teigland | 3 | -6/+243 |
| 2008-04-18 | ocfs2: Add the 'set version' message to the ocfs2_control device. | Joel Becker | 1 | -12/+119 |
| 2008-04-18 | ocfs2: Add the local node id to the handshake. | Joel Becker | 1 | -49/+173 |
| 2008-04-18 | ocfs2: Introduce the DOWN message to ocfs2_control | Joel Becker | 1 | -5/+89 |
| 2008-04-18 | ocfs2: Start the ocfs2_control handshake. | Joel Becker | 1 | -5/+139 |
| 2008-04-18 | ocfs2: Add the ocfs2_control misc device. | Joel Becker | 1 | -1/+183 |
| 2008-04-18 | ocfs2: Add the user stack module. | Joel Becker | 1 | -0/+38 |
| 2008-04-18 | ocfs2: Add the 'cluster_stack' sysfs file. | Joel Becker | 3 | -13/+104 |
| 2008-04-18 | ocfs2: Add the USERSPACE_STACK incompat bit. | Joel Becker | 3 | -3/+134 |
| 2008-04-18 | ocfs2: Create stack glue sysfs files. | Joel Becker | 1 | -1/+120 |
| 2008-04-18 | ocfs2: Break out stackglue into modules. | Joel Becker | 7 | -50/+297 |
| 2008-04-18 | ocfs2: Create ocfs2_stack_operations and split out the o2cb stack. | Joel Becker | 4 | -372/+532 |
| 2008-04-18 | ocfs2: Split o2cb code from generic stack functions. | Joel Becker | 1 | -65/+144 |