UIO: cdev lock_kernel() pushdown
[safe/jmp/linux-2.6] / fs / ocfs2 /
2008-05-01 Sunil Mushranocfs2: Use GFP_NOFS in kmalloc during localalloc window...
2008-05-01 Sunil Mushranocfs2: Allow uid/gid/perm changes of symlinks
2008-05-01 Adrian Bunkocfs2/dlm: dlmdebug.c: make 2 functions static
2008-05-01 Adrian Bunkocfs2: make struct o2cb_stack_ops static
2008-05-01 Adrian Bunkocfs2: make struct ocfs2_control_device static
2008-05-01 Joel Beckerocfs2: Correct merge of 52f7c21 (Move /sys/o2cb to...
2008-04-30 Miklos Szeredimm: bdi: add separate writeback accounting capability
2008-04-19 Dave Hansen[PATCH] r/o bind mounts: elevate write count for ioctls()
2008-04-18 Sunil Mushranocfs2/net: Add debug interface to o2net
2008-04-18 Mark Fashehocfs2: Only build ocfs2/dlm with the o2cb stack module
2008-04-18 Jeff Mahoneyocfs2/cluster: Get rid of arguments to the timeout...
2008-04-18 Julia Lawallocfs2: Use BUG_ON
2008-04-18 Andi Kleenocfs2: Convert ocfs2 over to unlocked_ioctl
2008-04-18 Jan Karaocfs2: Improve rename locking
2008-04-18 Julia Lawallfs/ocfs2/aops.c: test for IS_ERR rather than 0
2008-04-18 Tao Maocfs2: Add inode stealing for ocfs2_reserve_new_inode
2008-04-18 Tao Maocfs2: Add ac_alloc_slot in ocfs2_alloc_context
2008-04-18 Tao Maocfs2: Add a new parameter for ocfs2_reserve_suballoc_bits
2008-04-18 Tao Maocfs2: Enable cross extent block merge.
2008-04-18 Tao Maocfs2: Add support for cross extent block
2008-04-18 Mark Fashehocfs2: Move /sys/o2cb to /sys/fs/o2cb
2008-04-18 Tao Maocfs2: Reconnect after idle time out.
2008-04-18 Sunil Mushranocfs2/dlm: Cleanup lockres print
2008-04-18 Sunil Mushranocfs2/dlm: Fix lockname in lockres print function
2008-04-18 Sunil Mushranocfs2/dlm: Move dlm_print_one_mle() from dlmc to dlmdebug.c
2008-04-18 Sunil Mushranocfs2/dlm: Dumps the purgelist into a debugfs file
2008-04-18 Sunil Mushranocfs2/dlm: Dumps the mles into a debugfs file
2008-04-18 Sunil Mushranocfs2/dlm: Move struct dlm_master_list_entry to dlmcommon.h
2008-04-18 Sunil Mushranocfs2/dlm: Dumps the lockres' into a debugfs file
2008-04-18 Sunil Mushranocfs2/dlm: Dump the dlm state in a debugfs file
2008-04-18 Sunil Mushranocfs2/dlm: Create debugfs dirs
2008-04-18 Sunil Mushranocfs2/dlm: Link all lockres' to a tracking list
2008-04-18 Sunil Mushranocfs2/dlm: Create slabcaches for lock and lockres
2008-04-18 Sunil Mushranocfs2/dlm: Rename slabcache dlm_mle_cache to o2dlm_mle
2008-04-18 Joel Beckerocfs2: Allow selection of cluster plug-ins.
2008-04-18 Joel Beckerocfs2: Add kbuild for ocfs2_stack_user.ko
2008-04-18 Joel Beckerocfs2: Change mlog_bug_on to BUG_ON in ocfs2_lockid.h
2008-04-18 David Teiglandocfs2: add fsdlm to stackglue
2008-04-18 Joel Beckerocfs2: Add the 'set version' message to the ocfs2_contr...
2008-04-18 Joel Beckerocfs2: Add the local node id to the handshake.
2008-04-18 Joel Beckerocfs2: Introduce the DOWN message to ocfs2_control
2008-04-18 Joel Beckerocfs2: Start the ocfs2_control handshake.
2008-04-18 Joel Beckerocfs2: Add the ocfs2_control misc device.
2008-04-18 Joel Beckerocfs2: Add the user stack module.
2008-04-18 Joel Beckerocfs2: Add the 'cluster_stack' sysfs file.
2008-04-18 Joel Beckerocfs2: Add the USERSPACE_STACK incompat bit.
2008-04-18 Joel Beckerocfs2: Create stack glue sysfs files.
2008-04-18 Joel Beckerocfs2: Break out stackglue into modules.
2008-04-18 Joel Beckerocfs2: Create ocfs2_stack_operations and split out...
2008-04-18 Joel Beckerocfs2: Split o2cb code from generic stack functions.
2008-04-18 Joel Beckerocfs2: Clean up stackglue initialization
2008-04-18 Joel Beckerocfs2: Abstract out a debugging function for underlying...
2008-04-18 David Teiglandocfs2: handle async EAGAIN from NOQUEUE request
2008-04-18 Joel Beckerocfs2: Remove CANCELGRANT from the view of dlmglue.
2008-04-18 Mark Fashehocfs2: Fill node number during cluster stack init
2008-04-18 Joel Beckerocfs2: Move o2hb functionality into the stack glue.
2008-04-18 Joel Beckerocfs2: Abstract out node number queries.
2008-04-18 Joel Beckerocfs2: Introduce the new ocfs2_cluster_connect/disconne...
2008-04-18 Joel Beckerocfs2: Create the lock status block union.
2008-04-18 Joel Beckerocfs2: Use -errno instead of dlm_status for ocfs2_dlm_l...
2008-04-18 Joel Beckerocfs2: Use global DLM_ constants in generic code.
2008-04-18 Joel Beckerocfs2: Separate out dlm lock functions.
2008-04-18 Joel Beckerocfs2: New slot map format
2008-04-18 Joel Beckerocfs2: Define the contents of the slot_map file.
2008-04-18 Joel Beckerocfs2: De-magic the in-memory slot map.
2008-04-18 Joel Beckerocfs2: slot_map I/O based on max_slots.
2008-04-18 Joel Beckerocfs2: Change the recovery map to an array of node...
2008-04-18 Joel Beckerocfs2: Make ocfs2_slot_info private.
2008-04-18 Mark Fashehocfs2: Move slot map access into slot_map.c
2008-03-10 Tao Maocfs2: Fix NULL pointer dereferences in o2net
2008-03-10 Sunil Mushranocfs2/dlm: dlm_thread should not sleep while holding...
2008-03-10 Sunil Mushranocfs2/dlm: Print message showing the recovery master
2008-03-10 Sunil Mushranocfs2/dlm: Add missing dlm_lockres_put()s
2008-03-10 Sunil Mushranocfs2/dlm: Add missing dlm_lockres_put()s in migration...
2008-03-10 Sunil Mushranocfs2/dlm: Add missing dlm_lock_put()s
2008-03-10 Tao Maocfs2: Fix an endian bug in online resize.
2008-03-10 Jan Engelhardt[PATCH] [OCFS2]: constify function pointer tables
2008-03-10 Joel Beckerocfs2: Fix endian bug in o2dlm protocol negotiation.
2008-03-10 Tao Maocfs2: Use dlm_print_one_lock_resource for lock resourc...
2008-03-10 Andrew Morton[PATCH] fs/ocfs2/dlm/dlmdomain.c: fix printk warning
2008-03-03 Julia Lawall[PATCH] fs/ocfs2/aops.c: Correct use of ! and &
2008-03-03 Adrian Bunk[2.6 patch] ocfs2: make dlm_do_assert_master() static
2008-03-03 Adrian Bunk[2.6 patch] make ocfs2_downconvert_thread() static
2008-03-03 Adrian Bunk[2.6 patch] fs/ocfs2/: possible cleanups
2008-03-03 Marcin Slusarz[PATCH] ocfs2: le*_add_cpu conversion
2008-03-03 Mark Fashehocfs2: Fix writeout in ocfs2_data_convert_worker()
2008-03-03 Sunil Mushranocfs2: Enable localalloc for local mounts
2008-02-08 Marcin Slusarzbyteorder: move le32_add_cpu & friends from OCFS2 to...
2008-02-07 Joel Beckerocfs2: Negotiate locking protocol versions.
2008-02-05 Christoph LameterPagecache zeroing: zero_user_segment, zero_user_segment...
2008-02-03 Joe Perchesfs/: Spelling fixes
2008-01-29 Joel Beckerocfs2: Fix userspace ABI breakage in sysfs
2008-01-25 Mark Fashehocfs2: clean up bh null checks
2008-01-25 Mark Fashehocfs2: document access rules for blocked_lock_list
2008-01-25 Mark Fashehocfs2: bump version number
2008-01-25 Tao Maocfs2/dlm: Clear joining_node on hearbeat node down
2008-01-25 Marcin Slusarzocfs2: convert byte order of constant instead of variable
2008-01-25 Sunil Mushranocfs2: Update default cluster timeouts
2008-01-25 Jan Karaocfs2: printf fixes
2008-01-25 Jan Karaocfs2: Use generic_file_llseek
next