aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ubifs/dir.c
Commit message (Expand)AuthorAgeFilesLines
* merged more uncritical stuff from 3.2.72Wolfgang Wiedmeyer2015-10-231-7/+9
* merged 3.0.101 tagWolfgang Wiedmeyer2015-10-221-15/+39
* ubifs: remove unnecessary dentry_unhash from rmdir, dir renameSage Weil2011-05-281-5/+0
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2011-05-261-0/+5
|\
| * vfs: push dentry_unhash on rename_dir into file systemsSage Weil2011-05-261-0/+3
| * vfs: push dentry_unhash on rmdir into file systemsSage Weil2011-05-261-0/+2
* | UBIFS: introduce a separate structure for budgeting infoArtem Bityutskiy2011-05-131-2/+2
|/
* fs: Remove i_nlink check from file system link callbackAneesh Kumar K.V2011-03-151-18/+0
* new helper: ihold()Al Viro2010-10-251-1/+1
* ubifs: replace inode uid,gid,mode initialization with helper functionDmitry Monakhov2010-05-211-8/+1
* pass writeback_control to ->write_inodeChristoph Hellwig2010-03-051-1/+1
* UBIFS: return error if link and unlink raceHunter Adrian2009-05-191-0/+19
* UBIFS: simplify lockingArtem Bityutskiy2009-01-261-56/+36
* UBIFS: constify operationsArtem Bityutskiy2009-01-181-2/+2
* Merge branch 'master' into nextJames Morris2008-12-041-2/+3
|\
| * UBIFS: fix compilation warningsArtem Bityutskiy2008-11-061-1/+1
| * UBIFS: endian handling fixes and annotationsHarvey Harrison2008-11-061-1/+2
* | CRED: Wrap task credential accesses in the UBIFS filesystemDavid Howells2008-11-141-2/+2
|/
* UBIFS: fix printk format warningsAlexander Beregalov2008-09-181-1/+1
* UBIFS: fix zero-length truncationsArtem Bityutskiy2008-08-211-1/+0
* UBIFS: remove unneeded checkArtem Bityutskiy2008-08-131-9/+1
* UBIFS: always set i_generation to 0Adrian Hunter2008-08-131-1/+0
* UBIFS: align inode data to eightArtem Bityutskiy2008-08-131-4/+6
* UBIFS: fix budgeting calculationsArtem Bityutskiy2008-08-131-2/+1
* UBIFS: add new flash file systemArtem Bityutskiy2008-07-151-0/+1240