aboutsummaryrefslogtreecommitdiffstats
path: root/fs/9p
AgeCommit message (Expand)Author
2016-06-309p: use file_dentry()Miklos Szeredi
2016-05-27switch xattr_handler->set() to passing dentry and inode separatelyAl Viro
2016-05-17Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2016-05-099p: switch to ->iterate_shared()Al Viro
2016-05-02Merge getxattr prototype change into work.lookupsAl Viro
2016-05-01direct-io: eliminate the offset argument to ->direct_IOChristoph Hellwig
2016-04-10xattr_handler: pass dentry and inode as separate arguments of ->get()Al Viro
2016-04-10don't bother with ->d_inode->i_sb - it's always equal to ->d_sbAl Viro
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov
2016-03-31posix_acl: Inode acl caching fixesAndreas Gruenbacher
2016-01-22wrappers for ->i_mutex accessAl Viro
2016-01-14kmemcg: account certain kmem allocations to memcgVladimir Davydov
2016-01-12Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-01-11Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2016-01-11Merge branch 'work.symlinks' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2016-01-09fs/9p: use fscache mutex rather than spinlockSasha Levin
2015-12-30switch ->get_link() to delayed_call, kill ->put_link()Al Viro
2015-12-08replace ->follow_link() with new method that could stay in RCU modeAl Viro
2015-12-089p: ->evict_inode() should kick out ->i_data, not ->i_mappingAl Viro
2015-12-06vfs: Distinguish between full xattr names and proper prefixesAndreas Gruenbacher
2015-12-06posix acls: Remove duplicate xattr name definitionsAndreas Gruenbacher
2015-11-13Merge branch 'for-linus-3' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2015-11-139p: xattr simplificationsAndreas Gruenbacher
2015-11-13xattr handlers: Pass handler to operations instead of flagsAndreas Gruenbacher
2015-11-11Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2015-11-11fs: 9p: cache.h: Add #define of include guardTzvetelin Katchov
2015-11-09fs/9p: remove unnecessary new_valid_dev() checksYaowei Bai
2015-11-05Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2015-11-059p: do not overwrite return code when locking failsDominique Martinet
2015-10-22Move locks API users to locks_lock_inode_wait()Benjamin Coddington
2015-08-239p: fix return code of read() when count is 0Vincent Bernat
2015-08-239p: remove unused option Opt_transFabian Frederick
2015-07-129p: don't leave a half-initialized inode sitting aroundAl Viro
2015-06-25Merge branch 'for-4.2/writeback' of git://git.kernel.dk/linux-blockLinus Torvalds
2015-06-08v9fs: fix error handling in v9fs_session_init()Tejun Heo
2015-05-15get rid of assorted nameidata-related debrisAl Viro
2015-05-10don't pass nameidata to ->follow_link()Al Viro
2015-05-10new ->follow_link() and ->put_link() calling conventionsAl Viro
2015-05-109p: don't bother with __getname() in ->follow_link()Al Viro
2015-05-109p: don't bother with 4K allocation for 24-byte local array...Al Viro
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2015-04-24fs/9p: fix readdir()Johannes Berg
2015-04-18Merge tag 'for-linus-4.1-merge-window' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells
2015-04-11switch generic_write_checks() to iocb and iterAl Viro
2015-04-11generic_write_checks(): drop isblk argumentAl Viro
2015-04-11direct_IO: remove rw from a_ops->direct_IO()Omar Sandoval
2015-04-11direct_IO: use iov_iter_rw() instead of rw everywhereOmar Sandoval
2015-04-11make new_sync_{read,write}() staticAl Viro
2015-04-119p: we are leaking glock.client_id in v9fs_file_getlock()Al Viro