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
2009-12-09
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
1
-1
/
+1
2009-12-09
Merge branch 'reiserfs/kill-bkl' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
16
-163
/
+420
2009-12-04
reiserfs: fix misspelling of "journaled"
Adam Buchbinder
1
-1
/
+1
2009-11-20
kill-the-bkl/reiserfs: turn GFP_ATOMIC flag to GFP_NOFS in reiserfs_get_block()
Frederic Weisbecker
1
-1
/
+1
2009-10-14
kill-the-bkl/reiserfs: drop the fs race watchdog from _get_block_create_0()
Frederic Weisbecker
1
-9
/
+2
2009-10-14
kill-the-bkl/reiserfs: definitely drop the bkl from reiserfs_ioctl()
Frederic Weisbecker
3
-10
/
+5
2009-10-14
kill-the-bkl/reiserfs: always lock the ioctl path
Frederic Weisbecker
1
-27
/
+39
2009-10-05
kill-the-bkl/reiserfs: fix reiserfs lock to cpu_add_remove_lock dependency
Frederic Weisbecker
1
-1
/
+4
2009-09-22
const: make struct super_block::s_qcop const
Alexey Dobriyan
1
-1
/
+1
2009-09-22
const: make struct super_block::dq_op const
Alexey Dobriyan
1
-1
/
+1
2009-09-17
kill-the-bkl/reiserfs: Fix induced mm->mmap_sem to sysfs_mutex dependency
Frederic Weisbecker
1
-0
/
+16
2009-09-14
kill-the-bkl/reiserfs: panic in case of lock imbalance
Frederic Weisbecker
1
-4
/
+3
2009-09-14
kill-the-bkl/reiserfs: fix recursive reiserfs write lock in reiserfs_commit_w...
Frederic Weisbecker
1
-9
/
+2
2009-09-14
kill-the-bkl/reiserfs: fix recursive reiserfs lock in reiserfs_mkdir()
Frederic Weisbecker
1
-3
/
+4
2009-09-14
kill-the-bkl/reiserfs: fix "reiserfs lock" / "inode mutex" lock inversion dep...
Frederic Weisbecker
1
-1
/
+1
2009-09-14
kill-the-bkl/reiserfs: move the concurrent tree accesses checks per superblock
Frederic Weisbecker
4
-24
/
+7
2009-09-14
kill-the-bkl/reiserfs: acquire the inode mutex safely
Frederic Weisbecker
2
-36
/
+2
2009-09-14
kill-the-bkl/reiserfs: unlock only when needed in search_by_key
Frederic Weisbecker
1
-8
/
+34
2009-09-14
kill-the-bkl/reiserfs: use mutex_lock in reiserfs_mutex_lock_safe
Frederic Weisbecker
1
-5
/
+3
2009-09-14
kill-the-bkl/reiserfs: factorize the locking in reiserfs_write_end()
Frederic Weisbecker
1
-10
/
+15
2009-09-14
kill-the-bkl/reiserfs: reduce number of contentions in search_by_key()
Frederic Weisbecker
1
-1
/
+11
2009-09-14
kill-the-bkl/reiserfs: don't hold the write recursively in reiserfs_lookup()
Frederic Weisbecker
1
-3
/
+10
2009-09-14
kill-the-bkl/reiserfs: lock only once on reiserfs_get_block()
Frederic Weisbecker
1
-8
/
+11
2009-09-14
kill-the-BKL/reiserfs: release the write lock on flush_commit_list()
Frederic Weisbecker
1
-2
/
+5
2009-09-14
kill-the-BKL/reiserfs: release the write lock inside reiserfs_read_bitmap_blo...
Frederic Weisbecker
1
-0
/
+2
2009-09-14
kill-the-BKL/reiserfs: release the write lock inside get_neighbors()
Frederic Weisbecker
1
-0
/
+4
2009-09-14
kill-the-BKL/reiserfs: release write lock while rescheduling on prepare_for_d...
Frederic Weisbecker
1
-0
/
+2
2009-09-14
kill-the-BKL/reiserfs: release the write lock before rescheduling on do_journ...
Frederic Weisbecker
1
-0
/
+2
2009-09-14
kill-the-BKL/reiserfs: only acquire the write lock once in reiserfs_dirty_inode
Frederic Weisbecker
1
-6
/
+9
2009-09-14
kill-the-BKL/reiserfs: lock only once in reiserfs_truncate_file
Frederic Weisbecker
1
-3
/
+7
2009-09-14
kill-the-BKL/reiserfs: provide a tool to lock only once the write lock
Frederic Weisbecker
1
-0
/
+26
2009-09-14
reiserfs, kill-the-BKL: fix unsafe j_flush_mutex lock
Frederic Weisbecker
1
-1
/
+1
2009-09-14
reiserfs: kill-the-BKL
Frederic Weisbecker
11
-44
/
+245
2009-07-12
headers: smp_lock.h redux
Alexey Dobriyan
1
-1
/
+0
2009-07-10
Fix congestion_wait() sync/async vs read/write confusion
Jens Axboe
1
-1
/
+1
2009-07-08
headers: mnt_namespace.h redux
Alexey Dobriyan
1
-1
/
+0
2009-06-24
helpers for acl caching + switch to those
Al Viro
1
-39
/
+10
2009-06-24
switch reiserfs to inode->i_acl
Al Viro
3
-34
/
+4
2009-06-24
switch reiserfs to usual conventions for caching ACLs
Al Viro
2
-19
/
+14
2009-06-24
reiserfs: minimal fix for ACL caching
Al Viro
1
-1
/
+1
2009-06-24
reiserfs: remove stray unlock_super in reiserfs_resize
Christoph Hellwig
1
-1
/
+0
2009-06-18
reiserfs: fix warnings with gcc 4.4
Jeff Mahoney
2
-7
/
+8
2009-06-11
Push BKL down into ->remount_fs()
Alessio Igor Bogani
1
-0
/
+4
2009-06-11
push BKL down into ->put_super
Christoph Hellwig
1
-1
/
+3
2009-06-11
enforce ->sync_fs is only called for rw superblock
Christoph Hellwig
1
-12
/
+9
2009-06-11
remove ->write_super call in generic_shutdown_super
Christoph Hellwig
1
-0
/
+3
2009-06-11
reiserfs: allow exposing privroot w/ xattrs enabled
Jeff Mahoney
3
-7
/
+7
2009-05-17
reiserfs: fixup perms when xattrs are disabled
Jeff Mahoney
1
-17
/
+19
2009-05-17
reiserfs: deal with NULL xattr root w/ xattrs disabled
Jeff Mahoney
2
-3
/
+3
2009-05-17
reiserfs: clean up ifdefs
Jeff Mahoney
1
-23
/
+22
[next]