aboutsummaryrefslogtreecommitdiffstats
path: root/fs/inode.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-09-13Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfsLinus Torvalds1-4/+17
2017-09-08lib/interval_tree: fast overlap detectionDavidlohr Bueso1-1/+1
2017-09-05ovl: fix relatime for directoriesMiklos Szeredi1-4/+17
2017-09-01xfs: evict all inodes involved with log redo itemDarrick J. Wong1-0/+1
2017-07-08Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2017-07-06mm: update callers to use HASH_ZERO flagPavel Tatashin1-12/+2
2017-07-03Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-4/+4
2017-06-29fs: Reorder inode_owner_or_capable() to avoid needlessKees Cook1-1/+1
2017-06-27fs: add fcntl() interface for setting/getting write life time hintsJens Axboe1-0/+1
2017-06-20sched/wait: Standardize 'struct wait_bit_queue' wait-queue entry field nameIngo Molnar1-4/+4
2017-05-09Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+2
2017-05-08scripts/spelling.txt: add "intialise(d)" pattern and fix typo instancesMasahiro Yamada1-1/+1
2017-05-03fs: don't set *REFERENCED on single use objectsJosef Bacik1-1/+2
2017-04-10fsnotify: Free fsnotify_mark_connector when there is no mark attachedJan Kara1-3/+0
2017-04-10fsnotify: Move mark list head from object into dedicated structureJan Kara1-3/+3
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-3/+26
2016-10-10Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-0/+2
2016-10-08Merge remote-tracking branch 'ovl/misc' into work.miscAl Viro1-6/+27
2016-10-08Merge branch 'work.iget' into work.miscAl Viro1-7/+34
2016-10-07vfs: Add IOP_XATTR inode operations flagAndreas Gruenbacher1-0/+2
2016-09-27fs: Replace current_fs_time() with current_time()Deepa Dinamani1-3/+3
2016-09-27vfs: Add current_time() apiDeepa Dinamani1-0/+23
2016-09-16vfs: update ovl inode before relatime checkMiklos Szeredi1-6/+27
2016-08-07Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-4/+3
2016-08-03Merge branch 'for-viro' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs into for-linusAl Viro1-4/+3
2016-08-03vfs: make dentry_needs_remove_privs() internalMiklos Szeredi1-1/+0
2016-08-03vfs: fix deadlock in file_remove_privs() on overlayfsMiklos Szeredi1-3/+3
2016-08-02radix-tree: account nodes to memcg only if explicitly requestedVladimir Davydov1-1/+1
2016-07-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-0/+7
2016-07-26fs/fs-writeback.c: add a new writeback list for syncDave Chinner1-0/+2
2016-07-05vfs: Don't modify inodes with a uid or gid unknown to the vfsEric W. Biederman1-0/+7
2016-07-03iget_locked et.al.: make sure we don't return bad inodesAl Viro1-7/+34
2016-05-02parallel lookups: actual switch to rwsemAl Viro1-6/+6
2016-05-02parallel lookups machinery, part 2Al Viro1-0/+1
2016-03-31posix_acl: Inode acl caching fixesAndreas Gruenbacher1-2/+2
2016-02-16writeback: initialize inode members that track writeback historyTahsin Erdogan1-0/+6
2016-01-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-4/+4
2016-01-22dax: support dirty DAX entries in radix treeRoss Zwisler1-1/+1
2016-01-22wrappers for ->i_mutex accessAl Viro1-4/+4
2016-01-14kmemcg: account certain kmem allocations to memcgVladimir Davydov1-1/+1
2016-01-12Merge tag 'locks-v4.5-1' of git://git.samba.org/jlayton/linuxLinus Torvalds1-1/+1
2016-01-08locks: pass inode pointer to locks_free_lock_contextJeff Layton1-1/+1
2015-12-08don't put symlink bodies in pagecache into highmemAl Viro1-0/+6
2015-11-09fs/inode.c: fix kernel-doc warningRandy Dunlap1-0/+1
2015-08-18inode: don't softlockup when evicting inodesJosef Bacik1-0/+14
2015-08-17inode: rename i_wb_list to i_io_listDave Chinner1-4/+4
2015-08-17inode: convert inode_sb_list_lock to per-sbDave Chinner1-15/+13
2015-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-20/+46
2015-06-30vfs: avoid creation of inode number 0 in get_next_inoCarlos Maiolino1-1/+5
2015-06-25Merge branch 'for-4.2/writeback' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+1