summaryrefslogtreecommitdiff
path: root/fs/jfs
AgeCommit message (Expand)Author
2023-01-07fs: jfs: fix shift-out-of-bounds in dbDiscardAGHoi Pok Wu
2023-01-07fs: jfs: fix shift-out-of-bounds in dbAllocAGDongliang Mu
2022-06-14fs: jfs: fix possible NULL pointer dereference in dbFree()Zixuan Fu
2022-04-20jfs: prevent NULL deref in diFreeHaimin Zhang
2022-04-20jfs: fix divide error in dbNextAGPavel Skripkin
2021-11-26JFS: fix memleak in jfs_mountDongliang Mu
2021-07-20fs/jfs: Fix missing error code in lmLogInit()Jiapeng Chong
2021-07-20jfs: fix GPF in diFreePavel Skripkin
2021-03-07JFS: more checks for invalid superblockRandy Dunlap
2021-03-03fs/jfs: fix potential integer overflow on shift of a intColin Ian King
2020-12-29jfs: Fix array index bounds check in dbAdjTreeDave Kleikamp
2020-01-29jfs: fix bogus variable self-initializationArnd Bergmann
2018-08-09jfs: Fix inconsistency between memory allocation and ea_buf->max_sizeShankara Pailoor
2018-05-30do d_instantiate/unlock_new_inode combinations safelyAl Viro
2017-08-06jfs: Don't clear SGID when inheriting ACLsJan Kara
2017-06-14fs: add i_blocksize()Fabian Frederick
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-10-10Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro
2016-10-10Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2016-10-10Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-10-07vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher
2016-09-27fs: Replace current_fs_time() with current_time()Deepa Dinamani
2016-09-27fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani
2016-09-27fs: rename "rename2" i_op to "rename"Miklos Szeredi
2016-09-27fs: support RENAME_NOREPLACE for local filesystemsMiklos Szeredi
2016-09-22fs: Give dentry to inode_change_ok() instead of inodeJan Kara
2016-09-22posix_acl: Clear SGID bit when setting file permissionsJan Kara
2016-09-06jfs: Simplify codeChristophe JAILLET
2016-08-29jfs: jump to error_out when filemap_{fdatawait, write_and_wait} failsQuorum Laval
2016-07-31get rid of 'parent' argument of ->d_compare()Al Viro
2016-07-28Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-07-28Merge branch 'salted-string-hash'Linus Torvalds
2016-06-10vfs: make the string hashes salt the hashLinus Torvalds
2016-06-07block, fs, mm, drivers: use bio set/get op accessorsMike Christie
2016-06-07block/fs/drivers: remove rw argument from submit_bioMike Christie
2016-05-29drop redundant ->owner initializationsAl Viro
2016-05-27switch xattr_handler->set() to passing dentry and inode separatelyAl Viro
2016-05-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-05-17Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2016-05-17Merge tag 'jfs-4.7' of git://github.com/kleikamp/linux-shaggyLinus Torvalds
2016-05-12jfs: Switch to generic xattr handlersAndreas Gruenbacher
2016-05-12jfs: Clean up xattr name mappingAndreas Gruenbacher
2016-05-02Merge getxattr prototype change into work.lookupsAl Viro
2016-05-01direct-io: eliminate the offset argument to ->direct_IOChristoph Hellwig
2016-04-11->getxattr(): pass dentry and inode as separate argumentsAl Viro
2016-04-10don't bother with ->d_inode->i_sb - it's always equal to ->d_sbAl Viro
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov
2016-03-31posix_acl: Inode acl caching fixesAndreas Gruenbacher
2016-03-30jfs: Coalesce some formatsJoe Perches
2016-03-30jfs: Remove unnecessary line continuations and terminating newlinesJoe Perches