11 Jan, 2006

2 commits

  • MS_RDONLU implies not atime updates at all, no need for the MS_NOATIME and
    MS_NODIRATIME flags.

    Signed-off-by: Christoph Hellwig
    Cc: Anton Altaparmakov
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Christoph Hellwig
     
  • To allow various options to work per-mount instead of per-sb we need a
    struct vfsmount when updating ctime and mtime. This preparation patch
    replaces the inode_update_time routine with a file_update_atime routine so
    we can easily get at the vfsmount. (and the file makes more sense in this
    context anyway). Also get rid of the unused second argument - we always
    want to update the ctime when calling this routine.

    Signed-off-by: Christoph Hellwig
    Cc: Al Viro
    Cc: Anton Altaparmakov
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Christoph Hellwig
     

10 Jan, 2006

1 commit


03 Jan, 2006

1 commit


01 Nov, 2005

1 commit


24 Oct, 2005

3 commits


19 Oct, 2005

2 commits


11 Oct, 2005

4 commits


09 Oct, 2005

1 commit

  • - added typedef unsigned int __nocast gfp_t;

    - replaced __nocast uses for gfp flags with gfp_t - it gives exactly
    the same warnings as far as sparse is concerned, doesn't change
    generated code (from gcc point of view we replaced unsigned int with
    typedef) and documents what's going on far better.

    Signed-off-by: Al Viro
    Signed-off-by: Linus Torvalds

    Al Viro
     

04 Oct, 2005

11 commits


27 Sep, 2005

1 commit


26 Sep, 2005

2 commits


23 Sep, 2005

1 commit


22 Sep, 2005

1 commit


20 Sep, 2005

1 commit


19 Sep, 2005

3 commits


12 Sep, 2005

2 commits


11 Sep, 2005

1 commit

  • *** Warning: "bit_spin_lock" [fs/ntfs/ntfs.ko] undefined!
    *** Warning: "bit_spin_unlock" [fs/ntfs/ntfs.ko] undefined!

    Cc: Anton Altaparmakov
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Andrew Morton
     

09 Sep, 2005

2 commits