summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2016-05-26restore killability of old mutex_lock_killable(&inode->i_mutex) usersAl Viro3-20/+14
2016-05-24Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds28-313/+364
2016-05-02introduce a parallel variant of ->iterate()Al Viro5-11/+48
2016-05-02give readdir(2)/getdents(2)/etc. uniform exclusion with lseek()Al Viro7-27/+33
2016-05-02parallel lookups: actual switch to rwsemAl Viro11-32/+73
2016-04-24ext4: allow readdir()'s of large empty directories to be interruptedTheodore Ts'o4-0/+18
2016-01-22wrappers for ->i_mutex accessAl Viro177-883/+908
2014-10-31vfs: make first argument of dir_context.actor typedMiklos Szeredi19-67/+100
2014-06-04fanotify: create FAN_ACCESS event for readdirHeinrich Schuchardt1-0/+2
2013-10-25file->f_op is never NULL...Al Viro29-97/+74
2013-06-29[readdir] constify ->actorAl Viro9-68/+57
2013-06-29[readdir] ->readdir() is goneAl Viro7-16/+13
2013-06-29[readdir] introduce ->iterate(), ctx->pos, dir_emit()Al Viro7-18/+47
2013-06-29[readdir] introduce iterate_dir() and dir_contextAl Viro10-20/+53
2013-02-23new helper: file_inode(file)Al Viro306-717/+696
2012-09-27switch simple cases of fget_light to fdgetAl Viro44-763/+633
2012-05-30switch readdir/getdents to fget_light/fput_lightAl Viro2-38/+28
2012-02-29fs: reduce the use of module.h wherever possiblePaul Gortmaker32-32/+30
2010-08-10vfs: fix warning: 'dirent' is used uninitialized in this functionKevin Winchester2-8/+10
2009-01-14[CVE-2009-0029] System call wrappers part 32Heiko Carstens7-17/+24
2009-01-14[CVE-2009-0029] System call wrappers part 21Heiko Carstens2-17/+19
2009-01-14[CVE-2009-0029] Rename old_readdir to sys_old_readdirHeiko Carstens15-14/+16
2008-10-23[PATCH] prepare vfs_readdir() callers to returning filldir resultAl Viro6-41/+33
2008-08-25[PATCH] fix regular readdir() and friendsAl Viro2-4/+12
2007-12-06Use mutex_lock_killable in vfs_readdirLiam R. Howlett1-1/+4
2007-05-08ROUND_UP macro cleanup in fs/(select|compat|readdir).cMilind Arun Choudhary3-21/+15
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap436-436/+0
2006-12-08[PATCH] VFS: change struct file to use struct pathJosef "Jeff" Sipek32-139/+141
2006-10-03[PATCH] VFS: Make filldir_t and struct kstat deal in 64-bit inode numbersDavid Howells23-45/+152
2006-01-09[PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_semJes Sorensen113-573/+563
2005-04-16Linux-2.6.12-rc2Linus Torvalds17291-0/+6718845