aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ubifs (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-07-31UBIFS: Add log overlap assertionshujianyang1-0/+2
2014-07-28Revert "UBIFS: add a log overlap assertion"Artem Bityutskiy1-1/+0
2014-07-19UBIFS: add a log overlap assertionArtem Bityutskiy1-0/+1
2014-07-19UBIFS: remove unnecessary checkArtem Bityutskiy1-6/+4
2014-07-19UBIFS: remove mst_mutexArtem Bityutskiy4-9/+3
2014-07-19UBIFS: kernel-doc warning fixFabian Frederick1-1/+1
2014-07-19UBIFS: replace seq_printf by seq_putsFabian Frederick1-6/+6
2014-07-19UBIFS: replace count*size kzalloc by kcallocFabian Frederick1-2/+2
2014-07-19UBIFS: kernel-doc warning fixFabian Frederick1-1/+0
2014-07-19UBIFS: fix error path in create_default_filesystem()hujianyang1-0/+2
2014-07-19UBIFS: fix spelling of "scanned"Artem Bityutskiy2-3/+3
2014-07-19UBIFS: fix some commentsSeunghun Lee2-5/+4
2014-07-19UBIFS: remove useless @ecc in struct ubifs_scan_lebhujianyang2-5/+4
2014-07-19UBIFS: remove useless statementshujianyang7-10/+2
2014-07-19UBIFS: Add missing break statements in dbg_chk_pnode()hujianyang1-0/+2
2014-07-19UBIFS: fix error handling in dump_lpt_leb()hujianyang1-0/+5
2014-06-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-15/+10
2014-06-12->splice_write() via ->write_iter()Al Viro1-1/+1
2014-06-10Merge tag 'upstream-3.16-rc1-v2' of git://git.infradead.org/linux-ubifsLinus Torvalds8-16/+35
2014-06-03Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into nextLinus Torvalds2-4/+4
2014-06-03UBIFS: Add an assertion for clean_zn_cnthujianyang1-2/+3
2014-06-02UBIFS: respect MS_SILENT mount flagDaniel Golle3-8/+26
2014-06-02UBIFS: Remove incorrect assertion in shrink_tnc()hujianyang1-1/+0
2014-05-28UBIFS: fix debugging checkArtem Bityutskiy1-1/+1
2014-05-27UBIFS: add missing ui pointer in debugging codeDaniel Golle1-0/+1
2014-05-27UBIFS: Fix dump messages in ubifs_dump_lpropshujianyang1-1/+3
2014-05-13UBIFS: Remove unused variables in ubifs_budget_spacehujianyang1-1/+0
2014-05-13UBIFS: fix an mmap and fsync race conditionhujianyang1-2/+1
2014-05-06ubifs: switch to ->write_iter()Al Viro1-12/+7
2014-05-06switch simple generic_file_aio_read() users to ->read_iter()Al Viro1-2/+2
2014-05-05UBIFS: fix remount error pathArtem Bityutskiy1-1/+1
2014-04-18arch: Mass conversion of smp_mb__*()Peter Zijlstra2-4/+4
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