index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
fuse
/
file.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-08-24
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...
Linus Torvalds
1
-71
/
+13
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
1
-1
/
+10
2011-07-26
Merge branch 'for-3.1' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
1
-1
/
+1
2011-07-21
fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlers
Josef Bacik
1
-6
/
+18
2011-07-21
fs: handle SEEK_HOLE/SEEK_DATA properly in all fs's that define their own llseek
Josef Bacik
1
-2
/
+19
2011-07-21
locks: rename lock-manager ops
J. Bruce Fields
1
-1
/
+1
2011-03-31
Fix common misspellings
Lucas De Marchi
1
-1
/
+1
2011-03-21
fuse: wakeup pollers on connection release/abort
Bryan Green
1
-1
/
+1
2011-02-25
fuse: fix hang of single threaded fuseblk filesystem
Miklos Szeredi
1
-7
/
+45
2010-12-07
fuse: fix ioctl ABI
Miklos Szeredi
1
-5
/
+48
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-09-07
fuse: fix lock annotations
Miklos Szeredi
1
-4
/
+4
2010-07-12
fuse: add store request
Miklos Szeredi
1
-1
/
+1
2010-05-30
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...
Linus Torvalds
1
-15
/
+24
2010-05-28
drop unused dentry argument to ->fsync
Christoph Hellwig
1
-5
/
+4
2010-05-25
fuse: allow splice to move pages
Miklos Szeredi
1
-9
/
+19
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
1
-4
/
+1
2010-05-25
fuse: remove unneeded variable
Dan Carpenter
1
-2
/
+2
2010-02-03
mm: flush dcache before writing into page to avoid alias
anfei zhou
1
-0
/
+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-06-30
fuse: fix bad return value in fuse_file_poll()
Miklos Szeredi
1
-1
/
+1
2009-04-28
fuse: export symbols to be used by CUSE
Tejun Heo
1
-7
/
+13
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
1
-20
/
+29
2009-04-28
fuse: create fuse_do_open() helper for CUSE
Miklos Szeredi
1
-25
/
+40
2009-04-28
fuse: clean up args in fuse_finish_open() and fuse_release_fill()
Miklos Szeredi
1
-13
/
+15
2009-04-28
fuse: don't use inode in helpers called by fuse_direct_io()
Miklos Szeredi
1
-32
/
+30
2009-04-28
fuse: add members to struct fuse_file
Miklos Szeredi
1
-0
/
+2
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
1
-5
/
+4
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
1
-12
/
+30
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-01-26
fuse: fix NULL deref in fuse_file_alloc()
Dan Carpenter
1
-1
/
+1
2009-01-07
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...
Linus Torvalds
1
-19
/
+438
2009-01-05
fs: symlink write_begin allocation context fix
Nick Piggin
1
-2
/
+2
[next]