summaryrefslogtreecommitdiff
path: root/fs/inode.c
AgeCommit message (Expand)AuthorFilesLines
2020-12-25Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+3
2020-12-10fs: Handle I_DONTCACHE in iput_final() instead of generic_drop_inode()Hao Li1-1/+3
2020-12-01block: remove i_bdevChristoph Hellwig1-3/+0
2020-10-16fs: add a filesystem flag for THPsMatthew Wilcox (Oracle)1-0/+2
2020-06-05Merge tag 'afs-next-20200604' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-16/+96
2020-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-1/+1
2020-05-31vfs, afs, ext4: Make the inode hash table RCU searchableDavid Howells1-16/+96
2020-04-27sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig1-1/+1
2020-04-20fs: inode.c: get rid of docs warningsMauro Carvalho Chehab1-3/+3
2020-03-06futex: Fix inode life-time issuePeter Zijlstra1-0/+1
2020-02-08Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-13/+19
2020-02-05Merge branch 'imm.timestamp' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-30/+3
2020-02-03fs: Enable bmap() function to properly return errorsCarlos Maiolino1-13/+19
2020-01-22fscrypt: don't allow v1 policies with casefoldingDaniel Rosenberg1-1/+2
2019-12-18fs: avoid softlockups in s_inodes iteratorsEric Sandeen1-0/+7
2019-12-08fs: Do not overload update_timeDeepa Dinamani1-6/+3
2019-12-08fs: Delete timespec64_trunc()Deepa Dinamani1-24/+0
2019-09-24mm,thp: avoid writes to file with THP in pagecacheSong Liu1-0/+3
2019-08-30vfs: Add timestamp_truncate() apiDeepa Dinamani1-1/+32
2019-07-12Merge tag 'vfs-fix-ioctl-checking-3' of git://git.kernel.org/pub/scm/fs/xfs/x...Linus Torvalds1-0/+86
2019-07-10Merge tag 'copy-file-range-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xf...Linus Torvalds1-0/+20
2019-07-01vfs: only allow FSSETXATTR to set DAX flag on files and dirsDarrick J. Wong1-0/+8
2019-07-01vfs: teach vfs_ioc_fssetxattr_check to check extent size hintsDarrick J. Wong1-0/+18
2019-07-01vfs: teach vfs_ioc_fssetxattr_check to check project id infoDarrick J. Wong1-0/+13
2019-07-01vfs: create a generic checking function for FS_IOC_FSSETXATTRDarrick J. Wong1-0/+23
2019-07-01vfs: create a generic checking and prep function for FS_IOC_SETFLAGSDarrick J. Wong1-0/+24
2019-06-09vfs: introduce file_modified() helperAmir Goldstein1-0/+20
2019-05-31mm: fix page cache convergence regressionJohannes Weiner1-1/+1
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner1-0/+1
2019-05-07Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-2/+2
2019-05-07Merge branch 'work.icache' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-22/+34
2019-05-01new inode method: ->free_inode()Al Viro1-22/+34
2019-04-28Abort file_remove_privs() for non-reg. filesAlexander Lochmann1-2/+7
2019-04-26fs: use timespec64 in relatime_need_updateArnd Bergmann1-2/+2
2019-03-05fs/inode.c: inode_set_flags(): replace opencoded set_mask_bits()Vineet Gupta1-7/+1
2019-02-12Revert "mm: don't reclaim inodes with many attached pages"Dave Chinner1-5/+2
2018-12-28Merge tag 'y2038-for-4.21' of ssh://gitolite.kernel.org:/pub/scm/linux/kernel...Linus Torvalds1-1/+3
2018-12-18vfs: replace current_kernel_time64 with ktime equivalentArnd Bergmann1-1/+3
2018-11-18mm: don't reclaim inodes with many attached pagesRoman Gushchin1-2/+5
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport1-1/+1
2018-10-21page cache: Finish XArray conversionMatthew Wilcox1-1/+1
2018-08-21Merge tag 'ovl-update-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-40/+6
2018-08-13Merge branch 'work.mkdir' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds1-6/+47
2018-08-03vfs: don't evict uninitialized inodeMiklos Szeredi1-2/+6
2018-08-03new primitive: discard_new_inode()Al Viro1-4/+41
2018-07-18Revert "vfs: update ovl inode before relatime check"Miklos Szeredi1-27/+6
2018-07-18Revert "ovl: fix relatime for directories"Miklos Szeredi1-17/+4
2018-07-05Fix up non-directory creation in SGID directoriesLinus Torvalds1-0/+6
2018-06-15Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-17/+41
2018-06-07Merge tag 'ovl-fixes-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds1-89/+75