summaryrefslogtreecommitdiff
path: root/tools/virtio/linux/module.h
blob: 9dfa96fea2b23910c2fb9f431fe519e3605d09bb (plain)
1
2
3
4
5
6
7
/* SPDX-License-Identifier: GPL-2.0 */
#include <linux/export.h>

#define MODULE_LICENSE(__MODULE_LICENSE_value) \
	static __attribute__((unused)) const char *__MODULE_LICENSE_name = \
		__MODULE_LICENSE_value

le='2009-09-24 07:47:42 -0400'>2009-09-24fs: Make unload_nls() NULL pointer safeThomas Gleixner 2009-09-08jffs2/jfs/xfs: switch over to 'check_acl' rather than 'permission()'Linus Torvalds 2009-07-23jfs: Fix early release of acl in jfs_get_aclStefan Bader 2009-06-24another race fix in jfs_check_acl()Al Viro 2009-06-24helpers for acl caching + switch to thoseAl Viro 2009-06-24switch jfs to inode->i_aclAl Viro 2009-06-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sha...Linus Torvalds 2009-06-16jfs: fix regression preventing coalescing of extentsDave Kleikamp 2009-06-11Push BKL down into ->remount_fs()Alessio Igor Bogani 2009-06-11push BKL down into ->put_superChristoph Hellwig 2009-05-23jfs: Add missing mutex_unlock call to error pathDave Kleikamp 2009-04-07missing unlock in jfs_quota_write()Dan Carpenter 2009-03-31New helper - current_umask()Al Viro 2009-03-31proc 2/2: remove struct proc_dir_entry::ownerAlexey Dobriyan 2009-03-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sha...Linus Torvalds 2009-03-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds 2009-03-27constify dentry_operations: JFSAl Viro 2009-03-26jfs: Use lowercase names of quota functionsJan Kara 2009-02-02jfs: needs crc32_leRandy Dunlap 2009-02-02Merge branch 'master' of /home/shaggy/git/linus-clean/Dave Kleikamp 2009-01-30jfs: Fix error handling in metapage_writepage()Dave Kleikamp 2009-01-27jfs: return f_fsid for statfs(2)Coly Li 2009-01-22fs/Kconfig: move jfs outAlexey Dobriyan 2009-01-09filesystem freeze: add error handling of write_super_lockfs/unlockfsTakashi Sato 2009-01-09jfs: remove xtLookupList()Dave Kleikamp 2009-01-09jfs: clean up a dangling commentDave Kleikamp 2009-01-05fix the treatment of jfs special inodesAl Viro 2008-12-31nfsd race fixes: jfsDave Kleikamp 2008-12-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sha...Linus Torvalds 2008-12-16jfs: ensure symlinks are NUL-terminatedDave Kleikamp 2008-11-14CRED: Wrap task credential accesses in the JFS filesystemDavid Howells 2008-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/viro/bdevLinus Torvalds 2008-10-23[PATCH] fix ->llseek for more directoriesChristoph Hellwig 2008-10-23[PATCH] switch all filesystems over to d_obtain_aliasChristoph Hellwig 2008-10-21[PATCH] pass fmode_t to blkdev_put()Al Viro 2008-10-13vfs: Use const for kernel parser tableSteven Whitehouse 2008-07-26[PATCH] sanitize ->permission() prototypeAl Viro 2008-07-26SL*B: drop kmem cache argument from constructorAlexey Dobriyan 2008-07-25quota: move function-macros from quota.h to quotaops.hJan Kara