aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ubifs/dir.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-11-07ubifs: introduce UBIFS_ATIME_SUPPORT to ubifsDongsheng Yang1-0/+3
2015-11-06UBIFS: Fix possible memory leak in ubifs_readdir()Richard Weinberger1-2/+3
2015-11-06fs/ubifs: remove unnecessary new_valid_dev checkYaowei Bai1-3/+0
2015-05-10ubifs: switch to simple_follow_link()Al Viro1-0/+1
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-7/+7
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells1-7/+7
2015-04-13UBIFS: fix output format of INUM_WATERMARKSheng Yong1-1/+1
2015-03-25UBIFS: extend debug/message capabilitiesSheng Yong1-6/+6
2015-03-25UBIFS: fix incorrect unlocking handlingTaesoo Kim1-4/+7
2015-02-15Merge branch 'for-linus-v3.20' of git://git.infradead.org/linux-ubifsLinus Torvalds1-0/+16
2015-01-28UBIFS: Add security.* XATTR support for the UBIFSSubodh Nijsure1-0/+16
2015-01-20fs: remove mapping->backing_dev_infoChristoph Hellwig1-2/+0
2013-10-24ubifs: switch to %pdAl Viro1-22/+19
2013-06-29[readdir] convert ubifsAl Viro1-41/+16
2013-06-29UBIFS: fix a horrid bugArtem Bityutskiy1-3/+27
2013-06-29UBIFS: prepare to fix a horrid bugArtem Bityutskiy1-12/+12
2013-02-22new helper: file_inode(file)Al Viro1-1/+1
2012-12-17lseek: the "whence" argument is called "whence"Andrew Morton1-2/+2
2012-08-31UBIFS: comply with coding styleArtem Bityutskiy1-2/+2
2012-07-23Merge tag 'upstream-3.6-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds1-1/+1
2012-07-20UBIFS: fix compilation warningAlexandre Pereira da Silva1-1/+1
2012-07-14don't pass nameidata to ->create()Al Viro1-1/+1
2012-07-14stop passing nameidata to ->lookup()Al Viro1-1/+1
2012-05-29ubifs: use generic_fillattr()Al Viro1-10/+1
2012-05-16UBIFS: remove Kconfig debugging optionArtem Bityutskiy1-8/+0
2012-05-03UBIFS: remove xattr Kconnfig optionSubodh Nijsure1-2/+0
2012-02-29UBIFS: do not use inc_link when i_nlink is zeroArtem Bityutskiy1-9/+9
2012-01-03ubifs: propagate umode_tAl Viro1-2/+2
2012-01-03switch ->mknod() to umode_tAl Viro1-1/+1
2012-01-03switch ->create() to umode_tAl Viro1-2/+2
2012-01-03switch vfs_mkdir() and ->mkdir() to umode_tAl Viro1-2/+2
2011-07-04UBIFS: introduce helper functions for debugging checks and testsArtem Bityutskiy1-1/+1
2011-07-04UBIFS: amend debugging inode size check function prototypeArtem Bityutskiy1-2/+2
2011-07-04UBIFS: amend debugging name check function prototypeArtem Bityutskiy1-3/+5
2011-07-04UBIFS: remove unnecessary bracketsArtem Bityutskiy1-1/+1
2011-05-28ubifs: remove unnecessary dentry_unhash from rmdir, dir renameSage Weil1-5/+0
2011-05-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds1-0/+5
2011-05-26vfs: push dentry_unhash on rename_dir into file systemsSage Weil1-0/+3
2011-05-26vfs: push dentry_unhash on rmdir into file systemsSage Weil1-0/+2
2011-05-13UBIFS: introduce a separate structure for budgeting infoArtem Bityutskiy1-2/+2
2011-03-15fs: Remove i_nlink check from file system link callbackAneesh Kumar K.V1-18/+0
2010-10-25new helper: ihold()Al Viro1-1/+1
2010-05-21ubifs: replace inode uid,gid,mode initialization with helper functionDmitry Monakhov1-8/+1
2010-03-05pass writeback_control to ->write_inodeChristoph Hellwig1-1/+1
2009-05-19UBIFS: return error if link and unlink raceHunter Adrian1-0/+19
2009-01-26UBIFS: simplify lockingArtem Bityutskiy1-56/+36
2009-01-18UBIFS: constify operationsArtem Bityutskiy1-2/+2
2008-12-04Merge branch 'master' into nextJames Morris1-2/+3
2008-11-14CRED: Wrap task credential accesses in the UBIFS filesystemDavid Howells1-2/+2
2008-11-06UBIFS: fix compilation warningsArtem Bityutskiy1-1/+1