aboutsummaryrefslogtreecommitdiffstats
path: root/fs/inode.c
Commit message (Expand)AuthorAgeFilesLines
* ANDROID: vfs: Add setattr2 for filesystems with per mount permissionsDaniel Rosenberg2019-02-151-3/+3
* 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
| |/
* / fs: clear writeback errors in inode_init_alwaysDarrick J. Wong2018-05-301-0/+1
|/
* page cache: use xa_lockMatthew Wilcox2018-04-111-6/+5
* inode: don't memset the inode address space twiceDave Chinner2018-03-111-3/+8
* fs: don't clear I_DIRTY_TIME before calling mark_inode_dirty_syncChristoph Hellwig2018-03-111-1/+0
* vfs: remove might_sleep() from clear_inode()Shakeel Butt2018-02-061-1/+0
* fs: only set S_VERSION when updating times if necessaryJeff Layton2018-01-291-3/+7
* fs: new API for handling inode->i_versionJeff Layton2018-01-291-0/+1
* Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds2017-11-271-5/+5
* locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland2017-10-251-1/+1
* Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-09-131-4/+17
|\
| * ovl: fix relatime for directoriesMiklos Szeredi2017-09-051-4/+17
* | lib/interval_tree: fast overlap detectionDavidlohr Bueso2017-09-081-1/+1
* | xfs: evict all inodes involved with log redo itemDarrick J. Wong2017-09-011-0/+1
|/
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2017-07-081-1/+1
|\
| * fs: Reorder inode_owner_or_capable() to avoid needlessKees Cook2017-06-291-1/+1
* | mm: update callers to use HASH_ZERO flagPavel Tatashin2017-07-061-12/+2
* | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-07-031-4/+4
|\ \
| * | sched/wait: Standardize 'struct wait_bit_queue' wait-queue entry field nameIngo Molnar2017-06-201-4/+4
| |/
* / fs: add fcntl() interface for setting/getting write life time hintsJens Axboe2017-06-271-0/+1
|/
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2017-05-091-1/+2
|\
| * fs: don't set *REFERENCED on single use objectsJosef Bacik2017-05-031-1/+2
* | scripts/spelling.txt: add "intialise(d)" pattern and fix typo instancesMasahiro Yamada2017-05-081-1/+1
* | fsnotify: Free fsnotify_mark_connector when there is no mark attachedJan Kara2017-04-101-3/+0
* | fsnotify: Move mark list head from object into dedicated structureJan Kara2017-04-101-3/+3
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-101-3/+26
|\
| * fs: Replace current_fs_time() with current_time()Deepa Dinamani2016-09-271-3/+3
| * vfs: Add current_time() apiDeepa Dinamani2016-09-271-0/+23
* | Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2016-10-101-0/+2
|\ \
| * | vfs: Add IOP_XATTR inode operations flagAndreas Gruenbacher2016-10-071-0/+2
| |/
* | Merge remote-tracking branch 'ovl/misc' into work.miscAl Viro2016-10-081-6/+27
|\ \
| * | vfs: update ovl inode before relatime checkMiklos Szeredi2016-09-161-6/+27
| |/
* | Merge branch 'work.iget' into work.miscAl Viro2016-10-081-7/+34
|\ \ | |/ |/|