- Sep 18, 2005
-
-
alex authored
-
- Sep 17, 2005
-
-
alex authored
-
Mikhail Pershin authored
-
- Sep 16, 2005
-
-
Mikhail Pershin authored
-
Mikhail Pershin authored
do d_delete() for backfs dentry as vfs_unlink/rmdir do
-
alex authored
-
alex authored
-
- Sep 15, 2005
-
-
Mikhail Pershin authored
- delay notification for audit_transfer in case of create - remove unneeded list_head declaration
-
- Sep 14, 2005
-
-
Mikhail Pershin authored
add audit flushing by demand. lctl flush_audit <mountpoint> will flush audit messages to syslog
-
Mikhail Pershin authored
remove setattr trick back
-
- Sep 13, 2005
-
-
Mikhail Pershin authored
store setattr mask in nid for debug purposes
-
- Sep 12, 2005
-
-
Mikhail Pershin authored
re-enable path restoring
-
Mikhail Pershin authored
turn off pathname restoring for debug purpose
-
- Sep 11, 2005
-
-
Mikhail Pershin authored
- fix issue when more than needed chars in name are shown
-
Mikhail Pershin authored
r=alex - get mds num from obd for just created file/directory to store correct value in audit log
-
Mikhail Pershin authored
r=alex - add audit flag on UNNAMED dir to enable audit inheritance on newly created objects
-
- Aug 31, 2005
-
-
Mikhail Pershin authored
changes in auditing of failed operations when audit is set on directory
-
- Aug 29, 2005
-
-
alex authored
- couple unused vars have been removed
-
- Aug 26, 2005
-
-
Mikhail Pershin authored
-
- Aug 25, 2005
-
-
Mikhail Pershin authored
audit on file didn't work on unlink due to loss of audit setting. Now audit mask is saved in smfs_inode_info also.
-
- Aug 23, 2005
-
-
Mikhail Pershin authored
lctl fix for setattr remove unused symlink opcode
-
Mikhail Pershin authored
-
- Aug 21, 2005
-
-
Mikhail Pershin authored
smfs didn't update backfs file pos with smfs file pos value before operation. This were critical for llog processing in some situations.
-
- Aug 19, 2005
-
-
Mikhail Pershin authored
-
Niu Yawei authored
type in lustre id are not always correct.(client don't update type in lli_id; id for cross-ref inode never store mode)
-
- Aug 18, 2005
-
-
Mikhail Pershin authored
- turn off audit for setattr/unlink on OSS - add few checks for stored lustre_id
-
- Aug 15, 2005
-
-
Yury Umanets authored
- small cleanups, more detailed error messages, fied error codes in ost_rec_create_pack(), fixed mixed declations and non declation stuff in osc_get_info()
-
- Aug 13, 2005
-
-
Mikhail Pershin authored
- set smfs flags on group subdirs
-
Mikhail Pershin authored
- fix wrong record length
-
Mikhail Pershin authored
- store node id in audit records on OSS - move audit hook from filter_commitrw() to fsfilt_smfs_map_inode_pages() - fix invalid nid in osc_get_info() - rework stat/open audit hooks to store file lustre id, not parent one - audit errors while stat/open
-
- Aug 12, 2005
-
-
Yury Umanets authored
- md_close() chnaged to use mdc_op_data like other md_* functions instead of using obdo. - fixed prototype declaration for llapi_lov_get_uuids() - bug #6900 - fixed error message in ll_gns_mount_object() - bug #7146 - a lot of fixes about memory allocation/freeing: - checks is memory is actually allocated by OBD_ALLOC() before sing it and do appropriate actions otherwise. - fixed many leaks on error paths. - fixed missed OBD_FREE(capa_hash) in capa_cache_cleanup() - fixed few on stack allocatoins of mdc_op_data in new landed stuff. - in smfs_mount_cache() fixes correct cleanup in the cases of memory allocation failures. Do mntput() for new mounted cache_mnt on error path. - in smfs_umount_cache() nullify smb->smsi_cache_ftype and smb->smsi_ftype after freeing them, to prevent attempt to free again if smfs_umount_cache() is called second time.
-
Niu Yawei authored
-
Niu Yawei authored
- transfer only one audit record on one notify. - make sure the connection has been established before using the mdc export on name reconstruction.
-
- Aug 09, 2005
-
-
Mikhail Pershin authored
- only files on OSS should be audited - audit_fill_id_rec is valid only on mds. Moved to mds_audit.c - audit_ost_get_id() gets lustre id for OSS object for audit log
-
- Aug 08, 2005
-
-
Yury Umanets authored
-
Mikhail Pershin authored
- remove unneeded debug
-
- Aug 07, 2005
-
-
Mikhail Pershin authored
-
- Aug 06, 2005
-
-
Mikhail Pershin authored
-
- Aug 05, 2005
-
-
Wang Di authored
land crypto api
-
- Jul 31, 2005
-
-
alex authored
5984 - oops in mdc_set_lock_data we must drop lookup lock in ll_clear_inode() 7216 - abort due to missed clients replay already committed (open/close rpcs) requests even if some clients haven't connected in time and got evicted 7057 - sanity: test_66: /mnt/lustre/f66 blocks 0 < 8 send close rpc only when all dirty pages are written (otherwise i_blocks isn't valid) 6817 - don't update attrs. on mds if the client hasn't modified file using openhandle being closed
-