fs: take dcache_lock inside __d_path
[linux-flexiantxendom0-natty.git] / security / tomoyo / realpath.c
2010-10-26 Christoph Hellwigfs: take dcache_lock inside __d_path
2010-08-02 Tetsuo HandaTOMOYO: Remove alias keyword.
2010-08-02 Tetsuo HandaTOMOYO: Support longer pathname.
2010-08-02 Tetsuo HandaTOMOYO: Split files into some pieces.
2010-08-02 Tetsuo HandaTOMOYO: Add interactive enforcing mode.
2010-05-10 Tetsuo HandaTOMOYO: Use stack memory for pending entry.
2010-05-06 Tetsuo HandaTOMOYO: Use mutex_lock_interruptible.
2010-05-06 James MorrisMerge branch 'master' into next
2010-05-05 Tetsuo HandaTOMOYO: Use GFP_NOFS rather than GFP_KERNEL.
2010-03-30 Tejun Heoinclude cleanup: Update gfp.h and slab.h includes to...
2010-03-04 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2010-03-03 Al Viroget rid of ->mnt_parent in tomoyo/realpath
2010-03-03 Al Viroget rid of insanity with namespace roots in tomoyo
2010-02-14 Tetsuo HandaTOMOYO: Add garbage collector.
2010-02-14 Tetsuo HandaTOMOYO: Merge headers.
2010-02-14 Tetsuo HandaTOMOYO: Add refcounter on string data.
2010-01-26 Tetsuo HandaTOMOYO: Remove usage counter for temporary memory.
2010-01-10 Tetsuo HandaTOMOYO: Remove memory pool for list elements.
2010-01-10 Tetsuo HandaTOMOYO: Remove memory pool for string data.
2009-12-15 Tetsuo HandaTOMOYO: Use RCU primitives for list operation
2009-12-09 Tetsuo HandaTOMOYO: Compare filesystem by magic number rather than...
2009-12-08 Linus TorvaldsMerge git://git./linux/kernel/git/ebiederm/sysctl-2.6
2009-11-20 Eric W. Biedermansecurity/tomoyo: Add a special case to handle accesses...
2009-10-29 Stephen Hemmingertomoyo: improve hash bucket dispersion
2009-06-08 Tetsuo HandaTOMOYO: Add description of lists and structures.
2009-06-02 Tetsuo HandaTOMOYO: Remove redundant markers.
2009-05-09 Al ViroReduce path_lookup() abuses
2009-04-13 Tetsuo Handatomoyo: version bump to 2.2.0.
2009-04-01 Al ViroGet rid of indirect include of fs_struct.h
2009-02-22 Tetsuo HandaTOMOYO: Do not call tomoyo_realpath_init unless registered.
2009-02-12 Kentaro TakedaMemory and pathname management functions.