summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2019-04-209p locks: add mount option for lock retry intervalDinu-Razvan Chis-Serban3-1/+27
2019-04-209p: do not trust pdu content for stat item sizeGertjan Halkes2-6/+5
2019-03-239p: use inode->i_lock to protect i_size_write() under 32-bitHou Tao5-30/+53
2018-12-01v9fs_dir_readdir: fix double-free on p9stat_read errorDominique Martinet1-11/+0
2018-11-219p locks: fix glock.client_id leak in do_lockDominique Martinet1-2/+14
2018-09-09fs/9p/xattr.c: catch the error of p9_client_clunk when setting xattr failedpiaojun1-2/+4
2017-11-30fs/9p: Compare qid.path in v9fs_test_inodeTuomas Tynkkynen2-0/+6
2017-05-149p: fix a potential acl leakCong Wang1-0/+2
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-10-11Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds80-687/+471
2016-10-08vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher55-319/+0
2016-09-28fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani76-182/+182
2016-09-27fs: rename "rename2" i_op to "rename"Miklos Szeredi55-63/+63
2016-09-27fs: make remaining filesystems use .rename2Miklos Szeredi17-31/+78
2016-09-22fs: Give dentry to inode_change_ok() instead of inodeJan Kara51-68/+67
2016-09-22posix_acl: Clear SGID bit when setting file permissionsJan Kara16-102/+89
2016-08-07Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds32-130/+82
2016-08-039p: use clone_fid()Al Viro5-31/+8
2016-08-039p: fix braino introduced in "9p: new helper - v9fs_parent_fid()"Al Viro2-2/+6
2016-07-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds36-213/+418
2016-07-28Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds61-413/+224
2016-07-05Use the right predicate in ->atomic_open() instancesAl Viro7-7/+7
2016-07-01Merge branch 'for-linus' into work.miscAl Viro16-136/+184
2016-07-019p: use file_dentry()Miklos Szeredi1-3/+3
2016-06-30vfs: Verify acls are valid within superblock's s_user_ns.Eric W. Biederman4-7/+7
2016-05-29missed comment updates from ->direct_IO() prototype changeAl Viro2-4/+1
2016-05-299p: new helper - v9fs_parent_fid()Al Viro3-16/+14
2016-05-27switch xattr_handler->set() to passing dentry and inode separatelyAl Viro34-135/+156
2016-05-17Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds46-224/+200
2016-05-099p: switch to ->iterate_shared()Al Viro1-2/+2
2016-05-02Merge getxattr prototype change into work.lookupsAl Viro107-458/+414
2016-05-01direct-io: eliminate the offset argument to ->direct_IOChristoph Hellwig37-112/+99
2016-04-11xattr_handler: pass dentry and inode as separate arguments of ->get()Al Viro31-114/+113
2016-04-10don't bother with ->d_inode->i_sb - it's always equal to ->d_sbAl Viro30-50/+41
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov381-2721/+2722
2016-03-31posix_acl: Inode acl caching fixesAndreas Gruenbacher17-78/+138
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-11Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds49-1054/+516
2016-01-11Merge branch 'work.symlinks' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds95-470/+570
2016-01-09fs/9p: use fscache mutex rather than spinlockSasha Levin3-6/+6
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-089p: ->evict_inode() should kick out ->i_data, not ->i_mappingAl Viro1-2/+2
2015-12-07vfs: Distinguish between full xattr names and proper prefixesAndreas Gruenbacher22-130/+47
2015-12-07posix acls: Remove duplicate xattr name definitionsAndreas Gruenbacher15-61/+55
2015-11-14Merge branch 'for-linus-3' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds39-651/+390
2015-11-149p: xattr simplificationsAndreas Gruenbacher9-306/+83
[next]