summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-06-14ufs: restore maintaining ->i_blocksAl Viro2-1/+26
2017-06-14fs: add i_blocksize()Fabian Frederick27-49/+54
2016-01-16fs/stat.c: drop the last new_valid_dev checkYaowei Bai1-1/+1
2015-11-09fs/stat.c: remove unnecessary new_valid_dev() checkYaowei Bai1-2/+0
2015-04-15VFS: assorted d_backing_inode() annotationsDavid Howells6-12/+12
2015-04-12switch security_inode_getattr() to struct path *Al Viro10-35/+24
2013-11-09vfs: split out vfs_getattr_nosecJ. Bruce Fields2-6/+26
2013-08-17quota: provide interface for readding allocated space into reserved spaceJan Kara4-2/+71
2013-02-26switch vfs_getattr() to struct pathAl Viro14-35/+40
2012-12-20vfs: fix readlinkat to retry on ESTALEJeff Layton1-1/+7
2012-12-20vfs: make fstatat retry on ESTALE errors from getattr callJeff Layton1-2/+6
2012-10-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds142-2877/+2915
2012-10-01Merge tag 'arm64-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds171-6/+21762
2012-09-27switch simple cases of fget_light to fdgetAl Viro44-763/+633
2012-09-14vfs: make O_PATH file descriptors usable for 'fstat()'Linus Torvalds1-1/+1
2012-09-14fs: Build sys_stat64() and friends if __ARCH_WANT_COMPAT_STAT64Catalin Marinas1-2/+2
2012-05-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds85-605/+1787
2012-05-21Merge branch 'vfs-cleanups' (random vfs cleanups)Linus Torvalds3-48/+35
2012-05-15userns: Convert stat to return values mapped from kuids and kgidsEric W. Biederman8-20/+21
2012-05-07vfs: don't force a big memset of stat data just to clear padding fieldsLinus Torvalds2-2/+31
2012-05-07vfs: de-crapify "cp_new_stat()" functionLinus Torvalds1-18/+14
2012-04-28VFS: make vfs_fstat() use f[get|put]_light()Linus Torvalds1-2/+3
2012-03-24Merge tag 'module-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds100-100/+100
2012-03-21switch touch_atime to struct pathAl Viro8-19/+21
2012-02-29fs: reduce the use of module.h wherever possiblePaul Gortmaker32-32/+30
2011-11-02readlinkat: ensure we return ENOENT for the empty pathname for normal lookupsAndy Whitcroft3-7/+17
2011-09-27vfs: remove LOOKUP_NO_AUTOMOUNT flagLinus Torvalds3-9/+1
2011-08-07vfs: optimize inode cache access patternsLinus Torvalds4-34/+106
2011-03-15readlinkat(), fchownat() and fstatat() with empty relative pathnamesAl Viro2-6/+11
2011-01-16Add an AT_NO_AUTOMOUNT flag to suppress terminal automountDavid Howells4-1/+12
2010-08-13Mark arguments to certain syscalls as being constDavid Howells44-109/+125
2009-12-23Add unlocked version of inode_add_bytes() functionDmitry Monakhov2-2/+9
2009-04-21kill vfs_stat_fd / vfs_lstat_fdChristoph Hellwig3-73/+52
2009-04-21Separate out common fstatat code into vfs_fstatatOleg Drokin7-97/+54
2009-01-14[CVE-2009-0029] System call wrappers part 30Heiko Carstens4-16/+17
2009-01-14[CVE-2009-0029] System call wrappers part 16Heiko Carstens5-17/+17
2009-01-14[CVE-2009-0029] System call wrappers part 11Heiko Carstens3-10/+14
2009-01-14[CVE-2009-0029] System call wrappers part 10Heiko Carstens4-14/+11
2009-01-05inode->i_op is never NULLAl Viro10-35/+28
2008-07-27[PATCH] sanitize __user_walk_fd() et.al.Al Viro13-238/+235
2008-02-15Introduce path_put()Jan Blunck41-118/+125
2008-02-15Embed a struct path into struct nameidata instead of nd->{dentry,mnt}Jan Blunck47-402/+431
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-12-07[PATCH] vfs_getattr(): remove dead codeAndrew Morton1-7/+0
2006-10-03[PATCH] VFS: Make filldir_t and struct kstat deal in 64-bit inode numbersDavid Howells23-45/+152
2006-09-27[PATCH] inode-diet: Eliminate i_blksize from the inode structureTheodore Ts'o80-125/+21
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel2972-2976/+0
2006-04-28[PATCH] powerpc: Wire up *at syscallsAndreas Schwab4-2/+46
2006-02-12[PATCH] fstatat64 supportUlrich Drepper7-4/+50
[next]