aboutsummaryrefslogtreecommitdiff
path: root/fs/inode.c
AgeCommit message (Expand)AuthorFilesLines
2019-05-31mm: fix page cache convergence regressionGravatar Johannes Weiner 1-1/+1
2019-05-21treewide: Add SPDX license identifier for missed filesGravatar Thomas Gleixner 1-0/+1
2019-05-07Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-2/+2
2019-05-07Merge branch 'work.icache' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 1-22/+34
2019-05-01new inode method: ->free_inode()Gravatar Al Viro 1-22/+34
2019-04-28Abort file_remove_privs() for non-reg. filesGravatar Alexander Lochmann 1-2/+7
2019-04-26fs: use timespec64 in relatime_need_updateGravatar Arnd Bergmann 1-2/+2
2019-03-05fs/inode.c: inode_set_flags(): replace opencoded set_mask_bits()Gravatar Vineet Gupta 1-7/+1
2019-02-12Revert "mm: don't reclaim inodes with many attached pages"Gravatar Dave Chinner 1-5/+2
2018-12-28Merge tag 'y2038-for-4.21' of ssh://gitolite.kernel.org:/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-1/+3
2018-12-18vfs: replace current_kernel_time64 with ktime equivalentGravatar Arnd Bergmann 1-1/+3
2018-11-18mm: don't reclaim inodes with many attached pagesGravatar Roman Gushchin 1-2/+5
2018-10-31mm: remove include/linux/bootmem.hGravatar Mike Rapoport 1-1/+1
2018-10-21page cache: Finish XArray conversionGravatar Matthew Wilcox 1-1/+1
2018-08-21Merge tag 'ovl-update-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-40/+6
2018-08-13Merge branch 'work.mkdir' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Gravatar Linus Torvalds 1-6/+47
2018-08-03vfs: don't evict uninitialized inodeGravatar Miklos Szeredi 1-2/+6
2018-08-03new primitive: discard_new_inode()Gravatar Al Viro 1-4/+41
2018-07-18Revert "vfs: update ovl inode before relatime check"Gravatar Miklos Szeredi 1-27/+6
2018-07-18Revert "ovl: fix relatime for directories"Gravatar Miklos Szeredi 1-17/+4
2018-07-05Fix up non-directory creation in SGID directoriesGravatar Linus Torvalds 1-0/+6
2018-06-15Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 1-17/+41
2018-06-07Merge tag 'ovl-fixes-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Gravatar Linus Torvalds 1-89/+75
2018-06-05vfs: change inode times to use struct timespec64Gravatar Deepa Dinamani 1-17/+17
2018-05-31vfs: factor out inode_insert5()Gravatar Miklos Szeredi 1-89/+75
2018-05-30fs: clear writeback errors in inode_init_alwaysGravatar Darrick J. Wong 1-0/+1
2018-05-25fs: add timespec64_truncate()Gravatar Deepa Dinamani 1-0/+24
2018-04-11page cache: use xa_lockGravatar Matthew Wilcox 1-6/+5
2018-03-11inode: don't memset the inode address space twiceGravatar Dave Chinner 1-3/+8
2018-03-11fs: don't clear I_DIRTY_TIME before calling mark_inode_dirty_syncGravatar Christoph Hellwig 1-1/+0
2018-02-06vfs: remove might_sleep() from clear_inode()Gravatar Shakeel Butt 1-1/+0
2018-01-29fs: only set S_VERSION when updating times if necessaryGravatar Jeff Layton 1-3/+7
2018-01-29fs: new API for handling inode->i_versionGravatar Jeff Layton 1-0/+1
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Gravatar Linus Torvalds 1-5/+5
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Gravatar Mark Rutland 1-1/+1
2017-09-13Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-4/+17
2017-09-08lib/interval_tree: fast overlap detectionGravatar Davidlohr Bueso 1-1/+1
2017-09-05ovl: fix relatime for directoriesGravatar Miklos Szeredi 1-4/+17
2017-09-01xfs: evict all inodes involved with log redo itemGravatar Darrick J. Wong 1-0/+1
2017-07-08Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-1/+1
2017-07-06mm: update callers to use HASH_ZERO flagGravatar Pavel Tatashin 1-12/+2
2017-07-03Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-4/+4
2017-06-29fs: Reorder inode_owner_or_capable() to avoid needlessGravatar Kees Cook 1-1/+1
2017-06-27fs: add fcntl() interface for setting/getting write life time hintsGravatar Jens Axboe 1-0/+1
2017-06-20sched/wait: Standardize 'struct wait_bit_queue' wait-queue entry field nameGravatar Ingo Molnar 1-4/+4
2017-05-09Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-1/+2
2017-05-08scripts/spelling.txt: add "intialise(d)" pattern and fix typo instancesGravatar Masahiro Yamada 1-1/+1
2017-05-03fs: don't set *REFERENCED on single use objectsGravatar Josef Bacik 1-1/+2
2017-04-10fsnotify: Free fsnotify_mark_connector when there is no mark attachedGravatar Jan Kara 1-3/+0
2017-04-10fsnotify: Move mark list head from object into dedicated structureGravatar Jan Kara 1-3/+3