Skip to content
Snippets Groups Projects
  1. Sep 18, 2005
  2. Sep 17, 2005
  3. Sep 16, 2005
  4. Sep 15, 2005
    • Mikhail Pershin's avatar
      b=8654 · 51253788
      Mikhail Pershin authored
      - delay notification for audit_transfer in case of create
      - remove unneeded list_head declaration
      51253788
  5. Sep 14, 2005
    • Mikhail Pershin's avatar
      b=8654 · 5c545633
      Mikhail Pershin authored
      add audit flushing by demand. lctl flush_audit <mountpoint> will flush audit messages to syslog
      5c545633
    • Mikhail Pershin's avatar
      b=8654 · a5f7d428
      Mikhail Pershin authored
      remove setattr trick back
      a5f7d428
  6. Sep 13, 2005
    • Mikhail Pershin's avatar
      b=8654 · e1e57866
      Mikhail Pershin authored
      store setattr mask in nid for debug purposes
      e1e57866
  7. Sep 12, 2005
  8. Sep 11, 2005
    • Mikhail Pershin's avatar
      b=8654 · a9999765
      Mikhail Pershin authored
      - fix issue when more than needed chars in name are shown
      a9999765
    • Mikhail Pershin's avatar
      b=8654 · 99c88de2
      Mikhail Pershin authored
      r=alex
      - get mds num from obd for just created file/directory to store
        correct value in audit log
      99c88de2
    • Mikhail Pershin's avatar
      b=8654 · bb7edd6e
      Mikhail Pershin authored
      r=alex
      - add audit flag on UNNAMED dir to enable audit inheritance on newly created objects
      bb7edd6e
  9. Aug 31, 2005
    • Mikhail Pershin's avatar
      b=7390, 7409 · 25e30754
      Mikhail Pershin authored
      changes in auditing of failed operations when audit is set on directory
      25e30754
  10. Aug 29, 2005
    • alex's avatar
      r=tappro · c22099c4
      alex authored
       - couple unused vars have been removed
      c22099c4
  11. Aug 26, 2005
  12. Aug 25, 2005
    • Mikhail Pershin's avatar
      b=7390 · 1a2c28a8
      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.
      1a2c28a8
  13. Aug 23, 2005
  14. Aug 21, 2005
    • Mikhail Pershin's avatar
      b=7354 · f966587b
      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.
      f966587b
  15. Aug 19, 2005
  16. Aug 18, 2005
    • Mikhail Pershin's avatar
      b=7214 · 3ca33ad1
      Mikhail Pershin authored
       - turn off audit for setattr/unlink on OSS
       - add few checks for stored lustre_id
      3ca33ad1
  17. Aug 15, 2005
  18. Aug 13, 2005
  19. Aug 12, 2005
    • Yury Umanets's avatar
      - many fixes about using ENTRY, RETURN, GOTO and EXIT. · b77699e7
      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.
      b77699e7
    • Niu Yawei's avatar
    • Niu Yawei's avatar
      - don't call obd_set_info() on the NULL mdc export on rename. · 6ce96bfe
      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.
      6ce96bfe
  20. Aug 09, 2005
    • Mikhail Pershin's avatar
      - rc code is not failure is > 0 · db5f92d5
      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
      db5f92d5
  21. Aug 08, 2005
  22. Aug 07, 2005
  23. Aug 06, 2005
  24. Aug 05, 2005
  25. Jul 31, 2005
    • alex's avatar
      - b_size_on_mds landed on HEAD: · 7ae5cccb
      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
      7ae5cccb
Loading