summaryrefslogtreecommitdiffstats
path: root/fs/adfs/inode.c
Commit message (Expand)AuthorAgeFilesLines
* adfs: remove writepage implementationMatthew Wilcox (Oracle)2023-12-291-4/+7
* adfs: convert to new timestamp accessorsJeff Layton2023-10-181-5/+8
* adfs: convert to ctime accessor functionsJeff Layton2023-07-131-2/+2
* fs: port ->setattr() to pass mnt_idmapChristian Brauner2023-01-191-2/+2
* fs: Convert block_read_full_page() to block_read_full_folio()Matthew 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 cont_write_begin()Matthew Wilcox (Oracle)2022-05-081-1/+1
* 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
* fs/adfs: remove unneeded variable make code cleanerMinghao Chi2022-01-201-3/+1
* mm: require ->set_page_dirty to be explicitly wired upChristoph Hellwig2021-06-291-0/+1
* fs: make helpers idmap mount awareChristian Brauner2021-01-241-1/+2
* attr: handle idmapped mountsChristian Brauner2021-01-241-1/+1
* fs/adfs: mostly divorse inode number from indirect disc addressRussell King2020-01-201-2/+4
* fs/adfs: inode: fix adfs_mode2atts()Russell King2020-01-201-9/+9
* fs/adfs: inode: update timestamps to centisecond precisionRussell King2020-01-201-20/+20
* Merge branch 'work.adfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2019-07-191-7/+5
|\
| * fs/adfs: add time stamp and file type helpersRussell King2019-06-261-5/+3
| * fs/adfs: clean up indirect disc addresses and fragment IDsRussell King2019-06-261-2/+2
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
|/
* adfs: use timespec64 for time conversionArnd Bergmann2018-08-221-7/+4
* adfs: don't put inodes into icacheAl Viro2018-08-031-1/+1
* vfs: change inode times to use struct timespec64Deepa Dinamani2018-06-051-2/+5
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-101-1/+1
|\
| * fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani2016-09-271-1/+1
* | fs: Give dentry to inode_change_ok() instead of inodeJan Kara2016-09-221-1/+1
|/
* VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-151-1/+1
* truncate: drop 'oldsize' truncate_pagecache() parameterKirill A. Shutemov2013-09-121-1/+1
* adfs: drop vmtruncateMarco Stornelli2012-12-201-5/+10
* userns: Convert adfs to use kuid and kgid where appropriateEric W. Biederman2012-09-211-2/+2
* filesystems: add set_nlink()Miklos Szeredi2011-11-021-1/+1
* Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2011-03-241-1/+0
|\
| * block: remove per-queue pluggingJens Axboe2011-03-101-1/+0
* | adfs: add hexadecimal filetype suffix optionStuart Swales2011-03-221-18/+4
* | adfs: improve timestamp precisionStuart Swales2011-03-221-21/+19
* | adfs: remove the big kernel lockArnd Bergmann2011-03-021-6/+0
|/
* check ATTR_SIZE contraints in inode_change_okChristoph Hellwig2010-08-091-4/+1
* get rid of cont_write_begin_newtruncChristoph Hellwig2010-08-091-1/+10
* kill spurious reference to vmtruncatenpiggin@suse.de2010-05-271-1/+2
* pass writeback_control to ->write_inodeChristoph Hellwig2010-03-051-2/+3
* adfs: remove redundant test on unsignedRoel Kluin2009-09-241-7/+0
* Cleanup of adfs headersAl Viro2009-06-171-10/+0
* repair adfs ->write_inode(), switch to simple_fsync()Al Viro2009-06-111-2/+2
* fs: adfs convert to new aopsNick Piggin2007-10-161-5/+9
* [PATCH] inode-diet: Eliminate i_blksize from the inode structureTheodore Ts'o2006-09-271-1/+0
* [PATCH] mark address_space_operations constChristoph Hellwig2006-06-281-1/+1
* Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds2005-04-161-0/+395