summaryrefslogtreecommitdiffstats
path: root/fs/inode.c
Commit message (Expand)AuthorAgeFilesLines
* fs: add a filesystem flag for THPsMatthew Wilcox (Oracle)2020-10-161-0/+2
* Merge tag 'afs-next-20200604' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-06-051-16/+96
|\
| * vfs, afs, ext4: Make the inode hash table RCU searchableDavid Howells2020-05-311-16/+96
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-06-031-1/+1
|\ \
| * | sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig2020-04-271-1/+1
| |/
* / fs: inode.c: get rid of docs warningsMauro Carvalho Chehab2020-04-201-3/+3
|/
* futex: Fix inode life-time issuePeter Zijlstra2020-03-061-0/+1
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2020-02-081-13/+19
|\
| * fs: Enable bmap() function to properly return errorsCarlos Maiolino2020-02-031-13/+19
* | Merge branch 'imm.timestamp' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-02-051-30/+3
|\ \
| * | fs: Do not overload update_timeDeepa Dinamani2019-12-081-6/+3
| * | fs: Delete timespec64_trunc()Deepa Dinamani2019-12-081-24/+0
* | | fscrypt: don't allow v1 policies with casefoldingDaniel Rosenberg2020-01-221-1/+2
| |/ |/|
* | fs: avoid softlockups in s_inodes iteratorsEric Sandeen2019-12-181-0/+7
|/
* mm,thp: avoid writes to file with THP in pagecacheSong Liu2019-09-241-0/+3
* vfs: Add timestamp_truncate() apiDeepa Dinamani2019-08-301-1/+32
* Merge tag 'vfs-fix-ioctl-checking-3' of git://git.kernel.org/pub/scm/fs/xfs/x...Linus Torvalds2019-07-121-0/+86
|\
| * vfs: only allow FSSETXATTR to set DAX flag on files and dirsDarrick J. Wong2019-07-011-0/+8
| * vfs: teach vfs_ioc_fssetxattr_check to check extent size hintsDarrick J. Wong2019-07-011-0/+18
| * vfs: teach vfs_ioc_fssetxattr_check to check project id infoDarrick J. Wong2019-07-011-0/+13
| * vfs: create a generic checking function for FS_IOC_FSSETXATTRDarrick J. Wong2019-07-011-0/+23
| * vfs: create a generic checking and prep function for FS_IOC_SETFLAGSDarrick J. Wong2019-07-011-0/+24
* | Merge tag 'copy-file-range-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xf...Linus Torvalds2019-07-101-0/+20
|\ \
| * | vfs: introduce file_modified() helperAmir Goldstein2019-06-091-0/+20
| |/
* / mm: fix page cache convergence regressionJohannes Weiner2019-05-311-1/+1
|/
* treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-211-0/+1
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2019-05-071-2/+2
|\
| * fs: use timespec64 in relatime_need_updateArnd Bergmann2019-04-261-2/+2
* | Merge branch 'work.icache' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2019-05-071-22/+34
|\ \
| * | new inode method: ->free_inode()Al Viro2019-05-011-22/+34
| |/
* / Abort file_remove_privs() for non-reg. filesAlexander Lochmann2019-04-281-2/+7
|/
* fs/inode.c: inode_set_flags(): replace opencoded set_mask_bits()Vineet Gupta2019-03-051-7/+1
* Revert "mm: don't reclaim inodes with many attached pages"Dave Chinner2019-02-121-5/+2
* Merge tag 'y2038-for-4.21' of ssh://gitolite.kernel.org:/pub/scm/linux/kernel...Linus Torvalds2018-12-281-1/+3
|\
| * vfs: replace current_kernel_time64 with ktime equivalentArnd Bergmann2018-12-181-1/+3
* | mm: don't reclaim inodes with many attached pagesRoman Gushchin2018-11-181-2/+5
|/
* mm: remove include/linux/bootmem.hMike Rapoport2018-10-311-1/+1
* page cache: Finish XArray conversionMatthew Wilcox2018-10-211-1/+1
* Merge tag 'ovl-update-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-08-211-40/+6
|\
| * Revert "vfs: update ovl inode before relatime check"Miklos Szeredi2018-07-181-27/+6
| * Revert "ovl: fix relatime for directories"Miklos Szeredi2018-07-181-17/+4
* | Merge branch 'work.mkdir' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2018-08-131-6/+47
|\ \
| * | vfs: don't evict uninitialized inodeMiklos Szeredi2018-08-031-2/+6
| * | new primitive: discard_new_inode()Al Viro2018-08-031-4/+41
| |/
* / Fix up non-directory creation in SGID directoriesLinus Torvalds2018-07-051-0/+6
|/
* Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-06-151-17/+41
|\
| * vfs: change inode times to use struct timespec64Deepa Dinamani2018-06-051-17/+17
| * fs: add timespec64_truncate()Deepa Dinamani2018-05-251-0/+24
* | Merge tag 'ovl-fixes-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2018-06-071-89/+75
|\ \
| * | vfs: factor out inode_insert5()Miklos Szeredi2018-05-311-89/+75
| |/