index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
reiserfs
Age
Commit message (
Expand
)
Author
Files
Lines
2021-07-16
reiserfs: check directory items on read from disk
Shreyansh Chouhan
1
-5
/
+26
2021-07-16
reiserfs: add check for root_inode in reiserfs_fill_super
Yu Kuai
1
-0
/
+8
2021-07-01
Merge tag 'fs_for_v5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2
-3
/
+15
2021-05-24
reiserfs: Remove unneed check in reiserfs_write_full_page()
YueHaibing
1
-3
/
+1
2021-05-17
reiserfs: Fix fall-through warnings for Clang
Gustavo A. R. Silva
1
-0
/
+1
2021-05-17
reiserfs: add check for invalid 1st journal block
Pavel Skripkin
1
-0
/
+14
2021-05-07
treewide: remove editor modelines and cruft
Masahiro Yamada
1
-10
/
+0
2021-04-29
Merge tag 'for_v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...
Linus Torvalds
1
-4
/
+2
2021-04-21
fs/reiserfs/journal.c: delete useless variables
Tian Tao
1
-4
/
+2
2021-04-12
reiserfs: convert to fileattr
Miklos Szeredi
5
-70
/
+64
2021-03-30
reiserfs: update reiserfs_xattrs_initialized() condition
Tetsuo Handa
1
-1
/
+1
2021-02-23
Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
11
-29
/
+42
2021-01-27
block: use an on-stack bio in blkdev_issue_flush
Christoph Hellwig
1
-1
/
+1
2021-01-24
fs: make helpers idmap mount aware
Christian Brauner
7
-18
/
+27
2021-01-24
acl: handle idmapped mounts
Christian Brauner
4
-5
/
+9
2021-01-24
attr: handle idmapped mounts
Christian Brauner
1
-2
/
+2
2021-01-24
inode: make init and permission helpers idmapped mount aware
Christian Brauner
2
-3
/
+3
2021-01-24
namei: make permission helpers idmapped mount aware
Christian Brauner
1
-1
/
+1
2020-11-26
reiserfs: add check for an invalid ih_entry_count
Rustam Kovhaev
1
-0
/
+6
2020-10-01
reiserfs: Fix oops during mount
Jan Kara
1
-0
/
+7
2020-09-22
reiserfs: Initialize inode keys properly
Jan Kara
1
-5
/
+1
2020-09-16
reiserfs: only call unlock_new_inode() if I_NEW
Eric Biggers
1
-1
/
+2
2020-08-28
reiserfs: Fix memory leak in reiserfs_parse_options()
Jan Kara
1
-4
/
+4
2020-08-06
Merge tag 'for_v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...
Linus Torvalds
5
-9
/
+9
2020-08-05
reiserfs: delete duplicated words
Randy Dunlap
4
-8
/
+8
2020-07-27
reiserfs: reiserfs.h: delete a duplicated word
Randy Dunlap
1
-1
/
+1
2020-06-24
block: move block-related definitions out of fs.h
Christoph Hellwig
1
-0
/
+1
2020-06-04
Merge tag 'for_v5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...
Linus Torvalds
1
-1
/
+1
2020-06-02
Merge tag 'for-5.8/block-2020-06-01' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-1
/
+1
2020-06-02
fs: convert mpage_readpages to mpage_readahead
Matthew Wilcox (Oracle)
1
-5
/
+3
2020-05-29
reiserfs: Replace kmalloc with kcalloc in the comment
Liao Pingfang
1
-1
/
+1
2020-05-22
block: remove the error_sector argument to blkdev_issue_flush
Christoph Hellwig
1
-1
/
+1
2020-04-07
reiserfs: clean up several indentation issues
Colin Ian King
3
-11
/
+12
2020-03-24
block: remove __bdevname
Christoph Hellwig
1
-3
/
+2
2020-01-31
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-1
/
+2
2020-01-31
reiserfs: prevent NULL pointer dereference in reiserfs_insert_item()
Yunfeng Ye
1
-1
/
+2
2020-01-30
Merge tag 'for_v5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...
Linus Torvalds
4
-10
/
+3
2020-01-21
fs/reiserfs: remove unused macros
Alex Shi
3
-9
/
+0
2020-01-16
reiserfs: fix handling of -EOPNOTSUPP in reiserfs_for_each_xattr
Jeff Mahoney
1
-2
/
+6
2019-12-16
reiserfs: Fix spurious unlock in reiserfs_fill_super() error handling
Jan Kara
1
-1
/
+1
2019-12-16
reiserfs: Fix memory leak of journal device string
Jan Kara
1
-0
/
+2
2019-11-05
reiserfs: replace open-coded atomic_dec_and_mutex_lock()
Nikitas Angelinas
1
-8
/
+2
2019-10-31
reiserfs: fix extended attributes on the root directory
Jeff Mahoney
6
-14
/
+32
2019-09-25
fs/reiserfs/do_balan.c: remove set but not used variable
Jason Yan
1
-2
/
+1
2019-09-25
fs/reiserfs/journal.c: remove set but not used variable
Jason Yan
1
-4
/
+3
2019-09-25
fs/reiserfs/do_balan.c: remove set but not used variables
zhengbin
1
-11
/
+1
2019-09-25
fs/reiserfs/fix_node.c: remove set but not used variables
zhengbin
1
-5
/
+1
2019-09-25
fs/reiserfs/prints.c: remove set but not used variables
zhengbin
1
-3
/
+0
2019-09-25
fs/reiserfs/objectid.c: remove set but not used variables
zhengbin
1
-2
/
+1
2019-09-25
fs/reiserfs/lbalance.c: remove set but not used variables
zhengbin
1
-2
/
+1
[next]