summaryrefslogtreecommitdiffstats
path: root/fs/inode.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-09-031-1/+1
|\
| * fs: inode: count invalidated shadow pages in pginodestealJohannes Weiner2021-09-031-1/+1
* | mm: Protect operations adding pages to page cache with invalidate_lockJan Kara2021-07-131-0/+2
|/
* mm: remove nrexceptional from inode: remove BUG_ONHugh Dickins2021-05-051-1/+8
* mm: remove nrexceptional from inodeMatthew Wilcox (Oracle)2021-05-051-1/+1
* Merge tag 'fs.idmapped.helpers.v5.13' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2021-04-271-2/+2
|\
| * fs: introduce two inode i_{u,g}id initialization helpersChristian Brauner2021-03-231-2/+2
| * fs: document and rename fsid helpersChristian Brauner2021-03-231-2/+2
* | vfs: remove unused ioctl helpersMiklos Szeredi2021-04-121-87/+0
|/
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2021-02-271-0/+1
|\
| * fs/inode.c: make inode_init_always() initialize i_ino to 0Eric Biggers2021-01-041-0/+1
* | Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-02-231-13/+31
|\ \
| * | open: handle idmapped mounts in do_truncate()Christian Brauner2021-01-241-3/+4
| * | namei: handle idmapped mounts in may_*() helpersChristian Brauner2021-01-241-1/+1
| * | attr: handle idmapped mountsChristian Brauner2021-01-241-1/+1
| * | inode: make init and permission helpers idmapped mount awareChristian Brauner2021-01-241-10/+26
| * | capability: handle idmapped mountsChristian Brauner2021-01-241-1/+2
| |/
* | Merge tag 'lazytime_for_v5.12-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-02-221-18/+20
|\ \
| * | fs: only specify I_DIRTY_TIME when needed in generic_update_time()Eric Biggers2021-01-131-18/+20
| |/
* / fs: fix kernel-doc markupsMauro Carvalho Chehab2021-01-211-2/+2
|/
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2020-12-251-1/+3
|\
| * fs: Handle I_DONTCACHE in iput_final() instead of generic_drop_inode()Hao Li2020-12-101-1/+3
* | block: remove i_bdevChristoph Hellwig2020-12-011-3/+0
|/
* 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
|\