aboutsummaryrefslogtreecommitdiffstats
path: root/fs/jfs/jfs_imap.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-06-23jfs: Avoid field-overflowing memcpy()Kees Cook1-2/+2
2021-06-23jfs: remove unnecessary oom messageZhen Lei1-3/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner1-14/+1
2018-08-03new helper: inode_fake_hash()Al Viro1-7/+1
2017-04-19jfs: Remove jfs_get_inode_flags()Jan Kara1-1/+0
2016-03-30jfs: Coalesce some formatsJoe Perches1-2/+1
2013-06-05jfs: Update jfs_errorJoe Perches1-40/+29
2013-01-07jfs: avoid undefined behavior from left-shifting by 32 bitsNickolai Zeldovich1-1/+1
2012-09-21userns: Convert jfs to use kuid/kgid where appropriateEric W. Biederman1-10/+12
2011-11-02filesystems: add set_nlink()Miklos Szeredi1-3/+3
2011-06-20JFS: Don't save agno in the inodeDave Kleikamp1-5/+4
2011-06-20jfs: Update agstart when resizing volumeDave Kleikamp1-2/+1
2011-03-31Fix common misspellingsLucas De Marchi1-7/+7
2010-10-25list.h: new helper - hlist_add_fake()Al Viro1-1/+1
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
2009-05-23jfs: Add missing mutex_unlock call to error pathDave Kleikamp1-0/+1
2009-01-09jfs: clean up a dangling commentDave Kleikamp1-7/+3
2009-01-05fix the treatment of jfs special inodesAl Viro1-3/+7
2008-05-28JFS: diAlloc() should return -EIO rather than EIOLi Zefan1-1/+1
2008-02-13jfs: le*_add_cpu conversionMarcin Slusarz1-9/+6
2008-01-03JFS: Remove defconfig ptr comparison to 0Joe Perches1-2/+2
2007-06-13JFS: Update print_hex_dump() syntaxDave Kleikamp1-2/+2
2007-06-06JFS: use print_hex_dump() rather than private dump_mem() functionDave Kleikamp1-1/+2
2007-06-06JFS: Whitespace cleanup and remove some dead codeDave Kleikamp1-154/+139
2007-05-09Fix occurrences of "the the "Michael Opdenacker1-2/+2
2007-04-25Copy i_flags to jfs inode flags on writeDave Kleikamp1-0/+2
2007-01-09JFS: Add lockdep annotationsDave Kleikamp1-8/+8
2006-12-13[PATCH] getting rid of all casts of k[cmz]alloc() callsRobert P. J. Day1-1/+1
2006-10-13JFS: pageno needs to be longDave Kleikamp1-2/+2
2006-10-02JFS: White space cleanupDave Kleikamp1-111/+111
2006-10-01[PATCH] fs/jfs: Conversion to generic booleanRichard Knutsson1-13/+13
2006-09-27[PATCH] inode-diet: Eliminate i_blksize from the inode structureTheodore Ts'o1-1/+0
2006-03-09JFS: add uid, gid, and umask mount optionsDave Kleikamp1-6/+44
2006-03-08JFS: Take logsync lock before testing mp->lsnDave Kleikamp1-4/+2
2006-01-24JFS: semaphore to mutex conversion.Ingo Molnar1-11/+11
2006-01-08[PATCH] Fix and add EXPORT_SYMBOL(filemap_write_and_wait)OGAWA Hirofumi1-4/+2
2005-10-03JFS: make special inodes play nicely with page balancingDave Kleikamp1-2/+8
2005-06-27JFS: Code cleanup - getting rid of never-used debug codeDave Kleikamp1-105/+0
2005-05-04JFS: fix sparse warnings by moving extern declarations to headersDave Kleikamp1-5/+1
2005-05-02[PATCH] JFS: Support page sizes greater than 4KDave Kleikamp1-7/+7
2005-05-02[PATCH] JFS: Simplify creation of new iagDave Kleikamp1-34/+36
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+3270