Whamcloud - gitweb
More sanity check for filename length.
[fs/lustre-release.git] / lustre /
2006-11-23 fanyongMore sanity check for filename length.
2006-11-23 huanghuafix a typo and clear out the fid.
2006-11-23 huanghuamore precise debugging code.
2006-11-22 wangdiBranch: b_new_cmd
2006-11-22 fanyongMore sanity check for nlink of file.
2006-11-22 nikitajbd-checkpoint-on-commit: fix locking.
2006-11-22 tappro- fix recovery issue. dropping obd_recovering flag...
2006-11-22 tappro- make sure there is transno for close/done_write(...
2006-11-22 tappro- count -EAGAIN during close() as valid answer
2006-11-22 tappro- fix objid update call. It should be done before trans...
2006-11-22 huanghuaadd debug code to catch b11241
2006-11-22 huanghualet export Lustre over NFS work.
2006-11-22 huanghuafix oops while accessing NULL pointer
2006-11-22 fanyong(1) Drop unnecessary permission check for name_{insert...
2006-11-22 fanyongAdd symlink target length check.
2006-11-21 nikitaiam: revert changes to IAM_LOOKUP_LAST that might cause...
2006-11-21 nikitalu: ultimately hash function that works(tm)... famous...
2006-11-21 nikitaadd per-thread debugging flags. Use then to control...
2006-11-21 nikitalu/mdt: more site stats.
2006-11-21 yujianThe sixth field in the csv entry is "fsname", so just...
2006-11-21 fanyong(1) For remote create, only continue when lookup return...
2006-11-21 fanyongMiss to set spec->u.sp_ea.fid for remote object_create...
2006-11-21 huanghua(1) do not return any entry to client for a dead directory;
2006-11-21 brianChange the key for objects to their name.
2006-11-21 ericmbranch: b_new_cmd
2006-11-20 nikita__find_get_block_slow-scale.patch: attempt to reduce...
2006-11-20 nikitaiam: 1. more correctness checks, 2. fixes to readdir...
2006-11-20 ericmbranch: b_new_cmd
2006-11-20 yury- in cmm_split_check() passed to OBD_FREE correct size...
2006-11-20 nikitalu: now that we have larger hash table, switch to the...
2006-11-20 nikitaiam: remove wrong assertion introduced by previous...
2006-11-20 nikitaiam: 0. do not unlock leaf while advancing index part...
2006-11-20 nikitalu/mdt: more stat stats.
2006-11-20 yury- simplify and optimize lmv_placement_policy(). By...
2006-11-20 wangdiBranch: b_new_cmd
2006-11-20 nikitalu: use vmalloc() to allocate hash table.
2006-11-20 nikitalog_do_checkpoint(): fix return value.
2006-11-20 huanghua(1) use hash value 0xfffffffeUL to mark end of a direct...
2006-11-20 nikitaiam fixes:
2006-11-19 nikitajbd-checkpoint-on-commit: dix possible deadlock.
2006-11-19 tappro add 'exist' info in lu_object_header_print()
2006-11-19 tapprodebug for failed object
2006-11-19 nikitause nr_free_buffer_pages() to calculate hash table...
2006-11-19 tappro- led_lock is correct here
2006-11-19 tappro- wrong lock was used to protect namespace operation
2006-11-19 nikitafix possible deadlock in jbd-checkpoint-on-commit.
2006-11-19 nikitaiam: remove unreliable correctness check.
2006-11-18 nikitamdt/lu: add lu_site statistics at /proc/fs/lustre/mdt...
2006-11-18 tappro- more debug
2006-11-18 tappro- raw_lookup() is not intent operation, no need to...
2006-11-18 wangdiBranch: b_new_cmd
2006-11-18 ericmbranch: b_new_cmd
2006-11-17 yury- in lmv_placement_policy() add missed lmv_object_put()
2006-11-17 nikitaobd: use ({ ... }) instead of do { ... } while (0)...
2006-11-17 nikitalu: make site hash table dynamically adjustable.
2006-11-17 yury- fixed one more race in LMV which made it posssible...
2006-11-17 vitalyBranch b_new_cmd
2006-11-17 fanyongFix about remote acl operation:
2006-11-17 fanyongFor change file time operation (utime),
2006-11-16 vitalyBranch b_new_cmd
2006-11-16 fanyongDo UCRED_OLD authentication when gss disabled.
2006-11-16 fanyong(1) Remove fs privilege (CAP_FS_MASK) for non-root...
2006-11-16 ericmbranch: b_new_cmd
2006-11-16 fanyongDrop unnecessary warning message in the scripts, and...
2006-11-16 ericmbranch: b_new_cmd
2006-11-16 huanghuachange debug subsystem according to nathan's cleanup
2006-11-15 nikitaiam: add more debugging based on dynlock_is_locked().
2006-11-15 nikitadynlocks: add dynlock_is_locked() function.
2006-11-15 nikitamdd: put md_ucred() back.
2006-11-15 yury- small cleanups.
2006-11-15 nikitaiam: 0. fix assertion in split_index_node(). 1. remove...
2006-11-15 nikitamkfs_lustre: let us try smaller inodes.
2006-11-15 yury- fixes in lov to make it a bit more parallel creates...
2006-11-15 nikitalu_object: return back old hash: hash_long() proved...
2006-11-15 nikitaiam: disable dx_bug11027_check().
2006-11-15 yury- modules order fixed
2006-11-15 wangdiBranch:b_new_cmd
2006-11-15 huanghua(1) mdd_name_insert(), the return value is lost;
2006-11-15 nikitaiam: fix pdirops locking during leaf split.
2006-11-14 yury- added more stats to mdt operations;
2006-11-14 brianTest the value of the failo{ver,ut} flags before decidi...
2006-11-14 yury- fixed race in lmv about fid allocation. It allocated...
2006-11-14 nikitaadd more debugging for unlink -ENOENT bug on buffalo.
2006-11-14 ericmbranch: b_new_cmd
2006-11-13 nikitajbd: add jbd-checkpoint-on-commit.patch.
2006-11-13 nikitaosd: debugging dump index leaf node when osd_inode_remo...
2006-11-13 nikitaiam: debugging code for oi -ENOENT error.
2006-11-13 nikitalu_object: use hash_long() to hash fids.
2006-11-13 nikitaosd: put back fid_is_local() assertion.
2006-11-13 nikitamdd_unlink(): fix format.
2006-11-13 vitalyBranch b_new_cmd
2006-11-13 fanyong(1) add some condition check.
2006-11-13 fanyongDrop unnecessary check, update remote perm anyway.
2006-11-13 huanghuafix memleak in error case.
2006-11-12 tappro- fix small typo
2006-11-12 tappro- return MIN_PRECREATE to the initial value - 32
2006-11-11 tapproremove voluntary preempt from configs
2006-11-11 tapprodisable lookup() in sanity checks for create temporary
2006-11-11 tapproadd debug info
2006-11-11 nikitaiam: add debugging for bug 11027.
next