summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2018-12-17sysv: return 'err' instead of 0 in __sysv_write_inodeYueHaibing1-1/+1
2016-10-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds182-449/+587
2016-10-11Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro483-2736/+4379
2016-09-28fs: Replace CURRENT_TIME_SEC with current_time() for inode timestampsDeepa Dinamani47-105/+105
2016-09-27fs: rename "rename2" i_op to "rename"Miklos Szeredi55-63/+63
2016-09-27fs: support RENAME_NOREPLACE for local filesystemsMiklos Szeredi22-42/+123
2016-09-22fs: Give dentry to inode_change_ok() instead of inodeJan Kara51-68/+67
2016-06-11vfs: make the string hashes salt the hashLinus Torvalds38-89/+99
2016-05-02simple local filesystems: switch to ->iterate_shared()Al Viro6-6/+6
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-30switch ->get_link() to delayed_call, kill ->put_link()Al Viro43-218/+206
2015-12-09replace ->follow_link() with new method that could stay in RCU modeAl Viro45-132/+234
2015-12-09don't put symlink bodies in pagecache into highmemAl Viro57-46/+81
2015-11-24fix sysvfs symlinksAl Viro1-9/+2
2015-06-23pagemap.h: move dir_pages() over thereFabian Frederick8-38/+6
2015-06-23fs: cleanup slight list_entry abuseRasmus Villemoes13-13/+13
2015-05-11sysv: switch to simple_follow_link()Al Viro4-24/+4
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells278-1420/+1419
2015-04-12make new_sync_{read,write}() staticAl Viro59-153/+11
2014-05-06write_iter variants of {__,}generic_file_aio_write()Al Viro29-79/+94
2014-05-06switch simple generic_file_aio_read() users to ->read_iter()Al Viro35-75/+75
2014-04-04Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds64-501/+1514
2014-04-03mm + fs: store shadow entries in page cacheJohannes Weiner50-65/+147
2014-03-13fs: push sync_filesystem() down to the file system's remount_fs()Theodore Ts'o44-2/+53
2013-09-30sysv: Add forgotten superblock lock init for v7 fsLubomir Rintel1-0/+1
2013-09-12truncate: drop 'oldsize' truncate_pagecache() parameterKirill A. Shutemov28-44/+31
2013-06-29Don't pass inode to ->d_hash() and ->d_compare()Linus Torvalds23-165/+108
2013-06-29[readdir] simple local unixlike: switch to ->iterate()Al Viro4-75/+59
2013-03-13fs: Readd the fs module aliases.Eric W. Biederman6-0/+7
2013-03-04fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman69-12/+77
2013-02-23new helper: file_inode(file)Al Viro306-717/+696
2012-12-20sysv: drop vmtruncateMarco Stornelli2-7/+15
2012-10-10sysv: drop lock/unlock superMarco Stornelli5-18/+20
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 sysv filesystem to use kuid/kgid where appropriateEric W. Biederman2-5/+4
2012-07-22fs/sysv: stop using write_super and s_dirtArtem Bityutskiy2-11/+0
2012-07-22fs/sysv: remove another useless write_super callArtem Bityutskiy1-4/+1
2012-07-22fs/sysv: remove useless write_super callArtem Bityutskiy1-3/+0
2012-07-14don't pass nameidata to ->create()Al Viro51-64/+62
2012-07-14stop passing nameidata to ->lookup()Al Viro79-114/+115
2012-05-06vfs: Rename end_writeback() to clear_inode()Jan Kara52-70/+68
2012-03-21switch open-coded instances of d_make_root() to new helperAl Viro64-264/+105
2012-03-21vfs: check i_nlink limits in vfs_{mkdir,rename_dir,link}Al Viro26-149/+46
2012-01-07vfs: prefer ->dentry->d_sb to ->mnt->mnt_sbAl Viro14-25/+27
2012-01-04sysv: propagate umode_tAl Viro2-2/+2
2012-01-04switch ->mknod() to umode_tAl Viro42-51/+51
2012-01-04switch ->create() to umode_tAl Viro54-72/+72
2012-01-04switch vfs_mkdir() and ->mkdir() to umode_tAl Viro56-70/+70
[next]