summaryrefslogtreecommitdiffstats
path: root/fs/ubifs
AgeCommit message (Expand)AuthorLines
2015-02-15Merge branch 'for-linus-v3.20' of git://git.infradead.org/linux-ubifsLinus Torvalds-12/+148
2015-02-12Merge branch 'for-3.20/bdi' of git://git.kernel.dk/linux-blockLinus Torvalds-6/+1
2015-02-10mm: drop vm_ops->remap_pages and generic_file_remap_pages() stubKirill A. Shutemov-1/+0
2015-02-10UBIFS: return -EINVAL if log head is emptyhujianyang-3/+16
2015-01-28UBIFS: add a couple of extra assertsArtem Bityutskiy-0/+4
2015-01-28UBIFS: add ubifs_err() to print error reasonSubodh Nijsure-4/+13
2015-01-28UBIFS: Add security.* XATTR support for the UBIFSSubodh Nijsure-0/+99
2015-01-28UBIFS: Add xattr support for symlinksSubodh Nijsure-5/+16
2015-01-20fs: remove mapping->backing_dev_infoChristoph Hellwig-5/+0
2015-01-20fs: introduce f_op->mmap_capabilities for nommu mmap supportChristoph Hellwig-1/+1
2014-11-07UBIFS: fix a couple bugs in UBIFS xattr length calculationSubodh Nijsure-1/+6
2014-11-07UBIFS: fix budget leak in error pathArtem Bityutskiy-0/+1
2014-09-30UBIFS: Fix trivial typo in power_cut_emulated()Richard Weinberger-1/+1
2014-09-26UBIFS: Align the dump messages of SB_NODEhujianyang-2/+2
2014-09-19UBIFS: Remove bogus assertRichard Weinberger-4/+3
2014-09-08UBIFS: fix free log space calculationArtem Bityutskiy-2/+6
2014-09-08UBIFS: fix a race conditionArtem Bityutskiy-8/+11
2014-07-31UBIFS: Add log overlap assertionshujianyang-0/+2
2014-07-28Revert "UBIFS: add a log overlap assertion"Artem Bityutskiy-1/+0
2014-07-19UBIFS: add a log overlap assertionArtem Bityutskiy-0/+1
2014-07-19UBIFS: remove unnecessary checkArtem Bityutskiy-6/+4
2014-07-19UBIFS: remove mst_mutexArtem Bityutskiy-9/+3
2014-07-19UBIFS: kernel-doc warning fixFabian Frederick-1/+1
2014-07-19UBIFS: replace seq_printf by seq_putsFabian Frederick-6/+6
2014-07-19UBIFS: replace count*size kzalloc by kcallocFabian Frederick-2/+2
2014-07-19UBIFS: kernel-doc warning fixFabian Frederick-1/+0
2014-07-19UBIFS: fix error path in create_default_filesystem()hujianyang-0/+2
2014-07-19UBIFS: fix spelling of "scanned"Artem Bityutskiy-3/+3
2014-07-19UBIFS: fix some commentsSeunghun Lee-5/+4
2014-07-19UBIFS: remove useless @ecc in struct ubifs_scan_lebhujianyang-5/+4
2014-07-19UBIFS: remove useless statementshujianyang-10/+2
2014-07-19UBIFS: Add missing break statements in dbg_chk_pnode()hujianyang-0/+2
2014-07-19UBIFS: fix error handling in dump_lpt_leb()hujianyang-0/+5
2014-06-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-15/+10
2014-06-12->splice_write() via ->write_iter()Al Viro-1/+1
2014-06-10Merge tag 'upstream-3.16-rc1-v2' of git://git.infradead.org/linux-ubifsLinus Torvalds-16/+35
2014-06-03Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-4/+4
2014-06-03UBIFS: Add an assertion for clean_zn_cnthujianyang-2/+3
2014-06-02UBIFS: respect MS_SILENT mount flagDaniel Golle-8/+26
2014-06-02UBIFS: Remove incorrect assertion in shrink_tnc()hujianyang-1/+0
2014-05-28UBIFS: fix debugging checkArtem Bityutskiy-1/+1
2014-05-27UBIFS: add missing ui pointer in debugging codeDaniel Golle-0/+1
2014-05-27UBIFS: Fix dump messages in ubifs_dump_lpropshujianyang-1/+3
2014-05-13UBIFS: Remove unused variables in ubifs_budget_spacehujianyang-1/+0
2014-05-13UBIFS: fix an mmap and fsync race conditionhujianyang-2/+1
2014-05-06ubifs: switch to ->write_iter()Al Viro-12/+7
2014-05-06switch simple generic_file_aio_read() users to ->read_iter()Al Viro-2/+2
2014-05-05UBIFS: fix remount error pathArtem Bityutskiy-1/+1
2014-04-18arch: Mass conversion of smp_mb__*()Peter Zijlstra-4/+4
2014-04-07mm: implement ->map_pages for page cacheKirill A. Shutemov-0/+1