Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
26c036af1d7421d0ccfe8ddb6c8b7e6cdb78ceb6
/
fs
/
fuse
7b7b0a4
fuse: initialize the flock flag in fuse_file on allocation
by Mateusz Jurczyk
· 7 years ago
33b02b8
don't pass nameidata to ->create()
by Al Viro
· 12 years ago
986122f
stop passing nameidata to ->lookup()
by Al Viro
· 12 years ago
4c9e687
stop passing nameidata * to ->d_revalidate()
by Al Viro
· 12 years ago
57fa6ca
make finish_no_open() return int
by Al Viro
· 12 years ago
b2ebdc5
kill struct opendata
by Al Viro
· 12 years ago
50ed02d
make ->atomic_open() return int
by Al Viro
· 12 years ago
8915ef3
->atomic_open() prototype change - pass int * instead of bool *
by Al Viro
· 12 years ago
ec95ac3
fuse: implement i_op->atomic_open()
by Miklos Szeredi
· 12 years ago
396bf57
ANDROID: fuse: Add null terminator to path in canonical path to avoid issue
by Ritesh Harjani
· 7 years ago
93e6dc1
fs: Limit sys_mount to only request filesystem modules.
by Eric W. Biederman
· 12 years ago
0b68823
fuse: Add support for d_canonical_path
by Daniel Rosenberg
· 9 years ago
a7ebf13
fuse: break infinite loop in fuse_fill_write_pages()
by Roman Gushchin
· 9 years ago
db38019
fuse: Add support for shortcircuited read/write for files
by Nikhilesh Reddy
· 10 years ago
459b18d
mm/page-writeback.c: add strictlimit feature
by Maxim Patlasov
· 11 years ago
fdeec8a
fuse: initialize fc->release before calling it
by Miklos Szeredi
· 9 years ago
2212b28
fuse: set stolen page uptodate
by Miklos Szeredi
· 10 years ago
3023c27
fuse: notify: don't move pages
by Miklos Szeredi
· 10 years ago
6812143
fuse: hotfix truncate_pagecache() issue
by Maxim Patlasov
· 11 years ago
c0907f6
fuse: readdir: check for slash in names
by Miklos Szeredi
· 11 years ago
295534f
fs: introduce inode operation ->update_time
by Josef Bacik
· 13 years ago
089c3ab
fuse: invalidate inode attributes on xattr modification
by Anand Avati
· 11 years ago
fff7dcc
fuse: postpone end_page_writeback() in fuse_writepage_locked()
by Maxim Patlasov
· 11 years ago
bfc2d8f
fuse: don't WARN when nlink is zero
by Miklos Szeredi
· 12 years ago
53e0a64
fuse: fix retrieve length
by Miklos Szeredi
· 12 years ago
2f51caa
fuse: verify all ioctl retry iov elements
by Zach Brown
· 12 years ago
e2103e9
fuse: fix stat call on 32 bit platforms
by Pavel Shilovsky
· 13 years ago
fd022ad
fs: fuse: Add replacment for CMA pages into the LRU cache
by Laura Abbott
· 11 years ago
6975529
mm: Use correct define for CMA features
by Laura Abbott
· 12 years ago
fcedafa
fs: fuse: Workaround for CMA migration
by Laura Abbott
· 12 years ago
957265b
Merge commit 'v3.4-rc4' into android-3.4
by Colin Cross
· 13 years ago
dbfad21
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse
by Linus Torvalds
· 13 years ago
0a2da9b
fuse: allow nanosecond granularity
by Miklos Szeredi
· 13 years ago
d893d66
fuse: Freeze client on suspend when request sent to userspace
by Todd Poynor
· 13 years ago
e2a0883
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 13 years ago
48fde70
switch open-coded instances of d_make_root() to new helper
by Al Viro
· 13 years ago
2408f6e
fuse: remove the second argument of k[un]map_atomic()
by Cong Wang
· 13 years ago
4273b79
fuse: O_DIRECT support for files
by Anand Avati
· 13 years ago
ac45d61
fuse: fix nlink after unlink
by Miklos Szeredi
· 13 years ago
6733e54
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse
by Linus Torvalds
· 13 years ago
34c80b1
vfs: switch ->show_options() to struct dentry *
by Al Viro
· 13 years ago
541af6a
fuse: propagate umode_t
by Al Viro
· 13 years ago
1a67aaf
switch ->mknod() to umode_t
by Al Viro
· 13 years ago
4acdaf2
switch ->create() to umode_t
by Al Viro
· 13 years ago
18bb1db
switch vfs_mkdir() and ->mkdir() to umode_t
by Al Viro
· 13 years ago
6b520e0
vfs: fix the stupidity with i_dentry in inode destructors
by Al Viro
· 13 years ago
30aaca4
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse
by Linus Torvalds
· 13 years ago
988f032
fuse: register_filesystem() called too early
by Al Viro
· 13 years ago
451d0f5
FUSE: Notifying the kernel of deletion.
by John Muir
· 13 years ago
b18da0c
fuse: support ioctl on directories
by Miklos Szeredi
· 13 years ago
c411cc8
fuse: Use kcalloc instead of kzalloc to allocate array
by Thomas Meyer
· 13 years ago
c07c3d1
fuse: llseek optimize SEEK_CUR and SEEK_SET
by Miklos Szeredi
· 13 years ago
73104b6
fuse: llseek fix race
by Miklos Szeredi
· 13 years ago
b48c6af
fuse: fix llseek bug
by Roel Kluin
· 13 years ago
48706d0
fuse: fix fuse_retrieve
by Miklos Szeredi
· 13 years ago
32aaeff
Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux
by Linus Torvalds
· 13 years ago
bfe8684
filesystems: add set_nlink()
by Miklos Szeredi
· 13 years ago
143cb49
fs: add module.h to files that were implicitly using it
by Paul Gortmaker
· 13 years ago
5dfcc87
fuse: fix memory leak
by Miklos Szeredi
· 13 years ago
2411450
fuse: fix flock breakage
by Miklos Szeredi
· 13 years ago
051732b
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse
by Linus Torvalds
· 13 years ago
c2183d1
fuse: check size of FUSE_NOTIFY_INVAL_ENTRY message
by Miklos Szeredi
· 13 years ago
478e084
fuse: mark pages accessed when written to
by Johannes Weiner
· 13 years ago
b40cdd5
fuse: delete dead .write_begin and .write_end aops
by Johannes Weiner
· 13 years ago
37fb3a3
fuse: fix flock
by Miklos Szeredi
· 13 years ago
2dad320
Merge branch 'for-3.1' of git://linux-nfs.org/~bfields/linux
by Linus Torvalds
· 13 years ago
02c24a8
fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlers
by Josef Bacik
· 13 years ago
06222e4
fs: handle SEEK_HOLE/SEEK_DATA properly in all fs's that define their own llseek
by Josef Bacik
· 13 years ago
8fb47a4
locks: rename lock-manager ops
by J. Bruce Fields
· 13 years ago
dd7dd55
no need to check for LOOKUP_OPEN in ->create() instances
by Al Viro
· 13 years ago
8a5e929
don't transliterate lower bits of ->intent.open.flags to FMODE_...
by Al Viro
· 13 years ago
10556cb
->permission() sanitizing: don't pass flags to ->permission()
by Al Viro
· 13 years ago
2830ba7
->permission() sanitizing: don't pass flags to generic_permission()
by Al Viro
· 13 years ago
178ea735
kill check_acl callback of generic_permission()
by Al Viro
· 13 years ago
9e1f1de
more conservative S_NOSEC handling
by Al Viro
· 13 years ago
a2daff6
fuse: fix non-ANSI void function notation
by Randy Dunlap
· 13 years ago
526e7ce
fuse: remove unnecessary dentry_unhash on rmdir, dir rename
by Sage Weil
· 13 years ago
32e51f1
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6
by Linus Torvalds
· 13 years ago
e4eaac0
vfs: push dentry_unhash on rename_dir into file systems
by Sage Weil
· 13 years ago
79bf7c7
vfs: push dentry_unhash on rmdir into file systems
by Sage Weil
· 13 years ago
d243390
fuse: fix oops in revalidate when called with NULL nameidata
by Miklos Szeredi
· 14 years ago
25985ed
Fix common misspellings
by Lucas De Marchi
· 14 years ago
6c51038
Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-block
by Linus Torvalds
· 14 years ago
ef6a3c6
mm: add replace_page_cache_page() function
by Miklos Szeredi
· 14 years ago
f741a79
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse
by Linus Torvalds
· 14 years ago
e7c0a16
fuse: make fuse_dentry_revalidate() RCU aware
by Miklos Szeredi
· 14 years ago
19690dd
fuse: make fuse_permission() RCU aware
by Miklos Szeredi
· 14 years ago
357ccf2
fuse: wakeup pollers on connection release/abort
by Bryan Green
· 14 years ago
07d5f69
fuse: reduce size of struct fuse_request
by Miklos Szeredi
· 14 years ago
e16b396
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 14 years ago
5fe0c23
exportfs: Return the minimum required handle size
by Aneesh Kumar K.V
· 14 years ago
529c5f9
fuse: fix d_revalidate oopsen on NFS exports
by Al Viro
· 14 years ago
4c63f56
Merge branch 'for-2.6.39/stack-plug' into for-2.6.39/core
by Jens Axboe
· 14 years ago
7eaceac
block: remove per-queue plugging
by Jens Axboe
· 14 years ago
8d56add
fuse: fix truncate after open
by Miklos Szeredi
· 14 years ago
5a18ec1
fuse: fix hang of single threaded fuseblk filesystem
by Miklos Szeredi
· 14 years ago
8272f4c
fuse/cuse: fix comment typo initilaization
by Paul Bolle
· 14 years ago
c35eebe
switch fuse
by Al Viro
· 14 years ago
7d44b04
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse
by Linus Torvalds
· 14 years ago
b74c79e
fs: provide rcu-walk aware permission i_ops
by Nick Piggin
· 14 years ago
Next »