1. 14 Jul, 2002 3 commits
  2. 15 Jul, 2002 1 commit
    • Anton Altaparmakov's avatar
      NTFS: 2.0.20 - Support non-resident directory index bitmaps, fix page leak in readdir. · a5ea1066
      Anton Altaparmakov authored
      - Move the directory index bitmap to use an attribute inode instead of
        having special fields for it inside the ntfs inode structure. This
        means that the index bitmaps now use the page cache for i/o, too,
        and also as a side effect we get support for non-resident index
        bitmaps for free.
      - Simplify/cleanup error handling in fs/ntfs/dir.c::ntfs_readdir() and
        fix a page leak that manifested itself in some cases.
      - Add fs/ntfs/inode.c::ntfs_put_inode(), which we need to release the
        index bitmap inode on the final iput().
      a5ea1066
  3. 14 Jul, 2002 5 commits
  4. 13 Jul, 2002 2 commits
    • David S. Miller's avatar
      Sparc64: Update defconfig. · 1fcab22d
      David S. Miller authored
      1fcab22d
    • Anton Altaparmakov's avatar
      NTFS: 2.0.19 - Fix race condition, improvements, and optimizations in i/o interface. · 1138bf4c
      Anton Altaparmakov authored
      - Apply block optimization added to fs/ntfs/aops.c::ntfs_read_block()
        to fs/ntfs/compress.c::ntfs_file_read_compressed_block() as well.
      - Drop the "file" from ntfs_file_read_compressed_block().
      - Rename fs/ntfs/aops.c::ntfs_enb_buffer_read_async() to
        ntfs_end_buffer_async_read() (more like the fs/buffer.c counterpart).
      - Update ntfs_end_buffer_async_read() with the improved logic from
        its updated counterpart fs/buffer.c::end_buffer_async_read(). Apply
        further logic improvements to better determine when we set PageError.
      - Update submission of buffers in fs/ntfs/aops.c::ntfs_read_block() to
        check for the buffers being uptodate first in line with the updated
        fs/buffer.c::block_read_full_page(). This plugs a small race
        condition.
      1138bf4c
  5. 12 Jul, 2002 13 commits
  6. 11 Jul, 2002 4 commits
  7. 10 Jul, 2002 5 commits
    • Russell King's avatar
      [ARM] Miscellaneous updates · fcbcfef5
      Russell King authored
      - Fix missed cli()/sti() conversions.
      - Fix SA1100 sleep code.
      - Update small_page.c for changes to struct page.
      - Clean up assabet/neponset initialisation.
      - Clean up compiler warnings in iop310 build.
      - Add missed bits from previous xscale cset.
      fcbcfef5
    • Russell King's avatar
      [ARM] StrongARM SA1111 cleanups · 89c248f7
      Russell King authored
      - Add sa1111_{dis,en}able_device()
      - Add sa1111_{read,write}l() (always host endian)
      89c248f7
    • Russell King's avatar
      [ARM] page fault handling updates · 5f563f59
      Russell King authored
      - FSR "write" bit moved from bit 8 to bit 11.
      - Handle bit 10 of FSR for xscale imprecise aborts.
      - Allow Xscale CP0 and CP13 accesses.
      - Move Xscale specific implementations to their own file.
      5f563f59
    • Russell King's avatar
      [ARM] ptrace cleanups. · 42fe00e8
      Russell King authored
      The major points are:
      - Move ptrace code from traps.c into ptrace.c so it's all in one place.
      - Correct get_user_regs() to allow for the 8 byte offset.
      - Fix missing ptrace_cancel_bpt() call which could miss some
        single stepping steps.
      (other small pages; for details see individual file notes)
      42fe00e8
    • Russell King's avatar
      [ARM] Fix ELF "HWCAP" flags for the various CPU types. · f0df3384
      Russell King authored
      Some of the CPU implementations copied the ELF flags from the
      StrongARM-110 implementation, without thinking whether they were
      correct or not.  This changeset fixes up these CPU types.
      f0df3384
  8. 09 Jul, 2002 7 commits