aboutsummaryrefslogtreecommitdiffstats
path: root/fs/affs/bitmap.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds1-3/+3
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-07-17VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells1-1/+1
2015-02-17fs/affs/bitmap.c: remove unnecessary returnFabian Frederick1-1/+0
2014-06-06fs/affs: pr_debug cleanupFabian Frederick1-4/+4
2014-06-06fs/affs: convert printk to pr_foo()Fabian Frederick1-7/+6
2012-07-30affs: use memweight()Akinobu Mita1-26/+2
2012-07-14affs: get rid of affs_sync_superArtem Bityutskiy1-2/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-02-09tree-wide: Assorted spelling fixesDaniel Mack1-1/+1
2008-07-26affs: convert s_bmlock into a mutexMatthias Kaehlcke1-9/+9
2007-10-17fs: mark nibblemap constPhilippe De Muyter1-1/+1
2006-12-07[PATCH] affs: replace kmalloc+memset with kzallocYan Burman1-2/+1
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+390