aboutsummaryrefslogtreecommitdiffstats
path: root/fs/coda/dir.c
AgeCommit message (Expand)AuthorFilesLines
2026-04-21Merge tag 'pull-coda' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-12/+3
2026-04-04sanitize coda_dentry_delete()Al Viro1-9/+3
2026-04-04coda: is_bad_inode() is always false thereAl Viro1-4/+1
2026-03-06treewide: change inode->i_ino from unsigned long to u64Jeff Layton1-1/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-1/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-1/+1
2025-06-11coda: use iterate_dir() in coda_readdir()NeilBrown1-10/+2
2025-02-27Change inode_operations.mkdir to return struct dentry *NeilBrown1-7/+7
2025-01-27Pass parent directory inode and expected name to ->d_revalidate()Al Viro1-1/+2
2023-10-18coda: convert to new timestamp accessorsJeff Layton1-1/+1
2023-08-28Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-1/+1
2023-08-06vfs: get rid of old '->iterate' directory operationLinus Torvalds1-13/+7
2023-07-13coda: convert to ctime accessor functionsJeff Layton1-1/+1
2023-01-19fs: port ->permission() to pass mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->rename() to pass mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->mkdir() to pass mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->symlink() to pass mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->create() to pass mnt_idmapChristian Brauner1-1/+1
2021-11-09coda: avoid hidden code duplication in renameJan Harkes1-5/+2
2021-11-09coda: avoid NULL pointer dereference from a bad inodeJan Harkes1-4/+9
2021-01-24fs: make helpers idmap mount awareChristian Brauner1-7/+11
2019-07-16coda: ftoc validity check integrationFabian Frederick1-4/+2
2019-07-16coda: move internal defs out of include/linux/ [ver #2]David Howells1-1/+1
2019-07-16coda: don't try to print names that were considered too longJan Harkes1-2/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-09-04fs: fix kernel_read prototypeChristoph Hellwig1-2/+3
2016-10-10Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro1-1/+5
2016-09-27fs: Replace CURRENT_TIME_SEC with current_time() for inode timestampsDeepa Dinamani1-1/+1
2016-09-27fs: rename "rename2" i_op to "rename"Miklos Szeredi1-1/+1
2016-09-27fs: make remaining filesystems use .rename2Miklos Szeredi1-2/+6
2016-05-02introduce a parallel variant of ->iterate()Al Viro1-6/+12
2016-01-22wrappers for ->i_mutex accessAl Viro1-2/+2
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells1-11/+11
2015-02-22VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)David Howells1-1/+1
2015-02-17fs/coda/dir.c: forward declaration clean-upFabian Frederick1-82/+56
2014-12-11coda_venus_readdir(): use file_inode()Al Viro1-3/+1
2014-10-31new helper: is_root_inode()Al Viro1-6/+6
2014-08-08fs/coda: use linux/uaccess.hFabian Frederick1-2/+1
2014-06-06fs/coda: use __func__Fabian Frederick1-6/+6
2014-06-06fs/coda: logging prefix uniformizationFabian Frederick1-1/+1
2014-06-06fs/coda: replace printk by pr_foo()Fabian Frederick1-6/+6
2013-11-09coda_revalidate_inode(): switch to passing inode...Al Viro1-2/+1
2013-10-24file->f_op is never NULL...Al Viro1-3/+0
2013-07-05helper for reading ->d_countAl Viro1-1/+1
2013-06-29coda: don't bother with find_inode_number()Al Viro1-7/+1
2013-06-29[readdir] convert codaAl Viro1-58/+19
2013-06-29[readdir] introduce ->iterate(), ctx->pos, dir_emit()Al Viro1-4/+15
2013-02-22new helper: file_inode(file)Al Viro1-1/+1
2012-07-14don't pass nameidata to ->create()Al Viro1-2/+2
2012-07-14stop passing nameidata to ->lookup()Al Viro1-2/+2
2012-07-14stop passing nameidata * to ->d_revalidate()Al Viro1-3/+3
2012-01-10coda: switch coda_cnode_make() to sane API as well, clean coda_lookup()Al Viro1-16/+13
2012-01-10coda: deal correctly with allocation failure from coda_cnode_makectl()Al Viro1-2/+2
2012-01-03switch ->create() to umode_tAl Viro1-2/+2
2012-01-03switch vfs_mkdir() and ->mkdir() to umode_tAl Viro1-2/+2
2011-11-02filesystems: add missing nlink wrappersMiklos Szeredi1-1/+1
2011-07-20don't open-code parent_ino() in assorted ->readdir()Al Viro1-1/+1
2011-07-20coda_venus_readdir(): use offsetof()Al Viro1-2/+1
2011-07-20->permission() sanitizing: don't pass flags to ->permission()Al Viro1-2/+2
2011-05-28coda: remove unnecessary dentry_unhash on rmdir, dir renameSage Weil1-5/+0
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-01-12take coda-private headers out of include/linuxAl Viro1-3/+2
2011-01-12switch codaAl Viro1-3/+1
2011-01-07fs: provide rcu-walk aware permission i_opsNick Piggin1-1/+4
2011-01-07fs: rcu-walk aware d_revalidate methodNick Piggin1-1/+6
2011-01-07fs: dcache reduce branches in lookup pathNick Piggin1-1/+1
2011-01-07fs: dcache scale dentry refcountNick Piggin1-1/+1
2011-01-07fs: change d_delete semanticsNick Piggin1-2/+2
2010-10-25new helper: ihold()Al Viro1-1/+1
2010-10-25Coda: push BKL regions into coda_upcall()Yoshihisa Abe1-107/+42
2010-10-25Coda: add spin lock to protect accesses to struct coda_inode_info.Yoshihisa Abe1-0/+6
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2009-03-27constify dentry_operations: misc filesystemsAl Viro1-1/+1
2008-10-23[PATCH] move executable checking into ->permission()Miklos Szeredi1-0/+3
2008-07-26[PATCH] sanitize ->permission() prototypeAl Viro1-1/+3
2008-04-29coda: add static to functions in dir.cHarvey Harrison1-3/+3
2007-07-21coda: remove CODA_STORE/CODA_RELEASE upcallsJan Harkes1-1/+0
2007-07-19coda breakageAl Viro1-9/+9
2007-07-19coda: remove statistics counters from /proc/fs/codaJan Harkes1-14/+2
2007-07-19coda: cleanup coda_lookup, use dsplice_aliasJan Harkes1-35/+22
2007-07-19coda: avoid lockdep warning in coda_readdirJan Harkes1-43/+53
2007-07-19coda: allow removal of busy directoriesJan Harkes1-14/+9
2007-07-19coda: fix nlink updates for directoriesJan Harkes1-46/+60
2007-07-15wrong order of arguments of ->readdir()Al Viro1-1/+1
2007-02-12[PATCH] mark struct inode_operations const 1Arjan van de Ven1-1/+1
2006-12-08[PATCH] struct path: convert codaJosef Sipek1-4/+4
2006-10-01[PATCH] r/o bind mount prepwork: inc_nlink() helperDave Hansen1-1/+1
2006-10-01[PATCH] r/o bind mounts: unlink: monitor i_nlinkDave Hansen1-2/+2
2006-09-27[PATCH] fs: Removing useless castsPanagiotis Issaris1-1/+1
2006-03-28[PATCH] Make most file operations structs in fs/ constArjan van de Ven1-1/+1
2006-03-24[PATCH] fs/coda/: proper prototypesAdrian Bunk1-1/+2
2006-01-09[PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_semJes Sorensen1-2/+2
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+704