summaryrefslogtreecommitdiffstats
path: root/fs/inode.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ | |/ |/|
| * iget_locked et.al.: make sure we don't return bad inodesAl Viro2016-07-031-7/+34
* | Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2016-08-071-4/+3
|\ \
| * \ Merge branch 'for-viro' of git://git.kernel.org/pub/scm/linux/kernel/git/msze...Al Viro2016-08-031-4/+3
| |\ \
| | * | vfs: make dentry_needs_remove_privs() internalMiklos Szeredi2016-08-031-1/+0
| | * | vfs: fix deadlock in file_remove_privs() on overlayfsMiklos Szeredi2016-08-031-3/+3
| | |/
* | | radix-tree: account nodes to memcg only if explicitly requestedVladimir Davydov2016-08-021-1/+1
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2016-07-291-0/+7
|\ \ \ | |/ / |/| |
| * | vfs: Don't modify inodes with a uid or gid unknown to the vfsEric W. Biederman2016-07-051-0/+7
| |/
* | fs/fs-writeback.c: add a new writeback list for syncDave Chinner2016-07-261-0/+2
|/
* parallel lookups: actual switch to rwsemAl Viro2016-05-021-6/+6
* parallel lookups machinery, part 2Al Viro2016-05-021-0/+1
* posix_acl: Inode acl caching fixesAndreas Gruenbacher2016-03-311-2/+2
* writeback: initialize inode members that track writeback historyTahsin Erdogan2016-02-161-0/+6
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-01-231-4/+4
|\
| * wrappers for ->i_mutex accessAl Viro2016-01-221-4/+4
* | dax: support dirty DAX entries in radix treeRoss Zwisler2016-01-221-1/+1
|/
* kmemcg: account certain kmem allocations to memcgVladimir Davydov2016-01-141-1/+1
* Merge tag 'locks-v4.5-1' of git://git.samba.org/jlayton/linuxLinus Torvalds2016-01-121-1/+1
|\
| * locks: pass inode pointer to locks_free_lock_contextJeff Layton2016-01-081-1/+1
* | don't put symlink bodies in pagecache into highmemAl Viro2015-12-081-0/+6
|/
* fs/inode.c: fix kernel-doc warningRandy Dunlap2015-11-091-0/+1
* inode: don't softlockup when evicting inodesJosef Bacik2015-08-181-0/+14
* inode: rename i_wb_list to i_io_listDave Chinner2015-08-171-4/+4
* inode: convert inode_sb_list_lock to per-sbDave Chinner2015-08-171-15/+13
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-07-041-20/+46
|\
| * vfs: avoid creation of inode number 0 in get_next_inoCarlos Maiolino2015-06-301-1/+5
| * fs: Call security_ops->inode_killpriv on truncateJan Kara2015-06-231-3/+2
| * fs: Provide function telling whether file_remove_privs() will do anythingJan Kara2015-06-231-12/+32
| * fs: Rename file_remove_suid() to file_remove_privs()Jan Kara2015-06-231-5/+8
OpenPOWER on IntegriCloud