aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ubifs
AgeCommit message (Expand)AuthorFilesLines
2014-11-07UBIFS: fix a couple bugs in UBIFS xattr length calculationSubodh Nijsure1-1/+6
2014-11-07UBIFS: fix budget leak in error pathArtem Bityutskiy1-0/+1
2014-09-30UBIFS: Fix trivial typo in power_cut_emulated()Richard Weinberger1-1/+1
2014-09-26UBIFS: Align the dump messages of SB_NODEhujianyang1-2/+2
2014-09-19UBIFS: Remove bogus assertRichard Weinberger1-4/+3
2014-09-08UBIFS: fix free log space calculationArtem Bityutskiy1-2/+6
2014-09-08UBIFS: fix a race conditionArtem Bityutskiy2-8/+11
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/vir...Linus 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/k...Linus 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/t...Linus 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/vir...Linus 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/t...Linus 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/vir...Linus 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/vir...Linus 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/ebi...Linus 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
2012-08-22UBIFS: print PID in debug messagesArtem Bityutskiy1-2/+4
2012-08-22UBIFS: fix error messages spellingArtem Bityutskiy1-1/+1
2012-08-22UBIFS: fix complaints about too small debug buffer sizeArtem Bityutskiy1-1/+1
2012-08-21UBIFS: fix replay regressionArtem Bityutskiy1-2/+1
2012-08-21UBIFS: fix crash on error pathArtem Bityutskiy1-1/+4
2012-08-21UBIFS: remove stale commentaryArtem Bityutskiy1-3/+0
2012-08-04UBIFS: nuke pdflush from commentsArtem Bityutskiy2-6/+6
2012-07-23Merge tag 'upstream-3.6-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds5-17/+25
2012-07-23Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2-4/+3
2012-07-20UBIFS: remove invalid reference to list iterator variableJulia Lawall1-2/+2
2012-07-20UBIFS: simplify reply code a bitArtem Bityutskiy1-14/+6
2012-07-20UBIFS: add debugfs knob to switch to R/O modeArtem Bityutskiy2-0/+16
2012-07-20UBIFS: fix compilation warningAlexandre Pereira da Silva1-1/+1
2012-07-20UBIFS: fix a bug in empty space fix-upArtem Bityutskiy1-2/+6
2012-07-14VFS: Pass mount flags to sget()David Howells1-2/+1
2012-07-14don't pass nameidata to ->create()Al Viro1-1/+1
2012-07-14stop passing nameidata to ->lookup()Al Viro1-1/+1
2012-06-27UBIFS: correct usage of IS_ENABLED()Brian Norris1-4/+4
2012-06-18UBIFS: fix assertionDan Carpenter1-2/+2
2012-06-07UBIFS: fix debugfs-less systems supportArtem Bityutskiy1-2/+10
2012-05-29ubifs: use generic_fillattr()Al Viro1-10/+1
2012-05-28Merge tag 'writeback' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linuxLinus Torvalds1-1/+1
2012-05-22Merge tag 'upstream-3.5-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds26-642/+369
2012-05-20UBI: amend commentaries WRT dtypeArtem Bityutskiy1-3/+2
2012-05-20UBI: Kill data type hintRichard Weinberger16-99/+69
2012-05-20UBIFS: fix memory leak on error pathSidney Amani1-1/+1
2012-05-20UBIFS: make ubifs_lpt_init clean-up in case of failureArtem Bityutskiy1-2/+6
2012-05-16UBIFS: get rid of dbg_errArtem Bityutskiy12-119/+114
2012-05-16UBIFS: remove Kconfig debugging optionArtem Bityutskiy15-238/+19
2012-05-16UBIFS: remove a couple of unused macrosArtem Bityutskiy1-3/+0
2012-05-16UBIFS: rename dumping functionsArtem Bityutskiy19-163/+160
2012-05-16UBIFS: get rid of dbg_dump_stackArtem Bityutskiy8-27/+24
2012-05-10vfs: make it possible to access the dentry hash/len as one 64-bit entryLinus Torvalds2-4/+4
2012-05-06vfs: Rename end_writeback() to clear_inode()Jan Kara1-1/+1
2012-05-03UBIFS: remove xattr Kconnfig optionSubodh Nijsure5-14/+1
2012-05-03UBIFS: remove douple initialization in change_category()Dan Carpenter1-1/+1
2012-03-23Merge tag 'upstream-3.4-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds6-230/+234
2012-03-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-4/+2
2012-03-20switch open-coded instances of d_make_root() to new helperAl Viro1-4/+2
2012-03-20ubifs: remove the second argument of k[un]map_atomic()Cong Wang1-2/+2
2012-03-07UBIFS: improve error messagesArtem Bityutskiy1-5/+14
2012-02-29UBIFS: kill CUR_MAX_KEY_LEN macroArtem Bityutskiy1-7/+4
2012-02-29UBIFS: do not use inc_link when i_nlink is zeroArtem Bityutskiy1-9/+9
2012-02-29UBIFS: make the dbg_lock spinlock staticArtem Bityutskiy2-4/+1
2012-02-29UBIFS: increase dumps loglevelArtem Bityutskiy1-204/+204
2012-02-29UBIFS: amend recovery debugging messageArtem Bityutskiy1-1/+2
2012-01-15UBIFS: fix non-debug configuration buildDominique Martinet1-14/+17
2012-01-13Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6Linus Torvalds6-104/+110
2012-01-13UBIFS: fix key printingArtem Bityutskiy6-88/+91
2012-01-13UBIFS: use snprintf instead of sprintf when printing keysArtem Bityutskiy1-18/+20
2012-01-11UBIFS: fix debugging messagesArtem Bityutskiy1-1/+4
2012-01-11UBIFS: make debugging messages light againArtem Bityutskiy1-7/+5
2012-01-10Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6Linus Torvalds3-10/+5
2012-01-06vfs: switch ->show_options() to struct dentry *Al Viro1-2/+2
2012-01-03ubifs: propagate umode_tAl Viro2-3/+3
2012-01-03switch ->mknod() to umode_tAl Viro1-1/+1
2012-01-03switch ->create() to umode_tAl Viro1-2/+2
2012-01-03switch vfs_mkdir() and ->mkdir() to umode_tAl Viro1-2/+2
2012-01-03vfs: fix the stupidity with i_dentry in inode destructorsAl Viro1-1/+0
2012-01-03vfs: mnt_drop_write_file()Al Viro1-1/+1
2012-01-03switch a bunch of places to mnt_want_write_file()Al Viro1-1/+1
2011-12-13ubifs: too early register_filesystem()Al Viro1-10/+8
2011-11-22UBIFS: Use kmemdup rather than duplicating its implementationThomas Meyer3-10/+5
2011-11-07Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6Linus Torvalds4-2/+23
2011-11-06Merge branch 'writeback-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2011-11-02filesystems: add set_nlink()Miklos Szeredi2-2/+2
2011-11-02filesystems: add missing nlink wrappersMiklos Szeredi1-1/+1
2011-10-31writeback: Add a 'reason' to wb_writeback_workCurt Wohlgemuth1-1/+1
2011-08-26UBIFS: fix the dark space calculationsrimugunthan dhandapani2-2/+2
2011-08-22UBIFS: introduce a helper to dump scanning infoArtem Bityutskiy2-0/+21
2011-08-19UBIFS: not build debug messages with CONFIG_UBIFS_FS_DEBUG disabledMichal Marek1-3/+3
2011-07-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-11/+12
2011-07-20fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik2-11/+12
2011-07-08UBIFS: fix master node recoveryAnatolij Gustschin1-1/+2
2011-07-04UBIFS: improve power cut emulation testingArtem Bityutskiy1-41/+50
2011-07-04UBIFS: rename recovery testing variablesArtem Bityutskiy2-35/+39
2011-07-04UBIFS: remove custom list of superblocksArtem Bityutskiy3-105/+39
2011-07-04UBIFS: stop re-defining UBI operationsArtem Bityutskiy2-9/+0
2011-07-04UBIFS: switch to I/O helpersArtem Bityutskiy5-21/+19
2011-07-04UBIFS: switch to ubifs_leb_writeArtem Bityutskiy1-22/+14
2011-07-04UBIFS: switch to ubifs_leb_readArtem Bityutskiy8-47/+40
2011-07-04UBIFS: introduce more I/O helpersArtem Bityutskiy5-87/+148
2011-07-04UBIFS: always print stacktrace when switching to R/O modeArtem Bityutskiy1-1/+1
2011-07-04UBIFS: remove unused and unneeded debugging functionArtem Bityutskiy2-57/+3
2011-07-04UBIFS: add global debugfs knobsArtem Bityutskiy2-16/+157
2011-07-04UBIFS: introduce debugfs helpersArtem Bityutskiy1-20/+56
2011-07-04UBIFS: re-arrange debugging code a bitArtem Bityutskiy1-59/+59
2011-07-04UBIFS: be more informative in failure modeArtem Bityutskiy1-15/+23
2011-07-04UBIFS: switch self-check knobs to debugfsArtem Bityutskiy2-53/+159
2011-07-04UBIFS: lessen amount of debugging check typesArtem Bityutskiy5-25/+12
2011-07-04UBIFS: introduce helper functions for debugging checks and testsArtem Bityutskiy12-56/+75
2011-07-04UBIFS: amend debugging inode size check function prototypeArtem Bityutskiy4-6/+9
2011-07-04UBIFS: amend debugging name check function prototypeArtem Bityutskiy1-3/+5
2011-07-04UBIFS: add few commentaries about TNCArtem Bityutskiy1-0/+26
2011-07-04UBIFS: use correct flags in lpropsArtem Bityutskiy3-8/+8
2011-07-04UBIFS: harmonize znode flag helpersArtem Bityutskiy4-12/+34
2011-07-04UBIFS: remove dead codeArtem Bityutskiy1-76/+30
2011-07-04UBIFS: remove unnecessary bracketsArtem Bityutskiy1-1/+1
2011-07-04UBIFS: minor cleanup: use S_ISREG helperArtem Bityutskiy1-1/+1
2011-07-04UBIFS: rename dbg_check_dir_size functionArtem Bityutskiy3-4/+4
2011-07-04UBIFS: improve inode dumping functionArtem Bityutskiy3-5/+60
2011-07-04UBIFS: dump stack when pnode or nnode reading failsArtem Bityutskiy1-0/+2
2011-07-04UBIFS: lessen the size of debugging info data structureArtem Bityutskiy2-7/+22
2011-07-04UBIFS: return EROFS in case of broken commitArtem Bityutskiy1-2/+2
2011-06-20ubifs: dereferencing an ERR_PTR in ubifs_mount()Dan Carpenter1-0/+1
2011-06-12ubifs: fix sget racesAl Viro1-24/+30
2011-06-12ubifs: split allocation of ubifs_info into a separate functionAl Viro1-39/+48
2011-06-03UBIFS: fix-up free space earlierBen Gardiner1-8/+8
2011-06-03UBIFS: intialize LPT earlierBen Gardiner1-13/+16
2011-06-03UBIFS: assert no fixup when writing a nodeBen Gardiner1-0/+2
2011-06-03UBIFS: fix clean znode counter corruption in error casesArtem Bityutskiy1-4/+5
2011-06-03UBIFS: fix memory leak on error pathArtem Bityutskiy1-0/+1