aboutsummaryrefslogtreecommitdiffstats
path: root/fs/inode.c
AgeCommit message (Expand)Author
2019-09-23Merge tag 'v4.18.44' into v4.18/standard/baseBruce Ashfield
2019-09-16Abort file_remove_privs() for non-reg. filesAlexander Lochmann
2018-10-15Merge tag 'v4.18.13' into v4.18/standard/baseBruce Ashfield
2018-10-10vfs: don't evict uninitialized inodeMiklos Szeredi
2018-10-10new primitive: discard_new_inode()Al Viro
2018-08-22aufs4: standalone supportBruce Ashfield
2018-08-22aufs4: base supportBruce Ashfield
2018-07-05Fix up non-directory creation in SGID directoriesLinus Torvalds
2018-06-15Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2018-06-07Merge tag 'ovl-fixes-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds
2018-06-05vfs: change inode times to use struct timespec64Deepa Dinamani
2018-05-31vfs: factor out inode_insert5()Miklos Szeredi
2018-05-30fs: clear writeback errors in inode_init_alwaysDarrick J. Wong
2018-05-25fs: add timespec64_truncate()Deepa Dinamani
2018-04-11page cache: use xa_lockMatthew Wilcox
2018-03-11inode: don't memset the inode address space twiceDave Chinner
2018-03-11fs: don't clear I_DIRTY_TIME before calling mark_inode_dirty_syncChristoph Hellwig
2018-02-06vfs: remove might_sleep() from clear_inode()Shakeel Butt
2018-01-29fs: only set S_VERSION when updating times if necessaryJeff Layton
2018-01-29fs: new API for handling inode->i_versionJeff Layton
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland
2017-09-13Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2017-09-08lib/interval_tree: fast overlap detectionDavidlohr Bueso
2017-09-05ovl: fix relatime for directoriesMiklos Szeredi
2017-09-01xfs: evict all inodes involved with log redo itemDarrick J. Wong
2017-07-08Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2017-07-06mm: update callers to use HASH_ZERO flagPavel Tatashin
2017-07-03Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2017-06-29fs: Reorder inode_owner_or_capable() to avoid needlessKees Cook
2017-06-27fs: add fcntl() interface for setting/getting write life time hintsJens Axboe
2017-06-20sched/wait: Standardize 'struct wait_bit_queue' wait-queue entry field nameIngo Molnar
2017-05-09Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2017-05-08scripts/spelling.txt: add "intialise(d)" pattern and fix typo instancesMasahiro Yamada
2017-05-03fs: don't set *REFERENCED on single use objectsJosef Bacik
2017-04-10fsnotify: Free fsnotify_mark_connector when there is no mark attachedJan Kara
2017-04-10fsnotify: Move mark list head from object into dedicated structureJan Kara
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-10-10Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2016-10-08Merge remote-tracking branch 'ovl/misc' into work.miscAl Viro
2016-10-08Merge branch 'work.iget' into work.miscAl Viro
2016-10-07vfs: Add IOP_XATTR inode operations flagAndreas Gruenbacher
2016-09-27fs: Replace current_fs_time() with current_time()Deepa Dinamani
2016-09-27vfs: Add current_time() apiDeepa Dinamani
2016-09-16vfs: update ovl inode before relatime checkMiklos Szeredi
2016-08-07Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2016-08-03Merge branch 'for-viro' of git://git.kernel.org/pub/scm/linux/kernel/git/msze...Al Viro
2016-08-03vfs: make dentry_needs_remove_privs() internalMiklos Szeredi
2016-08-03vfs: fix deadlock in file_remove_privs() on overlayfsMiklos Szeredi
2016-08-02radix-tree: account nodes to memcg only if explicitly requestedVladimir Davydov