aboutsummaryrefslogtreecommitdiff
path: root/fs/logfs
AgeCommit message (Expand)Author
2011-01-13Merge branch 'for-2.6.38/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2011-01-07fs: provide rcu-walk aware permission i_opsNick Piggin
2011-01-07fs: icache RCU free inodesNick Piggin
2010-12-22logfs: fix "Kernel BUG at readwrite.c:1193"Prasad Joshi
2010-12-22logfs: fix deadlock in logfs_get_wblocks, hold and wait on super->s_write_mutexPrasad Joshi
2010-11-13block: clean up blkdev_get() wrappers and their usersTejun Heo
2010-11-13block: make blkdev_get/put() handle exclusive accessTejun Heo
2010-11-01fs: logfs: Fix up MTD=y build.Paul Mundt
2010-10-29switch logfs to ->mount()Al Viro
2010-10-29logfs: fix a leak in get_sbAl Viro
2010-10-29logfs get_sb, part 3Al Viro
2010-10-29logfs get_sb, part 2Al Viro
2010-10-29logfs get_sb massage, part 1Al Viro
2010-10-25new helper: ihold()Al Viro
2010-10-15llseek: automatically add .llseek fopArnd Bergmann
2010-08-14logfs: kill BKLArnd Bergmann
2010-08-09Make ->drop_inode() just return whether inode needs to be droppedAl Viro
2010-08-09convert logfs to ->evict_inode()Al Viro
2010-08-09logfs: get rid of magical inodesAl Viro
2010-08-09always call inode_change_ok early in ->setattrChristoph Hellwig
2010-08-09remove inode_setattrChristoph Hellwig
2010-08-09fix leak in __logfs_create()Al Viro
2010-05-27drop unused dentry argument to ->fsyncChristoph Hellwig
2010-05-21logfs: replace inode uid,gid,mode initialization with helper functionAl Viro
2010-05-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2010-05-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/joern/logfsLinus Torvalds
2010-05-15Fix double-free in logfsAl Viro
2010-05-10fix "seperate" typos in commentsAnand Gadiyar
2010-05-07logfs: handle powerfail on NAND flashJoern Engel
2010-05-07logfs: handle errors from get_mtd_device()Dan Carpenter
2010-05-07logfs: remove unused variableJoern Engel
2010-05-05logfs: fix syncJoern Engel
2010-05-05logfs: fix compile failureJoern Engel
2010-05-04logfs: initialize li->li_refcountPrasad Joshi
2010-05-04logfs: commit reservations under space pressureJoern Engel
2010-05-04logfs: survive logfs_buf_recover read errorsJoern Engel
2010-05-01logfs: Close i_ino reuse raceJoern Engel
2010-05-01logfs: fix logfs_seek_hole()Joern Engel
2010-05-01logfs: Return -EINVAL if filesystem image doesn't matchJoern Engel
2010-04-29LogFS: Fix typo in b6349ac8Joern Engel
2010-04-29logfs: testing the wrong variableDan Carpenter
2010-04-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/joern/logfsLinus Torvalds
2010-04-20[LogFS] Split large truncated into smaller chunksJoern Engel
2010-04-17[LogFS] Set s_bdiJoern Engel
2010-04-15[LogFS] Prevent mempool_destroy NULL pointer dereferenceJoern Engel
2010-04-13[LogFS] Move assertionJoern Engel
2010-04-13[LogFS] Plug 8 byte information leakJoern Engel
2010-04-13[LogFS] Prevent memory corruption on large deletesJoern Engel
2010-04-05Merge branch 'master' into export-slabhTejun Heo
2010-03-30[LogFS] Remove unused methodJoern Engel