dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/fs/logfs
Arnd Bergmann 02d6d685fc logfs: kill BKL
logfs does not need the BKL, so use ->unlocked_ioctl instead
of ->ioctl in file operations.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Joern Engel <joern@logfs.org>
[ fixed trivial conflict ]
Signed-off-by: Frederic Weisbecker <fweisbec@gmail.com>
2010-08-14 00:24:24 +02:00
..
Kconfig [LogFS] add new flash file system 2009-11-20 20:13:39 +01:00
Makefile [LogFS] add new flash file system 2009-11-20 20:13:39 +01:00
compr.c [LogFS] add new flash file system 2009-11-20 20:13:39 +01:00
dev_bdev.c logfs: handle powerfail on NAND flash 2010-05-07 19:38:40 +02:00
dev_mtd.c logfs: handle powerfail on NAND flash 2010-05-07 19:38:40 +02:00
dir.c logfs: kill BKL 2010-08-14 00:24:24 +02:00
file.c logfs: kill BKL 2010-08-14 00:24:24 +02:00
gc.c logfs: handle powerfail on NAND flash 2010-05-07 19:38:40 +02:00
inode.c Make ->drop_inode() just return whether inode needs to be dropped 2010-08-09 16:48:35 -04:00
journal.c logfs: get rid of magical inodes 2010-08-09 16:48:26 -04:00
logfs.h logfs: kill BKL 2010-08-14 00:24:24 +02:00
logfs_abi.h fix "seperate" typos in comments 2010-05-10 11:56:30 +02:00
readwrite.c convert logfs to ->evict_inode() 2010-08-09 16:48:28 -04:00
segment.c logfs: get rid of magical inodes 2010-08-09 16:48:26 -04:00
super.c logfs: get rid of magical inodes 2010-08-09 16:48:26 -04:00