index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
Files
Lines
2005-11-07
Merge master.kernel.org:/pub/scm/linux/kernel/git/tglx/mtd-2.6
Linus Torvalds
37
-2138
/
+4547
2005-11-07
[PATCH] fs/super.c: unexport user_get_super
Adrian Bunk
1
-2
/
+0
2005-11-07
[PATCH] kfree cleanup: fs
Jesper Juhl
39
-245
/
+137
2005-11-07
[PATCH] kernel-docs: fix kernel-doc format problems
Randy Dunlap
1
-2
/
+3
2005-11-07
[PATCH] jbd doc: fix some kernel-doc warnings
Randy Dunlap
1
-2
/
+2
2005-11-07
[PATCH] knfsd: make sure svc_process call the correct pg_authenticate for mul...
NeilBrown
1
-0
/
+1
2005-11-07
[PATCH] knfsd: Fix some minor sign problems in nfsd/xdr
NeilBrown
1
-1
/
+2
2005-11-07
[PATCH] knfsd: Allow run-time selection of NFS versions to export
NeilBrown
2
-28
/
+133
2005-11-07
[PATCH] knfsd: Restore functionality to read from file in /proc/fs/nfsd/
NeilBrown
1
-1
/
+15
2005-11-07
[PATCH] knfsd: fix setattr-on-symlink error return
NeilBrown
1
-1
/
+8
2005-11-07
[PATCH] FUSE: pass file handle in setattr
Miklos Szeredi
1
-14
/
+14
2005-11-07
[PATCH] FUSE: atomic create+open
Miklos Szeredi
4
-48
/
+211
2005-11-07
[PATCH] FUSE: add access call
Miklos Szeredi
2
-0
/
+38
2005-11-07
[PATCH] VFS: pass file pointer to filesystem from ftruncate()
Miklos Szeredi
3
-5
/
+9
2005-11-07
[PATCH] remove superflous ctime/mtime updates in affs
Christoph Hellwig
1
-17
/
+1
2005-11-07
[PATCH] afs: use generic_ro_fops
Christoph Hellwig
3
-32
/
+1
2005-11-07
[PATCH] vxfs: use generic_ro_fops
Christoph Hellwig
1
-10
/
+1
2005-11-07
[PATCH] befs: use generic_ro_fops
Christoph Hellwig
1
-7
/
+1
2005-11-07
[PATCH] fix remaining missing includes
Tim Schmielau
1
-0
/
+1
2005-11-07
[PATCH] memory leak in dentry_open()
Peter Staubach
1
-1
/
+8
2005-11-07
[PATCH] __find_get_block_slow() cleanup
Coywolf Qi Hunt
1
-3
/
+3
2005-11-07
[PATCH] smbfs: 'names_cache' memory leak
Davi Arnaut
1
-2
/
+2
2005-11-07
[PATCH] V9FS: 'names_cache' memory leak
Davi Arnaut
2
-8
/
+8
2005-11-07
[PATCH] quota: small cleanups
Adrian Bunk
2
-0
/
+2
2005-11-07
[PATCH] aio: remove aio_max_nr accounting race
Zach Brown
1
-10
/
+21
2005-11-07
[PATCH] fuse: remove dead code from fuse_permission
Christoph Hellwig
1
-3
/
+0
2005-11-07
[PATCH] fs/smbfs/request.c: turn NULL dereference into BUG()
Adrian Bunk
1
-2
/
+1
2005-11-07
[PATCH] hfs needs nls
Lennert Buytenhek
1
-0
/
+1
2005-11-07
[PATCH] Remove hlist_for_each_rcu() API, convert existing use to hlist_for_ea...
Paul E. McKenney
1
-6
/
+4
2005-11-07
[PATCH] Process Events Connector
Matt Helsley
1
-0
/
+2
2005-11-07
[PATCH] write_inode_now(): write inode if not BDI_CAP_NO_WRITEBACK
Andrew Morton
1
-1
/
+1
2005-11-07
[PATCH] s390: cleanup of include/asm-s390/vtoc.h
Peter Oberparleiter
1
-7
/
+8
2005-11-07
[PATCH] mm: rename kmem_cache_s to kmem_cache
Pekka J Enberg
3
-6
/
+6
2005-11-07
[JFFS2] Clean up trailing white spaces
Thomas Gleixner
33
-590
/
+589
2005-11-06
[JFFS2] Fix broken compile when debug level = 2
Artem B. Bityutskiy
1
-3
/
+3
2005-11-06
[JFFS2] Return 0, not number of bytes written, for success at commit_write
Todd Poynor
1
-3
/
+3
2005-11-06
[JFFS2] Fix dataflash support
Artem B. Bityutskiy
3
-22
/
+40
2005-11-06
[JFFS2] Use memset(struct) instead of nulling struct members one by one
Artem B. Bityutskiy
1
-10
/
+7
2005-11-06
[JFFS2] Remove stale comment
Artem B. Bityutskiy
1
-2
/
+1
2005-11-06
[JFFS2] Rename jffs2_summary_node to jffs2_raw_summary
Ferenc Havasi
2
-9
/
+9
2005-11-06
[JFFS2] Debug code simplification, update TODO
Artem B. Bityutskiy
13
-264
/
+232
2005-11-06
[JFFS2] Account summary space in reserved_size.
Ferenc Havasi
1
-1
/
+3
2005-11-06
[JFFS2] Debug message format clean up
Artem B. Bityutskiy
2
-159
/
+120
2005-11-06
[JFFS2] Call summary collector for all mtd devices with writev support
Ferenc Havasi
1
-5
/
+6
2005-11-06
[JFFS2] Return real jffs2_sum_init() error code
Ferenc Havasi
1
-3
/
+5
2005-11-06
[JFFS2] Add erase block summary support (mount time improvement)
Ferenc Havasi
18
-197
/
+1372
2005-11-06
[JFFS2] Remove support for virtual blocks
Ferenc Havasi
4
-23
/
+13
2005-11-06
[JFFS2] Solve BUG caused by frag->node representing a hole in fragtree
Artem B. Bityutskiy
1
-2
/
+2
2005-11-06
[JFFS2] Calculate CRC check starting point correctly
Artem B. Bityutskiy
2
-8
/
+9
2005-11-06
[JFFS2] More message formatting cleanups
Artem B. Bityutskiy
2
-7
/
+7
[next]