Skip to content
Snippets Groups Projects
  1. Apr 29, 2005
  2. Apr 28, 2005
  3. Apr 27, 2005
    • Eric Mei's avatar
      b=5538 · 26c1d15b
      Eric Mei authored
      by Nikita: fix group_info reference leak in pack_secdesc().
      26c1d15b
    • alex's avatar
      - needless CWARN() removed · 98c7560d
      alex authored
      98c7560d
    • alex's avatar
      b=6049 · e4bfcac4
      alex authored
       - handle final completion calls only
      e4bfcac4
    • jacob's avatar
      b=5786 · f6fb5ab3
      jacob authored
       - add --disable-client and --disable-server configure options
      f6fb5ab3
    • jacob's avatar
      fix non-quilt build · 59dc41c3
      jacob authored
      59dc41c3
  4. Apr 26, 2005
  5. Apr 25, 2005
  6. Apr 24, 2005
  7. Apr 22, 2005
  8. Apr 21, 2005
    • Yury Umanets's avatar
      - changes in MDAPI DLD - added subchapter about nested locks issue. · 198ce95a
      Yury Umanets authored
      - added more checks in GNS stuff:
      
        - check for zero len mount object (mostly admin friendly thing, to show that
          mount object is formed not correctly)
      
        - set default GNS callback to "/usr/sbin/gns_upcall"
      
        - added checks in lproc stuff:
          - gns object name should be differnt than upcall
          - gns timeout should be bigger than gns tick
      198ce95a
    • Yury Umanets's avatar
      - fixed missed -1 in kernel_read() · 73b2b78b
      Yury Umanets authored
      73b2b78b
    • Yury Umanets's avatar
    • Yury Umanets's avatar
      - fixes and improvements in GNS: · 7213e75e
      Yury Umanets authored
        - fixed reading of mount object. Should be read not more than PAGE_SIZE - 1,
          reserving one byte for terminating zero.
      
        - fixed read data zero terminating. Not data[PAGE_SIZE - 1] should be zeroed
          out, but rather zero should be put at the end of actual read data.
      
        - added one more test which tests how GNS will mount dentry when there is
          number of concurent thread creating entries in the same directory. test_3a
      
        - fixes in other sanity tests. When a test creates number of concurrent threads
          for checking something, it should wait their termination before getting
          execution result and possibly fail. Do not remove upcalls from /tmp to have
          the ability to look at them after failure.
      7213e75e
    • Yury Umanets's avatar
      - fixes and cleanups in GNS: · 2dd52da5
      Yury Umanets authored
        - mounting only on lookup() control path (revalidate() for possible mounts always return 0).
          This makes it possible to use lookup_one_len() from ll_gns_mount_object(), as lookup
          control path protected parent.
        - on revalidate cause mount for possible mount points only if revalidate is successful
        - removed not used dentry marking with MOUNT_PENDING, etc
      2dd52da5
  9. Apr 20, 2005
  10. Apr 19, 2005
    • jacob's avatar
      add support for sles 8: · 3fa8545b
      jacob authored
       - new target for sles 8 kernel
       - post(un) scripts for kernel rpms
       - fixup quota build on sles 8 and sles 9
       - update patches for a more recent sles 8 kernel
      3fa8545b
    • jacob's avatar
      b=b=6065 · 2f07d63b
      jacob authored
      r=eeb
      r=adilger
      
      remove noops when stderr isn't present; just fail instead.
      2f07d63b
    • Eric Mei's avatar
    • Yury Umanets's avatar
      - added comment in mds_open() and GNS mount points. · 954a699b
      Yury Umanets authored
      - cleanups in sanity-gns.sh
      - added one more GNS test - mounting directory with absent mount object
      954a699b
    • Yury Umanets's avatar
      - cosmetic changes in mdapi DLD · 1fa249eb
      Yury Umanets authored
      - more fixes in GNS stuff:
        - fixes with refcount onto @dchild in ll_gns_mount_object() for error control paths
        - fixing using accessing @dchild in the case of IS_ERR(dchild)
      
        - disabled checking for GNS file in mds_open(), thus GNS mount points are also
          opening by now. This is needed, because in taking lock we can't reliable to detect
          GNS objects on MDS. Checking just suid bit and skip open such a dirs is not correct
          as one may create structure like dir/dir/dir and mark all of them by suid.
      
        - cleanups in sanity-gns.sh. Added few new tests for odd conditions like mount object
          is symlink, dir, etc. Added test for changing mount object name to "." and "..".
          Grouping tests into 2 groups:
      
          (1) general GNS tests - mounting/umounting on timeout with different conditions
          with possible deadlocks, races, etc.
      
          (2) checking for odd conditions like recursive suid bit marked mount points, etc
      1fa249eb
Loading