summaryrefslogtreecommitdiffstats
path: root/fs/ubifs/super.c
Commit message (Expand)AuthorAgeFilesLines
* UBIFS: remove mst_mutexArtem Bityutskiy2014-07-191-1/+0
* UBIFS: replace seq_printf by seq_putsFabian Frederick2014-07-191-6/+6
* UBIFS: replace count*size kzalloc by kcallocFabian Frederick2014-07-191-2/+2
* UBIFS: remove useless statementshujianyang2014-07-191-1/+1
* UBIFS: respect MS_SILENT mount flagDaniel Golle2014-06-021-0/+5
* UBIFS: fix remount error pathArtem Bityutskiy2014-05-051-1/+1
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2014-04-041-0/+1
|\
| * fs: push sync_filesystem() down to the file system's remount_fs()Theodore Ts'o2014-03-131-0/+1
* | mm + fs: store shadow entries in page cacheJohannes Weiner2014-04-031-1/+1
|/
* fs/ubifs: use rbtree postorder iteration helper instead of opencodingCody P Schafer2014-01-231-20/+4
* Merge tag 'upstream-3.13-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds2013-11-131-2/+6
|\
| * UBIFS: fix return codeWei Yongjun2013-10-261-2/+6
* | fs: convert fs shrinkers to new scan/count APIDave Chinner2013-09-101-1/+2
|/
* UBIFS: correct mount messageRichard Genoud2013-05-101-1/+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 tag 'upstream-3.7-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds2012-10-021-64/+55
|\
| * UBIFS: print lessArtem Bityutskiy2012-08-311-48/+43
| * UBIFS: comply with coding styleArtem Bityutskiy2012-08-311-19/+16
| * UBIFS: remove __DATE__ and __TIME__Jiri Slaby2012-08-311-1/+0
* | 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-021-2/+2
|\ \ | |/ |/|
| * userns: Convert ubifs to use kuid/kgidEric W. Biederman2012-09-211-2/+2
* | UBIFS: remove stale commentaryArtem Bityutskiy2012-08-211-3/+0
* | UBIFS: nuke pdflush from commentsArtem Bityutskiy2012-08-041-1/+1
|/
* VFS: Pass mount flags to sget()David Howells2012-07-141-2/+1
* Merge tag 'writeback' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linuxLinus Torvalds2012-05-281-1/+1
|\
| * vfs: Rename end_writeback() to clear_inode()Jan Kara2012-05-061-1/+1
* | UBI: amend commentaries WRT dtypeArtem Bityutskiy2012-05-201-3/+2
* | UBI: Kill data type hintRichard Weinberger2012-05-201-2/+0
* | UBIFS: fix memory leak on error pathSidney Amani2012-05-201-1/+1
* | UBIFS: get rid of dbg_errArtem Bityutskiy2012-05-161-7/+7
* | UBIFS: rename dumping functionsArtem Bityutskiy2012-05-161-4/+4
|/
* switch open-coded instances of d_make_root() to new helperAl Viro2012-03-201-4/+2
* vfs: switch ->show_options() to struct dentry *Al Viro2012-01-061-2/+2
* vfs: fix the stupidity with i_dentry in inode destructorsAl Viro2012-01-031-1/+0
* ubifs: too early register_filesystem()Al Viro2011-12-131-10/+8
* filesystems: add set_nlink()Miklos Szeredi2011-11-021-1/+1
* UBIFS: switch to I/O helpersArtem Bityutskiy2011-07-041-1/+1
* UBIFS: minor cleanup: use S_ISREG helperArtem Bityutskiy2011-07-041-1/+1
* UBIFS: rename dbg_check_dir_size functionArtem Bityutskiy2011-07-041-1/+1
* ubifs: dereferencing an ERR_PTR in ubifs_mount()Dan Carpenter2011-06-201-0/+1
* ubifs: fix sget racesAl Viro2011-06-121-24/+30
* ubifs: split allocation of ubifs_info into a separate functionAl Viro2011-06-121-39/+48
* UBIFS: fix-up free space earlierBen Gardiner2011-06-031-8/+8
* UBIFS: intialize LPT earlierBen Gardiner2011-06-031-13/+16
* UBIFS: introduce a "grouped" journal head flagArtem Bityutskiy2011-06-011-1/+4
* fs: pass exact type of data dirties to ->dirty_inodeChristoph Hellwig2011-05-271-1/+1
* UBIFS: fix-up free space on mount if flag is setMatthew L. Creech2011-05-161-0/+13