summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2016-05-09more trivial ->iterate_shared conversionsAl Viro16-17/+16
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov381-2721/+2722
2016-01-15kmemcg: account certain kmem allocations to memcgVladimir Davydov65-92/+114
2015-12-09don't put symlink bodies in pagecache into highmemAl Viro57-46/+81
2015-06-23pagemap.h: move dir_pages() over thereFabian Frederick8-38/+6
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells278-1420/+1419
2014-08-08fs/qnx6: update debugging to current functionsFabian Frederick5-39/+23
2014-08-08fs/qnx6: use pr_fmt and __func__ in loggingFabian Frederick4-38/+44
2014-08-08fs/qnx6: convert printk to pr_foo()Fabian Frederick3-55/+43
2014-03-13fs: push sync_filesystem() down to the file system's remount_fs()Theodore Ts'o44-2/+53
2013-06-29[readdir] convert qnx6Al Viro1-17/+14
2013-05-31qnx6: qnx6_readdir() has a braino in pos calculationAl Viro1-1/+1
2013-03-04fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman69-12/+77
2013-02-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds383-1423/+1276
2013-02-23new helper: file_inode(file)Al Viro306-717/+696
2013-01-09treewide: Fix typo in various driversMasanari Iida14-14/+14
2012-10-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds142-2877/+2915
2012-10-03fs: push rcu_barrier() from deactivate_locked_super() to filesystemsKirill A. Shutemov47-6/+240
2012-09-21userns: Convert the qnx6 filesystem to use kuid/kgid where appropriateEric W. Biederman2-3/+2
2012-07-14stop passing nameidata to ->lookup()Al Viro79-114/+115
2012-07-14qnx6: don't bother with ->i_dentry in inode-freeing callbackAl Viro1-1/+0
2012-03-21fs: initial qnx6fs additionKai Bankett13-0/+1668