| Age | Commit message (Expand) | Author | Files | Lines |
| 2026-04-21 | Merge tag 'pull-coda' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs | Linus Torvalds | 1 | -12/+3 |
| 2026-04-04 | sanitize coda_dentry_delete() | Al Viro | 1 | -9/+3 |
| 2026-04-04 | coda: is_bad_inode() is always false there | Al Viro | 1 | -4/+1 |
| 2026-03-06 | treewide: change inode->i_ino from unsigned long to u64 | Jeff Layton | 1 | -1/+1 |
| 2026-02-21 | Convert 'alloc_obj' family to use the new default GFP_KERNEL argument | Linus Torvalds | 1 | -1/+1 |
| 2026-02-21 | treewide: Replace kmalloc with kmalloc_obj for non-scalar types | Kees Cook | 1 | -1/+1 |
| 2025-06-11 | coda: use iterate_dir() in coda_readdir() | NeilBrown | 1 | -10/+2 |
| 2025-02-27 | Change inode_operations.mkdir to return struct dentry * | NeilBrown | 1 | -7/+7 |
| 2025-01-27 | Pass parent directory inode and expected name to ->d_revalidate() | Al Viro | 1 | -1/+2 |
| 2023-10-18 | coda: convert to new timestamp accessors | Jeff Layton | 1 | -1/+1 |
| 2023-08-28 | Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds | 1 | -1/+1 |
| 2023-08-06 | vfs: get rid of old '->iterate' directory operation | Linus Torvalds | 1 | -13/+7 |
| 2023-07-13 | coda: convert to ctime accessor functions | Jeff Layton | 1 | -1/+1 |
| 2023-01-19 | fs: port ->permission() to pass mnt_idmap | Christian Brauner | 1 | -1/+1 |
| 2023-01-19 | fs: port ->rename() to pass mnt_idmap | Christian Brauner | 1 | -1/+1 |
| 2023-01-19 | fs: port ->mkdir() to pass mnt_idmap | Christian Brauner | 1 | -1/+1 |
| 2023-01-19 | fs: port ->symlink() to pass mnt_idmap | Christian Brauner | 1 | -1/+1 |
| 2023-01-19 | fs: port ->create() to pass mnt_idmap | Christian Brauner | 1 | -1/+1 |
| 2021-11-09 | coda: avoid hidden code duplication in rename | Jan Harkes | 1 | -5/+2 |
| 2021-11-09 | coda: avoid NULL pointer dereference from a bad inode | Jan Harkes | 1 | -4/+9 |
| 2021-01-24 | fs: make helpers idmap mount aware | Christian Brauner | 1 | -7/+11 |
| 2019-07-16 | coda: ftoc validity check integration | Fabian Frederick | 1 | -4/+2 |
| 2019-07-16 | coda: move internal defs out of include/linux/ [ver #2] | David Howells | 1 | -1/+1 |
| 2019-07-16 | coda: don't try to print names that were considered too long | Jan Harkes | 1 | -2/+2 |
| 2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
| 2017-09-04 | fs: fix kernel_read prototype | Christoph Hellwig | 1 | -2/+3 |
| 2016-10-10 | Merge remote-tracking branch 'ovl/rename2' into for-linus | Al Viro | 1 | -1/+5 |
| 2016-09-27 | fs: Replace CURRENT_TIME_SEC with current_time() for inode timestamps | Deepa Dinamani | 1 | -1/+1 |
| 2016-09-27 | fs: rename "rename2" i_op to "rename" | Miklos Szeredi | 1 | -1/+1 |
| 2016-09-27 | fs: make remaining filesystems use .rename2 | Miklos Szeredi | 1 | -2/+6 |
| 2016-05-02 | introduce a parallel variant of ->iterate() | Al Viro | 1 | -6/+12 |
| 2016-01-22 | wrappers for ->i_mutex access | Al Viro | 1 | -2/+2 |
| 2015-04-15 | VFS: normal filesystems (and lustre): d_inode() annotations | David Howells | 1 | -11/+11 |
| 2015-02-22 | VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry) | David Howells | 1 | -1/+1 |
| 2015-02-17 | fs/coda/dir.c: forward declaration clean-up | Fabian Frederick | 1 | -82/+56 |
| 2014-12-11 | coda_venus_readdir(): use file_inode() | Al Viro | 1 | -3/+1 |
| 2014-10-31 | new helper: is_root_inode() | Al Viro | 1 | -6/+6 |
| 2014-08-08 | fs/coda: use linux/uaccess.h | Fabian Frederick | 1 | -2/+1 |
| 2014-06-06 | fs/coda: use __func__ | Fabian Frederick | 1 | -6/+6 |
| 2014-06-06 | fs/coda: logging prefix uniformization | Fabian Frederick | 1 | -1/+1 |
| 2014-06-06 | fs/coda: replace printk by pr_foo() | Fabian Frederick | 1 | -6/+6 |
| 2013-11-09 | coda_revalidate_inode(): switch to passing inode... | Al Viro | 1 | -2/+1 |
| 2013-10-24 | file->f_op is never NULL... | Al Viro | 1 | -3/+0 |
| 2013-07-05 | helper for reading ->d_count | Al Viro | 1 | -1/+1 |
| 2013-06-29 | coda: don't bother with find_inode_number() | Al Viro | 1 | -7/+1 |
| 2013-06-29 | [readdir] convert coda | Al Viro | 1 | -58/+19 |
| 2013-06-29 | [readdir] introduce ->iterate(), ctx->pos, dir_emit() | Al Viro | 1 | -4/+15 |
| 2013-02-22 | new helper: file_inode(file) | Al Viro | 1 | -1/+1 |
| 2012-07-14 | don't pass nameidata to ->create() | Al Viro | 1 | -2/+2 |
| 2012-07-14 | stop passing nameidata to ->lookup() | Al Viro | 1 | -2/+2 |
| 2012-07-14 | stop passing nameidata * to ->d_revalidate() | Al Viro | 1 | -3/+3 |
| 2012-01-10 | coda: switch coda_cnode_make() to sane API as well, clean coda_lookup() | Al Viro | 1 | -16/+13 |
| 2012-01-10 | coda: deal correctly with allocation failure from coda_cnode_makectl() | Al Viro | 1 | -2/+2 |
| 2012-01-03 | switch ->create() to umode_t | Al Viro | 1 | -2/+2 |
| 2012-01-03 | switch vfs_mkdir() and ->mkdir() to umode_t | Al Viro | 1 | -2/+2 |
| 2011-11-02 | filesystems: add missing nlink wrappers | Miklos Szeredi | 1 | -1/+1 |
| 2011-07-20 | don't open-code parent_ino() in assorted ->readdir() | Al Viro | 1 | -1/+1 |
| 2011-07-20 | coda_venus_readdir(): use offsetof() | Al Viro | 1 | -2/+1 |
| 2011-07-20 | ->permission() sanitizing: don't pass flags to ->permission() | Al Viro | 1 | -2/+2 |
| 2011-05-28 | coda: remove unnecessary dentry_unhash on rmdir, dir rename | Sage Weil | 1 | -5/+0 |
| 2011-05-26 | vfs: push dentry_unhash on rename_dir into file systems | Sage Weil | 1 | -0/+3 |
| 2011-05-26 | vfs: push dentry_unhash on rmdir into file systems | Sage Weil | 1 | -0/+2 |
| 2011-01-12 | take coda-private headers out of include/linux | Al Viro | 1 | -3/+2 |
| 2011-01-12 | switch coda | Al Viro | 1 | -3/+1 |
| 2011-01-07 | fs: provide rcu-walk aware permission i_ops | Nick Piggin | 1 | -1/+4 |
| 2011-01-07 | fs: rcu-walk aware d_revalidate method | Nick Piggin | 1 | -1/+6 |
| 2011-01-07 | fs: dcache reduce branches in lookup path | Nick Piggin | 1 | -1/+1 |
| 2011-01-07 | fs: dcache scale dentry refcount | Nick Piggin | 1 | -1/+1 |
| 2011-01-07 | fs: change d_delete semantics | Nick Piggin | 1 | -2/+2 |
| 2010-10-25 | new helper: ihold() | Al Viro | 1 | -1/+1 |
| 2010-10-25 | Coda: push BKL regions into coda_upcall() | Yoshihisa Abe | 1 | -107/+42 |
| 2010-10-25 | Coda: add spin lock to protect accesses to struct coda_inode_info. | Yoshihisa Abe | 1 | -0/+6 |
| 2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 1 | -0/+1 |
| 2009-03-27 | constify dentry_operations: misc filesystems | Al Viro | 1 | -1/+1 |
| 2008-10-23 | [PATCH] move executable checking into ->permission() | Miklos Szeredi | 1 | -0/+3 |
| 2008-07-26 | [PATCH] sanitize ->permission() prototype | Al Viro | 1 | -1/+3 |
| 2008-04-29 | coda: add static to functions in dir.c | Harvey Harrison | 1 | -3/+3 |
| 2007-07-21 | coda: remove CODA_STORE/CODA_RELEASE upcalls | Jan Harkes | 1 | -1/+0 |
| 2007-07-19 | coda breakage | Al Viro | 1 | -9/+9 |
| 2007-07-19 | coda: remove statistics counters from /proc/fs/coda | Jan Harkes | 1 | -14/+2 |
| 2007-07-19 | coda: cleanup coda_lookup, use dsplice_alias | Jan Harkes | 1 | -35/+22 |
| 2007-07-19 | coda: avoid lockdep warning in coda_readdir | Jan Harkes | 1 | -43/+53 |
| 2007-07-19 | coda: allow removal of busy directories | Jan Harkes | 1 | -14/+9 |
| 2007-07-19 | coda: fix nlink updates for directories | Jan Harkes | 1 | -46/+60 |
| 2007-07-15 | wrong order of arguments of ->readdir() | Al Viro | 1 | -1/+1 |
| 2007-02-12 | [PATCH] mark struct inode_operations const 1 | Arjan van de Ven | 1 | -1/+1 |
| 2006-12-08 | [PATCH] struct path: convert coda | Josef Sipek | 1 | -4/+4 |
| 2006-10-01 | [PATCH] r/o bind mount prepwork: inc_nlink() helper | Dave Hansen | 1 | -1/+1 |
| 2006-10-01 | [PATCH] r/o bind mounts: unlink: monitor i_nlink | Dave Hansen | 1 | -2/+2 |
| 2006-09-27 | [PATCH] fs: Removing useless casts | Panagiotis Issaris | 1 | -1/+1 |
| 2006-03-28 | [PATCH] Make most file operations structs in fs/ const | Arjan van de Ven | 1 | -1/+1 |
| 2006-03-24 | [PATCH] fs/coda/: proper prototypes | Adrian Bunk | 1 | -1/+2 |
| 2006-01-09 | [PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_sem | Jes Sorensen | 1 | -2/+2 |
| 2005-04-16 | Linux-2.6.12-rc2v2.6.12-rc2 | Linus Torvalds | 1 | -0/+704 |