summaryrefslogtreecommitdiffstats
path: root/fs/ubifs/dir.c
Commit message (Expand)AuthorAgeFilesLines
* [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
* new helper: file_inode(file)Al Viro2013-02-221-1/+1
* lseek: the "whence" argument is called "whence"Andrew Morton2012-12-171-2/+2
* UBIFS: comply with coding styleArtem Bityutskiy2012-08-311-2/+2
* Merge tag 'upstream-3.6-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds2012-07-231-1/+1
|\
| * UBIFS: fix compilation warningAlexandre Pereira da Silva2012-07-201-1/+1
* | don't pass nameidata to ->create()Al Viro2012-07-141-1/+1
* | stop passing nameidata to ->lookup()Al Viro2012-07-141-1/+1
|/
* ubifs: use generic_fillattr()Al Viro2012-05-291-10/+1
* UBIFS: remove Kconfig debugging optionArtem Bityutskiy2012-05-161-8/+0
* UBIFS: remove xattr Kconnfig optionSubodh Nijsure2012-05-031-2/+0
* UBIFS: do not use inc_link when i_nlink is zeroArtem Bityutskiy2012-02-291-9/+9
* ubifs: propagate umode_tAl Viro2012-01-031-2/+2
* switch ->mknod() to umode_tAl Viro2012-01-031-1/+1
* switch ->create() to umode_tAl Viro2012-01-031-2/+2
* switch vfs_mkdir() and ->mkdir() to umode_tAl Viro2012-01-031-2/+2
* UBIFS: introduce helper functions for debugging checks and testsArtem Bityutskiy2011-07-041-1/+1
* UBIFS: amend debugging inode size check function prototypeArtem Bityutskiy2011-07-041-2/+2
* UBIFS: amend debugging name check function prototypeArtem Bityutskiy2011-07-041-3/+5
* UBIFS: remove unnecessary bracketsArtem Bityutskiy2011-07-041-1/+1
* 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