aboutsummaryrefslogtreecommitdiff
path: root/fs/logfs
AgeCommit message (Expand)Author
2013-03-23block: Remove bi_idx referencesKent Overstreet
2013-03-03fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-02-22new helper: file_inode(file)Al Viro
2013-01-21fs/logfs: remove depends on CONFIG_EXPERIMENTALKees Cook
2012-12-20logfs: drop vmtruncateMarco Stornelli
2012-11-19Fix misspellings of "whether" in comments.Adam Buchbinder
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-10-02fs: push rcu_barrier() from deactivate_locked_super() to filesystemsKirill A. Shutemov
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2012-09-21userns: Convert logfs to use kuid/kgid where appropriateEric W. Biederman
2012-08-26Merge tag 'for-linus' of git://github.com/prasad-joshi/logfs_upstreamLinus Torvalds
2012-07-23logfs: query block device for number of pages to send with bioPrasad Joshi
2012-07-23logfs: maintain the ordering of meta-inode destructionPrasad Joshi
2012-07-23logfs: create a pagecache page if it is not presentPrasad Joshi
2012-07-14VFS: Pass mount flags to sget()David Howells
2012-07-14don't pass nameidata to ->create()Al Viro
2012-07-14stop passing nameidata to ->lookup()Al Viro
2012-05-06vfs: Rename end_writeback() to clear_inode()Jan Kara
2012-04-02logfs: initialize the number of iovecs in bioPrasad Joshi
2012-04-02logfs: destroy the reserved inodes while unmountingPrasad Joshi
2012-03-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-03-20logfs: missing cleanup on register_filesystem() failureAl Viro
2012-03-20switch open-coded instances of d_make_root() to new helperAl Viro
2012-03-20vfs: check i_nlink limits in vfs_{mkdir,rename_dir,link}Al Viro
2012-03-20logfs: remove the second argument of k[un]map_atomic()Cong Wang
2012-02-01mtd: fix merge conflict resolution breakageArtem Bityutskiy
2012-01-31Merge tag 'for-linus' of git://github.com/prasad-joshi/logfs_upstreamLinus Torvalds
2012-01-28Logfs: Allow NULL block_isbad() methodsJoern Engel
2012-01-28logfs: Grow inode in delete pathJoern Engel
2012-01-28logfs: Free areas before calling generic_shutdown_super()Joern Engel
2012-01-28logfs: remove useless BUG_ONJoern Engel
2012-01-28logfs: Propagate page parameter to __logfs_write_inodePrasad Joshi
2012-01-28logfs: set superblock shutdown flag after generic sb shutdownPrasad Joshi
2012-01-28logfs: take write mutex lock during fsync and syncPrasad Joshi
2012-01-28logfs: Prevent memory corruptionJoern Engel
2012-01-28logfs: update page reference count for pined pagesPrasad Joshi
2012-01-10Merge tag 'for-linus-3.3' of git://git.infradead.org/mtd-2.6Linus Torvalds
2012-01-09logfs: do not use 'mtd->block_isbad' directlyArtem Bityutskiy
2012-01-09mtd: do not use mtd->sync directlyArtem Bityutskiy
2012-01-09mtd: introduce mtd_block_isbad interfaceArtem Bityutskiy
2012-01-09mtd: introduce mtd_sync interfaceArtem Bityutskiy
2012-01-09mtd: introduce mtd_write interfaceArtem Bityutskiy
2012-01-09mtd: introduce mtd_read interfaceArtem Bityutskiy
2012-01-09mtd: introduce mtd_erase interfaceArtem Bityutskiy
2012-01-09logfs: rename functions starting with mtd_Artem Bityutskiy
2012-01-03logfs: propagate umode_tAl Viro
2012-01-03switch ->mknod() to umode_tAl Viro
2012-01-03switch ->create() to umode_tAl Viro
2012-01-03switch vfs_mkdir() and ->mkdir() to umode_tAl Viro