index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
staging
/
pohmelfs
Age
Commit message (
Expand
)
Author
Files
Lines
2012-02-08
staging: pohmelfs: remove drivers/staging/pohmelfs
Evgeniy Polyakov
12
-7976
/
+0
2012-01-06
vfs: switch ->show_options() to struct dentry *
Al Viro
1
-2
/
+2
2012-01-06
vfs: switch ->show_stats to struct dentry *
Al Viro
1
-2
/
+2
2012-01-03
pohmelfs: propagate umode_t
Al Viro
2
-4
/
+5
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-11-02
filesystems: add set_nlink()
Miklos Szeredi
1
-1
/
+1
2011-10-17
staging: drop unused Kconfig symbols
Paul Bolle
1
-8
/
+0
2011-08-23
Staging: pohmelfs: Coding style fixes in trans.c
Ruslan Pisarev
1
-3
/
+3
2011-07-22
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2
-4
/
+9
2011-07-20
fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlers
Josef Bacik
1
-3
/
+8
2011-07-20
don't transliterate lower bits of ->intent.open.flags to FMODE_...
Al Viro
1
-1
/
+1
2011-06-21
net: remove mm.h inclusion from netdevice.h
Alexey Dobriyan
1
-0
/
+1
2011-05-20
sanitize <linux/prefetch.h> usage
Linus Torvalds
1
-0
/
+1
2011-03-31
Fix common misspellings
Lucas De Marchi
1
-1
/
+1
2011-03-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6
Linus Torvalds
1
-1
/
+1
2011-03-14
staging: pohmelfs: Remove NULL check before kfree
Ilia Mirkin
1
-4
/
+2
2011-03-03
netlink: kill eff_cap from struct netlink_skb_parms
Patrick McHardy
1
-1
/
+1
2011-02-04
staging: pohmelfs: Fix some typos, and comments.
Justin P. Mattock
3
-7
/
+7
2011-01-21
Staging: pohmelfs/dir.c: Remove unneeded mutex_unlock() from pohmelfs_rename()
Alexey Khoroshilov
1
-1
/
+0
2011-01-12
pohmelfs: double-free and leak
Al Viro
1
-1
/
+1
2011-01-10
Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-4
/
+2
2011-01-07
Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
Linus Torvalds
1
-2
/
+2
2011-01-07
fs: icache RCU free inodes
Nick Piggin
1
-1
/
+8
2011-01-07
fs: dcache remove dcache_lock
Nick Piggin
1
-2
/
+0
2011-01-07
fs: Use rename lock and RCU for multi-step operations
Nick Piggin
1
-3
/
+12
2010-12-15
workqueue: convert cancel_rearming_delayed_work[queue]() users to cancel_dela...
Tejun Heo
1
-2
/
+2
2010-11-09
pohmelfs: remove unneeded conditionals before calls to crypto_destroy_tfm wra...
Jesper Juhl
1
-4
/
+2
2010-10-29
convert get_sb_nodev() users
Al Viro
1
-5
/
+4
2010-10-28
Merge 'staging-next' to Linus's tree
Greg Kroah-Hartman
1
-18
/
+16
2010-10-25
fs: add sync_inode_metadata
Christoph Hellwig
1
-5
/
+1
2010-08-31
staging: Drop unnecessary null test
Julia Lawall
1
-18
/
+16
2010-08-18
fs: fs_struct rwlock to spinlock
Nick Piggin
1
-4
/
+4
2010-08-10
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-6
/
+12
2010-08-09
Make ->drop_inode() just return whether inode needs to be dropped
Al Viro
1
-2
/
+2
2010-08-09
remove inode_setattr
Christoph Hellwig
1
-4
/
+10
2010-07-22
Staging: fix typos concerning "address"
Uwe Kleine-König
1
-1
/
+1
2010-06-22
staging/trivial: fix typos concerning "initiali[zs]e"
Uwe Kleine-König
1
-1
/
+1
2010-06-18
Staging: pohmelfs: fix compile warning
Javier Martinez Canillas
1
-1
/
+1
2010-05-30
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...
Linus Torvalds
1
-8
/
+0
2010-05-27
drop unused dentry argument to ->fsync
Christoph Hellwig
1
-1
/
+1
2010-05-27
pohmelfs: Remove dead quota code
Dmitry Monakhov
1
-8
/
+0
2010-05-17
Staging: Use kmemdup
Julia Lawall
1
-10
/
+6
2010-05-14
Staging: Use kcalloc or kzalloc
Julia Lawall
1
-2
/
+1
2010-05-11
Staging: pohmelfs: fix spaces and TAB coding style issue in inode.c
Ruslan Pisarev
1
-32
/
+32
2010-05-11
Staging: pohmelfs: fix spaces and TAB coding style issue in netfs.h
Ruslan Pisarev
1
-6
/
+6
2010-05-11
Staging: pohmelfs: fix comments, spaces and TAB coding style issue in netfs.h
Ruslan Pisarev
1
-2
/
+3
2010-05-11
Staging: pohmelfs: fix spaces and TAB coding style issue in dir.c
Ruslan Pisarev
1
-7
/
+7
2010-05-11
Staging: pohmelfs: fix spaces and TAB coding style issue in config.c
Ruslan Pisarev
1
-11
/
+11
[next]