summaryrefslogtreecommitdiff
path: root/fs/jfs
AgeCommit message (Expand)Author
2023-08-06vfs: get rid of old '->iterate' directory operationLinus Torvalds
2023-06-29Merge tag 'jfs-6.5' of github.com:kleikamp/linux-shaggyLinus Torvalds
2023-06-26Merge tag 'for-6.5/block-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds
2023-06-26Merge tag 'for-6.5/splice-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds
2023-06-23FS: JFS: Check for read-only mounted filesystem in txBeginImmad Mir
2023-06-23FS: JFS: Fix null-ptr-deref Read in txBeginImmad Mir
2023-06-22fs: jfs: Fix UBSAN: array-index-out-of-bounds in dbAllocDmapLevYogesh
2023-06-20fs: jfs: (trivial) Fix typo in dbInitTree functionWonguk Lee
2023-06-20jfs: jfs_dmap: Validate db_l2nbperpage while mountingSiddh Raman Pant
2023-06-12block: replace fmode_t with a block-specific type for block open flagsChristoph Hellwig
2023-06-12block: use the holder as indication for exclusive opensChristoph Hellwig
2023-06-05block: introduce holder opsChristoph Hellwig
2023-06-02jfs: Use unsigned variable for length calculationsKees Cook
2023-05-31jfs: logmgr: use __bio_add_page to add single page to bioJohannes Thumshirn
2023-05-24splice: Use filemap_splice_read() instead of generic_file_splice_read()David Howells
2023-04-24Merge tag 'pull-write-one-page' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-03-12mm,jfs: move write_one_page/folio_write_one to jfsChristoph Hellwig
2023-03-06fs: drop unused posix acl handlersChristian Brauner
2023-03-01Merge tag 'jfs-6.3' of https://github.com/kleikamp/linux-shaggyLinus Torvalds
2023-02-20Merge tag 'for-6.3/dio-2023-02-16' of git://git.kernel.dk/linuxLinus Torvalds
2023-01-26fs: build the legacy direct I/O code conditionallyChristoph Hellwig
2023-01-19quota: port to mnt_idmapChristian Brauner
2023-01-19fs: port inode_init_owner() to mnt_idmapChristian Brauner
2023-01-19fs: port acl to mnt_idmapChristian Brauner
2023-01-19fs: port xattr to mnt_idmapChristian Brauner
2023-01-19fs: port ->fileattr_set() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->set_acl() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->rename() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->mknod() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->mkdir() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->symlink() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->create() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->setattr() to pass mnt_idmapChristian Brauner
2023-01-03fs/jfs: fix shift exponent db_agl2size negativeLiu Shixin via Jfs-discussion
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