summaryrefslogtreecommitdiff
path: root/fs/jfs
AgeCommit message (Expand)Author
2022-12-13Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-12-12Merge tag 'jfs-6.2' of https://github.com/kleikamp/linux-shaggyLinus Torvalds
2022-12-11jfs: remove ->writepageChristoph Hellwig
2022-11-10jfs: makes diUnmount/diMount in jfs_mount_rw atomicOleg Kanatov
2022-11-10jfs: Fix a typo in function jfs_umountOleg Kanatov
2022-10-27fs: jfs: fix shift-out-of-bounds in dbDiscardAGHoi Pok Wu
2022-10-27jfs: Fix fortify moan in symlinkDr. David Alan Gilbert
2022-10-20fs: rename current get acl methodChristian Brauner
2022-10-19fs: pass dentry to set acl methodChristian Brauner
2022-10-18jfs: remove redundant assignments to ipaimap and ipaimap2Colin Ian King
2022-10-18jfs: remove unused declarations for jfsGaosheng Cui
2022-10-18fs/jfs/jfs_xattr.h: Fix spelling typo in commentJiangshan Yi
2022-10-18fs/jfs: replace ternary operator with min_t()Jiangshan Yi
2022-10-18fs: jfs: fix shift-out-of-bounds in dbAllocAGDongliang Mu
2022-08-03Merge tag 'folio-6.0' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds
2022-08-02jfs: stop using the nobh helperChristoph Hellwig
2022-06-29jfs: Remove check for PageUptodateMatthew Wilcox (Oracle)
2022-06-26attr: port attribute changes to new typesChristian Brauner
2022-06-26quota: port quota helpers mount idsChristian Brauner
2022-05-27Merge tag 'jfs-5.19' of https://github.com/kleikamp/linux-shaggyLinus Torvalds
2022-05-24Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds
2022-05-09jfs: Convert to release_folioMatthew Wilcox (Oracle)
2022-05-09jfs: Convert metadata pages to read_folioMatthew Wilcox (Oracle)
2022-05-09fs: Convert mpage_readpage to mpage_read_folioMatthew Wilcox (Oracle)
2022-05-08fs: Remove flags parameter from aops->write_beginMatthew Wilcox (Oracle)
2022-05-08fs: Remove aop flags parameter from nobh_write_begin()Matthew Wilcox (Oracle)
2022-04-25fs/jfs: Remove dead codeDave Kleikamp
2022-04-19fs: jfs: fix possible NULL pointer dereference in dbFree()Zixuan Fu
2022-04-17block: add a bdev_discard_granularity helperChristoph Hellwig
2022-04-17block: remove QUEUE_FLAG_DISCARDChristoph Hellwig
2022-03-29Merge tag 'jfs-5.18' of https://github.com/kleikamp/linux-shaggyLinus Torvalds
2022-03-22Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds
2022-03-22Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2022-03-22fs: allocate inode by using alloc_inode_sb()Muchun Song
2022-03-22jfs: prevent NULL deref in diFreeHaimin Zhang
2022-03-22jfs: fix divide error in dbNextAGPavel Skripkin
2022-03-16fs: Convert __set_page_dirty_buffers to block_dirty_folioMatthew Wilcox (Oracle)
2022-03-15fs: Convert trivial uses of __set_page_dirty_nobuffers to filemap_dirty_folioMatthew Wilcox (Oracle)
2022-03-15jfs: Convert from invalidatepage to invalidate_folioMatthew Wilcox (Oracle)
2022-03-15fs: Turn block_invalidatepage into block_invalidate_folioMatthew Wilcox (Oracle)
2022-02-02block: pass a block_device and opf to bio_allocChristoph Hellwig
2021-11-03Merge tag 'jfs-5.16' of git://github.com/kleikamp/linux-shaggyLinus Torvalds
2021-11-01Merge tag 'for-5.16/bdev-size-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-10-18jfs: use sb_bdev_nr_blocksChristoph Hellwig
2021-10-18jfs: use bdev_nr_bytes instead of open coding itChristoph Hellwig
2021-10-18mm/writeback: Add folio_redirty_for_writepage()Matthew Wilcox (Oracle)
2021-09-23JFS: fix memleak in jfs_mountDongliang Mu
2021-08-18vfs: add rcu argument to ->get_acl() callbackMiklos Szeredi
2021-07-02Merge tag 'jfs-5.14' of git://github.com/kleikamp/linux-shaggyLinus Torvalds
2021-06-29mm: require ->set_page_dirty to be explicitly wired upChristoph Hellwig