aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ubifs (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-05-05UBIFS: fix remount error pathArtem Bityutskiy1-1/+1
2014-04-07mm: implement ->map_pages for page cacheKirill A. Shutemov1-0/+1
2014-04-04Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-0/+1
2014-04-03mm + fs: store shadow entries in page cacheJohannes Weiner1-1/+1
2014-03-13fs: push sync_filesystem() down to the file system's remount_fs()Theodore Ts'o1-0/+1
2014-01-23fs/ubifs: use rbtree postorder iteration helper instead of opencodingCody P Schafer6-114/+17
2013-11-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds3-34/+29
2013-11-13Merge tag 'upstream-3.13-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds3-7/+10
2013-10-26UBIFS: correct data corruption rangeMats Kärrman1-3/+3
2013-10-26UBIFS: fix return codeWei Yongjun1-2/+6
2013-10-24ubifs: switch to %pdAl Viro3-34/+29
2013-10-22UBIFS: remove unnecessary code in ubifs_garbage_collectwang.bo116@zte.com.cn1-2/+1
2013-09-16Merge tag 'upstream-3.12-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds1-3/+4
2013-09-10fs: convert fs shrinkers to new scan/count APIDave Chinner3-13/+24
2013-08-16UBIFS: remove invalid warn msg with tst_recovery enabledMats Kärrman1-3/+4
2013-07-05Merge tag 'upstream-3.11-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds1-1/+1
2013-07-02Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-2/+3
2013-06-29[readdir] convert ubifsAl Viro1-41/+16
2013-06-29UBIFS: fix a horrid bugArtem Bityutskiy1-3/+27
2013-06-29UBIFS: prepare to fix a horrid bugArtem Bityutskiy1-12/+12
2013-05-21mm: change invalidatepage prototype to accept lengthLukas Czerner1-2/+3
2013-05-10UBIFS: correct mount messageRichard Genoud1-1/+1
2013-05-07aio: don't include aio.h in sched.hKent Overstreet1-0/+1
2013-03-14UBIFS: make space fixup work in the remount caseArtem Bityutskiy1-6/+6
2013-03-03fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman1-0/+1
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds3-3/+3
2013-02-26Merge tag 'upstream-3.9-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds5-15/+27
2013-02-22new helper: file_inode(file)Al Viro3-3/+3
2013-02-21ubifs: wait for page writeback to provide stable pagesJan Kara1-0/+1
2013-02-04UBIFS: fix double free of ubifs_orphan objectsAdam Thomas2-1/+6
2013-02-04UBIFS: fix use of freed ubifs_orphan objectsAdam Thomas2-2/+9
2013-01-15UBIFS: rename random32() to prandom_u32()Akinobu Mita3-12/+12
2012-12-17ubifs: use prandom_bytesAkinobu Mita1-5/+3
2012-12-17lseek: the "whence" argument is called "whence"Andrew Morton1-2/+2
2012-10-26UBIFS: fix mounting problems after power cutsArtem Bityutskiy1-2/+10
2012-10-26UBIFS: introduce categorized lprops counterArtem Bityutskiy2-0/+9
2012-10-09mm: kill vma flag VM_CAN_NONLINEARKonstantin Khlebnikov1-0/+1
2012-10-02Merge tag 'upstream-3.7-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds20-578/+451
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-0/+6
2012-10-02fs: push rcu_barrier() from deactivate_locked_super() to filesystemsKirill A. Shutemov1-0/+6
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds6-12/+12
2012-09-21userns: Convert ubifs to use kuid/kgidEric W. Biederman6-12/+12
2012-08-31UBIFS: print lessArtem Bityutskiy8-70/+60
2012-08-31UBIFS: use pr_ helper instead of printkArtem Bityutskiy4-302/+235
2012-08-31UBIFS: comply with coding styleArtem Bityutskiy16-206/+161
2012-08-31UBIFS: use __aligned() attributeArtem Bityutskiy1-1/+1
2012-08-31UBIFS: remove __DATE__ and __TIME__Jiri Slaby1-1/+0
2012-08-31UBIFS: fix power cut emulation for mtdramArtem Bityutskiy1-9/+11
2012-08-23UBIFS: improve scanning debug outputArtem Bityutskiy1-4/+4
2012-08-22UBIFS: always print full error reportsArtem Bityutskiy2-8/+0