| Age | Commit message (Expand) | Author | Files | Lines |
| 2012-10-09 | mm: kill vma flag VM_CAN_NONLINEAR | Konstantin Khlebnikov | 1 | -0/+1 |
| 2012-10-02 | fs: push rcu_barrier() from deactivate_locked_super() to filesystems | Kirill A. Shutemov | 1 | -0/+6 |
| 2012-09-26 | make get_file() return its argument | Al Viro | 1 | -2/+1 |
| 2012-09-04 | fuse: fix retrieve length | Miklos Szeredi | 1 | -0/+1 |
| 2012-09-03 | fuse: mark variables uninitialized | Daniel Mack | 1 | -2/+2 |
| 2012-08-30 | cuse: kill connection on initialization error | Miklos Szeredi | 1 | -3/+1 |
| 2012-08-30 | cuse: fix fuse_conn_kill() | Miklos Szeredi | 1 | -5/+7 |
| 2012-08-18 | Merge branch 'vfs-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/msz... | Linus Torvalds | 1 | -0/+3 |
| 2012-08-16 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz... | Linus Torvalds | 3 | -10/+40 |
| 2012-08-15 | fuse: check create mode in atomic open | Miklos Szeredi | 1 | -0/+3 |
| 2012-08-06 | fuse: verify all ioctl retry iov elements | Zach Brown | 1 | -1/+1 |
| 2012-07-31 | fuse: Convert to new freezing mechanism | Jan Kara | 1 | -2/+2 |
| 2012-07-18 | fuse: add missing INIT flags | Miklos Szeredi | 1 | -1/+2 |
| 2012-07-18 | fuse: update attributes on aio_read | Brian Foster | 1 | -5/+8 |
| 2012-07-18 | fuse: invalidate inode mapping if mtime changes | Brian Foster | 1 | -3/+24 |
| 2012-07-18 | fuse: add FUSE_AUTO_INVAL_DATA init flag | Brian Foster | 2 | -1/+6 |
| 2012-07-14 | don't pass nameidata to ->create() | Al Viro | 1 | -1/+1 |
| 2012-07-14 | stop passing nameidata to ->lookup() | Al Viro | 1 | -2/+2 |
| 2012-07-14 | stop passing nameidata * to ->d_revalidate() | Al Viro | 1 | -2/+2 |
| 2012-07-14 | make finish_no_open() return int | Al Viro | 1 | -2/+1 |
| 2012-07-14 | kill struct opendata | Al Viro | 1 | -9/+6 |
| 2012-07-14 | make ->atomic_open() return int | Al Viro | 1 | -17/+16 |
| 2012-07-14 | ->atomic_open() prototype change - pass int * instead of bool * | Al Viro | 1 | -5/+5 |
| 2012-07-14 | fuse: implement i_op->atomic_open() | Miklos Szeredi | 1 | -27/+67 |
| 2012-07-14 | vfs: switch i_dentry/d_alias to hlist | Al Viro | 1 | -1/+1 |
| 2012-06-05 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz... | Linus Torvalds | 5 | -10/+74 |
| 2012-06-01 | fs: introduce inode operation ->update_time | Josef Bacik | 1 | -1/+3 |
| 2012-05-29 | ->encode_fh() API change | Al Viro | 1 | -12/+5 |
| 2012-05-28 | Merge tag 'writeback' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linux | Linus Torvalds | 1 | -1/+1 |
| 2012-05-14 | fuse: fix blksize calculation | Miklos Szeredi | 1 | -1/+9 |
| 2012-05-14 | fuse: fix stat call on 32 bit platforms | Pavel Shilovsky | 3 | -1/+20 |
| 2012-05-06 | vfs: Rename end_writeback() to clear_inode() | Jan Kara | 1 | -1/+1 |
| 2012-04-26 | fuse: optimize fallocate on permanent failure | Miklos Szeredi | 2 | -0/+10 |
| 2012-04-25 | fuse: add FALLOCATE operation | Anatol Pomozov | 1 | -0/+33 |
| 2012-04-25 | fuse: Convert to kstrtoul_from_user | Peter Huewe | 1 | -8/+2 |
| 2012-04-18 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz... | Linus Torvalds | 3 | -27/+128 |
| 2012-04-11 | fuse: allow nanosecond granularity | Miklos Szeredi | 1 | -0/+1 |
| 2012-03-21 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -7/+2 |
| 2012-03-20 | switch open-coded instances of d_make_root() to new helper | Al Viro | 1 | -7/+2 |
| 2012-03-20 | fuse: remove the second argument of k[un]map_atomic() | Cong Wang | 2 | -4/+4 |
| 2012-03-05 | fuse: O_DIRECT support for files | Anand Avati | 2 | -20/+112 |
| 2012-03-05 | fuse: fix nlink after unlink | Miklos Szeredi | 1 | -7/+15 |
| 2012-01-12 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz... | Linus Torvalds | 4 | -49/+134 |
| 2012-01-06 | vfs: switch ->show_options() to struct dentry * | Al Viro | 1 | -5/+5 |
| 2012-01-03 | fuse: propagate umode_t | Al Viro | 2 | -4/+4 |
| 2012-01-03 | switch ->mknod() to umode_t | Al Viro | 1 | -1/+1 |
| 2012-01-03 | switch ->create() to umode_t | Al Viro | 1 | -1/+1 |
| 2012-01-03 | switch vfs_mkdir() and ->mkdir() to umode_t | Al Viro | 1 | -1/+1 |
| 2012-01-03 | vfs: fix the stupidity with i_dentry in inode destructors | Al Viro | 1 | -1/+0 |
| 2011-12-14 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz... | Linus Torvalds | 2 | -2/+7 |
| 2011-12-13 | fuse: register_filesystem() called too early | Al Viro | 1 | -12/+12 |
| 2011-12-13 | FUSE: Notifying the kernel of deletion. | John Muir | 3 | -4/+93 |
| 2011-12-13 | fuse: support ioctl on directories | Miklos Szeredi | 3 | -4/+32 |
| 2011-12-13 | fuse: Use kcalloc instead of kzalloc to allocate array | Thomas Meyer | 1 | -1/+1 |
| 2011-12-13 | fuse: llseek optimize SEEK_CUR and SEEK_SET | Miklos Szeredi | 1 | -40/+8 |
| 2011-12-13 | fuse: llseek fix race | Miklos Szeredi | 1 | -0/+4 |
| 2011-12-13 | fuse: fix llseek bug | Roel Kluin | 1 | -1/+1 |
| 2011-12-13 | fuse: fix fuse_retrieve | Miklos Szeredi | 1 | -1/+2 |
| 2011-11-06 | Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -0/+1 |
| 2011-11-02 | filesystems: add set_nlink() | Miklos Szeredi | 2 | -2/+2 |
| 2011-10-31 | fs: add module.h to files that were implicitly using it | Paul Gortmaker | 1 | -0/+1 |
| 2011-09-12 | fuse: fix memory leak | Miklos Szeredi | 1 | -4/+8 |
| 2011-09-12 | fuse: fix flock breakage | Miklos Szeredi | 1 | -0/+3 |
| 2011-08-24 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz... | Linus Torvalds | 4 | -74/+32 |
| 2011-08-24 | fuse: check size of FUSE_NOTIFY_INVAL_ENTRY message | Miklos Szeredi | 1 | -0/+4 |
| 2011-08-08 | fuse: mark pages accessed when written to | Johannes Weiner | 1 | -0/+3 |
| 2011-08-08 | fuse: delete dead .write_begin and .write_end aops | Johannes Weiner | 1 | -70/+0 |
| 2011-08-08 | fuse: fix flock | Miklos Szeredi | 3 | -3/+24 |
| 2011-07-25 | Merge branch 'for-3.1' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 1 | -1/+1 |
| 2011-07-20 | fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlers | Josef Bacik | 3 | -9/+23 |
| 2011-07-20 | fs: handle SEEK_HOLE/SEEK_DATA properly in all fs's that define their own llseek | Josef Bacik | 1 | -2/+19 |
| 2011-07-20 | locks: rename lock-manager ops | J. Bruce Fields | 1 | -1/+1 |
| 2011-07-20 | no need to check for LOOKUP_OPEN in ->create() instances | Al Viro | 1 | -1/+1 |
| 2011-07-20 | don't transliterate lower bits of ->intent.open.flags to FMODE_... | Al Viro | 1 | -1/+1 |
| 2011-07-20 | ->permission() sanitizing: don't pass flags to ->permission() | Al Viro | 1 | -7/+7 |
| 2011-07-20 | ->permission() sanitizing: don't pass flags to generic_permission() | Al Viro | 1 | -3/+2 |
| 2011-07-20 | kill check_acl callback of generic_permission() | Al Viro | 1 | -2/+2 |
| 2011-06-03 | more conservative S_NOSEC handling | Al Viro | 1 | -0/+2 |
| 2011-06-01 | fuse: fix non-ANSI void function notation | Randy Dunlap | 1 | -1/+1 |
| 2011-05-28 | fuse: remove unnecessary dentry_unhash on rmdir, dir rename | Sage Weil | 1 | -5/+0 |
| 2011-05-26 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -0/+6 |
| 2011-05-26 | vfs: push dentry_unhash on rename_dir into file systems | Sage Weil | 1 | -0/+4 |
| 2011-05-26 | vfs: push dentry_unhash on rmdir into file systems | Sage Weil | 1 | -0/+2 |
| 2011-05-10 | fuse: fix oops in revalidate when called with NULL nameidata | Miklos Szeredi | 1 | -1/+1 |
| 2011-03-31 | Fix common misspellings | Lucas De Marchi | 1 | -1/+1 |
| 2011-03-24 | Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 1 | -1/+0 |
| 2011-03-22 | mm: add replace_page_cache_page() function | Miklos Szeredi | 1 | -6/+4 |
| 2011-03-22 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz... | Linus Torvalds | 5 | -16/+54 |
| 2011-03-21 | fuse: make fuse_dentry_revalidate() RCU aware | Miklos Szeredi | 1 | -4/+4 |
| 2011-03-21 | fuse: make fuse_permission() RCU aware | Miklos Szeredi | 1 | -8/+22 |
| 2011-03-21 | fuse: wakeup pollers on connection release/abort | Bryan Green | 2 | -1/+18 |
| 2011-03-21 | fuse: reduce size of struct fuse_request | Miklos Szeredi | 2 | -3/+10 |
| 2011-03-18 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 1 | -1/+1 |
| 2011-03-14 | exportfs: Return the minimum required handle size | Aneesh Kumar K.V | 1 | -1/+3 |
| 2011-03-10 | fuse: fix d_revalidate oopsen on NFS exports | Al Viro | 1 | -1/+1 |
| 2011-03-10 | Merge branch 'for-2.6.39/stack-plug' into for-2.6.39/core | Jens Axboe | 1 | -1/+0 |
| 2011-03-10 | block: remove per-queue plugging | Jens Axboe | 1 | -1/+0 |
| 2011-02-25 | fuse: fix truncate after open | Miklos Szeredi | 1 | -2/+5 |
| 2011-02-25 | fuse: fix hang of single threaded fuseblk filesystem | Miklos Szeredi | 2 | -8/+50 |
| 2011-02-15 | fuse/cuse: fix comment typo initilaization | Paul Bolle | 1 | -1/+1 |
| 2011-01-12 | switch fuse | Al Viro | 2 | -7/+4 |
| 2011-01-10 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz... | Linus Torvalds | 5 | -76/+256 |
| 2011-01-07 | fs: provide rcu-walk aware permission i_ops | Nick Piggin | 1 | -3/+7 |
| 2011-01-07 | fs: rcu-walk aware d_revalidate method | Nick Piggin | 1 | -1/+5 |
| 2011-01-07 | fs: dcache reduce branches in lookup path | Nick Piggin | 2 | -3/+3 |
| 2011-01-07 | fs: icache RCU free inodes | Nick Piggin | 1 | -1/+8 |
| 2010-12-07 | fuse: fix ioctl ABI | Miklos Szeredi | 1 | -5/+48 |
| 2010-12-07 | fuse: allow batching of FORGET requests | Miklos Szeredi | 2 | -13/+82 |
| 2010-12-07 | fuse: separate queue for FORGET requests | Miklos Szeredi | 4 | -64/+133 |
| 2010-12-07 | fuse: ioctl cleanup | Miklos Szeredi | 1 | -8/+7 |
| 2010-11-30 | fuse: verify ioctl retries | Miklos Szeredi | 1 | -0/+22 |
| 2010-11-30 | fuse: fix ioctl when server is 32bit | Miklos Szeredi | 1 | -6/+44 |
| 2010-11-25 | fuse: fix attributes after open(O_TRUNC) | Ken Sumrall | 1 | -0/+10 |
| 2010-10-29 | convert get_sb_nodev() users | Al Viro | 1 | -4/+4 |
| 2010-10-29 | convert get_sb_single() users | Al Viro | 1 | -6/+4 |
| 2010-10-29 | new helper: mount_bdev() | Al Viro | 1 | -5/+4 |
| 2010-10-27 | fuse: use release_pages() | Miklos Szeredi | 1 | -6/+1 |
| 2010-10-26 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -0/+1 |
| 2010-10-26 | fuse: use clear_highpage() and KM_USER0 instead of KM_USER1 | Miklos Szeredi | 1 | -7/+5 |
| 2010-10-26 | use clear_page()/copy_page() in favor of memset()/memcpy() on whole pages | Jan Beulich | 1 | -1/+1 |
| 2010-10-25 | fs: do not assign default i_ino in new_inode | Christoph Hellwig | 1 | -0/+1 |
| 2010-10-22 | Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl | Linus Torvalds | 2 | -0/+5 |
| 2010-10-15 | llseek: automatically add .llseek fop | Arnd Bergmann | 2 | -0/+5 |
| 2010-10-04 | fuse: Initialize total_len in fuse_retrieve() | Geert Uytterhoeven | 1 | -1/+1 |
| 2010-09-07 | fuse: fix lock annotations | Miklos Szeredi | 2 | -16/+18 |
| 2010-09-07 | fuse: flush background queue on connection close | Miklos Szeredi | 1 | -4/+12 |
| 2010-08-10 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2 | -12/+11 |
| 2010-08-09 | convert remaining ->clear_inode() to ->evict_inode() | Al Viro | 1 | -2/+4 |
| 2010-08-09 | check ATTR_SIZE contraints in inode_change_ok | Christoph Hellwig | 1 | -5/+1 |
| 2010-08-09 | always call inode_change_ok early in ->setattr | Christoph Hellwig | 1 | -5/+6 |
| 2010-08-07 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz... | Linus Torvalds | 3 | -7/+227 |
| 2010-08-02 | vfs: re-introduce MAY_CHDIR | Eric Paris | 1 | -1/+1 |
| 2010-07-12 | fuse: add retrieve request | Miklos Szeredi | 2 | -1/+131 |
| 2010-07-12 | fuse: add store request | Miklos Szeredi | 3 | -1/+91 |
| 2010-07-12 | fuse: don't use atomic kmap | Miklos Szeredi | 1 | -5/+5 |
| 2010-05-30 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz... | Linus Torvalds | 3 | -81/+488 |
| 2010-05-27 | drop unused dentry argument to ->fsync | Christoph Hellwig | 3 | -10/+7 |
| 2010-05-25 | driver core: add devname module aliases to allow module on-demand auto-loading | Kay Sievers | 1 | -0/+1 |
| 2010-05-25 | fuse: support splice() reading from fuse device | Miklos Szeredi | 1 | -41/+187 |
| 2010-05-25 | fuse: allow splice to move pages | Miklos Szeredi | 3 | -15/+167 |
| 2010-05-25 | fuse: support splice() writing to fuse device | Miklos Szeredi | 1 | -31/+144 |
| 2010-05-25 | fuse: get page reference for readpages | Miklos Szeredi | 1 | -0/+2 |
| 2010-05-25 | fuse: use get_user_pages_fast() | Miklos Szeredi | 2 | -8/+2 |
| 2010-05-25 | fuse: remove unneeded variable | Dan Carpenter | 1 | -2/+2 |
| 2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 1 | -0/+1 |
| 2010-03-08 | Merge branch 'for-next' into for-linus | Jiri Kosina | 1 | -1/+1 |
| 2010-03-03 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz... | Linus Torvalds | 1 | -15/+15 |
| 2010-02-09 | tree-wide: Assorted spelling fixes | Daniel Mack | 1 | -1/+1 |
| 2010-02-05 | fuse: fix large stack use | Fang Wenqi | 1 | -2/+9 |
| 2010-02-05 | fuse: cleanup in fuse_notify_inval_...() | Miklos Szeredi | 1 | -13/+6 |
| 2010-02-02 | mm: flush dcache before writing into page to avoid alias | anfei zhou | 1 | -0/+3 |
| 2009-11-27 | fuse: reject O_DIRECT flag also in fuse_create | Csaba Henk | 1 | -0/+3 |
| 2009-11-04 | fuse: invalidate target of rename | Miklos Szeredi | 1 | -1/+3 |
| 2009-11-04 | fuse: fix kunmap in fuse_ioctl_copy_user | Jens Axboe | 1 | -1/+1 |
| 2009-11-04 | fuse: prevent fuse_put_request on invalid pointer | Anand V. Avati | 1 | -1/+2 |
| 2009-09-27 | const: mark struct vm_struct_operations | Alexey Dobriyan | 1 | -1/+1 |
| 2009-09-24 | truncate: use new helpers | npiggin@suse.de | 3 | -22/+5 |
| 2009-09-18 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz... | Linus Torvalds | 4 | -15/+231 |
| 2009-09-16 | fs: Assign bdi in super_block | Jens Axboe | 1 | -0/+2 |
| 2009-09-16 | fuse: add fusectl interface to max_background | Csaba Henk | 3 | -5/+141 |
| 2009-09-16 | fuse: limit user-specified values of max background requests | Csaba Henk | 1 | -6/+72 |
| 2009-09-16 | fuse: use drop_nlink() instead of direct nlink manipulation | Csaba Henk | 1 | -1/+1 |
| 2009-09-11 | writeback: add name to backing_dev_info | Jens Axboe | 1 | -0/+1 |
| 2009-07-11 | Revert "fuse: Fix build error" as unnecessary | Linus Torvalds | 1 | -1/+0 |
| 2009-07-10 | fuse: Fix build error | Larry Finger | 1 | -0/+1 |
| 2009-07-10 | Fix congestion_wait() sync/async vs read/write confusion | Jens Axboe | 1 | -4/+4 |
| 2009-07-07 | fuse: make the number of max background requests and congestion threshold tun... | Csaba Henk | 3 | -11/+25 |
| 2009-06-30 | fuse: invalidation reverse calls | John Muir | 4 | -3/+198 |
| 2009-06-30 | fuse: allow umask processing in userspace | Miklos Szeredi | 3 | -4/+28 |
| 2009-06-30 | fuse: fix bad return value in fuse_file_poll() | Miklos Szeredi | 1 | -1/+1 |
| 2009-06-30 | fuse: fix return value of fuse_dev_write() | Csaba Henk | 1 | -1/+1 |
| 2009-06-17 | fuse doesn't need BKL in ->umount_begin() | Al Viro | 1 | -3/+0 |
| 2009-06-12 | Merge branch 'cuse' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi... | Linus Torvalds | 7 | -231/+939 |
| 2009-06-09 | CUSE: implement CUSE - Character device in Userspace | Tejun Heo | 2 | -0/+611 |
| 2009-05-13 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz... | Linus Torvalds | 1 | -0/+1 |
| 2009-05-09 | vfs: umount_begin BKL pushdown | Alessio Igor Bogani | 1 | -0/+3 |
| 2009-04-28 | fuse: export symbols to be used by CUSE | Tejun Heo | 4 | -9/+39 |
| 2009-04-28 | fuse: update fuse_conn_init() and separate out fuse_conn_kill() | Tejun Heo | 3 | -53/+72 |
| 2009-04-28 | fuse: don't use inode in fuse_file_poll | Miklos Szeredi | 1 | -3/+2 |
| 2009-04-28 | fuse: don't use inode in fuse_do_ioctl() helper | Miklos Szeredi | 1 | -14/+21 |
| 2009-04-28 | fuse: don't use inode in fuse_sync_release() | Miklos Szeredi | 3 | -39/+36 |
| 2009-04-28 | fuse: create fuse_do_open() helper for CUSE | Miklos Szeredi | 3 | -27/+42 |
| 2009-04-28 | fuse: clean up args in fuse_finish_open() and fuse_release_fill() | Miklos Szeredi | 3 | -23/+30 |
| 2009-04-28 | fuse: don't use inode in helpers called by fuse_direct_io() | Miklos Szeredi | 3 | -34/+32 |
| 2009-04-28 | fuse: add members to struct fuse_file | Miklos Szeredi | 2 | -2/+10 |
| 2009-04-28 | fuse: prepare fuse_direct_io() for CUSE | Miklos Szeredi | 1 | -10/+23 |
| 2009-04-28 | fuse: clean up fuse_write_fill() | Miklos Szeredi | 1 | -9/+8 |
| 2009-04-28 | fuse: use struct path in release structure | Miklos Szeredi | 2 | -7/+5 |
| 2009-04-28 | fuse: destroy bdi on error | Miklos Szeredi | 1 | -0/+1 |
| 2009-04-28 | fuse: misc cleanups | Tejun Heo | 1 | -37/+44 |
| 2009-04-09 | fuse: fix "direct_io" private mmap | Miklos Szeredi | 1 | -0/+2 |
| 2009-04-09 | fuse: fix argument type in fuse_get_user_pages() | Miklos Szeredi | 1 | -3/+3 |
| 2009-04-02 | fuse: allow private mappings of "direct_io" files | Miklos Szeredi | 1 | -1/+11 |
| 2009-04-02 | fuse: allow kernel to access "direct_io" files | Miklos Szeredi | 2 | -12/+31 |
| 2009-04-01 | mm: page_mkwrite change prototype to match fault | Nick Piggin | 1 | -1/+2 |
| 2009-03-30 | fuse: fix fuse_file_lseek returning with lock held | Dan Carpenter | 1 | -1/+2 |
| 2009-03-27 | constify dentry_operations: FUSE | Al Viro | 2 | -2/+2 |
| 2009-01-26 | Merge branch 'Kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/adobr... | Linus Torvalds | 1 | -0/+15 |
| 2009-01-26 | fuse: fix poll notify | Miklos Szeredi | 1 | -4/+9 |
| 2009-01-26 | fuse: destroy bdi on umount | Miklos Szeredi | 2 | -2/+3 |