Age | Commit message (Expand) | Author |
2022-08-19 | affs: move from strlcpy with unused retval to strscpy | Wolfram Sang |
2022-03-22 | fs: allocate inode by using alloc_inode_sb() | Muchun Song |
2021-10-18 | affs: use bdev_nr_sectors instead of open coding it | Christoph Hellwig |
2020-10-24 | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds |
2020-09-18 | [PATCH] reduce boilerplate in fsid handling | Al Viro |
2020-08-23 | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva |
2019-11-18 | affs: fix a memory leak in affs_remount | Navid Emamdoost |
2019-11-18 | affs: Replace binary semaphores with mutexes | Davidlohr Bueso |
2019-08-30 | fs: affs: Initialize filesystem timestamp ranges | Deepa Dinamani |
2019-05-21 | treewide: Add SPDX license identifier for more missed files | Thomas Gleixner |
2019-05-07 | Merge tag 'Wimplicit-fallthrough-5.2-rc1' of git://git.kernel.org/pub/scm/lin... | Linus Torvalds |
2019-05-01 | affs: switch to ->free_inode() | Al Viro |
2019-04-08 | fs: mark expected switch fall-throughs | Gustavo A. R. Silva |
2018-05-28 | affs: fix potential memory leak when parsing option 'prefix' | Chengguang Xu |
2018-01-29 | affs: convert to new i_version API | Jeff Layton |
2017-11-27 | Rename superblock flags (MS_xyz -> SB_xyz) | Linus Torvalds |
2017-07-17 | VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb) | David Howells |
2017-07-11 | affs: Implement show_options | David Howells |
2017-03-02 | sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h> | Ingo Molnar |
2017-02-27 | fs/affs: add prefix to some functions | Fabian Frederick |
2017-02-27 | fs/affs: make affs exportable | Fabian Frederick |
2016-05-28 | affs: fix remount failure when there are no options changed | Mikulas Patocka |
2016-01-14 | kmemcg: account certain kmem allocations to memcg | Vladimir Davydov |
2016-01-09 | fs:affs:Replace time_t with time64_t | DengChao |
2015-09-10 | fs/affs: make root lookup from blkdev logical size | Pranay Kr. Srivastava |
2015-04-17 | affs: kstrdup() memory handling | Sanidhya Kashyap |
2015-04-17 | fs/affs: use affs_test_opt() | Fabian Frederick |
2015-04-17 | fs/affs/super.c: use affs_set_opt() | Fabian Frederick |
2015-04-17 | fs/affs: use AFFS_MOUNT prefix for mount options | Fabian Frederick |
2015-02-17 | fs/affs/super.c: fix switch indentation | Fabian Frederick |
2015-02-17 | fs/affs: define AFFSNAMEMAX to replace constant use | Fabian Frederick |
2015-02-17 | fs/affs/super.c: destroy sbi mutex in affs_kill_sb() | Fabian Frederick |
2014-10-14 | fs/affs: remove redundant sys_tz declarations | Fabian Frederick |
2014-10-14 | fs/affs/super.c: remove unused variable | Fabian Frederick |
2014-06-06 | fs/affs: pr_debug cleanup | Fabian Frederick |
2014-06-06 | fs/affs: convert printk to pr_foo() | Fabian Frederick |
2014-05-06 | fs/affs/super.c: bugfix / double free | Fabian Frederick |
2014-04-07 | affs: add mount option to avoid filename truncates | Fabian Frederick |
2014-04-07 | affs: add __init to init_inodecache () | Fabian Frederick |
2014-03-13 | fs: push sync_filesystem() down to the file system's remount_fs() | Theodore Ts'o |
2014-01-25 | affs: use ->kill_sb() to simplify ->put_super() and failure exits of ->mount() | Al Viro |
2013-03-03 | fs: Limit sys_mount to only request filesystem modules. | Eric W. Biederman |
2012-10-02 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds |
2012-10-02 | fs: push rcu_barrier() from deactivate_locked_super() to filesystems | Kirill A. Shutemov |
2012-10-02 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds |
2012-09-21 | userns: Convert affs to use kuid/kgid wherwe appropriate | Eric W. Biederman |
2012-08-20 | workqueue: deprecate flush[_delayed]_work_sync() | Tejun Heo |
2012-07-14 | affs: get rid of affs_sync_super | Artem Bityutskiy |
2012-07-14 | affs: introduce VFS superblock object back-reference | Artem Bityutskiy |
2012-07-14 | affs: stop using lock_super | Artem Bityutskiy |