summaryrefslogtreecommitdiffstats
path: root/fs/logfs
AgeCommit message (Expand)AuthorLines
2012-05-06vfs: Rename end_writeback() to clear_inode()Jan Kara-1/+1
2012-03-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-8/+7
2012-03-20logfs: missing cleanup on register_filesystem() failureAl Viro-1/+4
2012-03-20switch open-coded instances of d_make_root() to new helperAl Viro-4/+2
2012-03-20vfs: check i_nlink limits in vfs_{mkdir,rename_dir,link}Al Viro-3/+1
2012-03-20logfs: remove the second argument of k[un]map_atomic()Cong Wang-30/+30
2012-02-01mtd: fix merge conflict resolution breakageArtem Bityutskiy-6/+0
2012-01-31Merge tag 'for-linus' of git://github.com/prasad-joshi/logfs_upstreamLinus Torvalds-35/+86
2012-01-28Logfs: Allow NULL block_isbad() methodsJoern Engel-14/+12
2012-01-28logfs: Grow inode in delete pathJoern Engel-0/+4
2012-01-28logfs: Free areas before calling generic_shutdown_super()Joern Engel-4/+12
2012-01-28logfs: remove useless BUG_ONJoern Engel-1/+0
2012-01-28logfs: Propagate page parameter to __logfs_write_inodePrasad Joshi-9/+9
2012-01-28logfs: set superblock shutdown flag after generic sb shutdownPrasad Joshi-1/+1
2012-01-28logfs: take write mutex lock during fsync and syncPrasad Joshi-4/+8
2012-01-28logfs: Prevent memory corruptionJoern Engel-1/+1
2012-01-28logfs: update page reference count for pined pagesPrasad Joshi-15/+51
2012-01-10Merge tag 'for-linus-3.3' of git://git.infradead.org/mtd-2.6Linus Torvalds-38/+40
2012-01-09logfs: do not use 'mtd->block_isbad' directlyArtem Bityutskiy-2/+2
2012-01-09mtd: do not use mtd->sync directlyArtem Bityutskiy-2/+1
2012-01-09mtd: introduce mtd_block_isbad interfaceArtem Bityutskiy-2/+2
2012-01-09mtd: introduce mtd_sync interfaceArtem Bityutskiy-1/+1
2012-01-09mtd: introduce mtd_write interfaceArtem Bityutskiy-1/+1
2012-01-09mtd: introduce mtd_read interfaceArtem Bityutskiy-1/+1
2012-01-09mtd: introduce mtd_erase interfaceArtem Bityutskiy-1/+1
2012-01-09logfs: rename functions starting with mtd_Artem Bityutskiy-29/+32
2012-01-03logfs: propagate umode_tAl Viro-2/+2
2012-01-03switch ->mknod() to umode_tAl Viro-1/+1
2012-01-03switch ->create() to umode_tAl Viro-1/+1
2012-01-03switch vfs_mkdir() and ->mkdir() to umode_tAl Viro-1/+1
2012-01-03vfs: fix the stupidity with i_dentry in inode destructorsAl Viro-1/+0
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-0/+1
2011-11-02filesystems: add set_nlink()Miklos Szeredi-1/+1
2011-11-02filesystems: add missing nlink wrappersMiklos Szeredi-5/+5
2011-11-02logfs: remove unnecessary nlink settingMiklos Szeredi-1/+0
2011-10-31lib/string.c: introduce memchr_inv()Akinobu Mita-23/+0
2011-10-31fs: add module.h to files that were implicitly using itPaul Gortmaker-0/+1
2011-07-20fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik-2/+11
2011-07-20make d_splice_alias(ERR_PTR(err), dentry) = ERR_PTR(err)Al Viro-3/+1
2011-06-20logfs doesn't need ->permission() at allAl Viro-8/+0
2011-05-28logfs: remove unnecessary dentry_unhash from rmdir, dir renameSage Weil-5/+0
2011-05-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-0/+5
2011-05-26vfs: push dentry_unhash on rename_dir into file systemsSage Weil-0/+3
2011-05-26vfs: push dentry_unhash on rmdir into file systemsSage Weil-0/+2
2011-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds-1/+1
2011-05-20sanitize <linux/prefetch.h> usageLinus Torvalds-0/+1
2011-05-03logfs: initialize superblock entries earlierLinus Torvalds-4/+4
2011-04-26Merge branch 'master' into for-nextJiri Kosina-8/+6
2011-04-10treewide: remove extra semicolonsJustin P. Mattock-1/+1
2011-03-31Fix common misspellingsLucas De Marchi-3/+3