summaryrefslogtreecommitdiff
path: root/fs/jfs/inode.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-18jfs: convert to new timestamp accessorsJeff Layton1-1/+1
2023-07-24jfs: convert to ctime accessor functionsJeff Layton1-1/+1
2022-12-12jfs: remove ->writepageChristoph Hellwig1-6/+1
2022-08-02jfs: stop using the nobh helperChristoph Hellwig1-3/+15
2022-05-28Merge tag 'jfs-5.19' of https://github.com/kleikamp/linux-shaggyLinus Torvalds1-18/+0
2022-05-09fs: Convert mpage_readpage to mpage_read_folioMatthew Wilcox (Oracle)1-3/+3
2022-05-08fs: Remove flags parameter from aops->write_beginMatthew Wilcox (Oracle)1-1/+1
2022-05-08fs: Remove aop flags parameter from nobh_write_begin()Matthew Wilcox (Oracle)1-2/+1
2022-04-25fs/jfs: Remove dead codeDave Kleikamp1-18/+0
2022-03-30Merge tag 'jfs-5.18' of https://github.com/kleikamp/linux-shaggyLinus Torvalds1-1/+2
2022-03-22jfs: prevent NULL deref in diFreeHaimin Zhang1-1/+2
2022-03-16fs: Convert __set_page_dirty_buffers to block_dirty_folioMatthew Wilcox (Oracle)1-1/+1
2022-03-15fs: Turn block_invalidatepage into block_invalidate_folioMatthew Wilcox (Oracle)1-0/+1
2021-07-03Merge tag 'jfs-5.14' of git://github.com/kleikamp/linux-shaggyLinus Torvalds1-1/+2
2021-06-29mm: require ->set_page_dirty to be explicitly wired upChristoph Hellwig1-0/+1
2021-06-23jfs: fix GPF in diFreePavel Skripkin1-1/+2
2020-06-02fs: convert mpage_readpages to mpage_readaheadMatthew Wilcox (Oracle)1-4/+3
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner1-14/+1
2019-05-02jfs: switch to ->free_inode()Al Viro1-0/+13
2018-09-20jfs: remove redundant dquot_initialize() in jfs_evict_inode()Chao Yu1-1/+0
2016-09-28fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani1-1/+1
2016-05-18Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-4/+3
2016-05-02direct-io: eliminate the offset argument to ->direct_IOChristoph Hellwig1-4/+3
2016-03-30jfs: Coalesce some formatsJoe Perches1-2/+2
2015-12-09don't put symlink bodies in pagecache into highmemAl Viro1-0/+1
2015-07-17Merge tag 'jfs-4.2' of git://github.com/kleikamp/linux-shaggyLinus Torvalds1-2/+2
2015-06-04jfs: fix indentation on if statementColin Ian King1-2/+2
2015-05-11jfs: switch to simple_follow_link()Al Viro1-1/+2
2015-04-12direct_IO: remove rw from a_ops->direct_IO()Omar Sandoval1-2/+2
2015-04-12direct_IO: use iov_iter_rw() instead of rw everywhereOmar Sandoval1-1/+1
2015-04-12Remove rw from {,__,do_}blockdev_direct_IO()Omar Sandoval1-1/+1
2015-03-26fs: move struct kiocb to fs.hChristoph Hellwig1-1/+1
2014-05-07switch {__,}blockdev_direct_IO() to iov_iterAl Viro1-2/+1
2014-05-07get rid of pointless iov_length() in ->direct_IO()Al Viro1-1/+2
2014-05-07pass iov_iter to ->direct_IO()Al Viro1-4/+4
2014-04-04mm + fs: store shadow entries in page cacheJohannes Weiner1-2/+2
2013-09-13truncate: drop 'oldsize' truncate_pagecache() parameterKirill A. Shutemov1-1/+1
2013-05-08aio: don't include aio.h in sched.hKent Overstreet1-0/+1
2013-05-01jfs: fix a couple racesDave Kleikamp1-1/+1
2012-12-21jfs: drop vmtruncateMarco Stornelli1-6/+14
2012-05-06vfs: Rename end_writeback() to clear_inode()Jan Kara1-1/+1
2011-07-21fs: simplify the blockdev_direct_IO prototypeChristoph Hellwig1-2/+2
2011-05-27fs: pass exact type of data dirties to ->dirty_inodeChristoph Hellwig1-1/+1
2011-03-10block: remove per-queue pluggingJens Axboe1-1/+0
2010-08-10switch jfs to ->evict_inode()Al Viro1-17/+18
2010-08-10get rid of nobh_write_begin_newtruncChristoph Hellwig1-1/+10
2010-08-10sort out blockdev_direct_IO variantsChristoph Hellwig1-1/+16
2010-04-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sha...Linus Torvalds1-1/+1
2010-04-16jfs: add jfs specific ->setattr callDmitry Monakhov1-1/+1
2010-03-06Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds1-3/+6