summaryrefslogtreecommitdiff
path: root/fs/jfs/inode.c
AgeCommit message (Expand)Author
2023-10-18jfs: convert to new timestamp accessorsJeff Layton
2023-07-24jfs: convert to ctime accessor functionsJeff Layton
2022-12-11jfs: remove ->writepageChristoph Hellwig
2022-08-02jfs: stop using the nobh helperChristoph Hellwig
2022-05-27Merge tag 'jfs-5.19' of https://github.com/kleikamp/linux-shaggyLinus Torvalds
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-03-29Merge tag 'jfs-5.18' of https://github.com/kleikamp/linux-shaggyLinus Torvalds
2022-03-22jfs: prevent NULL deref in diFreeHaimin Zhang
2022-03-16fs: Convert __set_page_dirty_buffers to block_dirty_folioMatthew Wilcox (Oracle)
2022-03-15fs: Turn block_invalidatepage into block_invalidate_folioMatthew Wilcox (Oracle)
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
2021-06-23jfs: fix GPF in diFreePavel Skripkin
2020-06-02fs: convert mpage_readpages to mpage_readaheadMatthew Wilcox (Oracle)
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner
2019-05-01jfs: switch to ->free_inode()Al Viro
2018-09-20jfs: remove redundant dquot_initialize() in jfs_evict_inode()Chao Yu
2016-09-27fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani
2016-05-17Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2016-05-01direct-io: eliminate the offset argument to ->direct_IOChristoph Hellwig
2016-03-30jfs: Coalesce some formatsJoe Perches
2015-12-08don't put symlink bodies in pagecache into highmemAl Viro
2015-07-16Merge tag 'jfs-4.2' of git://github.com/kleikamp/linux-shaggyLinus Torvalds
2015-06-04jfs: fix indentation on if statementColin Ian King
2015-05-10jfs: switch to simple_follow_link()Al Viro
2015-04-11direct_IO: remove rw from a_ops->direct_IO()Omar Sandoval
2015-04-11direct_IO: use iov_iter_rw() instead of rw everywhereOmar Sandoval
2015-04-11Remove rw from {,__,do_}blockdev_direct_IO()Omar Sandoval
2015-03-25fs: move struct kiocb to fs.hChristoph Hellwig
2014-05-06switch {__,}blockdev_direct_IO() to iov_iterAl Viro
2014-05-06get rid of pointless iov_length() in ->direct_IO()Al Viro
2014-05-06pass iov_iter to ->direct_IO()Al Viro
2014-04-03mm + fs: store shadow entries in page cacheJohannes Weiner
2013-09-12truncate: drop 'oldsize' truncate_pagecache() parameterKirill A. Shutemov
2013-05-07aio: don't include aio.h in sched.hKent Overstreet
2013-05-01jfs: fix a couple racesDave Kleikamp
2012-12-20jfs: drop vmtruncateMarco Stornelli
2012-05-06vfs: Rename end_writeback() to clear_inode()Jan Kara
2011-07-20fs: simplify the blockdev_direct_IO prototypeChristoph Hellwig
2011-05-27fs: pass exact type of data dirties to ->dirty_inodeChristoph Hellwig
2011-03-10block: remove per-queue pluggingJens Axboe
2010-08-09switch jfs to ->evict_inode()Al Viro
2010-08-09get rid of nobh_write_begin_newtruncChristoph Hellwig
2010-08-09sort out blockdev_direct_IO variantsChristoph Hellwig
2010-04-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sha...Linus Torvalds
2010-04-16jfs: add jfs specific ->setattr callDmitry Monakhov
2010-03-05Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds