index
:
~airlied/linux
01.01-gsp-rm
amdgpu-dc-cleanups
amdgpu-non-dc-cleanups
amdgpu-semaphores
amdgpu-semapohres-sync-file
ast-fixes
ast-updates
cache-hacks
dal-4.7-minor-cleanups
dma-buf-merge
dp-mst-audio
drm-5.20-merged
drm-5.8-merged
drm-amdgpu-dal-wip
drm-amdgpu-dal-wip-bios-parser-separate
drm-amdgpu-objects
drm-connector-lifetimes
drm-core-next
drm-core-next-testing
drm-displayid-timings
drm-dmabuf
drm-dmabuf-wip
drm-dmabuf2
drm-exclusive-objects
drm-fixes
drm-fixes-amd-acp
drm-fixes-intel
drm-fixes-kbl
drm-fixes-mst
drm-fixes-no-fbcon
drm-fixes-staging
drm-hacked-to-shit
drm-i915-display-funcs-constify
drm-i915-mst-support
drm-i915-mst-support-next
drm-i915-mst-v3.14
drm-i915-mst-v3.16
drm-i915-next
drm-intel-display-refactor
drm-lease-v5
drm-legacy-cleanup
drm-linus-merged
drm-mst-dell-30-hacks
drm-mst-fixes
drm-mst-hide-monitor
drm-mst-next
drm-mst-tiled
drm-next
drm-next-5.10-merged
drm-next-5.11-merged
drm-next-5.15-merged
drm-next-5.17-merged
drm-next-5.5-merged
drm-next-6.1-merged
drm-next-6.2-merged
drm-next-6.9-merged
drm-next-amd-dc-staging
drm-next-ast-2500
drm-next-ast-fixes
drm-next-coc
drm-next-lease-stage
drm-next-merged
drm-next-mst-prep
drm-next-staging
drm-next-todo
drm-next-wip-fix-runtime-race
drm-nouveau-destage
drm-optimus-power-down
drm-optimus-power-down-snd-merge
drm-prime-dmabuf
drm-prime-dmabuf-initial
drm-prime-vmap
drm-radeon-aiw
drm-radeon-mullins
drm-radeon-poweroff
drm-radeon-sitn-support
drm-radeon-sun-hainan
drm-radeon-testing
drm-rcar-for-v3.12
drm-render-nodes
drm-syncobj
drm-syncobj-amdgpu
drm-syncobj-sem
drm-syncobj-tip
drm-syncobj-wait-null
drm-udl-next
drm-vma-manager
fbcon-fixes
fbcon-locking-fixes
for-intel-ci
i915-display-funcs-refactor-wip
i915-display-struct-refactor
i915-mst-hacks
i915-uncore-vfunc
i915-vtable-cleanup
kms-server
master
mgag200-queue
mst-hacks
nv-pm-ops2
nv-pm-ops2-wip
nv-pm-ops3
nv-pm-ops3-wip
prime-fixes
prime-merge
prime-todo
prime-todo2
qxl-3d
qxl-cleanups
qxl-demidlayer
qxl-fedora-queue
qxl-fixes
qxl-hack
qxl-kms-test
qxl-next
qxl-upstream
qxl-wtuf-reservations-port
radeon-cs-setup
radeon-mst-hacks
radeon-mst-hacks-rebase
radeon-mst-v1
switchy-wip
ttm-refactor-mem-manager
ttm-refactor-mem-manager-rename
udl-unplug
udl-v2
udl-v4
virgl
virgl-wip
virtio-gpu
virtio-vga
virtio-vga-3d
wip-open-source-userspace
Official DRM kernel tree
airlied
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
jffs2
/
os-linux.h
Age
Commit message (
Expand
)
Author
Files
Lines
2015-06-23
fs: cleanup slight list_entry abuse
Rasmus Villemoes
1
-1
/
+1
2012-09-21
userns: Convert jffs2 to use kuid and kgid where appropriate
Eric W. Biederman
1
-2
/
+2
2012-05-30
jffs2: get rid of jffs2_sync_super
Artem Bityutskiy
1
-5
/
+2
2012-03-27
jffs2: update to new MTD interface
Brian Norris
1
-3
/
+1
2011-10-19
jffs2: implement mount option parsing and compression overriding
Andres Salomon
1
-1
/
+1
2011-08-01
switch posix_acl_create() to umode_t *
Al Viro
1
-1
/
+1
2011-07-24
fix jffs2 ACLs on big-endian with 16bit mode_t
Al Viro
1
-1
/
+1
2011-07-20
fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlers
Josef Bacik
1
-1
/
+1
2011-05-27
fs: pass exact type of data dirties to ->dirty_inode
Christoph Hellwig
1
-1
/
+1
2010-08-09
convert remaining ->clear_inode() to ->evict_inode()
Al Viro
1
-1
/
+1
2010-05-27
drop unused dentry argument to ->fsync
Christoph Hellwig
1
-1
/
+1
2010-05-19
jffs2: Rename jffs2_erase_pending_trigger() to jffs2_dirty_trigger()
Joakim Tjernlund
1
-2
/
+1
2009-06-24
switch jffs2 to inode->i_acl
Al Viro
1
-4
/
+0
2009-06-11
jffs2: move jffs2_write_super to super.c
Christoph Hellwig
1
-1
/
+0
2008-07-11
[JFFS2] Use .unlocked_ioctl
Stoyan Gaydarov
1
-1
/
+1
2008-05-01
[JFFS2] Invert last argument of jffs2_gc_fetch_inode(), make it boolean.
David Woodhouse
1
-1
/
+1
2008-02-07
iget: stop JFFS2 from using iget() and read_inode()
David Howells
1
-1
/
+1
2007-10-20
[JFFS2] Tidy up fix for ACL/permissions problem.
KaiGai Kohei
1
-3
/
+1
2007-08-22
[JFFS2] Fix ACL vs. mode handling.
David Woodhouse
1
-1
/
+4
2007-04-27
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...
David Woodhouse
1
-0
/
+6
2007-04-27
JFFS2: add UBI support
Artem Bityutskiy
1
-0
/
+6
2007-04-25
[JFFS2] Tidy up licensing/copyright boilerplate.
David Woodhouse
1
-3
/
+1
2007-02-12
[PATCH] mark struct inode_operations const 2
Arjan van de Ven
1
-3
/
+3
2006-06-28
[PATCH] mark address_space_operations const
Christoph Hellwig
1
-1
/
+1
2006-06-23
[PATCH] VFS: Permit filesystem to perform statfs with a known root dentry
David Howells
1
-1
/
+1
2006-05-26
[JFFS2] Switch to using an array of jffs2_raw_node_refs instead of a list.
David Woodhouse
1
-0
/
+1
2006-05-22
[MTD] Introduce MTD_BIT_WRITEABLE
Joern Engel
1
-4
/
+2
2006-05-22
[MTD] Merge STMicro NOR_ECC code with Intel Sibley code
Joern Engel
1
-9
/
+1
2006-05-20
Merge git://git.infradead.org/jffs2-xattr-2.6
David Woodhouse
1
-0
/
+4
2006-05-19
[JFFS2] Support new device nodes
David Woodhouse
1
-3
/
+1
2006-05-13
[JFFS2][XATTR] XATTR support on JFFS2 (version. 5)
KaiGai Kohei
1
-0
/
+4
2006-03-28
[PATCH] Make most file operations structs in fs/ const
Arjan van de Ven
1
-2
/
+2
2005-11-07
[JFFS2] Clean up trailing white spaces
Thomas Gleixner
1
-4
/
+4
2005-11-06
[JFFS2] Fix dataflash support
Artem B. Bityutskiy
1
-3
/
+3
2005-11-06
[JFFS2] Debug code simplification, update TODO
Artem B. Bityutskiy
1
-3
/
+3
2005-11-06
[JFFS2] Add erase block summary support (mount time improvement)
Ferenc Havasi
1
-3
/
+16
2005-11-06
[JFFS2] Teach JFFS2 about Sibley flash
Nicolas Pitre
1
-2
/
+11
2005-11-06
[JFFS2] Use f->target instead of f->dents for symlink target
Artem B. Bityutskiy
1
-1
/
+2
2005-07-13
[JFFS2] Avoid compiler warnings when JFFS2_FS_WRITEBUFFER=n
Todd Poynor
1
-1
/
+3
2005-07-06
[JFFS2] Remove compatibilty cruft for ancient kernels
David Woodhouse
1
-37
/
+1
2005-05-23
[JFFS2] Fix NOR only compile
Artem B. Bityuckiy
1
-2
/
+3
2005-05-23
[JFFS2] Use a single config option for write buffer support
Andrew Victor
1
-20
/
+8
2005-05-23
[JFFS2] Add support for JFFS2-on-Dataflash devices.
Andrew Victor
1
-2
/
+16
2005-05-23
[JFFS2] Core changes required to support JFFS2-on-Dataflash devices.
Andrew Victor
1
-1
/
+4
2005-04-16
Linux-2.6.12-rc2
v2.6.12-rc2
Linus Torvalds
1
-0
/
+217