summaryrefslogtreecommitdiffstats
path: root/fs/jfs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-12-131-6/+1
|\
| * jfs: remove ->writepageChristoph Hellwig2022-12-111-6/+1
* | Merge tag 'jfs-6.2' of https://github.com/kleikamp/linux-shaggyLinus Torvalds2022-12-129-22/+31
|\ \
| * | jfs: makes diUnmount/diMount in jfs_mount_rw atomicOleg Kanatov2022-11-102-1/+5
| * | jfs: Fix a typo in function jfs_umountOleg Kanatov2022-11-101-1/+1
| * | fs: jfs: fix shift-out-of-bounds in dbDiscardAGHoi Pok Wu2022-10-271-0/+5
| * | jfs: Fix fortify moan in symlinkDr. David Alan Gilbert2022-10-271-1/+1
| * | jfs: remove redundant assignments to ipaimap and ipaimap2Colin Ian King2022-10-181-2/+0
| * | jfs: remove unused declarations for jfsGaosheng Cui2022-10-182-6/+0
| * | fs/jfs/jfs_xattr.h: Fix spelling typo in commentJiangshan Yi2022-10-181-1/+1
| * | fs/jfs: replace ternary operator with min_t()Jiangshan Yi2022-10-181-4/+2
| * | fs: jfs: fix shift-out-of-bounds in dbAllocAGDongliang Mu2022-10-181-6/+16
| |/
* | fs: rename current get acl methodChristian Brauner2022-10-202-2/+2
* | fs: pass dentry to set acl methodChristian Brauner2022-10-193-3/+4
|/
* Merge tag 'folio-6.0' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-08-032-4/+16
|\
| * jfs: stop using the nobh helperChristoph Hellwig2022-08-021-3/+15
| * jfs: Remove check for PageUptodateMatthew Wilcox (Oracle)2022-06-291-1/+1
* | attr: port attribute changes to new typesChristian Brauner2022-06-261-2/+2
* | quota: port quota helpers mount idsChristian Brauner2022-06-261-2/+2
|/
* Merge tag 'jfs-5.19' of https://github.com/kleikamp/linux-shaggyLinus Torvalds2022-05-2710-1652/+3
|\
| * fs/jfs: Remove dead codeDave Kleikamp2022-04-2510-1651/+1
| * fs: jfs: fix possible NULL pointer dereference in dbFree()Zixuan Fu2022-04-191-1/+2
* | Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-05-242-16/+16
|\ \
| * | jfs: Convert to release_folioMatthew Wilcox (Oracle)2022-05-091-8/+8
| * | jfs: Convert metadata pages to read_folioMatthew Wilcox (Oracle)2022-05-091-2/+3
| * | fs: Convert mpage_readpage to mpage_read_folioMatthew Wilcox (Oracle)2022-05-091-3/+3
| * | fs: Remove flags parameter from aops->write_beginMatthew Wilcox (Oracle)2022-05-081-1/+1
| * | fs: Remove aop flags parameter from nobh_write_begin()Matthew Wilcox (Oracle)2022-05-081-2/+1
| |/
* | block: add a bdev_discard_granularity helperChristoph Hellwig2022-04-171-2/+1
* | block: remove QUEUE_FLAG_DISCARDChristoph Hellwig2022-04-172-7/+3
|/
* Merge tag 'jfs-5.18' of https://github.com/kleikamp/linux-shaggyLinus Torvalds2022-03-292-1/+9
|\
| * jfs: prevent NULL deref in diFreeHaimin Zhang2022-03-221-1/+2
| * jfs: fix divide error in dbNextAGPavel Skripkin2022-03-221-0/+7
* | Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-03-222-8/+9
|\ \
| * | fs: Convert __set_page_dirty_buffers to block_dirty_folioMatthew Wilcox (Oracle)2022-03-161-1/+1
| * | fs: Convert trivial uses of __set_page_dirty_nobuffers to filemap_dirty_folioMatthew Wilcox (Oracle)2022-03-151-1/+1
| * | jfs: Convert from invalidatepage to invalidate_folioMatthew Wilcox (Oracle)2022-03-151-6/+6
| * | fs: Turn block_invalidatepage into block_invalidate_folioMatthew Wilcox (Oracle)2022-03-151-0/+1
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-03-221-1/+1
|\ \ \ | |_|/ |/| |
| * | fs: allocate inode by using alloc_inode_sb()Muchun Song2022-03-221-1/+1
| |/
* / block: pass a block_device and opf to bio_allocChristoph Hellwig2022-02-022-15/+5
|/
* Merge tag 'jfs-5.16' of git://github.com/kleikamp/linux-shaggyLinus Torvalds2021-11-031-29/+22
|\
| * JFS: fix memleak in jfs_mountDongliang Mu2021-09-231-29/+22
* | Merge tag 'for-5.16/bdev-size-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds2021-11-012-6/+4
|\ \
| * | jfs: use sb_bdev_nr_blocksChristoph Hellwig2021-10-182-4/+2
| * | jfs: use bdev_nr_bytes instead of open coding itChristoph Hellwig2021-10-182-2/+2
| |/
* / mm/writeback: Add folio_redirty_for_writepage()Matthew Wilcox (Oracle)2021-10-181-0/+1
|/
* vfs: add rcu argument to ->get_acl() callbackMiklos Szeredi2021-08-182-2/+5
* Merge tag 'jfs-5.14' of git://github.com/kleikamp/linux-shaggyLinus Torvalds2021-07-028-15/+30
|\
| * jfs: Avoid field-overflowing memcpy()Kees Cook2021-06-234-9/+24