Age | Commit message (Expand) | Author | Files | Lines |
2016-10-01 | fuse: get rid of fc->flags | Miklos Szeredi | 3 | -24/+20 |
2016-10-01 | fuse: listxattr: verify xattr list | Miklos Szeredi | 1 | -0/+19 |
2016-10-01 | fuse: use timespec64 | Miklos Szeredi | 1 | -3/+7 |
2016-10-01 | fuse: don't use ->d_time | Miklos Szeredi | 1 | -20/+23 |
2016-10-01 | fuse: Add posix ACL support | Seth Forshee | 7 | -7/+152 |
2016-10-01 | fuse: handle killpriv in userspace fs | Miklos Szeredi | 3 | -18/+33 |
2016-10-01 | fuse: fix killing s[ug]id in setattr | Miklos Szeredi | 1 | -4/+28 |
2016-10-01 | fuse: invalidate dir dentry after chmod | Miklos Szeredi | 1 | -2/+10 |
2016-09-28 | fs: Replace current_fs_time() with current_time() | Deepa Dinamani | 1 | -1/+1 |
2016-09-28 | fs: Replace CURRENT_TIME with current_time() for inode timestamps | Deepa Dinamani | 1 | -1/+1 |
2016-09-27 | fs: rename "rename2" i_op to "rename" | Miklos Szeredi | 1 | -1/+1 |
2016-09-22 | fs: Give dentry to inode_change_ok() instead of inode | Jan Kara | 1 | -1/+1 |
2016-09-22 | fuse: Propagate dentry down to inode_change_ok() | Jan Kara | 3 | -5/+6 |
2016-08-24 | fuse: direct-io: don't dirty ITER_BVEC pages | Miklos Szeredi | 1 | -3/+4 |
2016-08-06 | Merge branch 'work.const-qstr' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 3 | -9/+5 |
2016-07-30 | qstr: constify instances in fuse | Al Viro | 3 | -9/+5 |
2016-07-29 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz... | Linus Torvalds | 4 | -40/+28 |
2016-07-29 | fuse: use filemap_check_errors() | Miklos Szeredi | 1 | -12/+2 |
2016-07-29 | fuse: fix wrong assignment of ->flags in fuse_send_init() | Wei Fang | 1 | -1/+1 |
2016-07-29 | fuse: fuse_flush must check mapping->flags for errors | Maxim Patlasov | 1 | -0/+9 |
2016-07-29 | fuse: fsync() did not return IO errors | Alexey Kuznetsov | 1 | -0/+15 |
2016-07-29 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -4/+4 |
2016-07-29 | mm: move most file-based accounting to the node | Mel Gorman | 1 | -4/+4 |
2016-07-28 | Merge branch 'salted-string-hash' | Linus Torvalds | 2 | -3/+2 |
2016-07-21 | Merge branch 'for-miklos' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Miklos Szeredi | 2 | -28/+4 |
2016-07-19 | fuse: don't mess with blocking signals | Al Viro | 1 | -27/+3 |
2016-07-05 | Use the right predicate in ->atomic_open() instances | Al Viro | 1 | -1/+1 |
2016-06-30 | fuse: improve aio directIO write performance for size extending writes | Ashish Sangwan | 2 | -12/+10 |
2016-06-30 | fuse: serialize dirops by default | Miklos Szeredi | 3 | -1/+31 |
2016-06-11 | vfs: make the string hashes salt the hash | Linus Torvalds | 2 | -3/+2 |
2016-05-28 | switch ->setxattr() to passing dentry and inode separately | Al Viro | 1 | -3/+3 |
2016-05-18 | Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -2/+3 |
2016-05-17 | Merge branch 'ovl-fixes' into for-linus | Al Viro | 1 | -1/+1 |
2016-05-03 | fuse: switch to ->iterate_shared() | Al Viro | 1 | -49/+45 |
2016-05-03 | Merge getxattr prototype change into work.lookups | Al Viro | 1 | -3/+2 |
2016-05-02 | direct-io: eliminate the offset argument to ->direct_IO | Christoph Hellwig | 1 | -1/+2 |
2016-05-02 | filemap: remove the pos argument to generic_file_direct_write | Christoph Hellwig | 1 | -1/+1 |
2016-04-25 | fuse: Fix return value from fuse_get_user_pages() | Ashish Samant | 1 | -1/+1 |
2016-04-11 | ->getxattr(): pass dentry and inode as separate arguments | Al Viro | 1 | -3/+2 |
2016-04-04 | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros | Kirill A. Shutemov | 3 | -57/+57 |
2016-03-16 | fuse: return patrial success from fuse_direct_io() | Ashish Samant | 1 | -12/+11 |
2016-03-14 | fuse: Add reference counting for fuse_io_priv | Seth Forshee | 3 | -9/+32 |
2016-03-14 | fuse: do not use iocb after it may have been freed | Robert Doebbelin | 1 | -3/+4 |
2016-01-23 | wrappers for ->i_mutex access | Al Viro | 2 | -23/+23 |
2016-01-21 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz... | Linus Torvalds | 2 | -8/+68 |
2016-01-15 | kmemcg: account certain kmem allocations to memcg | Vladimir Davydov | 1 | -2/+2 |
2016-01-12 | Merge branch 'work.symlinks' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -7/+10 |
2015-12-30 | switch ->get_link() to delayed_call, kill ->put_link() | Al Viro | 1 | -3/+3 |
2015-12-30 | kill free_page_put_link() | Al Viro | 1 | -3/+3 |
2015-12-11 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz... | Linus Torvalds | 2 | -1/+3 |