summaryrefslogtreecommitdiffstats
path: root/fs/logfs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2013-07-022-2/+4
|\
| * mm: change invalidatepage prototype to accept lengthLukas Czerner2013-05-212-2/+4
* | [readdir] convert logfsAl Viro2013-06-291-34/+15
|/
* block: Remove bi_idx referencesKent Overstreet2013-03-231-5/+0
* fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman2013-03-031-0/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-262-3/+3
|\
| * new helper: file_inode(file)Al Viro2013-02-222-3/+3
* | fs/logfs: remove depends on CONFIG_EXPERIMENTALKees Cook2013-01-211-2/+2
|/
* logfs: drop vmtruncateMarco Stornelli2012-12-201-2/+8
* Fix misspellings of "whether" in comments.Adam Buchbinder2012-11-191-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-021-0/+5
|\
| * fs: push rcu_barrier() from deactivate_locked_super() to filesystemsKirill A. Shutemov2012-10-021-0/+5
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2012-10-022-6/+6
|\ \ | |/ |/|
| * userns: Convert logfs to use kuid/kgid where appropriateEric W. Biederman2012-09-212-6/+6
* | Merge tag 'for-linus' of git://github.com/prasad-joshi/logfs_upstreamLinus Torvalds2012-08-265-12/+26
|\ \ | |/ |/|
| * logfs: query block device for number of pages to send with bioPrasad Joshi2012-07-231-8/+6
| * logfs: maintain the ordering of meta-inode destructionPrasad Joshi2012-07-231-1/+1
| * logfs: create a pagecache page if it is not presentPrasad Joshi2012-07-231-1/+1
| * logfs: initialize the number of iovecs in bioPrasad Joshi2012-04-021-0/+1
| * logfs: destroy the reserved inodes while unmountingPrasad Joshi2012-04-023-2/+17
* | VFS: Pass mount flags to sget()David Howells2012-07-141-2/+1
* | don't pass nameidata to ->create()Al Viro2012-07-141-1/+1
* | stop passing nameidata to ->lookup()Al Viro2012-07-141-1/+1
* | vfs: Rename end_writeback() to clear_inode()Jan Kara2012-05-061-1/+1
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-03-212-8/+7
|\
| * logfs: missing cleanup on register_filesystem() failureAl Viro2012-03-201-1/+4
| * switch open-coded instances of d_make_root() to new helperAl Viro2012-03-201-4/+2
| * vfs: check i_nlink limits in vfs_{mkdir,rename_dir,link}Al Viro2012-03-202-3/+1
* | logfs: remove the second argument of k[un]map_atomic()Cong Wang2012-03-203-30/+30
|/
* mtd: fix merge conflict resolution breakageArtem Bityutskiy2012-02-011-6/+0
* Merge tag 'for-linus' of git://github.com/prasad-joshi/logfs_upstreamLinus Torvalds2012-01-319-35/+86
|\
| * Logfs: Allow NULL block_isbad() methodsJoern Engel2012-01-281-14/+12
| * logfs: Grow inode in delete pathJoern Engel2012-01-281-0/+4
| * logfs: Free areas before calling generic_shutdown_super()Joern Engel2012-01-283-4/+12
| * logfs: remove useless BUG_ONJoern Engel2012-01-281-1/+0
| * logfs: Propagate page parameter to __logfs_write_inodePrasad Joshi2012-01-284-9/+9
| * logfs: set superblock shutdown flag after generic sb shutdownPrasad Joshi2012-01-281-1/+1
| * logfs: take write mutex lock during fsync and syncPrasad Joshi2012-01-284-4/+8
| * logfs: Prevent memory corruptionJoern Engel2012-01-281-1/+1
| * logfs: update page reference count for pined pagesPrasad Joshi2012-01-282-15/+51
* | Merge tag 'for-linus-3.3' of git://git.infradead.org/mtd-2.6Linus Torvalds2012-01-101-38/+40
|\ \
| * | logfs: do not use 'mtd->block_isbad' directlyArtem Bityutskiy2012-01-091-2/+2
| * | mtd: do not use mtd->sync directlyArtem Bityutskiy2012-01-091-2/+1
| * | mtd: introduce mtd_block_isbad interfaceArtem Bityutskiy2012-01-091-2/+2
| * | mtd: introduce mtd_sync interfaceArtem Bityutskiy2012-01-091-1/+1
| * | mtd: introduce mtd_write interfaceArtem Bityutskiy2012-01-091-1/+1
| * | mtd: introduce mtd_read interfaceArtem Bityutskiy2012-01-091-1/+1
| * | mtd: introduce mtd_erase interfaceArtem Bityutskiy2012-01-091-1/+1
| * | logfs: rename functions starting with mtd_Artem Bityutskiy2012-01-091-29/+32
| |/
* | logfs: propagate umode_tAl Viro2012-01-032-2/+2