Sign in
googlers
/
maze
/
linux
/
4c0c0b75e0c35ddb8f61c06bcbffede63ab4f4a2
/
drivers
/
staging
/
pohmelfs
34c80b1
vfs: switch ->show_options() to struct dentry *
by Al Viro
· 13 years ago
6413237
vfs: switch ->show_stats to struct dentry *
by Al Viro
· 13 years ago
632861f
pohmelfs: propagate 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
bfe8684
filesystems: add set_nlink()
by Miklos Szeredi
· 13 years ago
40d1bac
staging: drop unused Kconfig symbols
by Paul Bolle
· 13 years ago
746a54a
Staging: pohmelfs: Coding style fixes in trans.c
by Ruslan Pisarev
· 13 years ago
bbd9d6f
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6
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
8a5e929
don't transliterate lower bits of ->intent.open.flags to FMODE_...
by Al Viro
· 13 years ago
b7f080c
net: remove mm.h inclusion from netdevice.h
by Alexey Dobriyan
· 14 years ago
268bb0c
sanitize <linux/prefetch.h> usage
by Linus Torvalds
· 14 years ago
25985ed
Fix common misspellings
by Lucas De Marchi
· 14 years ago
7a63628
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6
by Linus Torvalds
· 14 years ago
1491017
staging: pohmelfs: Remove NULL check before kfree
by Ilia Mirkin
· 14 years ago
01a16b2
netlink: kill eff_cap from struct netlink_skb_parms
by Patrick McHardy
· 14 years ago
c69ab1a
staging: pohmelfs: Fix some typos, and comments.
by Justin P. Mattock
· 14 years ago
e26a755
Staging: pohmelfs/dir.c: Remove unneeded mutex_unlock() from pohmelfs_rename()
by Alexey Khoroshilov
· 14 years ago
d93e34f
pohmelfs: double-free and leak
by Al Viro
· 14 years ago
949f671
Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6
by Linus Torvalds
· 14 years ago
23d69b0
Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
by Linus Torvalds
· 14 years ago
fa0d7e3
fs: icache RCU free inodes
by Nick Piggin
· 14 years ago
b5c84bf
fs: dcache remove dcache_lock
by Nick Piggin
· 14 years ago
949854d
fs: Use rename lock and RCU for multi-step operations
by Nick Piggin
· 14 years ago
afe2c51
workqueue: convert cancel_rearming_delayed_work[queue]() users to cancel_delayed_work_sync()
by Tejun Heo
· 14 years ago
391a169
pohmelfs: remove unneeded conditionals before calls to crypto_destroy_tfm wrappers.
by Jesper Juhl
· 14 years ago
3c26ff6
convert get_sb_nodev() users
by Al Viro
· 14 years ago
e4c5bf8
Merge 'staging-next' to Linus's tree
by Greg Kroah-Hartman
· 14 years ago
c3765016
fs: add sync_inode_metadata
by Christoph Hellwig
· 14 years ago
a3d7fc5
staging: Drop unnecessary null test
by Julia Lawall
· 14 years ago
2a4419b
fs: fs_struct rwlock to spinlock
by Nick Piggin
· 14 years ago
5f248c9
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6
by Linus Torvalds
· 14 years ago
45321ac
Make ->drop_inode() just return whether inode needs to be dropped
by Al Viro
· 15 years ago
1025774
remove inode_setattr
by Christoph Hellwig
· 15 years ago
f69b0d6
Staging: fix typos concerning "address"
by Uwe Kleine-König
· 14 years ago
37523e8
staging/trivial: fix typos concerning "initiali[zs]e"
by Uwe Kleine-König
· 15 years ago
ab17a4a
Staging: pohmelfs: fix compile warning
by Javier Martinez Canillas
· 15 years ago
d28619f
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6
by Linus Torvalds
· 15 years ago
7ea8085
drop unused dentry argument to ->fsync
by Christoph Hellwig
· 15 years ago
36a32ae
pohmelfs: Remove dead quota code
by Dmitry Monakhov
· 15 years ago
94002c0
Staging: Use kmemdup
by Julia Lawall
· 15 years ago
7a6cb0d
Staging: Use kcalloc or kzalloc
by Julia Lawall
· 15 years ago
5d6892b
Staging: pohmelfs: fix spaces and TAB coding style issue in inode.c
by Ruslan Pisarev
· 15 years ago
75cc5d9
Staging: pohmelfs: fix spaces and TAB coding style issue in netfs.h
by Ruslan Pisarev
· 15 years ago
9b835ea
Staging: pohmelfs: fix comments, spaces and TAB coding style issue in netfs.h
by Ruslan Pisarev
· 15 years ago
3420bc9
Staging: pohmelfs: fix spaces and TAB coding style issue in dir.c
by Ruslan Pisarev
· 15 years ago
5ac7af8
Staging: pohmelfs: fix spaces and TAB coding style issue in config.c
by Ruslan Pisarev
· 15 years ago
e3f052f
Staging: pohmelfs: fix spaces and TAB coding style issue in crypto.c
by Ruslan Pisarev
· 15 years ago
c1989b3
Staging: pohmelfs: fix spaces and TAB coding style issue in net.c
by Ruslan Pisarev
· 15 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
8fe900b
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6
by Linus Torvalds
· 15 years ago
b43fa82
dquot: cleanup dquot transfer routine
by Christoph Hellwig
· 15 years ago
582de7c
Staging/pohmelfs: fix write_inode parameter warning
by Randy Dunlap
· 15 years ago
182374a
Staging: Fixed pohmelfs regression because of per-bdi writeback.
by Evgeniy Polyakov
· 15 years ago
e3c0acf
Staging: pohmelfs: avoid null dereference
by Dan Carpenter
· 15 years ago
0c14c06
Staging: pohmelfs: Remove uses of NIPQUAD, use %pI4
by Joe Perches
· 15 years ago
05f94c9
pohmelfs needs I_LOCK
by Evgeniy Polyakov
· 15 years ago
0d99519
writeback: remove unused nonblocking and congestion checks
by Wu Fengguang
· 15 years ago
98a5783
pohmelfs/connector: Disallow unpliviged users to configure pohmelfs
by Philipp Reisner
· 15 years ago
7069331
connector: Provide the sender's credentials to the callback
by Philipp Reisner
· 15 years ago
2d7cf8e
Staging: pohmelfs: sync with the development tree
by Evgeniy Polyakov
· 15 years ago
106a47b
Staging: pohmelfs: fix type errors
by Alan Cox
· 15 years ago
76efa5e
Staging: pohmelfs: fix atomic type spew
by Alan Cox
· 15 years ago
aa3caaf
pohmelfs: Use new syncing helper
by Jan Kara
· 15 years ago
b04f932
pohmelfs: Use __generic_file_aio_write instead of generic_file_aio_write_nolock
by Jan Kara
· 15 years ago
d8a8559
writeback: get rid of generic_sync_sb_inodes() export
by Jens Axboe
· 15 years ago
80fe3e5
Staging: pohmelfs: Storage class should be before const qualifier
by Tobias Klauser
· 16 years ago
dc82846
Staging: pohmelfs: Remove braces around single statements
by Bill Pemberton
· 16 years ago
3bafeab
Staging: pohmelfs: Remove C99 comments
by Bill Pemberton
· 16 years ago
385e3f1
Staging: pohmelfs: move open brace to same line on structs
by Bill Pemberton
· 16 years ago
5355d8c
Staging: fix operator precedence errors
by Roel Kluin
· 16 years ago
d43f361
Staging: Pohmelfs: Add load balancing between network states with the same priority.
by Evgeniy Polyakov
· 16 years ago
e0ca873
Staging: Pohmelfs: Added IO permissions and priorities.
by Evgeniy Polyakov
· 16 years ago
f2739de
Staging: Pohmelfs: Added ->show_stats() callback.
by Evgeniy Polyakov
· 16 years ago
50e4bab
Staging: Pohmelfs: Drop ftrans debugging code.
by Evgeniy Polyakov
· 16 years ago
b82ba78
Staging: Pohmelfs: Use wait_on_page_timeout when waiting for remote directory sync instead of hardcoded 25 seconds.
by Evgeniy Polyakov
· 16 years ago
d1ec644
Staging: Pohmelfs: Reduce debugging noise about non-existing objects.
by Evgeniy Polyakov
· 16 years ago
cee9bb2
Staging: Pohmelfs: Sync fs before killing it, since dentry cache is shrunk before writeback is invoked via generic_shutdown_super()
by Evgeniy Polyakov
· 16 years ago
e504342
Staging: Pohmelfs: Extend remount option.
by Evgeniy Polyakov
· 16 years ago
872dc5e
Staging: Pohmelfs: Set NETFS_INODE_REMOTE_SYNCED and clear NETFS_INODE_OWNED bits in the root inode.
by Evgeniy Polyakov
· 16 years ago
b522efd
Staging: Pohmelfs: Added 'need_lock' variable into debug print.
by Evgeniy Polyakov
· 16 years ago
86ac725
Staging: Pohmelfs: Disable read lock in pohmelfs_getattr().
by Evgeniy Polyakov
· 16 years ago
f3b8fa7
Staging: Pohmelfs: Move parent lock to the place where we really have to send a lookup request to the server.
by Evgeniy Polyakov
· 16 years ago
288a9a8
Staging: pohmelfs: Populate dentry cache when receiving the new readdir entry.
by Evgeniy Polyakov
· 16 years ago
0564200
Staging: pohmelfs: should include fs_struct.h
by Alexander Beregalov
· 16 years ago
36ec4ab
Staging: pohmelfs: fix kconfig dependencies
by Randy Dunlap
· 16 years ago
a6bab77
Staging: pohmelfs should depend on CRYPTO
by Alexander Beregalov
· 16 years ago
02d84ca
Staging: pohmelfs: fix printk format warnings v2
by Alexander Beregalov
· 16 years ago
898a6cb
Staging: pohmelfs: net.c: include vmalloc.h
by Alexander Beregalov
· 16 years ago
de459f2
Staging: pohmelfs: fix build breakage
by Alexander Beregalov
· 16 years ago
f26c303
Staging: pohmelfs: select crypto modules from the config.
by Evgeniy Polyakov
· 16 years ago
18bc0bb
Staging: pohmelfs: kconfig/makefile and vfs changes.
by Evgeniy Polyakov
· 16 years ago
c09ee9d
Staging: pohmelfs: transaction layer.
by Evgeniy Polyakov
· 16 years ago
d35eef1
Staging: pohmelfs: network operations.
by Evgeniy Polyakov
· 16 years ago
ac7036c
Staging: pohmelfs: distributed locking and cache coherency protocol.
by Evgeniy Polyakov
· 16 years ago
b3f08ca
Staging: pohmelfs: inode operations.
by Evgeniy Polyakov
· 16 years ago
e3eec94
Staging: pohmelfs: directory operations.
by Evgeniy Polyakov
· 16 years ago
e2396ae
Staging: pohmelfs: crypto processing.
by Evgeniy Polyakov
· 16 years ago
Next »