summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2018-05-30affs_lookup(): close a race with affs_remove_link()Al Viro1-3/+7
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-07-31get rid of 'parent' argument of ->d_compare()Al Viro22-38/+40
2016-07-29affs ->d_compare(): don't bother with ->d_inodeAl Viro2-5/+3
2016-06-11vfs: make the string hashes salt the hashLinus Torvalds38-89/+99
2016-05-28affs: fix remount failure when there are no options changedMikulas Patocka1-2/+3
2016-05-17Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds46-224/+200
2016-05-02simple local filesystems: switch to ->iterate_shared()Al Viro6-6/+6
2016-05-01direct-io: eliminate the offset argument to ->direct_IOChristoph Hellwig37-112/+99
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov381-2721/+2722
2016-02-20affs_do_readpage_ofs(): just use kmap_atomic() around memcpy()Al Viro1-3/+2
2016-01-22wrappers for ->i_mutex accessAl Viro177-883/+908
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-09fs:affs:Replace time_t with time64_tDengChao3-8/+9
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-09-10fs/affs: make root lookup from blkdev logical sizePranay Kr. Srivastava1-3/+5
2015-07-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds99-553/+784
2015-07-01fs/affs/symlink.c: remove unneeded err variableFabian Frederick1-3/+1
2015-07-01fs/affs/amigaffs.c: remove unneeded initializationFabian Frederick1-1/+1
2015-07-01fs/affs/inode.c: remove unneeded initializationFabian Frederick1-1/+1
2015-06-23fs: cleanup slight list_entry abuseRasmus Villemoes13-13/+13
2015-04-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds343-1867/+1877
2015-04-17Merge branch 'akpm' (patches from Andrew)Linus Torvalds158-1551/+2190
2015-04-17affs: kstrdup() memory handlingSanidhya Kashyap1-1/+5
2015-04-17fs/affs: use affs_test_opt()Fabian Frederick5-21/+22
2015-04-17fs/affs/super.c: use affs_set_opt()Fabian Frederick1-15/+16
2015-04-17fs/affs/affs.h: add mount option manipulation macrosFabian Frederick1-0/+4
2015-04-17fs/affs: use AFFS_MOUNT prefix for mount optionsFabian Frederick6-48/+54
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells278-1420/+1419
2015-04-12direct_IO: remove rw from a_ops->direct_IO()Omar Sandoval31-59/+42
2015-04-12direct_IO: use iov_iter_rw() instead of rw everywhereOmar Sandoval22-69/+69
2015-04-12Remove rw from {,__,do_}blockdev_direct_IO()Omar Sandoval20-74/+67
2015-04-12make new_sync_{read,write}() staticAl Viro59-153/+11
2015-04-09Merge branch 'iocb' into for-davemAl Viro69-266/+199
2015-03-26fs: move struct kiocb to fs.hChristoph Hellwig63-86/+55
2015-03-25fs/affs/file.c: unlock/release page on errorTaesoo Kim1-7/+12
2015-02-17fs/affs/super.c: fix switch indentationFabian Frederick1-33/+33
2015-02-17fs/affs/inode.c: remove double extern affs_symlink_inode_operationsFabian Frederick1-2/+0
2015-02-17fs/affs/bitmap.c: remove unnecessary returnFabian Frederick1-1/+0
2015-02-17fs/affs/amigaffs.c: remove else after returnFabian Frederick1-2/+1
2015-02-17fs/affs: define AFFSNAMEMAX to replace constant useFabian Frederick5-13/+16
2015-02-17fs/affs: use unsigned int for string lengthsFabian Frederick2-8/+9
[next]