Whamcloud - gitweb
fs/lustre-release.git
2006-11-29 wangdiBranch:b_new_cmd
2006-11-28 tappro- bug in lustre_msg_clear_flags(). For version 2 it...
2006-11-28 ericmbranch: b_new_cmd
2006-11-28 nikitafix for LASSERT(*start <= hash) bug.
2006-11-28 huanghuafix a memleak @lustre_md->mea in ll_prep_inode().
2006-11-28 fanyong(1) Fix setxid permission check order according to...
2006-11-28 fanyong(1)Add more rules for setxid.conf, permit to enable...
2006-11-28 yury- make split size 128K to ensure that no split happens...
2006-11-27 tappro- fix recovery issue with SOM. The setattr/done_writtin...
2006-11-27 vitalyBranch b_new_cmd
2006-11-27 vitalyBranch b_new_cmd
2006-11-27 wangdiBranch:b_new_cmd
2006-11-27 fanyongFix test script for local acl operation.
2006-11-26 wangdiBranch:b_new_cmd
2006-11-25 yury- some cleanups in lmv.
2006-11-24 ericmbranch: b_new_cmd
2006-11-24 nikitalmv: 0. more fid correctness checks, 1. fix wrong mea_h...
2006-11-24 huanghuathis fix a bug in Lustre over NFS. But this flag is...
2006-11-24 yury- cleanups in lmv:
2006-11-24 wangdiBranch: b_new_cmd
2006-11-24 fanyongAdd ASSERT for filename validity check.
2006-11-24 ericmbranch: b_new_cmd
2006-11-23 nikitaosd: disable back expensive fid_is_local() assertion.
2006-11-23 nikitalmv/iam: new "scalable" readdir.
2006-11-23 nikitafid: factor common function out.
2006-11-23 nikitaliblustre: add hash_long() from linux/hash.c.
2006-11-23 fanyongDo NOT count the terminating '\0' of filename for length.
2006-11-23 huanghuaremote operation should set MDS_CROSS_REF flag.
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 ericmfile context_lucid.c was added on branch 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...
next