aboutsummaryrefslogtreecommitdiff
path: root/fs/ubifs
AgeCommit message (Expand)AuthorFilesLines
2014-05-06switch simple generic_file_aio_read() users to ->read_iter()Gravatar Al Viro 1-2/+2
2014-05-05UBIFS: fix remount error pathGravatar Artem Bityutskiy 1-1/+1
2014-04-18arch: Mass conversion of smp_mb__*()Gravatar Peter Zijlstra 2-4/+4
2014-04-07mm: implement ->map_pages for page cacheGravatar Kirill A. Shutemov 1-0/+1
2014-04-04Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Gravatar Linus Torvalds 1-0/+1
2014-04-03mm + fs: store shadow entries in page cacheGravatar Johannes Weiner 1-1/+1
2014-03-13fs: push sync_filesystem() down to the file system's remount_fs()Gravatar Theodore Ts'o 1-0/+1
2014-01-23fs/ubifs: use rbtree postorder iteration helper instead of opencodingGravatar Cody P Schafer 6-114/+17
2013-11-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 3-34/+29
2013-11-13Merge tag 'upstream-3.13-rc1' of git://git.infradead.org/linux-ubifsGravatar Linus Torvalds 3-7/+10
2013-10-26UBIFS: correct data corruption rangeGravatar Mats Kärrman 1-3/+3
2013-10-26UBIFS: fix return codeGravatar Wei Yongjun 1-2/+6
2013-10-24ubifs: switch to %pdGravatar Al Viro 3-34/+29
2013-10-22UBIFS: remove unnecessary code in ubifs_garbage_collectGravatar wang.bo116@zte.com.cn 1-2/+1
2013-09-16Merge tag 'upstream-3.12-rc1' of git://git.infradead.org/linux-ubifsGravatar Linus Torvalds 1-3/+4
2013-09-10fs: convert fs shrinkers to new scan/count APIGravatar Dave Chinner 3-13/+24
2013-08-16UBIFS: remove invalid warn msg with tst_recovery enabledGravatar Mats Kärrman 1-3/+4
2013-07-05Merge tag 'upstream-3.11-rc1' of git://git.infradead.org/linux-ubifsGravatar Linus Torvalds 1-1/+1
2013-07-02Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Gravatar Linus Torvalds 1-2/+3
2013-06-29[readdir] convert ubifsGravatar Al Viro 1-41/+16
2013-06-29UBIFS: fix a horrid bugGravatar Artem Bityutskiy 1-3/+27
2013-06-29UBIFS: prepare to fix a horrid bugGravatar Artem Bityutskiy 1-12/+12
2013-05-21mm: change invalidatepage prototype to accept lengthGravatar Lukas Czerner 1-2/+3
2013-05-10UBIFS: correct mount messageGravatar Richard Genoud 1-1/+1
2013-05-07aio: don't include aio.h in sched.hGravatar Kent Overstreet 1-0/+1
2013-03-14UBIFS: make space fixup work in the remount caseGravatar Artem Bityutskiy 1-6/+6
2013-03-03fs: Limit sys_mount to only request filesystem modules.Gravatar Eric W. Biederman 1-0/+1
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 3-3/+3
2013-02-26Merge tag 'upstream-3.9-rc1' of git://git.infradead.org/linux-ubifsGravatar Linus Torvalds 5-15/+27
2013-02-22new helper: file_inode(file)Gravatar Al Viro 3-3/+3
2013-02-21ubifs: wait for page writeback to provide stable pagesGravatar Jan Kara 1-0/+1
2013-02-04UBIFS: fix double free of ubifs_orphan objectsGravatar Adam Thomas 2-1/+6
2013-02-04UBIFS: fix use of freed ubifs_orphan objectsGravatar Adam Thomas 2-2/+9
2013-01-15UBIFS: rename random32() to prandom_u32()Gravatar Akinobu Mita 3-12/+12
2012-12-17ubifs: use prandom_bytesGravatar Akinobu Mita 1-5/+3
2012-12-17lseek: the "whence" argument is called "whence"Gravatar Andrew Morton 1-2/+2
2012-10-26UBIFS: fix mounting problems after power cutsGravatar Artem Bityutskiy 1-2/+10
2012-10-26UBIFS: introduce categorized lprops counterGravatar Artem Bityutskiy 2-0/+9
2012-10-09mm: kill vma flag VM_CAN_NONLINEARGravatar Konstantin Khlebnikov 1-0/+1
2012-10-02Merge tag 'upstream-3.7-rc1' of git://git.infradead.org/linux-ubifsGravatar Linus Torvalds 20-578/+451
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-0/+6
2012-10-02fs: push rcu_barrier() from deactivate_locked_super() to filesystemsGravatar Kirill A. Shutemov 1-0/+6
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Gravatar Linus Torvalds 6-12/+12
2012-09-21userns: Convert ubifs to use kuid/kgidGravatar Eric W. Biederman 6-12/+12
2012-08-31UBIFS: print lessGravatar Artem Bityutskiy 8-70/+60
2012-08-31UBIFS: use pr_ helper instead of printkGravatar Artem Bityutskiy 4-302/+235
2012-08-31UBIFS: comply with coding styleGravatar Artem Bityutskiy 16-206/+161
2012-08-31UBIFS: use __aligned() attributeGravatar Artem Bityutskiy 1-1/+1
2012-08-31UBIFS: remove __DATE__ and __TIME__Gravatar Jiri Slaby 1-1/+0
2012-08-31UBIFS: fix power cut emulation for mtdramGravatar Artem Bityutskiy 1-9/+11