summaryrefslogtreecommitdiffstats
path: root/fs/ubifs/dir.c
Commit message (Expand)AuthorAgeFilesLines
...
| * | fs: support RENAME_NOREPLACE for local filesystemsMiklos Szeredi2016-09-271-2/+6
| |/
* / vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher2016-10-081-3/+0Star
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-05-181-3/+3
|\
| * ubifs: Switch to generic xattr handlersAndreas Gruenbacher2016-05-181-3/+3
* | more trivial ->iterate_shared conversionsAl Viro2016-05-091-1/+1
|/
* wrappers for ->i_mutex accessAl Viro2016-01-231-9/+9
* ubifs: introduce UBIFS_ATIME_SUPPORT to ubifsDongsheng Yang2015-11-071-0/+3
* UBIFS: Fix possible memory leak in ubifs_readdir()Richard Weinberger2015-11-061-2/+3
* fs/ubifs: remove unnecessary new_valid_dev checkYaowei Bai2015-11-061-3/+0Star
* ubifs: switch to simple_follow_link()Al Viro2015-05-111-0/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-04-271-7/+7
|\
| * VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-151-7/+7
* | UBIFS: fix output format of INUM_WATERMARKSheng Yong2015-04-131-1/+1
* | UBIFS: extend debug/message capabilitiesSheng Yong2015-03-251-6/+6
* | UBIFS: fix incorrect unlocking handlingTaesoo Kim2015-03-251-4/+7
|/
* Merge branch 'for-linus-v3.20' of git://git.infradead.org/linux-ubifsLinus Torvalds2015-02-151-0/+16
|\
| * UBIFS: Add security.* XATTR support for the UBIFSSubodh Nijsure2015-01-281-0/+16
* | fs: remove mapping->backing_dev_infoChristoph Hellwig2015-01-201-2/+0Star
|/
* ubifs: switch to %pdAl Viro2013-10-251-22/+19Star
* [readdir] convert ubifsAl Viro2013-06-291-41/+16Star
* 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-231-1/+1
* lseek: the "whence" argument is called "whence"Andrew Morton2012-12-181-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-241-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-301-10/+1Star
* UBIFS: remove Kconfig debugging optionArtem Bityutskiy2012-05-161-8/+0Star
* UBIFS: remove xattr Kconnfig optionSubodh Nijsure2012-05-031-2/+0Star
* UBIFS: do not use inc_link when i_nlink is zeroArtem Bityutskiy2012-02-291-9/+9
* ubifs: propagate umode_tAl Viro2012-01-041-2/+2
* switch ->mknod() to umode_tAl Viro2012-01-041-1/+1
* switch ->create() to umode_tAl Viro2012-01-041-2/+2
* switch vfs_mkdir() and ->mkdir() to umode_tAl Viro2012-01-041-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/+0Star
* 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/+0Star
* new helper: ihold()Al Viro2010-10-261-1/+1
* ubifs: replace inode uid,gid,mode initialization with helper functionDmitry Monakhov2010-05-221-8/+1Star
* pass writeback_control to ->write_inodeChristoph Hellwig2010-03-051-1/+1