~ubuntu-branches/ubuntu/utopic/aufs/utopic

« back to all changes in this revision

Viewing changes to History

  • Committer: Bazaar Package Importer
  • Author(s): Julian Andres Klode
  • Date: 2008-01-30 15:27:04 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20080130152704-uvd64xgdg17ro2s8
Tags: 0+20080129-1
* New upstream snapshot
* 01_vserver_apparmor: Combined patch for vServer and AppArmor Kernels
  - AppArmor kernels have no ia_file, do not use it (LP: #182481)
  - AppArmor patch written by Joerg Schirottke for Kanotix (thank you!)
  - Replaces 01_vserver and 06_ubuntu
* 03_missing_headers: Define the magic numbers for XFS and TMPFS
* 04_sec_perm: Do not use security_inode_permission with kernel >= 2.6.24
* Inform about available pre-compiled modules in aufs-source description
* conf.mk:
  - Rewrite automatic configuration part, define a function and call it
  - Activate the AUFS_FAKE_DM only if the lhash patch has not been applied

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.59 2007/12/10 01:20:58 sfjro Exp $
 
5
# $Id: History,v 1.63 2008/01/28 05:04:02 sfjro Exp $
6
6
 
7
7
Note:
8
 
- the described date are all in JST.
 
8
- the described dates are all in JST.
9
9
- CVS handles UTC as its timezone.
10
10
- all these descriptions should be archived in the ML on sourceforge,
11
11
  since I always post there and let users know. But sometimes archiving
13
13
 
14
14
----------------------------------------------------------------------
15
15
 
 
16
20080128
 
17
- bugfix: support for lazy unmount on linux-2.6.18 and later, reported
 
18
  by Jorgen P. Tjerno.
 
19
- bugfix: a race condition between udba and aufs (unfnished).
 
20
- debugging a race condition between udba and aufs.
 
21
 
 
22
20080121
 
23
- new sample chroot-ed/jail environment useing aufs.
 
24
- bugfix: consolidate make targets for parallel build (make -j3),
 
25
  reported and tested by Tommy[D] and mike.
 
26
- bugfix: ignore an inotify event for the grand parent dir timestamps.
 
27
- bugfix: stop a race condition between hardlinks under different parents.
 
28
- bugfix: define a dummy macro for linux-2.6.17 and earlier.
 
29
- support XFS in linux-2.6.24(-rcN)
 
30
  + copyup s[ug]id-ed entry.
 
31
- describe a note about hardlinks of FUSE and udba=none.
 
32
- describe two contributions for lhash patch.
 
33
- begin debugging UDBA race condition.
 
34
- refine aufs magic number.
 
35
 
 
36
20071217
 
37
- bugfix: macro pitfall, block local variable name.
 
38
- support XFS in linux-2.6.24(-rcN).
 
39
  + retrieve the device number.
 
40
  + obtain XFS_SB_MAGIC.
 
41
  + test fstype.
 
42
 
16
43
20071210
17
44
- bugfix: AUFS_LHASH_PATCH depends on AUFS_FAKE_DM = n, reported by
18
45
  Russell Harmon and Heinrich Rebehn.
55
82
- introduce a new policy for create, pmfs (parent and then mfs) mode.
56
83
- a new sample for ULOOP driver, ulobdev, which supports generic block
57
84
  device.
58
 
- bugix: try removing /tmp/aufsvars.mk after becoming useless,
 
85
- bugfix: try removing /tmp/aufsvars.mk after becoming useless,
59
86
  reported by Russell Harmon (but it cannot be supported fully).
60
87
- add a note about 'make -f local.mk kconfig'
61
88
 
82
109
 
83
110
20071105
84
111
- bugfix: memory leak in an error path of handling FMODE_EXEC.
85
 
  + initialize a spinlock in hdentry by new funcions
 
112
  + initialize a spinlock in hdentry by new functions
86
113
    au_h_dentry_init() and au_h_dentry_init_all().
87
114
  + free the unused filp.
88
115
  + always copy FMODE_EXEC flag.
256
283
    when using NFS (both nfsv3 and v4) as an aufs branch in
257
284
    linux-2.6.19 and later.
258
285
  + gave up calling generic vfs_path_lookup() because aufs has to
259
 
    unlock the dir mutex temporary which must be inacceptable. and
 
286
    unlock the dir mutex temporary which must be unacceptable. and
260
287
    reverting the locking order of br_wh_rwsem in last ci.
261
288
  + support atomic open in nfsv4 in looking-up a whiteout.
262
289
  + support atomic open in nfsv4 at revalidating dentry by keeping a
415
442
- use fs-magic number instead of fs-type string.
416
443
- support larger inode number
417
444
- there is a limitation of the largest value of inode number which
418
 
  will be addressd in the future.
 
445
  will be addressed in the future.
419
446
 
420
447
20070716
421
448
- bugfix: cpup whiteout which was called #2 in last ci.