summaryrefslogtreecommitdiffstats
path: root/fs/ubifs/super.c
Commit message (Expand)AuthorAgeFilesLines
...
* fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman2013-03-041-0/+1
* Merge tag 'upstream-3.7-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds2012-10-031-64/+55Star
|\
| * UBIFS: print lessArtem Bityutskiy2012-08-311-48/+43Star
| * UBIFS: comply with coding styleArtem Bityutskiy2012-08-311-19/+16Star
| * UBIFS: remove __DATE__ and __TIME__Jiri Slaby2012-08-311-1/+0Star
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-031-0/+6
|\ \
| * | fs: push rcu_barrier() from deactivate_locked_super() to filesystemsKirill A. Shutemov2012-10-031-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/+0Star
* | UBIFS: nuke pdflush from commentsArtem Bityutskiy2012-08-041-1/+1
|/
* VFS: Pass mount flags to sget()David Howells2012-07-141-2/+1Star
* 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/+2Star
* | UBI: Kill data type hintRichard Weinberger2012-05-201-2/+0Star
* | 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-211-4/+2Star
* vfs: switch ->show_options() to struct dentry *Al Viro2012-01-071-2/+2
* vfs: fix the stupidity with i_dentry in inode destructorsAl Viro2012-01-041-1/+0Star
* ubifs: too early register_filesystem()Al Viro2011-12-131-10/+8Star
* 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
* UBIFS: fix a rare memory leak in ro to rw remounting pathArtem Bityutskiy2011-05-131-0/+1
* UBIFS: improve space checking debugging featureArtem Bityutskiy2011-05-131-1/+1
* UBIFS: introduce a separate structure for budgeting infoArtem Bityutskiy2011-05-131-13/+13
* UBIFS: fix minor stylistic issuesArtem Bityutskiy2011-05-131-2/+2
* UBIFS: do not free write-buffers when in R/O modeArtem Bityutskiy2011-05-021-11/+4Star
* UBIFS: fix false assertion warning in case of I/O failuresArtem Bityutskiy2011-04-211-4/+6
* UBIFS: fix false space checking failureArtem Bityutskiy2011-04-201-4/+15
* UBIFS: fix assertion warningsArtem Bityutskiy2011-04-051-1/+2
* Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2011-03-241-1/+0Star
|\
| * block: remove per-queue pluggingJens Axboe2011-03-101-1/+0Star
* | Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6Linus Torvalds2011-03-181-11/+43
|\ \ | |/ |/|
| * UBIFS: do not check data crc by defaultArtem Bityutskiy2011-03-111-0/+1
| * UBIFS: print max. index node sizeArtem Bityutskiy2011-03-111-2/+2
| * UBIFS: handle allocation failures in UBIFS write pathMatthew L. Creech2011-03-111-0/+18
| * UBI: incorporate LEB offset informationArtem Bityutskiy2011-03-081-0/+1