| Commit message (Expand) | Author | Age | Files | Lines |
* | fs: Replace CURRENT_TIME_SEC with current_time() for inode timestamps | Deepa Dinamani | 2016-09-27 | 1 | -3/+3 |
* | affs ->d_compare(): don't bother with ->d_inode | Al Viro | 2016-07-29 | 1 | -3/+1 |
* | fs:affs:Replace time_t with time64_t | DengChao | 2016-01-09 | 1 | -6/+7 |
* | fs/affs/amigaffs.c: remove unneeded initialization | Fabian Frederick | 2015-06-30 | 1 | -1/+1 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2015-04-26 | 1 | -5/+4 |
|\ |
|
| * | VFS: normal filesystems (and lustre): d_inode() annotations | David Howells | 2015-04-15 | 1 | -4/+4 |
* | | fs/affs: use affs_test_opt() | Fabian Frederick | 2015-04-17 | 1 | -1/+2 |
* | | fs/affs: use AFFS_MOUNT prefix for mount options | Fabian Frederick | 2015-04-17 | 1 | -1/+1 |
|/ |
|
* | fs/affs/amigaffs.c: remove else after return | Fabian Frederick | 2015-02-17 | 1 | -2/+1 |
* | fs/affs: define AFFSNAMEMAX to replace constant use | Fabian Frederick | 2015-02-17 | 1 | -3/+3 |
* | fs/affs: use unsigned int for string lengths | Fabian Frederick | 2015-02-17 | 1 | -1/+1 |
* | fs/affs: fix casting in printed messages | Geert Uytterhoeven | 2015-02-17 | 1 | -3/+3 |
* | fs/affs/amigaffs.c: use va_format instead of buffer/vnsprintf | Fabian Frederick | 2014-12-13 | 1 | -15/+13 |
* | move d_rcu from overlapping d_child to overlapping d_alias | Al Viro | 2014-11-03 | 1 | -1/+1 |
* | fs/affs: remove redundant sys_tz declarations | Fabian Frederick | 2014-10-14 | 1 | -2/+0 |
* | fs/affs: pr_debug cleanup | Fabian Frederick | 2014-06-06 | 1 | -4/+5 |
* | fs/affs: convert printk to pr_foo() | Fabian Frederick | 2014-06-06 | 1 | -3/+3 |
* | affs: add mount option to avoid filename truncates | Fabian Frederick | 2014-04-07 | 1 | -8/+15 |
* | hlist: drop the node parameter from iterators | Sasha Levin | 2013-02-27 | 1 | -2/+1 |
* | vfs: switch i_dentry/d_alias to hlist | Al Viro | 2012-07-14 | 1 | -1/+2 |
* | affs: unobfuscate affs_fix_dcache() | Al Viro | 2012-07-14 | 1 | -6/+8 |
* | affs: get rid of open-coded list_for_each_entry() | Al Viro | 2012-07-14 | 1 | -6/+1 |
* | affs: propagate umode_t | Al Viro | 2012-01-03 | 1 | -3/+3 |
* | filesystems: add set_nlink() | Miklos Szeredi | 2011-11-02 | 1 | -1/+1 |
* | filesystems: add missing nlink wrappers | Miklos Szeredi | 2011-11-02 | 1 | -1/+1 |
* | fs: dcache per-inode inode alias locking | Nick Piggin | 2011-01-07 | 1 | -2/+2 |
* | fs: dcache remove dcache_lock | Nick Piggin | 2011-01-07 | 1 | -2/+0 |
* | fs: scale inode alias list | Nick Piggin | 2011-01-07 | 1 | -0/+2 |
* | affs: fix missing unlocks in affs_remove_link | Christoph Hellwig | 2009-03-27 | 1 | -2/+6 |
* | iget: stop AFFS from using iget() and read_inode() | David Howells | 2008-02-07 | 1 | -2/+4 |
* | [PATCH] fs/*: trivial vsnprintf() conversion | Alexey Dobriyan | 2006-12-07 | 1 | -2/+2 |
* | Linux-2.6.12-rc2v2.6.12-rc2 | Linus Torvalds | 2005-04-16 | 1 | -0/+509 |