~ubuntu-branches/ubuntu/karmic/aufs/karmic

« back to all changes in this revision

Viewing changes to History

  • Committer: Bazaar Package Importer
  • Author(s): Julian Andres Klode
  • Date: 2008-05-15 14:36:42 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20080515143642-socrun1a13fn8q24
Tags: 0+20080514-2
* Change aufs-source structure, fixing issues with module path:
  - [fs/aufs25/] Make it top level
  - [fs/aufs/] Move into old/

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
History of aufs
3
3
Junjiro Okajima
4
4
 
5
 
# $Id: History,v 1.78 2008/05/04 23:55:27 sfjro Exp $
 
5
# $Id: History,v 1.79 2008/05/12 00:29:24 sfjro Exp $
6
6
 
7
7
Note:
8
8
- the described dates are all in JST.
13
13
 
14
14
----------------------------------------------------------------------
15
15
 
 
16
20080512
 
17
- (fs/aufs, fs/aufs25) bugfix: first lookup for nfs branch didn't
 
18
  work. this bug was born on 20071001 since I began supporting
 
19
  atomic-open in nfsv4. reported by Joshua Swink.
 
20
- (fs/aufs, fs/aufs25) possible bugfix: memory barrier for vma->vm_file.
 
21
- protect si_mntcache by BKL (temporari ci).
 
22
- revert the test BKL in ->umount_begin().
 
23
- stop locking root dentry when it is unnecessary.
 
24
- replace simple si_read_lock(sb, !AuLock_FLUSH) by
 
25
  si_noflush_read_lock(sb).
 
26
- add a note about statvfs(3) for fuse branch.
 
27
- add some tips
 
28
 
16
29
20080505
17
30
- rename si_mnt to si_mntcache, and a new accessor au_mntcache_get()
18
31
  (unfinished).