| Age | Commit message (Expand) | Author | Files | Lines |
| 2026-04-13 | Merge tag 'vfs-7.1-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -1/+1 |
| 2026-03-26 | adfs: rename adfs_notify_change to adfs_setattr | Christoph Hellwig | 1 | -1/+1 |
| 2026-03-26 | fs: Rename generic_file_fsync() to simple_fsync() | Jan Kara | 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 |
| 2026-01-20 | kernel.h: drop hex.h and update all hex.h users | Randy Dunlap | 1 | -0/+1 |
| 2020-01-20 | fs/adfs: mostly divorse inode number from indirect disc address | Russell King | 1 | -2/+2 |
| 2020-01-20 | fs/adfs: dir: remove debug in adfs_dir_update() | Russell King | 1 | -3/+0 |
| 2020-01-20 | fs/adfs: newdir: split out directory commit from update | Russell King | 1 | -0/+4 |
| 2020-01-20 | fs/adfs: dir: add more efficient iterate() per-format method | Russell King | 1 | -14/+2 |
| 2020-01-20 | fs/adfs: dir: switch to iterate_shared method | Russell King | 1 | -3/+2 |
| 2020-01-20 | fs/adfs: dir: improve compiler coverage in adfs_dir_update | Russell King | 1 | -3/+5 |
| 2020-01-20 | fs/adfs: dir: improve update failure handling | Russell King | 1 | -12/+36 |
| 2020-01-20 | fs/adfs: dir: update directory locking | Russell King | 1 | -26/+29 |
| 2020-01-20 | fs/adfs: dir: add helper to mark directory buffers dirty | Russell King | 1 | -0/+12 |
| 2020-01-20 | fs/adfs: dir: add helper to read directory using inode | Russell King | 1 | -10/+22 |
| 2020-01-20 | fs/adfs: dir: add generic directory reading | Russell King | 1 | -0/+49 |
| 2020-01-20 | fs/adfs: dir: add generic copy functions | Russell King | 1 | -0/+50 |
| 2020-01-20 | fs/adfs: dir: add common directory sync method | Russell King | 1 | -5/+18 |
| 2020-01-20 | fs/adfs: dir: add common directory buffer release method | Russell King | 1 | -3/+18 |
| 2020-01-20 | fs/adfs: dir: add common dir object initialisation | Russell King | 1 | -3/+13 |
| 2019-07-19 | Merge branch 'work.adfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -15/+10 |
| 2019-06-26 | fs/adfs: add time stamp and file type helpers | Russell King | 1 | -11/+5 |
| 2019-06-26 | fs/adfs: clean up indirect disc addresses and fragment IDs | Russell King | 1 | -4/+5 |
| 2019-06-19 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 | Thomas Gleixner | 1 | -4/+1 |
| 2019-05-31 | fs/adfs: fix filename fixup handling for "/" and "//" names | Russell King | 1 | -4/+11 |
| 2019-05-31 | fs/adfs: move append_filetype_suffix() into adfs_object_fixup() | Russell King | 1 | -5/+8 |
| 2019-05-31 | fs/adfs: remove truncated filename hashing | Russell King | 1 | -10/+5 |
| 2019-05-31 | fs/adfs: factor out filename fixup | Russell King | 1 | -0/+13 |
| 2019-05-31 | fs/adfs: factor out object fixups | Russell King | 1 | -0/+21 |
| 2019-05-31 | fs/adfs: factor out filename case lowering | Russell King | 1 | -22/+12 |
| 2019-05-31 | fs/adfs: factor out filename comparison | Russell King | 1 | -42/+26 |
| 2018-05-22 | adfs_lookup: do not fail with ENOENT on negatives, use d_splice_alias() | Al Viro | 1 | -5/+5 |
| 2018-05-22 | adfs_lookup_byname: .. *is* taken care of in fs/namei.c | Al Viro | 1 | -14/+0 |
| 2016-08-07 | Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds | 1 | -1/+1 |
| 2016-08-06 | Merge branch 'work.const-qstr' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -2/+2 |
| 2016-07-31 | get rid of 'parent' argument of ->d_compare() | Al Viro | 1 | -1/+1 |
| 2016-07-30 | qstr: constify instances in adfs | Al Viro | 1 | -2/+2 |
| 2016-06-10 | vfs: make the string hashes salt the hash | Linus Torvalds | 1 | -1/+1 |
| 2015-12-06 | adfs: constify adfs_dir_ops structures | Julia Lawall | 1 | -3/+3 |
| 2014-08-08 | adfs: add __printf verification, fix format/argument mismatches | Joe Perches | 1 | -1/+1 |
| 2013-06-29 | Don't pass inode to ->d_hash() and ->d_compare() | Linus Torvalds | 1 | -4/+2 |
| 2013-06-29 | [readdir] convert adfs | Al Viro | 1 | -24/+18 |
| 2013-02-22 | new helper: file_inode(file) | Al Viro | 1 | -1/+1 |
| 2012-07-14 | stop passing nameidata to ->lookup() | Al Viro | 1 | -1/+1 |
| 2011-03-02 | adfs: remove the big kernel lock | Arnd Bergmann | 1 | -6/+0 |
| 2011-01-12 | switch adfs | Al Viro | 1 | -1/+0 |
| 2011-01-07 | fs: dcache reduce branches in lookup path | Nick Piggin | 1 | -1/+1 |
| 2011-01-07 | fs: change d_hash for rcu-walk | Nick Piggin | 1 | -1/+2 |
| 2011-01-07 | fs: change d_compare for rcu-walk | Nick Piggin | 1 | -3/+5 |
| 2010-05-27 | rename the generic fsync implementations | Christoph Hellwig | 1 | -1/+1 |
| 2009-06-17 | Cleanup of adfs headers | Al Viro | 1 | -8/+0 |
| 2009-06-11 | repair adfs ->write_inode(), switch to simple_fsync() | Al Viro | 1 | -2/+8 |
| 2009-03-27 | constify dentry_operations: misc filesystems | Al Viro | 1 | -1/+1 |
| 2008-08-25 | [PATCH] fix ->llseek() for a bunch of directories | Al Viro | 1 | -0/+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 adfs | Josef Sipek | 1 | -1/+1 |
| 2006-06-30 | Remove obsolete #include <linux/config.h> | Jörn Engel | 1 | -1/+0 |
| 2006-03-28 | [PATCH] Make most file operations structs in fs/ const | Arjan van de Ven | 1 | -1/+1 |
| 2005-04-16 | Linux-2.6.12-rc2v2.6.12-rc2 | Linus Torvalds | 1 | -0/+302 |