index
:
~glisse/linux
amdgpu-debug
bbb-3.8
bxm-3.2
dal
generic-write-protection-rfc
gup
gup-bio-v2
gup-bio-v3
gup-fs-block
gup-scatterlist-v1
hmm
hmm-4.17
hmm-4.19
hmm-4.20
hmm-4.21
hmm-5.1-v2
hmm-5.2-v3
hmm-5.3
hmm-cdm
hmm-cdm-next
hmm-cdm-v2
hmm-cdm-v3
hmm-cdm-v4
hmm-for-4.17
hmm-for-5.1
hmm-intel-v00
hmm-next
hmm-nouveau
hmm-nouveau-5.1
hmm-nouveau-v01
hmm-nouveau-v03
hmm-odp-v2
hmm-p2p
hmm-radeon-v00
hmm-stable
hmm-v10
hmm-v11
hmm-v12
hmm-v13
hmm-v14
hmm-v15
hmm-v16
hmm-v17
hmm-v18
hmm-v19
hmm-v20
hmm-v21
hmm-v22
hmm-v23
hmm-v24
hmm-v25
hmm-v25-4.9
hmm-v25-next
hmm-v9
hmm-y15may21
hms-hbind-v01
kill-page-mapping
kvm-restore-change_pte
master
mmu-notifier
mmu-notifier-context
mmu-notifier-rfc
mmu-notifier-rfc-kvm
mmu-notifier-v05
mmu-notifier-v06
nookhd
nouveau-hmm
nouveau-hmm-v00
nouveau-hmm-v01
odp-5.2
odp-hmm
rdma-5.2
rdma-odp-hmm-v4
scratch
wip-hmm-p2p
wip-kvm-mmu-notifier-opti
wip-p2p-showcase
Linux kernel with some radeon work.
glisse
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
jffs2
Age
Commit message (
Expand
)
Author
Files
Lines
2005-09-07
[PATCH] jffs/jffs2: remove wrong function prototypes
Adrian Bunk
1
-3
/
+0
2005-08-19
[PATCH] Fix up symlink function pointers
Al Viro
1
-3
/
+3
2005-08-19
[PATCH] jffs2: fix symlink error handling
Al Viro
1
-4
/
+6
2005-07-15
[JFFS2] Fix node allocation leak
Thomas Gleixner
1
-82
/
+92
2005-07-13
[JFFS2] Avoid compiler warnings when JFFS2_FS_WRITEBUFFER=n
Todd Poynor
1
-1
/
+3
2005-07-13
[JFFS2] Init locks early during mount
Artem B. Bityuckiy
2
-9
/
+11
2005-07-12
[JFFS2] Rename function and update comments
Artem B. Bityuckiy
1
-7
/
+7
2005-07-12
[JFFS2] Remove needless variable initialization
Artem B. Bityuckiy
1
-2
/
+1
2005-07-12
[JFFS2] Avoid alloc/dealloc for zero sized nodes
Artem B. Bityuckiy
1
-6
/
+4
2005-07-06
[JFFS2] Simplify the tree insert code.
Artem B. Bityuckiy
1
-5
/
+4
2005-07-06
[JFFS2] Remove compatibilty cruft for ancient kernels
David Woodhouse
4
-60
/
+8
2005-07-06
[JFFS2] Optimise jffs2_add_tn_to_list
David Woodhouse
3
-27
/
+88
2005-06-26
Merge with rsync://fileserver/linux
Thomas Gleixner
1
-1
/
+1
2005-06-26
[PATCH] jffs2 build fix
Andrew Morton
1
-1
/
+1
2005-05-23
[JFFS2] Whitespace cleanup. Fix missing debug message
Thomas Gleixner
2
-6
/
+7
2005-05-23
[JFFS2] Fix crosscompile
Thomas Gleixner
1
-2
/
+2
2005-05-23
[JFFS2] Fix cleanup in case of GC-Task not started
Thomas Gleixner
1
-2
/
+5
2005-05-23
[JFFS2] Convert thread start semaphore to completion
Thomas Gleixner
1
-4
/
+4
2005-05-23
[JFFS2] Kill GC thread before cleanup
Artem B. Bityuckiy
1
-3
/
+3
2005-05-23
[JFFS2] Suppress annoying debug messages
Artem B. Bityuckiy
1
-3
/
+3
2005-05-23
[JFFS2] Fix NOR only compile
Artem B. Bityuckiy
2
-7
/
+5
2005-05-23
[JFFS2] Fix inode allocation race
David Woodhouse
3
-6
/
+13
2005-05-23
[JFFS2] Fix race in garbage collector
Artem B. Bityuckiy
2
-7
/
+37
2005-05-23
[JFFS2] Add KERN_DEBUG level to printks
Artem B. Bityuckiy
1
-3
/
+3
2005-05-23
[JFFS2] Fix race problems with wbuf.
Artem B. Bityuckiy
2
-10
/
+10
2005-05-23
[JFFS2] Prevent deadlock when flushing write buffer
Artem B. Bityuckiy
1
-1
/
+3
2005-05-23
[JFFS2] Forbid to free inode_cache objects if its nlink isn't zero.
Artem B. Bityuckiy
2
-4
/
+4
2005-05-23
[JFFS2] Improve garbage collector block selection
Artem B. Bityuckiy
1
-1
/
+7
2005-05-23
[JFFS2] Use function to manipulate superblock dirty flag
Artem B. Bityuckiy
1
-2
/
+2
2005-05-23
[JFFS2] Add symlink caching support.
Artem B. Bityuckiy
5
-70
/
+117
2005-05-23
[JFFS2] Fix NOR specific scan BUG
Artem B. Bityuckiy
2
-8
/
+12
2005-05-23
[JFFS2] Prevent ino cache removal for inodes in use
David Woodhouse
5
-16
/
+24
2005-05-23
[JFFS2] Fix node lookup
Artem B. Bityuckiy
1
-3
/
+3
2005-05-23
[JFFS2] Use a single config option for write buffer support
Andrew Victor
7
-44
/
+24
2005-05-23
[JFFS2] Add support for JFFS2-on-Dataflash devices.
Andrew Victor
6
-14
/
+87
2005-05-23
[JFFS2] Core changes required to support JFFS2-on-Dataflash devices.
Andrew Victor
5
-44
/
+53
2005-05-23
[JFFS2] Prevent deadlock during write buffer recovery
Estelle Hammache
1
-4
/
+8
2005-05-23
[JFFS2] Remove NAND dependencies for NOR FLASH
David Woodhouse
1
-1
/
+7
2005-05-23
[JFFS2] Code cleanup
Estelle Hammache
3
-47
/
+28
2005-05-23
[JFFS2] Fix refile of blocks due to write failure.
Estelle Hammache
1
-3
/
+6
2005-05-23
[JFFS2] Fix block refiling
Estelle Hammache
1
-18
/
+47
2005-05-23
[JFFS2] Fix write buffer retry case
Estelle Hammache
1
-1
/
+32
2005-05-23
[JFFS2] Avoid warning for empty filesystems
Todd Poynor
1
-2
/
+2
2005-05-05
[PATCH] make some things static
Adrian Bunk
2
-10
/
+20
2005-05-01
[PATCH] Exterminate PAGE_BUG
Matt Mackall
1
-2
/
+1
2005-04-16
Linux-2.6.12-rc2
Linus Torvalds
35
-0
/
+12564