index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
reiserfs
/
bitmap.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-06-13
treewide: Use array_size() in vmalloc()
Kees Cook
1
-1
/
+1
2017-06-23
reiserfs: fix race in prealloc discard
Jeff Mahoney
1
-2
/
+10
2017-06-23
reiserfs: don't preallocate blocks for extended attributes
Jeff Mahoney
1
-1
/
+1
2014-06-11
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...
Linus Torvalds
1
-92
/
+167
2014-06-07
fs/reiserfs/bitmap.c: coding style fixes
Fabian Frederick
1
-7
/
+6
2014-05-07
reiserfs: cleanup, remove unnecessary parens
Jeff Mahoney
1
-3
/
+3
2014-05-07
reiserfs: cleanup, remove leading whitespace from labels
Jeff Mahoney
1
-2
/
+2
2014-05-07
reiserfs: cleanup, remove sb argument from journal_mark_dirty
Jeff Mahoney
1
-4
/
+4
2014-05-07
reiserfs: cleanup, reformat comments to normal kernel style
Jeff Mahoney
1
-81
/
+156
2014-05-07
reiserfs: cleanup, rename key and item accessors to more friendly names
Jeff Mahoney
1
-2
/
+2
2013-08-09
reiserfs: locking, release lock around quota operations
Jeff Mahoney
1
-2
/
+15
2013-08-09
reiserfs: locking, handle nested locks properly
Jeff Mahoney
1
-2
/
+3
2012-08-15
reiserfs: fix deadlocks with quotas
Jeff Mahoney
1
-2
/
+0
2012-03-21
move private bits of reiserfs_fs.h to fs/reiserfs/reiserfs.h
Al Viro
1
-1
/
+1
2012-03-21
kill pointless includes of reiserfs_fs_{i,sb}.h
Al Viro
1
-2
/
+0
2012-01-11
reiserfs: delay reiserfs lock until journal initialization
Frederic Weisbecker
1
-3
/
+0
2012-01-07
reiserfs: Properly display mount options in /proc/mounts
Jan Kara
1
-0
/
+91
2011-07-26
reiserfs: use hweight_long()
Akinobu Mita
1
-5
/
+1
2011-07-26
reiserfs: use proper little-endian bitops
Akinobu Mita
1
-1
/
+1
2010-03-08
Merge branch 'for-next' into for-linus
Jiri Kosina
1
-1
/
+1
2010-03-05
dquot: cleanup space allocation / freeing routines
Christoph Hellwig
1
-5
/
+5
2010-02-09
tree-wide: Assorted spelling fixes
Daniel Mack
1
-1
/
+1
2009-12-14
reiserfs: Fix possible recursive lock
Frederic Weisbecker
1
-0
/
+3
2009-09-14
kill-the-BKL/reiserfs: release the write lock inside reiserfs_read_bitmap_blo...
Frederic Weisbecker
1
-0
/
+2
2009-09-14
reiserfs: kill-the-BKL
Frederic Weisbecker
1
-0
/
+2
2009-03-30
Merge branch 'reiserfs-updates' from Jeff Mahoney
Linus Torvalds
1
-38
/
+34
2009-03-30
reiserfs: use reiserfs_error()
Jeff Mahoney
1
-27
/
+29
2009-03-30
reiserfs: rework reiserfs_warning
Jeff Mahoney
1
-29
/
+23
2009-03-30
reiserfs: make some warnings informational
Jeff Mahoney
1
-3
/
+3
2009-03-26
reiserfs: Use lowercase names of quota functions
Jan Kara
1
-6
/
+8
2008-04-28
reiserfs: replace remaining __FUNCTION__ occurrences
Harvey Harrison
1
-4
/
+4
2008-02-03
fs/: Spelling fixes
Joe Perches
1
-3
/
+3
2007-10-19
reiserfs: ignore on disk s_bmap_nr value
Jeff Mahoney
1
-17
/
+22
2007-10-19
reiserfs: remove first_zero_hint
Jeff Mahoney
1
-17
/
+12
2007-10-19
reiserfs: fix usage of signed ints for block numbers
Jeff Mahoney
1
-11
/
+13
2007-10-19
reiserfs: use is_reusable to catch corruption
Jeff Mahoney
1
-8
/
+13
2007-10-17
fs/reiserfs/: cleanups
Adrian Bunk
1
-57
/
+0
2006-12-08
[PATCH] struct path: rename Reiserfs's struct path
Josef "Jeff" Sipek
1
-1
/
+1
2006-10-07
[PATCH] reiserfs: null pointer dereferencing in reiserfs_read_bitmap_block
Eric Eric Sesterhenn
1
-2
/
+2
2006-10-01
[PATCH] reiserfs: eliminate minimum window size for bitmap searching
Jeff Mahoney
1
-22
/
+1
2006-10-01
[PATCH] reiserfs: on-demand bitmap loading
Jeff Mahoney
1
-53
/
+44
2006-10-01
[PATCH] reiserfs: reorganize bitmap loading functions
Jeff Mahoney
1
-0
/
+88
2006-10-01
[PATCH] reiserfs: clean up bitmap block buffer head references
Jeff Mahoney
1
-24
/
+36
2006-10-01
[PATCH] reiserfs: fix is_reusable bitmap check to not traverse the bitmap inf...
Jeff Mahoney
1
-15
/
+25
2006-06-30
Remove obsolete #include <linux/config.h>
Jörn Engel
1
-1
/
+0
2005-07-13
reiserfs: run scripts/Lindent on reiserfs code
Linus Torvalds
1
-873
/
+969
2005-05-01
[PATCH] reiserfs endianness: annotate little-endian objects
Al Viro
1
-3
/
+4
2005-05-01
[PATCH] reiserfs endianness: clone struct reiserfs_key
Al Viro
1
-2
/
+2
2005-04-17
Linux-2.6.12-rc2
Linus Torvalds
1
-0
/
+1169