| Age | Commit message (Expand) | Author | Files | Lines |
| 2023-02-20 | Merge tag 'for-6.3/dio-2023-02-16' of git://git.kernel.dk/linux | Linus Torvalds | 1 | -0/+1 |
| 2023-02-20 | Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 3 | -12/+12 |
| 2023-01-26 | fs: build the legacy direct I/O code conditionally | Christoph Hellwig | 1 | -0/+1 |
| 2023-01-19 | fs: port ->rename() to pass mnt_idmap | Christian Brauner | 2 | -2/+2 |
| 2023-01-19 | fs: port ->mkdir() to pass mnt_idmap | Christian Brauner | 2 | -2/+2 |
| 2023-01-19 | fs: port ->symlink() to pass mnt_idmap | Christian Brauner | 2 | -2/+2 |
| 2023-01-19 | fs: port ->create() to pass mnt_idmap | Christian Brauner | 2 | -2/+2 |
| 2023-01-19 | fs: port ->setattr() to pass mnt_idmap | Christian Brauner | 2 | -4/+4 |
| 2023-01-10 | affs: initialize fsdata in affs_truncate() | Alexander Potapenko | 1 | -1/+1 |
| 2022-08-19 | affs: move from strlcpy with unused retval to strscpy | Wolfram Sang | 1 | -1/+1 |
| 2022-08-01 | affs: use memcpy_to_page and remove replace kmap_atomic() | David Sterba | 1 | -5/+1 |
| 2022-05-09 | affs: Convert affs to read_folio | Matthew Wilcox (Oracle) | 2 | -4/+6 |
| 2022-05-09 | fs: Convert block_read_full_page() to block_read_full_folio() | Matthew Wilcox (Oracle) | 1 | -3/+3 |
| 2022-05-08 | fs: Remove flags parameter from aops->write_begin | Matthew Wilcox (Oracle) | 1 | -3/+3 |
| 2022-05-08 | fs: Remove aop flags parameter from grab_cache_page_write_begin() | Matthew Wilcox (Oracle) | 1 | -1/+1 |
| 2022-05-08 | fs: Remove aop flags parameter from cont_write_begin() | Matthew Wilcox (Oracle) | 1 | -1/+1 |
| 2022-03-22 | Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecache | Linus Torvalds | 1 | -2/+4 |
| 2022-03-22 | fs: allocate inode by using alloc_inode_sb() | Muchun Song | 1 | -1/+1 |
| 2022-03-16 | fs: Convert __set_page_dirty_buffers to block_dirty_folio | Matthew Wilcox (Oracle) | 1 | -2/+2 |
| 2022-03-15 | fs: Turn block_invalidatepage into block_invalidate_folio | Matthew Wilcox (Oracle) | 1 | -0/+2 |
| 2021-10-18 | affs: use bdev_nr_sectors instead of open coding it | Christoph Hellwig | 1 | -1/+1 |
| 2021-06-29 | mm: require ->set_page_dirty to be explicitly wired up | Christoph Hellwig | 1 | -0/+2 |
| 2021-02-23 | Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 3 | -18/+28 |
| 2021-02-09 | fs/affs: release old buffer head on error path | Pan Bian | 1 | -1/+3 |
| 2021-01-24 | fs: make helpers idmap mount aware | Christian Brauner | 3 | -16/+26 |
| 2021-01-24 | attr: handle idmapped mounts | Christian Brauner | 1 | -2/+2 |
| 2020-10-24 | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -2/+1 |
| 2020-09-18 | [PATCH] reduce boilerplate in fsid handling | Al Viro | 1 | -2/+1 |
| 2020-08-31 | affs: fix basic permission bits to actually work | Max Staudt | 2 | -1/+52 |
| 2020-08-23 | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 2 | -4/+4 |
| 2020-06-24 | block: move block-related definitions out of fs.h | Christoph Hellwig | 1 | -0/+1 |
| 2020-04-20 | docs: filesystems: fix renamed references | Mauro Carvalho Chehab | 1 | -1/+1 |
| 2019-11-18 | affs: fix a memory leak in affs_remount | Navid Emamdoost | 1 | -6/+0 |
| 2019-11-18 | affs: Replace binary semaphores with mutexes | Davidlohr Bueso | 2 | -10/+10 |
| 2019-08-30 | fs: affs: Initialize filesystem timestamp ranges | Deepa Dinamani | 4 | -3/+10 |
| 2019-05-21 | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 2 | -0/+2 |
| 2019-05-21 | treewide: Add SPDX license identifier for more missed files | Thomas Gleixner | 1 | -0/+1 |
| 2019-05-07 | Merge tag 'Wimplicit-fallthrough-5.2-rc1' of git://git.kernel.org/pub/scm/lin... | Linus Torvalds | 1 | -1/+2 |
| 2019-05-01 | affs: switch to ->free_inode() | Al Viro | 1 | -8/+2 |
| 2019-04-08 | fs: mark expected switch fall-throughs | Gustavo A. R. Silva | 1 | -1/+2 |
| 2018-05-28 | affs: fix potential memory leak when parsing option 'prefix' | Chengguang Xu | 1 | -0/+1 |
| 2018-05-21 | affs_lookup: switch to d_splice_alias() | Al Viro | 1 | -6/+5 |
| 2018-05-21 | affs_lookup(): close a race with affs_remove_link() | Al Viro | 1 | -3/+7 |
| 2018-02-01 | iversion: Rename make inode_cmp_iversion{+raw} to inode_eq_iversion{+raw} | Goffredo Baroncelli | 1 | -1/+1 |
| 2018-01-29 | affs: convert to new i_version API | Jeff Layton | 3 | -5/+8 |
| 2017-11-27 | Rename superblock flags (MS_xyz -> SB_xyz) | Linus Torvalds | 3 | -12/+12 |
| 2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 9 | -0/+9 |
| 2017-09-14 | Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds | 3 | -5/+5 |
| 2017-08-01 | fs: convert a pile of fsync routines to errseq_t based reporting | Jeff Layton | 1 | -1/+1 |
| 2017-07-17 | VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb) | David Howells | 3 | -5/+5 |
| 2017-07-11 | affs: Implement show_options | David Howells | 1 | -5/+37 |
| 2017-05-05 | fs/affs: add rename exchange | Fabian Frederick | 1 | -1/+57 |
| 2017-05-05 | fs/affs: add rename2 to prepare multiple methods | Fabian Frederick | 3 | -11/+18 |
| 2017-04-26 | fs/affs: bugfix: Write files greater than page size on OFS | Fabian Frederick | 1 | -1/+1 |
| 2017-04-26 | fs/affs: bugfix: enable writes on OFS disks | Fabian Frederick | 1 | -4/+4 |
| 2017-04-26 | fs/affs: remove node generation check | Fabian Frederick | 1 | -5/+0 |
| 2017-04-26 | fs/affs: import amigaffs.h | Fabian Frederick | 2 | -1/+145 |
| 2017-04-26 | fs/affs: bugfix: make symbolic links work again | Fabian Frederick | 2 | -0/+2 |
| 2017-03-02 | sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h> | Ingo Molnar | 2 | -0/+2 |
| 2017-02-27 | fs/affs: make export work with cold dcache | Fabian Frederick | 1 | -0/+19 |
| 2017-02-27 | fs/affs/namei.c: forward declarations clean-up | Fabian Frederick | 1 | -20/+10 |
| 2017-02-27 | fs/affs: add prefix to some functions | Fabian Frederick | 5 | -14/+15 |
| 2017-02-27 | fs/affs: use octal for permissions | Fabian Frederick | 1 | -18/+18 |
| 2017-02-27 | fs/affs: make affs exportable | Fabian Frederick | 3 | -0/+42 |
| 2017-02-27 | fs/affs: add validation block function | Fabian Frederick | 1 | -4/+10 |
| 2017-02-27 | fs/affs: remove reference to affs_parent_ino() | Fabian Frederick | 1 | -1/+0 |
| 2016-12-09 | vfs: remove ".readlink = generic_readlink" assignments | Miklos Szeredi | 1 | -1/+0 |
| 2016-10-10 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 4 | -6/+11 |
| 2016-10-10 | Merge remote-tracking branch 'ovl/rename2' into for-linus | Al Viro | 2 | -2/+7 |
| 2016-09-27 | fs: Replace CURRENT_TIME_SEC with current_time() for inode timestamps | Deepa Dinamani | 2 | -4/+4 |
| 2016-09-27 | fs: rename "rename2" i_op to "rename" | Miklos Szeredi | 1 | -1/+1 |
| 2016-09-27 | fs: support RENAME_NOREPLACE for local filesystems | Miklos Szeredi | 3 | -3/+8 |
| 2016-09-22 | fs: Give dentry to inode_change_ok() instead of inode | Jan Kara | 1 | -1/+1 |
| 2016-07-31 | get rid of 'parent' argument of ->d_compare() | Al Viro | 1 | -4/+4 |
| 2016-07-29 | affs ->d_compare(): don't bother with ->d_inode | Al Viro | 2 | -5/+3 |
| 2016-06-10 | vfs: make the string hashes salt the hash | Linus Torvalds | 1 | -4/+4 |
| 2016-05-28 | affs: fix remount failure when there are no options changed | Mikulas Patocka | 1 | -2/+3 |
| 2016-05-17 | Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -2/+3 |
| 2016-05-02 | simple local filesystems: switch to ->iterate_shared() | Al Viro | 1 | -1/+1 |
| 2016-05-01 | direct-io: eliminate the offset argument to ->direct_IO | Christoph Hellwig | 1 | -2/+3 |
| 2016-04-04 | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros | Kirill A. Shutemov | 1 | -13/+13 |
| 2016-02-20 | affs_do_readpage_ofs(): just use kmap_atomic() around memcpy() | Al Viro | 1 | -3/+2 |
| 2016-01-22 | wrappers for ->i_mutex access | Al Viro | 1 | -4/+4 |
| 2016-01-14 | kmemcg: account certain kmem allocations to memcg | Vladimir Davydov | 1 | -1/+1 |
| 2016-01-12 | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 3 | -8/+9 |
| 2016-01-09 | fs:affs:Replace time_t with time64_t | DengChao | 3 | -8/+9 |
| 2015-12-30 | switch ->get_link() to delayed_call, kill ->put_link() | Al Viro | 1 | -1/+0 |
| 2015-12-08 | replace ->follow_link() with new method that could stay in RCU mode | Al Viro | 1 | -2/+2 |
| 2015-12-08 | don't put symlink bodies in pagecache into highmem | Al Viro | 3 | -3/+3 |
| 2015-09-10 | fs/affs: make root lookup from blkdev logical size | Pranay Kr. Srivastava | 1 | -3/+5 |
| 2015-07-04 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -1/+1 |
| 2015-06-30 | fs/affs/symlink.c: remove unneeded err variable | Fabian Frederick | 1 | -3/+1 |
| 2015-06-30 | fs/affs/amigaffs.c: remove unneeded initialization | Fabian Frederick | 1 | -1/+1 |
| 2015-06-30 | fs/affs/inode.c: remove unneeded initialization | Fabian Frederick | 1 | -1/+1 |
| 2015-06-23 | fs: cleanup slight list_entry abuse | Rasmus Villemoes | 1 | -1/+1 |
| 2015-04-26 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 3 | -11/+10 |
| 2015-04-17 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 6 | -49/+65 |
| 2015-04-17 | affs: kstrdup() memory handling | Sanidhya Kashyap | 1 | -1/+5 |
| 2015-04-17 | fs/affs: use affs_test_opt() | Fabian Frederick | 5 | -21/+22 |
| 2015-04-17 | fs/affs/super.c: use affs_set_opt() | Fabian Frederick | 1 | -15/+16 |
| 2015-04-17 | fs/affs/affs.h: add mount option manipulation macros | Fabian Frederick | 1 | -0/+4 |
| 2015-04-17 | fs/affs: use AFFS_MOUNT prefix for mount options | Fabian Frederick | 6 | -48/+54 |
| 2015-04-15 | VFS: normal filesystems (and lustre): d_inode() annotations | David Howells | 3 | -10/+10 |
| 2015-04-11 | direct_IO: remove rw from a_ops->direct_IO() | Omar Sandoval | 1 | -2/+1 |
| 2015-04-11 | direct_IO: use iov_iter_rw() instead of rw everywhere | Omar Sandoval | 1 | -2/+2 |
| 2015-04-11 | Remove rw from {,__,do_}blockdev_direct_IO() | Omar Sandoval | 1 | -1/+1 |
| 2015-04-11 | make new_sync_{read,write}() static | Al Viro | 1 | -2/+0 |
| 2015-04-09 | Merge branch 'iocb' into for-davem | Al Viro | 1 | -1/+1 |
| 2015-03-25 | fs: move struct kiocb to fs.h | Christoph Hellwig | 1 | -1/+1 |
| 2015-03-25 | fs/affs/file.c: unlock/release page on error | Taesoo Kim | 1 | -7/+12 |
| 2015-02-17 | fs/affs/super.c: fix switch indentation | Fabian Frederick | 1 | -33/+33 |
| 2015-02-17 | fs/affs/inode.c: remove double extern affs_symlink_inode_operations | Fabian Frederick | 1 | -2/+0 |
| 2015-02-17 | fs/affs/bitmap.c: remove unnecessary return | Fabian Frederick | 1 | -1/+0 |
| 2015-02-17 | fs/affs/amigaffs.c: remove else after return | Fabian Frederick | 1 | -2/+1 |
| 2015-02-17 | fs/affs: define AFFSNAMEMAX to replace constant use | Fabian Frederick | 5 | -13/+16 |
| 2015-02-17 | fs/affs: use unsigned int for string lengths | Fabian Frederick | 2 | -8/+9 |
| 2015-02-17 | fs/affs/super.c: destroy sbi mutex in affs_kill_sb() | Fabian Frederick | 1 | -0/+1 |
| 2015-02-17 | fs/affs/file.c: fix direct IO writes beyond EOF | Fabian Frederick | 1 | -0/+7 |
| 2015-02-17 | fs/affs/file.c: replace if/BUG by BUG_ON | Fabian Frederick | 1 | -4/+2 |
| 2015-02-17 | fs/affs: fix casting in printed messages | Geert Uytterhoeven | 5 | -40/+33 |
| 2014-12-13 | fs/affs/file.c: remove obsolete pagesize check | Fabian Frederick | 1 | -4/+0 |
| 2014-12-13 | fs/affs/file.c: add support to O_DIRECT | Fabian Frederick | 1 | -0/+18 |
| 2014-12-13 | fs/affs/amigaffs.c: use va_format instead of buffer/vnsprintf | Fabian Frederick | 3 | -21/+25 |
| 2014-12-13 | fs/affs/file.c: forward declaration clean-up | Fabian Frederick | 1 | -22/+16 |
| 2014-11-19 | assorted conversions to %p[dD] | Al Viro | 2 | -25/+19 |
| 2014-11-03 | move d_rcu from overlapping d_child to overlapping d_alias | Al Viro | 1 | -1/+1 |
| 2014-10-14 | fs/affs: remove redundant sys_tz declarations | Fabian Frederick | 3 | -5/+0 |
| 2014-10-14 | fs/affs/file.c: fix shadow warnings | Fabian Frederick | 1 | -15/+24 |
| 2014-10-14 | fs/affs/inode.c: remove unused variable | Fabian Frederick | 1 | -2/+0 |
| 2014-10-14 | fs/affs/super.c: remove unused variable | Fabian Frederick | 1 | -3/+1 |
| 2014-06-12 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -4/+4 |
| 2014-06-06 | fs/affs: pr_debug cleanup | Fabian Frederick | 9 | -59/+74 |
| 2014-06-06 | fs/affs: convert printk to pr_foo() | Fabian Frederick | 4 | -23/+26 |
| 2014-06-06 | fs/affs/file.c: remove unnecessary function parameters | Fabian Frederick | 1 | -11/+13 |
| 2014-05-06 | write_iter variants of {__,}generic_file_aio_write() | Al Viro | 1 | -2/+2 |
| 2014-05-06 | switch simple generic_file_aio_read() users to ->read_iter() | Al Viro | 1 | -2/+2 |
| 2014-05-06 | fs/affs/super.c: bugfix / double free | Fabian Frederick | 1 | -2/+0 |
| 2014-04-07 | affs: add mount option to avoid filename truncates | Fabian Frederick | 4 | -30/+51 |
| 2014-04-07 | fs/affs/dir.c: unlock/brelse dir on failure + code clean-up | Fabian Frederick | 1 | -10/+18 |
| 2014-04-07 | affs: add __init to init_inodecache () | Fabian Frederick | 1 | -1/+1 |
| 2014-04-04 | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds | 1 | -0/+1 |
| 2014-04-03 | mm + fs: store shadow entries in page cache | Johannes Weiner | 1 | -1/+1 |
| 2014-03-13 | fs: push sync_filesystem() down to the file system's remount_fs() | Theodore Ts'o | 1 | -0/+1 |
| 2014-01-25 | affs: use ->kill_sb() to simplify ->put_super() and failure exits of ->mount() | Al Viro | 1 | -32/+25 |
| 2013-11-27 | remove obsolete references to powertweak | Dave Jones | 1 | -1/+1 |
| 2013-09-12 | truncate: drop 'oldsize' truncate_pagecache() parameter | Kirill A. Shutemov | 1 | -1/+1 |
| 2013-09-11 | affs: use loff_t in affs_truncate() | Dan Carpenter | 1 | -1/+1 |
| 2013-06-29 | Don't pass inode to ->d_hash() and ->d_compare() | Linus Torvalds | 1 | -18/+8 |
| 2013-06-29 | [readdir] convert affs | Al Viro | 1 | -45/+24 |
| 2013-03-03 | fs: Limit sys_mount to only request filesystem modules. | Eric W. Biederman | 1 | -0/+1 |
| 2013-02-27 | hlist: drop the node parameter from iterators | Sasha Levin | 1 | -2/+1 |
| 2013-02-26 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -1/+1 |
| 2013-02-22 | new helper: file_inode(file) | Al Viro | 1 | -1/+1 |
| 2013-01-21 | fs/affs: remove depends on CONFIG_EXPERIMENTAL | Kees Cook | 1 | -2/+2 |
| 2012-12-20 | affs: drop vmtruncate | Marco Stornelli | 2 | -7/+16 |
| 2012-10-02 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -0/+5 |
| 2012-10-02 | fs: push rcu_barrier() from deactivate_locked_super() to filesystems | Kirill A. Shutemov | 1 | -0/+5 |
| 2012-10-02 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds | 3 | -19/+23 |
| 2012-09-21 | userns: Convert affs to use kuid/kgid wherwe appropriate | Eric W. Biederman | 3 | -19/+23 |
| 2012-08-20 | workqueue: deprecate flush[_delayed]_work_sync() | Tejun Heo | 1 | -1/+1 |
| 2012-07-30 | affs: use memweight() | Akinobu Mita | 1 | -26/+2 |
| 2012-07-14 | don't pass nameidata to ->create() | Al Viro | 2 | -2/+2 |
| 2012-07-14 | stop passing nameidata to ->lookup() | Al Viro | 2 | -2/+2 |
| 2012-07-14 | vfs: switch i_dentry/d_alias to hlist | Al Viro | 1 | -1/+2 |
| 2012-07-14 | affs: unobfuscate affs_fix_dcache() | Al Viro | 1 | -6/+8 |
| 2012-07-14 | affs: get rid of open-coded list_for_each_entry() | Al Viro | 1 | -6/+1 |
| 2012-07-14 | affs: get rid of affs_sync_super | Artem Bityutskiy | 3 | -13/+45 |
| 2012-07-14 | affs: introduce VFS superblock object back-reference | Artem Bityutskiy | 2 | -0/+2 |
| 2012-07-14 | affs: stop using lock_super | Artem Bityutskiy | 1 | -2/+3 |
| 2012-07-14 | affs: re-structure superblock locking a bit | Artem Bityutskiy | 1 | -5/+2 |
| 2012-07-14 | affs: remove useless superblock writeout on remount | Artem Bityutskiy | 1 | -3/+2 |
| 2012-07-14 | affs: remove useless superblock writeout on unmount | Artem Bityutskiy | 1 | -3/+0 |
| 2012-07-14 | affs: stop setting bm_flags | Artem Bityutskiy | 1 | -5/+4 |
| 2012-05-29 | affs: bury unused macros | Al Viro | 1 | -8/+0 |
| 2012-05-06 | vfs: Rename end_writeback() to clear_inode() | Jan Kara | 1 | -1/+1 |
| 2012-03-20 | switch open-coded instances of d_make_root() to new helper | Al Viro | 1 | -5/+2 |
| 2012-01-03 | affs: propagate umode_t | Al Viro | 2 | -4/+4 |
| 2012-01-03 | switch ->create() to umode_t | Al Viro | 2 | -3/+3 |
| 2012-01-03 | switch vfs_mkdir() and ->mkdir() to umode_t | Al Viro | 2 | -3/+3 |
| 2012-01-03 | vfs: fix the stupidity with i_dentry in inode destructors | Al Viro | 1 | -1/+0 |
| 2011-11-02 | filesystems: add set_nlink() | Miklos Szeredi | 2 | -5/+5 |
| 2011-11-02 | filesystems: add missing nlink wrappers | Miklos Szeredi | 2 | -4/+4 |
| 2011-07-20 | fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlers | Josef Bacik | 2 | -2/+8 |
| 2011-05-28 | affs: 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-03-24 | Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 1 | -2/+0 |
| 2011-03-17 | fs: change to new flag variable | matt mooney | 1 | -1/+1 |
| 2011-03-10 | block: remove per-queue plugging | Jens Axboe | 1 | -2/+0 |
| 2011-01-12 | switch affs | Al Viro | 3 | -3/+7 |
| 2011-01-07 | fs: dcache per-inode inode alias locking | Nick Piggin | 1 | -2/+2 |
| 2011-01-07 | fs: dcache reduce branches in lookup path | Nick Piggin | 2 | -2/+2 |
| 2011-01-07 | fs: icache RCU free inodes | Nick Piggin | 1 | -1/+8 |
| 2011-01-07 | fs: dcache remove dcache_lock | Nick Piggin | 1 | -2/+0 |
| 2011-01-07 | fs: scale inode alias list | Nick Piggin | 1 | -0/+2 |
| 2011-01-07 | fs: change d_hash for rcu-walk | Nick Piggin | 1 | -8/+12 |
| 2011-01-07 | fs: change d_compare for rcu-walk | Nick Piggin | 1 | -18/+28 |
| 2010-10-29 | new helper: mount_bdev() | Al Viro | 1 | -5/+4 |
| 2010-10-25 | new helper: ihold() | Al Viro | 1 | -1/+1 |
| 2010-10-25 | affs: testing the wrong variable | Dan Carpenter | 1 | -2/+2 |