[BLUETOOTH]: bnep endianness annotations
[safe/jmp/linux-2.6] / fs / ocfs2 /
2006-10-20 Mark Fashehocfs2: cond_resched() in ocfs2_zero_extend()
2006-10-20 Mark Fashehocfs2: fix page zeroing during simple extends
2006-10-20 Sunil Mushranocfs2: remove spurious d_count check in ocfs2_rename()
2006-10-20 Akinobu Mitaocfs2: delete redundant memcmp()
2006-10-11 Alexey Dobriyan[PATCH] fs/*: use BUILD_BUG_ON
2006-10-01 Mark Fasheh[PATCH] r/o bind mounts: clean up OCFS2 nlink handling
2006-10-01 Dave Hansen[PATCH] r/o bind mount prepwork: inc_nlink() helper
2006-10-01 Dave Hansen[PATCH] r/o bind mounts: unlink: monitor i_nlink
2006-10-01 Badari Pulavarty[PATCH] Vectorize aio_read/aio_write fileop methods
2006-09-27 Theodore Ts'o[PATCH] inode-diet: Eliminate i_blksize from the inode...
2006-09-27 Theodore Ts'o[PATCH] inode_diet: Replace inode.u.generic_ip with...
2006-09-27 Alexey Dobriyan[PATCH] Really ignore kmem_cache_destroy return value
2006-09-24 Mark Fashehocfs2: Teach ocfs2_drop_lock() to use ->set_lvb() callback
2006-09-24 Mark Fashehocfs2: Remove ->unblock lockres operation
2006-09-24 Mark Fashehocfs2: move downconvert worker to lockres ops
2006-09-24 Mark Fashehocfs2: Remove unused dlmglue functions
2006-09-24 Mark Fashehocfs2: Have the metadata lock use generic dlmglue functions
2006-09-24 Mark Fashehocfs2: Add ->set_lvb callback in dlmglue
2006-09-24 Mark Fashehocfs2: Add ->check_downconvert callback in dlmglue
2006-09-24 Mark Fashehocfs2: Check for refreshing locks in generic unblock...
2006-09-24 Mark Fashehocfs2: don't unconditionally pass LVB flags
2006-09-24 Mark Fashehocfs2: combine inode and generic blocking AST functions
2006-09-24 Mark Fashehocfs2: Add ->get_osb() dlmglue locking operation
2006-09-24 Mark Fashehocfs2: remove ->unlock_ast() callback from ocfs2_lock_r...
2006-09-24 Mark Fashehocfs2: combine inode and generic AST functions
2006-09-24 Mark Fashehocfs2: Clean up lock resource refresh flags
2006-09-24 Mark Fashehocfs2: Remove i_generation from inode lock names
2006-09-24 Mark Fashehocfs2: Encode i_generation in the meta data lvb
2006-09-24 Mark Fashehocfs2: Free up some space in the lvb
2006-09-24 Mark Fashehocfs2: Remove special casing for inode creation in...
2006-09-24 Mark Fashehocfs2: manually d_move() during ocfs2_rename()
2006-09-24 Mark Fashehocfs2: Remove the dentry vote
2006-09-24 Mark Fashehocfs2: Hook rest of the file system into dentry locking API
2006-09-24 Mark Fashehocfs2: Add dentry tracking API
2006-09-24 Mark Fashehocfs2: Add new cluster lock type
2006-09-24 Mark Fashehocfs2: Update dlmglue for new dlmlock() API
2006-09-24 Mark Fashehocfs2: Update dlmfs for new dlmlock() API
2006-09-24 Mark Fashehocfs2: Allow binary names in the DLM
2006-09-24 Mark Fashehocfs2: Silence dlm error print
2006-09-20 Mark Fashehocfs2: Remove overzealous BUG_ON()
2006-09-20 Mark Fashehocfs2: Don't print on unknown remote blocking call
2006-09-20 Mark Fashehocfs2: implement directory read-ahead
2006-09-20 Mark Fashehocfs2: properly update i_mtime on buffered write
2006-09-20 Tiger Yangocfs2: Fix directory link count checks in ocfs2_link()
2006-09-20 Mark Fashehocfs2: move nlink check in ocfs2_mknod()
2006-09-20 Mathieu Avilaocfs2: Fix heartbeat sector calculation
2006-09-20 Adrian Bunk[PATCH] fs/ocfs2/ioctl.c should #include "ioctl.h"
2006-09-20 Herbert Poetzlocfs2: add ext2 attributes
2006-08-07 Mark Fashehocfs2: allocation hints
2006-08-07 Mark Fashehocfs2: better group descriptor consistency checks
2006-08-07 Mark Fashehocfs2: limit cluster bitmap information saved at mount
2006-08-07 Adrian Bunk[PATCH] fs/ocfs2/dlm/dlmc: unexport dlm_migrate_lockres
2006-08-07 Kurt Hackelocfs2: fix check for locally granted state during dlmun...
2006-08-07 Kurt Hackelocfs2: do not modify lksb->status in the unlock ast
2006-08-07 Kurt Hackelocfs2: Fix lvb corruption
2006-06-29 Florin Malitaocfs2: remove redundant NULL checks in ocfs2_direct_IO_...
2006-06-29 Mark Fashehocfs2: clean up some osb fields
2006-06-29 Mark Fashehocfs2: fix init of uuid_net_key
2006-06-29 Mark Fashehocfs2: silence a debug print
2006-06-29 Sunil Mushranocfs2: silence ENOENT during lookup of broken links
2006-06-29 Sunil Mushranocfs2: Cleanup message prints
2006-06-29 Joel Beckerocfs2: silence -EEXIST from ocfs2_extent_map_insert...
2006-06-29 Adrian Bunk[PATCH] fs/ocfs2/dlm/dlmrecovery.c: make dlm_lockres_ma...
2006-06-29 Mark Fashehocfs2: warn the user on a dead timeout mismatch
2006-06-29 Joel Beckerocfs2: Compile-time disabling of ocfs2 debugging output.
2006-06-28 Christoph Hellwig[PATCH] mark address_space_operations const
2006-06-28 Jesper Juhl[PATCH] Remove redundant NULL checks before [kv]free...
2006-06-28 Ingo Molnar[PATCH] spin/rwlock init cleanups
2006-06-26 Adrian Bunk[PATCH] fs/ocfs2/dlm/: cleanups
2006-06-26 Mark Fashehocfs2: fix compiler warnings in dlm_convert_lock_handler()
2006-06-26 Mark Fashehocfs2: dlm_print_one_mle() needs to be defined
2006-06-26 Kurt Hackelocfs2: remove whitespace in dlmunlock.c
2006-06-26 Kurt Hackelocfs2: move dlm work to a private work queue
2006-06-26 Kurt Hackelocfs2: fix incorrect error returns
2006-06-26 Kurt Hackelocfs2: tune down some noisy messages during dlm recovery
2006-06-26 Kurt Hackelocfs2: display message before waiting for recovery...
2006-06-26 Kurt Hackelocfs2: mlog in dlm_convert_lock_handler() should be...
2006-06-26 Kurt Hackelocfs2: retry operations when a lock is marked in recovery
2006-06-26 Kurt Hackelocfs2: use cond_resched() in dlm_thread()
2006-06-26 Kurt Hackelocfs2: use GFP_NOFS in some dlm operations
2006-06-26 Kurt Hackelocfs2: wait for recovery when starting lock mastery
2006-06-26 Kurt Hackelocfs2: continue recovery when a dead node is encountered
2006-06-26 Kurt Hackelocfs2: remove unneccesary spin_unlock() in dlm_remaster...
2006-06-26 Kurt Hackelocfs2: dlm_remaster_locks() should never exit without...
2006-06-26 Kurt Hackelocfs2: special case recovery lock in dlmlock_remote()
2006-06-26 Kurt Hackelocfs2: pending mastery asserts and migrations should...
2006-06-26 Kurt Hackelocfs2: temporarily disable automatic lock migration
2006-06-26 Kurt Hackelocfs2: do not unconditionally purge the lockres in...
2006-06-26 Kurt Hackelocfs2: increase backoff before waiting for recovery
2006-06-26 Kurt Hackelocfs2: have dlm_pre_master_reco_lockres() ignore dead...
2006-06-26 Kurt Hackelocfs2: give the dlm dirty list a reference on the lockres
2006-06-26 Kurt Hackelocfs2: teach dlm_restart_lock_mastery() to wait on...
2006-06-26 Kurt Hackelocfs2: gracefully handle stale create_lock messages.
2006-06-26 Kurt Hackelocfs2: update lvb immediately during recovery
2006-06-26 Kurt Hackelocfs2: do not send master requests to localhost
2006-06-26 Kurt Hackelocfs2: purge lockres' sooner
2006-06-26 Kurt Hackelocfs2: dump mismatching migrated lvbs before BUG()
2006-06-26 Kurt Hackelocfs2: make dlm recovery finalization 2 stage
2006-06-26 Kurt Hackelocfs2: dlm recovery / lockres reference count fix
2006-06-26 Kurt Hackelocfs2: better error handling during assert master message
next