summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
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-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
2016-01-13Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds125-1478/+792
2016-01-06fs: use block_device name vsprintf helperDmitry Monakhov17-90/+49
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-07-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds99-553/+784
2015-06-26fs/minix: remove unneeded castFiro Yang1-1/+1
2015-06-23pagemap.h: move dir_pages() over thereFabian Frederick8-38/+6
2015-06-23fs: cleanup slight list_entry abuseRasmus Villemoes13-13/+13
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-08-08minix zmap block counts calculation fixQi Yong2-3/+3
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-03fs/minix/inode.c: add __init to init_inodecache()Fabian Frederick1-1/+1
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-17fs/minix: Drop dependency on H8300Guenter Roeck1-1/+1
2013-09-12truncate: drop 'oldsize' truncate_pagecache() parameterKirill A. Shutemov28-44/+31
2013-06-29minix: bug widening a binary "not" operationDan Carpenter1-1/+1
2013-06-29[O_TMPFILE] it's still short a few helpers, but infrastructure should be OK n...Al Viro12-5/+164
2013-06-29[readdir] simple local unixlike: switch to ->iterate()Al Viro4-75/+59
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-20minix: drop vmtruncateMarco Stornelli2-7/+16
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 minix to use kuid/kgid where appropriateEric W. Biederman2-9/+8
2012-07-31minixfs: fix block limit checkVladimir Serbinenko1-1/+2
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-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds186-4141/+5360
2012-03-21minixfs: switch to d_make_root()Al Viro1-16/+12
2012-03-21vfs: check i_nlink limits in vfs_{mkdir,rename_dir,link}Al Viro26-149/+46
2012-03-20minix: remove the second argument of k[un]map_atomic()Cong Wang1-2/+2
2012-01-08Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds476-2879/+2588
2012-01-04minixfs: misplaced checks lead to dentry leakAl Viro1-17/+17
2012-01-04minix: propagate umode_tAl Viro2-2/+2
2012-01-04switch ->mknod() to umode_tAl Viro42-51/+51
[next]