| Commit message (Expand) | Author | Age | Files | Lines |
* | switch ->setxattr() to passing dentry and inode separately | Al Viro | 2016-05-28 | 1 | -3/+3 |
* | Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2016-05-18 | 1 | -2/+3 |
|\ |
|
| * | direct-io: eliminate the offset argument to ->direct_IO | Christoph Hellwig | 2016-05-02 | 1 | -1/+2 |
| * | filemap: remove the pos argument to generic_file_direct_write | Christoph Hellwig | 2016-05-02 | 1 | -1/+1 |
* | | Merge branch 'ovl-fixes' into for-linus | Al Viro | 2016-05-17 | 1 | -1/+1 |
|\ \ |
|
| * | | fuse: Fix return value from fuse_get_user_pages() | Ashish Samant | 2016-04-25 | 1 | -1/+1 |
| |/ |
|
* | | fuse: switch to ->iterate_shared() | Al Viro | 2016-05-03 | 1 | -49/+45 |
* | | Merge getxattr prototype change into work.lookups | Al Viro | 2016-05-03 | 1 | -3/+2 |
|\ \
| |/
|/| |
|
| * | ->getxattr(): pass dentry and inode as separate arguments | Al Viro | 2016-04-11 | 1 | -3/+2 |
* | | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros | Kirill A. Shutemov | 2016-04-04 | 3 | -57/+57 |
|/ |
|
* | fuse: return patrial success from fuse_direct_io() | Ashish Samant | 2016-03-16 | 1 | -12/+11 |
* | fuse: Add reference counting for fuse_io_priv | Seth Forshee | 2016-03-14 | 3 | -9/+32 |
* | fuse: do not use iocb after it may have been freed | Robert Doebbelin | 2016-03-14 | 1 | -3/+4 |
* | wrappers for ->i_mutex access | Al Viro | 2016-01-23 | 2 | -23/+23 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz... | Linus Torvalds | 2016-01-21 | 2 | -8/+68 |
|\ |
|
| * | fuse: add support for SEEK_HOLE and SEEK_DATA in lseek | Ravishankar N | 2015-11-10 | 2 | -8/+68 |
* | | kmemcg: account certain kmem allocations to memcg | Vladimir Davydov | 2016-01-15 | 1 | -2/+2 |
* | | Merge branch 'work.symlinks' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2016-01-11 | 1 | -7/+10 |
|\ \ |
|
| * | | switch ->get_link() to delayed_call, kill ->put_link() | Al Viro | 2015-12-30 | 1 | -3/+3 |
| * | | kill free_page_put_link() | Al Viro | 2015-12-29 | 1 | -3/+3 |
| * | | replace ->follow_link() with new method that could stay in RCU mode | Al Viro | 2015-12-09 | 1 | -3/+6 |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz... | Linus Torvalds | 2015-12-11 | 2 | -1/+3 |
|\ \ \
| |/ /
|/| /
| |/ |
|
| * | fuse: break infinite loop in fuse_fill_write_pages() | Roman Gushchin | 2015-11-10 | 1 | -1/+1 |
| * | cuse: fix memory leak | Miklos Szeredi | 2015-11-10 | 1 | -0/+2 |
* | | Move locks API users to locks_lock_inode_wait() | Benjamin Coddington | 2015-10-22 | 1 | -1/+1 |
|/ |
|
* | fs/fuse: fix ioctl type confusion | Jann Horn | 2015-08-16 | 1 | -1/+9 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2015-07-05 | 1 | -1/+1 |
|\ |
|
| * | fs: Rename file_remove_suid() to file_remove_privs() | Jan Kara | 2015-06-24 | 1 | -1/+1 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds | 2015-07-04 | 1 | -6/+3 |
|\ \ |
|
| * | | sysfs: Create mountpoints with sysfs_create_mount_point | Eric W. Biederman | 2015-07-01 | 1 | -6/+3 |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz... | Linus Torvalds | 2015-07-02 | 5 | -489/+624 |
|\ \ \ |
|
| * | | | fuse: separate pqueue for clones | Miklos Szeredi | 2015-07-01 | 3 | -30/+45 |
| * | | | fuse: introduce per-instance fuse_dev structure | Miklos Szeredi | 2015-07-01 | 4 | -34/+114 |
| * | | | fuse: device fd clone | Miklos Szeredi | 2015-07-01 | 1 | -0/+40 |
| * | | | fuse: abort: no fc->lock needed for request ending | Miklos Szeredi | 2015-07-01 | 1 | -9/+5 |
| * | | | fuse: no fc->lock for pqueue parts | Miklos Szeredi | 2015-07-01 | 1 | -14/+2 |
| * | | | fuse: no fc->lock in request_end() | Miklos Szeredi | 2015-07-01 | 1 | -7/+8 |
| * | | | fuse: cleanup request_end() | Miklos Szeredi | 2015-07-01 | 1 | -4/+2 |
| * | | | fuse: request_end(): do once | Miklos Szeredi | 2015-07-01 | 1 | -2/+6 |
| * | | | fuse: add req flag for private list | Miklos Szeredi | 2015-07-01 | 2 | -3/+9 |
| * | | | fuse: pqueue locking | Miklos Szeredi | 2015-07-01 | 3 | -2/+21 |
| * | | | fuse: abort: group pqueue accesses | Miklos Szeredi | 2015-07-01 | 1 | -1/+1 |
| * | | | fuse: cleanup fuse_dev_do_read() | Miklos Szeredi | 2015-07-01 | 1 | -20/+20 |
| * | | | fuse: move list_del_init() from request_end() into callers | Miklos Szeredi | 2015-07-01 | 1 | -1/+7 |
| * | | | fuse: duplicate ->connected in pqueue | Miklos Szeredi | 2015-07-01 | 3 | -3/+8 |
| * | | | fuse: separate out processing queue | Miklos Szeredi | 2015-07-01 | 3 | -16/+30 |
| * | | | fuse: simplify request_wait() | Miklos Szeredi | 2015-07-01 | 1 | -25/+5 |
| * | | | fuse: no fc->lock for iqueue parts | Miklos Szeredi | 2015-07-01 | 1 | -51/+20 |
| * | | | fuse: allow interrupt queuing without fc->lock | Miklos Szeredi | 2015-07-01 | 1 | -3/+9 |
| * | | | fuse: iqueue locking | Miklos Szeredi | 2015-07-01 | 1 | -6/+45 |