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
/
reiserfs
Age
Commit message (
Expand
)
Author
Files
Lines
2006-03-24
[PATCH] cpuset memory spread: slab cache format
Paul Jackson
1
-1
/
+2
2006-03-24
[PATCH] cpuset memory spread: slab cache filesystems
Paul Jackson
1
-1
/
+1
2006-03-24
[PATCH] fs: Use ARRAY_SIZE macro
Tobias Klauser
1
-6
/
+3
2006-03-02
[PATCH] reiserfs: fix unaligned bitmap usage
Jeff Mahoney
1
-4
/
+4
2006-03-02
[PATCH] reiserfs: do not check if unsigned < 0
Vladimir V. Saveliev
3
-15
/
+10
2006-02-13
[PATCH] reiserfs: fix potential (unlikely) oops in reiserfs_get_acl
Jeff Mahoney
1
-1
/
+2
2006-02-12
[PATCH] reiserfs: disable automatic enabling of reiserfs inode attributes
Jeff Mahoney
1
-2
/
+0
2006-02-07
[PATCH] remove bogus asm/bug.h includes.
Al Viro
1
-1
/
+0
2006-02-03
[PATCH] someone broke reiserfs V3 mount options, this fixes it
Vitaly Fertman
1
-1
/
+1
2006-02-01
[PATCH] reiserfs: reiserfs: check for files > 2GB on 3.5.x disks
Jeff Mahoney
1
-0
/
+17
2006-02-01
[PATCH] reiserfs: reiserfs fix journal accounting in journal_transaction_shou...
Chris Mason
1
-0
/
+3
2006-02-01
[PATCH] reiserfs: reiserfs write_ordered_buffers should not oops on dirty non...
Chris Mason
1
-2
/
+13
2006-02-01
[PATCH] reiserfs: reiserfs hang and performance fix for data=journal mode
Chris Mason
2
-5
/
+21
2006-02-01
[PATCH] resierfs: fix reiserfs_invalidatepage race against data=ordered
Chris Mason
2
-1
/
+16
2006-02-01
[PATCH] reiserfs: use generic_permission
Christoph Hellwig
1
-77
/
+26
2006-02-01
[PATCH] reiserfs: remove reiserfs_permission_locked
Christoph Hellwig
1
-22
/
+8
2006-02-01
[PATCH] reiserfs: missing kmalloc failure check
Diego Calleja
1
-0
/
+2
2006-02-01
[PATCH] reiserfs: use __GFP_NOFAIL instead of yield and retry loop for alloca...
Pekka Enberg
1
-6
/
+2
2006-02-01
[PATCH] reiserfs: remove kmalloc wrapper
Pekka Enberg
7
-137
/
+49
2006-01-14
[PATCH] reiserfs: remove d_splice_alias NULL check from reiserfs_lookup
Pekka Enberg
1
-5
/
+1
2006-01-11
[PATCH] capable/capability.h (fs/)
Randy Dunlap
4
-0
/
+4
2006-01-11
[PATCH] reiserfs: fix assertion failure in reiserfs+journaled quotas
Jan Kara
1
-1
/
+4
2006-01-10
[PATCH] replace inode_update_time with file_update_time
Christoph Hellwig
1
-1
/
+1
2006-01-10
[PATCH] remove reiserfs xattr permission checks
Christoph Hellwig
2
-51
/
+0
2006-01-09
[PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_sem
Jes Sorensen
7
-37
/
+37
2006-01-03
s/retreiv/retriev/g
Matt Mackall
1
-2
/
+2
2005-12-14
[PATCH] reiserfs: close open transactions on error path
Jeff Mahoney
1
-8
/
+18
2005-12-14
[PATCH] reiserfs: skip commit on io error
Jeff Mahoney
1
-4
/
+14
2005-11-29
[PATCH] reiserfs: handle cnode allocation failure gracefully
Jeff Mahoney
1
-0
/
+9
2005-11-28
[PATCH] reiserfs: fix 32-bit overflow in map_block_for_writepage()
Oleg Drokin
1
-1
/
+1
2005-11-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial
Linus Torvalds
1
-0
/
+1
2005-11-09
[PATCH] Fix return value in reiserfs allocator
Jan Kara
1
-2
/
+2
2005-11-08
fs/reiserfs/hashes.c should #include <linux/reiserfs_fs.h>
Adrian Bunk
1
-0
/
+1
2005-10-30
[PATCH] reiserfs: [kv]free() checking cleanup
James Lamanna
2
-18
/
+10
2005-10-28
[PATCH] gfp_t: reiserfs mapping_set_gfp_mask() use
Al Viro
1
-1
/
+1
2005-10-28
[PATCH] gfp_t: fs/*
Al Viro
2
-2
/
+2
2005-09-13
[PATCH] reiserfs: use mark_inode_dirty instead of reiserfs_update_sd
Chris Mason
2
-14
/
+13
2005-09-10
[PATCH] fs: fix-up schedule_timeout() usage
Nishanth Aravamudan
1
-2
/
+1
2005-09-10
[PATCH] janitor: reiserfs: super.c - vfree() checking cleanups
James Lamanna
1
-2
/
+1
2005-09-09
[PATCH] update filesystems for new delete_inode behavior
Mark Fasheh
1
-0
/
+2
2005-09-07
[PATCH] Change ll_rw_block() calls in Reiser
Jan Kara
1
-2
/
+2
2005-08-18
[PATCH] reiserfs+acl+quota deadlock fix
Jan Kara
1
-1
/
+1
2005-08-13
[PATCH] Fix error handling in reiserfs
Jan Kara
1
-0
/
+3
2005-07-27
[PATCH] clean up inline static vs static inline
Jesper Juhl
1
-2
/
+2
2005-07-27
[PATCH] reiserfs doesn't use mbcache
Andreas Gruenbacher
1
-1
/
+0
2005-07-27
[PATCH] reiserfs: fix deadlock in inode creation failure path w/ default ACL
Jeff Mahoney
1
-1
/
+11
2005-07-12
reiserfs: run scripts/Lindent on reiserfs code
Linus Torvalds
25
-21422
/
+23222
2005-07-12
[PATCH] reiserfs: fix up case where indent misreads the code
Jeff Mahoney
1
-1
/
+1
2005-06-30
[PATCH] reiserfs: handle_attrs() fix
Andrew Morton
1
-2
/
+1
2005-06-29
[PATCH] reiserfs: enable attrs by default if saf
Jeff Mahoney
1
-0
/
+2
[next]