summaryrefslogtreecommitdiff
path: root/fs/jfs/jfs_imap.c
AgeCommit message (Expand)Author
2024-01-02jfs: fix array-index-out-of-bounds in diNewExtEdward Adam Davis
2023-11-02Merge tag 'jfs-6.7' of https://github.com/kleikamp/linux-shaggyLinus Torvalds
2023-10-18jfs: convert to new timestamp accessorsJeff Layton
2023-10-13jfs: define xtree root and page independentlyDave Kleikamp
2023-10-04jfs: fix array-index-out-of-bounds in diAllocManas Ghandat
2023-08-31Merge tag 'jfs-6.6' of github.com:kleikamp/linux-shaggyLinus Torvalds
2023-07-24jfs: convert to ctime accessor functionsJeff Layton
2023-07-18jfs: fix invalid free of JFS_IP(ipimap)->i_imap in diUnmountLiu Shixin via Jfs-discussion
2022-11-10jfs: makes diUnmount/diMount in jfs_mount_rw atomicOleg Kanatov
2021-06-23jfs: Avoid field-overflowing memcpy()Kees Cook
2021-06-23jfs: remove unnecessary oom messageZhen Lei
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner
2018-08-03new helper: inode_fake_hash()Al Viro
2017-04-19jfs: Remove jfs_get_inode_flags()Jan Kara
2016-03-30jfs: Coalesce some formatsJoe Perches
2013-06-05jfs: Update jfs_errorJoe Perches
2013-01-07jfs: avoid undefined behavior from left-shifting by 32 bitsNickolai Zeldovich
2012-09-21userns: Convert jfs to use kuid/kgid where appropriateEric W. Biederman
2011-11-02filesystems: add set_nlink()Miklos Szeredi
2011-06-20JFS: Don't save agno in the inodeDave Kleikamp
2011-06-20jfs: Update agstart when resizing volumeDave Kleikamp
2011-03-31Fix common misspellingsLucas De Marchi
2010-10-25list.h: new helper - hlist_add_fake()Al Viro
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2009-05-23jfs: Add missing mutex_unlock call to error pathDave Kleikamp
2009-01-09jfs: clean up a dangling commentDave Kleikamp
2009-01-05fix the treatment of jfs special inodesAl Viro
2008-05-28JFS: diAlloc() should return -EIO rather than EIOLi Zefan
2008-02-13jfs: le*_add_cpu conversionMarcin Slusarz
2008-01-03JFS: Remove defconfig ptr comparison to 0Joe Perches
2007-06-13JFS: Update print_hex_dump() syntaxDave Kleikamp
2007-06-06JFS: use print_hex_dump() rather than private dump_mem() functionDave Kleikamp
2007-06-06JFS: Whitespace cleanup and remove some dead codeDave Kleikamp
2007-05-09Fix occurrences of "the the "Michael Opdenacker
2007-04-25Copy i_flags to jfs inode flags on writeDave Kleikamp
2007-01-09JFS: Add lockdep annotationsDave Kleikamp
2006-12-13[PATCH] getting rid of all casts of k[cmz]alloc() callsRobert P. J. Day
2006-10-13JFS: pageno needs to be longDave Kleikamp
2006-10-02JFS: White space cleanupDave Kleikamp
2006-10-01[PATCH] fs/jfs: Conversion to generic booleanRichard Knutsson
2006-09-27[PATCH] inode-diet: Eliminate i_blksize from the inode structureTheodore Ts'o
2006-03-09JFS: add uid, gid, and umask mount optionsDave Kleikamp
2006-03-08JFS: Take logsync lock before testing mp->lsnDave Kleikamp
2006-01-24JFS: semaphore to mutex conversion.Ingo Molnar
2006-01-08[PATCH] Fix and add EXPORT_SYMBOL(filemap_write_and_wait)OGAWA Hirofumi
2005-10-03JFS: make special inodes play nicely with page balancingDave Kleikamp
2005-06-27JFS: Code cleanup - getting rid of never-used debug codeDave Kleikamp
2005-05-04JFS: fix sparse warnings by moving extern declarations to headersDave Kleikamp
2005-05-02[PATCH] JFS: Support page sizes greater than 4KDave Kleikamp
2005-05-02[PATCH] JFS: Simplify creation of new iagDave Kleikamp