Whamcloud - gitweb
(1) Remove fs privilege (CAP_FS_MASK) for non-root user, it can result in
[fs/lustre-release.git] / lustre /
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.
2006-11-10 tappro- avoid assert case in mdd_unlink() while building...
2006-11-10 brianSupport the lmc --failout argument and set the failover...
2006-11-10 nikitaiam: take dx lock when inserting new pointer into index...
2006-11-10 yury- detect cross-ref cases in MDT using special flag...
2006-11-10 tappro- add more stats in mdd
2006-11-10 ericmbranch: b_new_cmd
2006-11-09 nikitamkfs_lustre.c: cap journal size at 2GB to avoid overflows.
2006-11-09 wangdiBranch: b_new_cmd
2006-11-09 lsyupdate comment according to code change.
2006-11-09 ericmbranch: b_new_cmd
2006-11-08 ericmbranch: b_new_cmd
2006-11-08 nikitakgdb: use correct macro version.
2006-11-08 nikitajbd: add a patch to create shadow-copies for all transa...
2006-11-08 lsyforgot pack capa for iocontrol EXT3_IOC_SETFLAGS.
2006-11-08 yury- fixed possible race in ll_close_inode_openhandle()
2006-11-08 yury- remove mkfs hjournal upper limit again after mk2fs...
2006-11-08 lsymore verbose message.
2006-11-08 nikitamkfs_lustre: return journal size limit back: buffalo...
2006-11-08 lsyadd debug code for capa cleanup failure.
2006-11-08 yury- fixed pssible NULL pointer access in lprocfs_rd_conn_...
2006-11-08 yury- fixed pssibly using freed och in ll_close_inode_openh...
2006-11-07 yury- do not check dir for split if cleint already knows...
2006-11-07 tapprofix in patch
2006-11-07 tapproreturn minor changes in config back
2006-11-07 yury- added -ERESTART handling for link, unlink and rename...
2006-11-07 yury- added stats to cmm split;
2006-11-07 fanyong(1) provide locked and unlocked version for mdd_permission.
2006-11-07 tapprofix broken compile
2006-11-07 huanghuafix error handling; kill possible memleak.
2006-11-07 tappro- update default configs
2006-11-07 tapproadd highmem-split patch from HEAD to series
2006-11-07 fanyong(1) drop unnecessary mdd_read_lock.
2006-11-07 fanyongPass lu_attr as arg for __mdd_permission_internal expli...
2006-11-07 fanyongSmall fix, cleanup the code.
2006-11-07 lsyrename op_mod_capa? to op_capa?. (original mod already...
2006-11-06 nikitacmm,osd: add debugging to catch bug11150.
2006-11-06 yury- use separate create lock for each group on OST, so...
2006-11-06 nikitamkfs.lustre: remove upper limit on journal size: we...
2006-11-06 yury- all md_op_data field have prefix op_;
2006-11-06 tapproreturn TEA hash back
2006-11-06 tapproanother part of -ERESTART handling
2006-11-06 tappro- finish reqp if -ERESTART received, add debug
2006-11-06 nikitaosd: fix ipd handling for iterators.
2006-11-06 wangdiBranch: b_new_cmd
2006-11-06 fanyongCheck WRITE permission of parent when create.
2006-11-05 yury- optimization for open. In case mdt_reint_open() sees...
2006-11-05 tapprocorrect block/inode ratio for OST, don't use defaults
2006-11-05 tappro- enable 4G of memory usage, disable preemt
2006-11-04 nikitaosd/mdd: new (weaker) locking for ->do_attr_{g,e}set...
2006-11-04 nikitamdd: little cleanup.
2006-11-04 nikita0. iam: pub r5 hash back.
2006-11-04 yury- remove debug stuff for b11150
2006-11-04 tappro- make 16K bytes/inode ratio only for really big device...
2006-11-04 yury- cleanups and fixes in fid/lproc* stuff;
2006-11-04 huanghua(1) check whether reply buffer has been packed;
2006-11-04 huanghuafix a typo
2006-11-03 ericmbranch: b_new_cmd
2006-11-03 nikitaptlrpc: put back into ll_rpc_opcode[] symbolic rpc...
2006-11-03 nikitamdt: export ptlrpc stats fro mdt services.
2006-11-03 nikitaseq: fix (paper over, in fact) NULL pointer dereference...
2006-11-03 tapprorevert back changes about MAX_HASH_SIZE usage during...
next