summaryrefslogtreecommitdiffstats
path: root/fs/jfs/inode.c
Commit message (Expand)AuthorAgeFilesLines
* jfs: convert to new timestamp accessorsJeff Layton2023-10-181-1/+1
* jfs: convert to ctime accessor functionsJeff Layton2023-07-241-1/+1
* jfs: remove ->writepageChristoph Hellwig2022-12-111-6/+1
* jfs: stop using the nobh helperChristoph Hellwig2022-08-021-3/+15
* Merge tag 'jfs-5.19' of https://github.com/kleikamp/linux-shaggyLinus Torvalds2022-05-271-18/+0
|\
| * fs/jfs: Remove dead codeDave Kleikamp2022-04-251-18/+0
* | 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
|/
* Merge tag 'jfs-5.18' of https://github.com/kleikamp/linux-shaggyLinus Torvalds2022-03-291-1/+2
|\
| * jfs: prevent NULL deref in diFreeHaimin Zhang2022-03-221-1/+2
* | fs: Convert __set_page_dirty_buffers to block_dirty_folioMatthew Wilcox (Oracle)2022-03-161-1/+1
* | fs: Turn block_invalidatepage into block_invalidate_folioMatthew Wilcox (Oracle)2022-03-151-0/+1
|/
* Merge tag 'jfs-5.14' of git://github.com/kleikamp/linux-shaggyLinus Torvalds2021-07-021-1/+2
|\
| * jfs: fix GPF in diFreePavel Skripkin2021-06-231-1/+2
* | mm: require ->set_page_dirty to be explicitly wired upChristoph Hellwig2021-06-291-0/+1
|/
* fs: convert mpage_readpages to mpage_readaheadMatthew Wilcox (Oracle)2020-06-021-4/+3
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-301-14/+1
* jfs: switch to ->free_inode()Al Viro2019-05-011-0/+13
* jfs: remove redundant dquot_initialize() in jfs_evict_inode()Chao Yu2018-09-201-1/+0
* fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani2016-09-271-1/+1
* Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-05-171-4/+3
|\
| * direct-io: eliminate the offset argument to ->direct_IOChristoph Hellwig2016-05-011-4/+3
* | jfs: Coalesce some formatsJoe Perches2016-03-301-2/+2
|/
* don't put symlink bodies in pagecache into highmemAl Viro2015-12-081-0/+1
* Merge tag 'jfs-4.2' of git://github.com/kleikamp/linux-shaggyLinus Torvalds2015-07-161-2/+2
|\
| * jfs: fix indentation on if statementColin Ian King2015-06-041-2/+2
* | jfs: switch to simple_follow_link()Al Viro2015-05-101-1/+2
|/
* direct_IO: remove rw from a_ops->direct_IO()Omar Sandoval2015-04-111-2/+2
* direct_IO: use iov_iter_rw() instead of rw everywhereOmar Sandoval2015-04-111-1/+1
* Remove rw from {,__,do_}blockdev_direct_IO()Omar Sandoval2015-04-111-1/+1
* fs: move struct kiocb to fs.hChristoph Hellwig2015-03-251-1/+1
* switch {__,}blockdev_direct_IO() to iov_iterAl Viro2014-05-061-2/+1
* get rid of pointless iov_length() in ->direct_IO()Al Viro2014-05-061-1/+2
* pass iov_iter to ->direct_IO()Al Viro2014-05-061-4/+4
* mm + fs: store shadow entries in page cacheJohannes Weiner2014-04-031-2/+2
* truncate: drop 'oldsize' truncate_pagecache() parameterKirill A. Shutemov2013-09-121-1/+1
* aio: don't include aio.h in sched.hKent Overstreet2013-05-071-0/+1
* jfs: fix a couple racesDave Kleikamp2013-05-011-1/+1
* jfs: drop vmtruncateMarco Stornelli2012-12-201-6/+14
* vfs: Rename end_writeback() to clear_inode()Jan Kara2012-05-061-1/+1
* fs: simplify the blockdev_direct_IO prototypeChristoph Hellwig2011-07-201-2/+2
* fs: pass exact type of data dirties to ->dirty_inodeChristoph Hellwig2011-05-271-1/+1
* block: remove per-queue pluggingJens Axboe2011-03-101-1/+0
* switch jfs to ->evict_inode()Al Viro2010-08-091-17/+18
* get rid of nobh_write_begin_newtruncChristoph Hellwig2010-08-091-1/+10
* sort out blockdev_direct_IO variantsChristoph Hellwig2010-08-091-1/+16
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sha...Linus Torvalds2010-04-211-1/+1
|\
| * jfs: add jfs specific ->setattr callDmitry Monakhov2010-04-161-1/+1
* | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2010-03-051-3/+6
|\ \