1. 13 6月, 2008 1 次提交
  2. 25 5月, 2008 1 次提交
  3. 24 5月, 2008 1 次提交
  4. 22 5月, 2008 34 次提交
  5. 21 5月, 2008 3 次提交
    • D
      sunhv: Fix locking in non-paged I/O case. · 3651751f
      David S. Miller 提交于
      This causes the lock to be taken twice, thus resulting in
      a deadlock.
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      3651751f
    • L
      Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 · 5cf11daf
      Linus Torvalds 提交于
      * git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6: (21 commits)
        [CIFS] Remove debug statement
        Fix possible access to undefined memory region.
        [CIFS] Enable DFS support for Windows query path info
        [CIFS] Enable DFS support for Unix query path info
        [CIFS] add missing seq_printf to cifs_show_options for hard mount option
        [CIFS] add more complete mount options to cifs_show_options
        [CIFS] Add missing defines for DFS
        CIFSGetDFSRefer cleanup + dfs_referral_level_3 fixed to conform REFERRAL_V3 the MS-DFSC spec.
        Fixed DFS code to work with new 'build_path_from_dentry', that returns full path if share in the dfs, now.
        [CIFS] enable parsing for transport encryption mount parm
        [CIFS] Finishup DFS code
        [CIFS] BKL-removal: convert CIFS over to unlocked_ioctl
        [CIFS] suppress duplicate warning
        [CIFS] Fix paths when share is in DFS to include proper prefix
        add function to convert access flags to legacy open mode
        clarify return value of cifs_convert_flags()
        [CIFS] don't explicitly do a FindClose on rewind when directory search has ended
        [CIFS] cleanup old checkpatch warnings
        [CIFS] CIFSSMBPosixLock should return -EINVAL on error
        fix memory leak in CIFSFindNext
        ...
      5cf11daf
    • S
      [CIFS] Remove debug statement · 397d71dd
      Steve French 提交于
      Signed-off-by: NSteve French <sfrench@us.ibm.com>
      397d71dd