summaryrefslogtreecommitdiffstats
path: root/fs/ubifs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'upstream-3.11-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds2013-07-051-1/+1
|\
| * UBIFS: correct mount messageRichard Genoud2013-05-101-1/+1
* | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2013-07-021-2/+3
|\ \
| * | mm: change invalidatepage prototype to accept lengthLukas Czerner2013-05-211-2/+3
* | | [readdir] convert ubifsAl Viro2013-06-291-41/+16
* | | UBIFS: fix a horrid bugArtem Bityutskiy2013-06-291-3/+27
* | | UBIFS: prepare to fix a horrid bugArtem Bityutskiy2013-06-291-12/+12
|/ /
* / aio: don't include aio.h in sched.hKent Overstreet2013-05-071-0/+1
|/
* UBIFS: make space fixup work in the remount caseArtem Bityutskiy2013-03-141-6/+6
* fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman2013-03-031-0/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-263-3/+3
|\
| * new helper: file_inode(file)Al Viro2013-02-223-3/+3
* | Merge tag 'upstream-3.9-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds2013-02-265-15/+27
|\ \
| * | UBIFS: fix double free of ubifs_orphan objectsAdam Thomas2013-02-042-1/+6
| * | UBIFS: fix use of freed ubifs_orphan objectsAdam Thomas2013-02-042-2/+9
| * | UBIFS: rename random32() to prandom_u32()Akinobu Mita2013-01-153-12/+12
| |/
* / ubifs: wait for page writeback to provide stable pagesJan Kara2013-02-211-0/+1
|/
* ubifs: use prandom_bytesAkinobu Mita2012-12-171-5/+3
* lseek: the "whence" argument is called "whence"Andrew Morton2012-12-171-2/+2
* UBIFS: fix mounting problems after power cutsArtem Bityutskiy2012-10-261-2/+10
* UBIFS: introduce categorized lprops counterArtem Bityutskiy2012-10-262-0/+9
* mm: kill vma flag VM_CAN_NONLINEARKonstantin Khlebnikov2012-10-091-0/+1
* Merge tag 'upstream-3.7-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds2012-10-0220-578/+451
|\
| * UBIFS: print lessArtem Bityutskiy2012-08-318-70/+60
| * UBIFS: use pr_ helper instead of printkArtem Bityutskiy2012-08-314-302/+235
| * UBIFS: comply with coding styleArtem Bityutskiy2012-08-3116-206/+161
| * UBIFS: use __aligned() attributeArtem Bityutskiy2012-08-311-1/+1
| * UBIFS: remove __DATE__ and __TIME__Jiri Slaby2012-08-311-1/+0
| * UBIFS: fix power cut emulation for mtdramArtem Bityutskiy2012-08-311-9/+11
| * UBIFS: improve scanning debug outputArtem Bityutskiy2012-08-231-4/+4
| * UBIFS: always print full error reportsArtem Bityutskiy2012-08-222-8/+0
| * UBIFS: print PID in debug messagesArtem Bityutskiy2012-08-221-2/+4
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-021-0/+6
|\ \
| * | fs: push rcu_barrier() from deactivate_locked_super() to filesystemsKirill A. Shutemov2012-10-021-0/+6
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2012-10-026-12/+12
|\ \ | |/ |/|
| * userns: Convert ubifs to use kuid/kgidEric W. Biederman2012-09-216-12/+12
* | UBIFS: fix error messages spellingArtem Bityutskiy2012-08-221-1/+1
* | UBIFS: fix complaints about too small debug buffer sizeArtem Bityutskiy2012-08-221-1/+1
* | UBIFS: fix replay regressionArtem Bityutskiy2012-08-211-2/+1
* | UBIFS: fix crash on error pathArtem Bityutskiy2012-08-211-1/+4
* | UBIFS: remove stale commentaryArtem Bityutskiy2012-08-211-3/+0
* | UBIFS: nuke pdflush from commentsArtem Bityutskiy2012-08-042-6/+6
|/
* Merge tag 'upstream-3.6-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds2012-07-235-17/+25
|\
| * UBIFS: remove invalid reference to list iterator variableJulia Lawall2012-07-201-2/+2
| * UBIFS: simplify reply code a bitArtem Bityutskiy2012-07-201-14/+6
| * UBIFS: add debugfs knob to switch to R/O modeArtem Bityutskiy2012-07-202-0/+16
| * UBIFS: fix compilation warningAlexandre Pereira da Silva2012-07-201-1/+1
* | Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2012-07-232-4/+3
|\ \ | |/ |/|
| * VFS: Pass mount flags to sget()David Howells2012-07-141-2/+1
| * don't pass nameidata to ->create()Al Viro2012-07-141-1/+1