Whamcloud - gitweb
fs/lustre-release.git
19 years ago- fixes about lmv_delete_inode().
yury [Mon, 15 Nov 2004 07:24:19 +0000 (07:24 +0000)]
- fixes about lmv_delete_inode().

19 years ago- small cleanups, comments.
yury [Sun, 14 Nov 2004 14:32:33 +0000 (14:32 +0000)]
- small cleanups, comments.

19 years ago- destroy lmv_obj cache in error case in lmv module init function.
yury [Sun, 14 Nov 2004 11:38:01 +0000 (11:38 +0000)]
- destroy lmv_obj cache in error case in lmv module init function.

19 years ago- more fixes about lmv_put_inode()
yury [Sun, 14 Nov 2004 11:33:18 +0000 (11:33 +0000)]
- more fixes about lmv_put_inode()

19 years ago- fixes about removing lmv_obj when coresponding inode is getting removed. Former
yury [Sun, 14 Nov 2004 11:29:54 +0000 (11:29 +0000)]
- fixes about removing lmv_obj when coresponding inode is getting removed. Former
implementation was buggy and did not take into account the case when inode is just
released due to memory pressure and only removed lmv_obj when inode was deleted.
Current implementation is much better especially if some client will produce lots
of splitted dirs.

- cleanups struct lmv_obj. Renames in lmv obj manager to make names shorter.

- making lmv_obj manager to use kmem cache for struct lmv_obj instances. This
should work faster if some client will produce lots of splitted dirs.

- fix in lmv_connect(). It should not remove lmv_proc_dir if thereis no error.

- added some asserts. Fixes in lmv_obj manager to make it working correct if
an object is getting removed by lmv_delete_obj().

- removed error message when lmv_put_inode() detects, that object is still used by
someone, removed redundant assignments and variables. Cleanups about using lustre_id
in lmv_obj manager.

- cleanups about ENTRY/RETURN things in lmv object manager.

19 years ago- cleanups about getattr_name. By now getattr_lock is used everywhere.
yury [Sat, 13 Nov 2004 15:39:39 +0000 (15:39 +0000)]
- cleanups about getattr_name. By now getattr_lock is used everywhere.
- more cleanups about EXIT, RETURN, etc.

19 years ago- added standard CFS headers in some source files.
yury [Sat, 13 Nov 2004 14:13:32 +0000 (14:13 +0000)]
- added standard CFS headers in some source files.
- fixes in llog_test.c and tests/run-llog.sh. By now sanity.sh test_60 passes.

19 years agoBranch HEAD
wangdi [Fri, 12 Nov 2004 14:50:09 +0000 (14:50 +0000)]
Branch HEAD
b3980 GETATTR request should send to it own mdc, not its parent.
r:bzzz

19 years ago- cleanups about lmv_obd_create().
yury [Fri, 12 Nov 2004 13:34:02 +0000 (13:34 +0000)]
- cleanups about lmv_obd_create().

19 years ago- changed uml config for 2.6.7, added uml config for 2.4.24
yury [Fri, 12 Nov 2004 09:23:14 +0000 (09:23 +0000)]
- changed uml config for 2.6.7, added uml config for 2.4.24

19 years ago- fix from Alex
yury [Fri, 12 Nov 2004 07:28:56 +0000 (07:28 +0000)]
- fix from Alex

19 years ago- small fix
yury [Thu, 11 Nov 2004 16:50:29 +0000 (16:50 +0000)]
- small fix

19 years ago- cleanups about ENTRY, EXIT, etc. in mds and lmv stuff.
yury [Thu, 11 Nov 2004 16:44:33 +0000 (16:44 +0000)]
- cleanups about ENTRY, EXIT, etc. in mds and lmv stuff.

19 years ago- added comment.
yury [Thu, 11 Nov 2004 12:13:23 +0000 (12:13 +0000)]
- added comment.

19 years ago- landing b_fid.
yury [Thu, 11 Nov 2004 11:36:49 +0000 (11:36 +0000)]
- landing b_fid.

19 years agob=4738
alex [Wed, 10 Nov 2004 13:22:09 +0000 (13:22 +0000)]
b=4738

- mds_getattr_lock() should take UPDATE lock to protect directory
  from being modified during lookup procedure

19 years agob=5151
alex [Tue, 9 Nov 2004 11:47:30 +0000 (11:47 +0000)]
b=5151

- if request is being replayed twice (recovery abort case) then we have
  to check the requested inode for existence

19 years agob=5150
alex [Tue, 9 Nov 2004 11:30:21 +0000 (11:30 +0000)]
b=5150

- mds_connect_post() to maintain number of llite clients

19 years agob=5153
alex [Tue, 9 Nov 2004 11:04:57 +0000 (11:04 +0000)]
b=5153

- remove redundant f_dput() in filter_preprw_write()

19 years agoremove my previous patch, which should be committed to b_hd_netid
wangchao [Tue, 9 Nov 2004 10:51:45 +0000 (10:51 +0000)]
remove my previous patch, which should be committed to b_hd_netid

19 years agoadd netid patameter to lctl mynid cmd
wangchao [Tue, 9 Nov 2004 10:26:17 +0000 (10:26 +0000)]
add netid patameter to lctl mynid cmd

19 years ago- fix in mds_init_ucred()
yury [Thu, 4 Nov 2004 08:45:33 +0000 (08:45 +0000)]
- fix in mds_init_ucred()

19 years agob=4180
alex [Mon, 1 Nov 2004 12:30:44 +0000 (12:30 +0000)]
b=4180
r=adilger

- deadlock fixed: in order to avoid handle restart holding i_zombie we
  truncate file first in separate transaction

19 years ago* removing scimacnal
eeb [Mon, 1 Nov 2004 09:32:57 +0000 (09:32 +0000)]
*   removing scimacnal

19 years ago* Added socknal multi-frag I/O
eeb [Fri, 29 Oct 2004 18:02:09 +0000 (18:02 +0000)]
*  Added socknal multi-frag I/O

19 years ago* landed unified portals (b_hd_cleanup_merge_singleportals) on HEAD
eeb [Fri, 29 Oct 2004 15:06:22 +0000 (15:06 +0000)]
*   landed unified portals (b_hd_cleanup_merge_singleportals) on HEAD

19 years ago- the same fix as in b_fid about lmv_intent_lookup()
yury [Thu, 28 Oct 2004 13:00:51 +0000 (13:00 +0000)]
- the same fix as in b_fid about lmv_intent_lookup()

19 years agofile cfs_tracefile.c was initially added on branch b_port_step.
liangzhen [Thu, 28 Oct 2004 08:46:42 +0000 (08:46 +0000)]
file cfs_tracefile.c was initially added on branch b_port_step.

19 years agofile cfs_debug.c was initially added on branch b_port_step.
liangzhen [Thu, 28 Oct 2004 08:46:41 +0000 (08:46 +0000)]
file cfs_debug.c was initially added on branch b_port_step.

19 years agofile vibnal_cb.c was initially added on branch b1_4_smallfix_iib.
fzago [Wed, 27 Oct 2004 19:53:34 +0000 (19:53 +0000)]
file vibnal_cb.c was initially added on branch b1_4_smallfix_iib.

19 years agofile vibnal.h was initially added on branch b1_4_smallfix_iib.
fzago [Wed, 27 Oct 2004 19:53:33 +0000 (19:53 +0000)]
file vibnal.h was initially added on branch b1_4_smallfix_iib.

19 years agofile vibnal.c was initially added on branch b1_4_smallfix_iib.
fzago [Wed, 27 Oct 2004 19:53:32 +0000 (19:53 +0000)]
file vibnal.c was initially added on branch b1_4_smallfix_iib.

19 years agofile cfs_proc.c was initially added on branch b_port_step.
liangzhen [Tue, 26 Oct 2004 14:17:29 +0000 (14:17 +0000)]
file cfs_proc.c was initially added on branch b_port_step.

19 years agofile cfs_prim.c was initially added on branch b_port_step.
liangzhen [Tue, 26 Oct 2004 14:17:28 +0000 (14:17 +0000)]
file cfs_prim.c was initially added on branch b_port_step.

19 years agofile cfs_module.c was initially added on branch b_port_step.
liangzhen [Tue, 26 Oct 2004 14:17:27 +0000 (14:17 +0000)]
file cfs_module.c was initially added on branch b_port_step.

19 years agofile cfs_mem.c was initially added on branch b_port_step.
liangzhen [Tue, 26 Oct 2004 14:17:26 +0000 (14:17 +0000)]
file cfs_mem.c was initially added on branch b_port_step.

19 years agofile cfs_fs.c was initially added on branch b_port_step.
liangzhen [Tue, 26 Oct 2004 14:17:25 +0000 (14:17 +0000)]
file cfs_fs.c was initially added on branch b_port_step.

19 years agofile p30.h was initially added on branch b_port_step.
liangzhen [Tue, 26 Oct 2004 14:17:20 +0000 (14:17 +0000)]
file p30.h was initially added on branch b_port_step.

19 years agofile xnu_utils.h was initially added on branch b_port_step.
liangzhen [Tue, 26 Oct 2004 14:17:19 +0000 (14:17 +0000)]
file xnu_utils.h was initially added on branch b_port_step.

19 years agofile watchdog.c was initially added on branch b1_2.
jacob [Mon, 25 Oct 2004 17:42:47 +0000 (17:42 +0000)]
file watchdog.c was initially added on branch b1_2.

19 years ago- fixed stupid bug with locking in MDS. It caused clients do not flush local
yury [Mon, 25 Oct 2004 14:11:54 +0000 (14:11 +0000)]
- fixed stupid bug with locking in MDS. It caused clients do not flush local
caches on rename, what caused in turn stat to success after rename and to fail
creating new the same name again. Actually this is most of 24* tests from
sanity.sh and runtests.

19 years ago- unland b_fid to HEAD
yury [Sun, 24 Oct 2004 17:05:37 +0000 (17:05 +0000)]
- unland b_fid to HEAD

19 years ago- landing of b_fid after merge with b_hd_cleanup_merge.
yury [Sun, 24 Oct 2004 16:12:35 +0000 (16:12 +0000)]
- landing of b_fid after merge with b_hd_cleanup_merge.

19 years ago- landing of b_hd_cleanup_merge to HEAD.
yury [Sat, 23 Oct 2004 13:59:25 +0000 (13:59 +0000)]
- landing of b_hd_cleanup_merge to HEAD.

19 years agofile xnu_types.h was initially added on branch b_port_step.
liangzhen [Fri, 22 Oct 2004 11:37:11 +0000 (11:37 +0000)]
file xnu_types.h was initially added on branch b_port_step.

19 years agofile xnu_sync.h was initially added on branch b_port_step.
liangzhen [Fri, 22 Oct 2004 11:37:10 +0000 (11:37 +0000)]
file xnu_sync.h was initially added on branch b_port_step.

19 years agofile cfs_sync.c was initially added on branch b_port_step.
liangzhen [Thu, 21 Oct 2004 15:14:24 +0000 (15:14 +0000)]
file cfs_sync.c was initially added on branch b_port_step.

19 years agofile cfs_lwt.c was initially added on branch b_port_step.
liangzhen [Thu, 21 Oct 2004 15:14:23 +0000 (15:14 +0000)]
file cfs_lwt.c was initially added on branch b_port_step.

19 years agofile cfs_lock.c was initially added on branch b_port_step.
liangzhen [Thu, 21 Oct 2004 15:14:22 +0000 (15:14 +0000)]
file cfs_lock.c was initially added on branch b_port_step.

19 years agofile cfs_tracefile.c was initially added on branch b_port_step.
liangzhen [Thu, 21 Oct 2004 15:14:21 +0000 (15:14 +0000)]
file cfs_tracefile.c was initially added on branch b_port_step.

19 years agofile cfs_proc.c was initially added on branch b_port_step.
liangzhen [Thu, 21 Oct 2004 15:14:20 +0000 (15:14 +0000)]
file cfs_proc.c was initially added on branch b_port_step.

19 years agofile cfs_prim.c was initially added on branch b_port_step.
liangzhen [Thu, 21 Oct 2004 15:14:19 +0000 (15:14 +0000)]
file cfs_prim.c was initially added on branch b_port_step.

19 years agofile cfs_module.c was initially added on branch b_port_step.
liangzhen [Thu, 21 Oct 2004 15:14:18 +0000 (15:14 +0000)]
file cfs_module.c was initially added on branch b_port_step.

19 years agofile cfs_mem.c was initially added on branch b_port_step.
liangzhen [Thu, 21 Oct 2004 15:14:17 +0000 (15:14 +0000)]
file cfs_mem.c was initially added on branch b_port_step.

19 years agofile cfs_fs.c was initially added on branch b_port_step.
liangzhen [Thu, 21 Oct 2004 15:14:16 +0000 (15:14 +0000)]
file cfs_fs.c was initially added on branch b_port_step.

19 years agofile cfs_debug.c was initially added on branch b_port_step.
liangzhen [Thu, 21 Oct 2004 15:14:15 +0000 (15:14 +0000)]
file cfs_debug.c was initially added on branch b_port_step.

19 years agofile cfs_lock.h was initially added on branch b_port_step.
liangzhen [Thu, 21 Oct 2004 15:13:34 +0000 (15:13 +0000)]
file cfs_lock.h was initially added on branch b_port_step.

19 years agofile cfs_fs.h was initially added on branch b_port_step.
liangzhen [Thu, 21 Oct 2004 15:13:33 +0000 (15:13 +0000)]
file cfs_fs.h was initially added on branch b_port_step.

19 years agofile p30.h was initially added on branch b_port_step.
liangzhen [Wed, 20 Oct 2004 14:46:44 +0000 (14:46 +0000)]
file p30.h was initially added on branch b_port_step.

19 years ago* Fixed bug in test enumeration
eeb [Fri, 15 Oct 2004 09:57:27 +0000 (09:57 +0000)]
*   Fixed bug in test enumeration

19 years agofile lib-p30.h was initially added on branch b_porting.
liangzhen [Wed, 13 Oct 2004 19:02:01 +0000 (19:02 +0000)]
file lib-p30.h was initially added on branch b_porting.

19 years agofile lib-p30.h was initially added on branch b_porting.
liangzhen [Wed, 13 Oct 2004 18:54:28 +0000 (18:54 +0000)]
file lib-p30.h was initially added on branch b_porting.

19 years agofile cfs_lock.h was initially added on branch b_porting.
liangzhen [Wed, 13 Oct 2004 18:54:27 +0000 (18:54 +0000)]
file cfs_lock.h was initially added on branch b_porting.

19 years agofile cfs_fs.h was initially added on branch b_porting.
liangzhen [Wed, 13 Oct 2004 18:54:26 +0000 (18:54 +0000)]
file cfs_fs.h was initially added on branch b_porting.

19 years agofile cfs_prim.h was initially added on branch b_porting.
liangzhen [Tue, 12 Oct 2004 20:32:55 +0000 (20:32 +0000)]
file cfs_prim.h was initially added on branch b_porting.

19 years agofile cfs_mem.h was initially added on branch b_porting.
liangzhen [Tue, 12 Oct 2004 20:32:54 +0000 (20:32 +0000)]
file cfs_mem.h was initially added on branch b_porting.

19 years agominor fix for buffer offsets.
ericm [Tue, 12 Oct 2004 17:47:38 +0000 (17:47 +0000)]
minor fix for buffer offsets.

19 years agofile xnu_sync.c was initially added on branch b_porting.
liangzhen [Tue, 12 Oct 2004 13:36:23 +0000 (13:36 +0000)]
file xnu_sync.c was initially added on branch b_porting.

19 years ago* more cleanups
eeb [Mon, 11 Oct 2004 11:25:30 +0000 (11:25 +0000)]
*   more cleanups

19 years agomodify lctl for input judgement error
liuduo [Mon, 11 Oct 2004 04:07:23 +0000 (04:07 +0000)]
modify lctl for input judgement error

19 years agomodify mdc_setattr_pack for buffer mismatch
liuduo [Sun, 10 Oct 2004 06:15:07 +0000 (06:15 +0000)]
modify mdc_setattr_pack for buffer mismatch

19 years agofile xnu_sysctl.c was initially added on branch b_porting.
liangzhen [Fri, 8 Oct 2004 17:51:45 +0000 (17:51 +0000)]
file xnu_sysctl.c was initially added on branch b_porting.

19 years agoadd examples to demonstrate how to use add net and add route commands in lmc
hejin [Fri, 8 Oct 2004 09:30:00 +0000 (09:30 +0000)]
add examples to demonstrate how to use add net and add route commands in lmc

19 years ago* ior-survey taking shape
eeb [Thu, 7 Oct 2004 23:30:35 +0000 (23:30 +0000)]
*  ior-survey taking shape

*  minor fixes to obdfilter-survey

19 years ago* Updated obdfilter-survey to drive non-local obdfilter/obdecho instances
eeb [Thu, 7 Oct 2004 00:14:46 +0000 (00:14 +0000)]
*   Updated obdfilter-survey to drive non-local obdfilter/obdecho instances

*   Updated obdfilter-survey README

19 years ago* changed parameter defaults
eeb [Tue, 5 Oct 2004 09:32:04 +0000 (09:32 +0000)]
*   changed parameter defaults

19 years ago* Changed sgpdd-survey summary field widths to ensure fixed width.
eeb [Mon, 4 Oct 2004 09:24:29 +0000 (09:24 +0000)]
*   Changed sgpdd-survey summary field widths to ensure fixed width.

19 years ago* fixed multi-dev reporting buglet
eeb [Sat, 2 Oct 2004 16:05:23 +0000 (16:05 +0000)]
*  fixed multi-dev reporting buglet

19 years ago* Debugged sgpdd-survey multi-device support on Bull server
eeb [Sat, 2 Oct 2004 14:13:30 +0000 (14:13 +0000)]
*   Debugged sgpdd-survey multi-device support on Bull server

19 years agofile socknal_lib.h was initially added on branch b_porting.
liangzhen [Sat, 2 Oct 2004 12:18:34 +0000 (12:18 +0000)]
file socknal_lib.h was initially added on branch b_porting.

19 years agofile socknal_lib.c was initially added on branch b_porting.
liangzhen [Sat, 2 Oct 2004 12:18:33 +0000 (12:18 +0000)]
file socknal_lib.c was initially added on branch b_porting.

19 years ago* Added ior-survey (still being developed)
eeb [Fri, 1 Oct 2004 07:45:37 +0000 (07:45 +0000)]
*  Added ior-survey (still being developed)

19 years ago* Added obdfilter-survey + README
eeb [Thu, 30 Sep 2004 15:27:50 +0000 (15:27 +0000)]
*   Added obdfilter-survey + README

19 years ago* Cleaned up sgpdd-survey
eeb [Wed, 29 Sep 2004 13:48:26 +0000 (13:48 +0000)]
*  Cleaned up sgpdd-survey

*  Added a README for sgpdd-survey

19 years ago- broken patch was committed last time
alex [Thu, 23 Sep 2004 09:43:14 +0000 (09:43 +0000)]
- broken patch was committed last time

19 years agob=4584
alex [Wed, 22 Sep 2004 19:23:35 +0000 (19:23 +0000)]
b=4584

- mdt_obj_create() should set generation in re-create case

19 years agoadd the make of io-manual.pdf
zhaohong [Mon, 20 Sep 2004 02:54:39 +0000 (02:54 +0000)]
add the make of io-manual.pdf

19 years agofile ext3-htree-2.4.21-rhel.patch was initially added on branch b_release_1_2_6.
jacob [Thu, 16 Sep 2004 23:52:32 +0000 (23:52 +0000)]
file ext3-htree-2.4.21-rhel.patch was initially added on branch b_release_1_2_6.

19 years agob=4575
wangchao [Thu, 16 Sep 2004 04:20:01 +0000 (04:20 +0000)]
b=4575
update the manual for lmc, lconf and lctl

19 years agofile ext3-mballoc2-2.6.5.patch was initially added on branch b1_4.
green [Wed, 15 Sep 2004 22:59:51 +0000 (22:59 +0000)]
file ext3-mballoc2-2.6.5.patch was initially added on branch b1_4.

19 years agofile ext3-extents-2.6.5.patch was initially added on branch b1_4.
green [Wed, 15 Sep 2004 22:59:50 +0000 (22:59 +0000)]
file ext3-extents-2.6.5.patch was initially added on branch b1_4.

19 years agob=bug4165
zhaoqiang [Fri, 10 Sep 2004 03:23:41 +0000 (03:23 +0000)]
b=bug4165

Move the LUSTRE_SRV_PTL_PID definition from lustre_idl.h to libcfs.h

19 years agob=4552
alex [Thu, 9 Sep 2004 08:53:13 +0000 (08:53 +0000)]
b=4552
r=adilger

- bug fixed: ll_gns_timer_callback() used semaphore in interrupt context

19 years agofile small_scatterlist-2.4.21-rhel.patch was initially added on branch b_release_1_3_1.
jacob [Tue, 7 Sep 2004 21:54:04 +0000 (21:54 +0000)]
file small_scatterlist-2.4.21-rhel.patch was initially added on branch b_release_1_3_1.

19 years agob=4165
zhaoqiang [Sat, 4 Sep 2004 06:48:29 +0000 (06:48 +0000)]
b=4165
Add the lustre_idl.h to qswnal.h

19 years agob4445 some fix for smfs_delete_inode
wangdi [Thu, 2 Sep 2004 12:27:53 +0000 (12:27 +0000)]
b4445 some fix for smfs_delete_inode

19 years ago- fixed stack corruption due to writing out the size of variable (lockh)
yury [Wed, 1 Sep 2004 16:20:18 +0000 (16:20 +0000)]
- fixed stack corruption due to writing out the size of variable (lockh)
- removed redundant assignment.

19 years agob4445: clear smfs_info in smfs_delete_inode
wangdi [Wed, 1 Sep 2004 16:00:04 +0000 (16:00 +0000)]
b4445: clear smfs_info in smfs_delete_inode

19 years agofile types.h was initially added on branch b_confobd.
jacob [Tue, 31 Aug 2004 22:44:21 +0000 (22:44 +0000)]
file types.h was initially added on branch b_confobd.

19 years agofile ext3-mballoc2-2.6-suse.patch was initially added on branch b_bgl.
jacob [Tue, 31 Aug 2004 21:31:25 +0000 (21:31 +0000)]
file ext3-mballoc2-2.6-suse.patch was initially added on branch b_bgl.