index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
reiserfs
Commit message (
Expand
)
Author
Age
Files
Lines
*
reiserfs: check directory items on read from disk
Shreyansh Chouhan
2021-08-15
1
-5
/
+26
*
reiserfs: add check for root_inode in reiserfs_fill_super
Yu Kuai
2021-08-15
1
-0
/
+8
*
reiserfs: add check for invalid 1st journal block
Pavel Skripkin
2021-07-20
1
-0
/
+14
*
reiserfs: update reiserfs_xattrs_initialized() condition
Tetsuo Handa
2021-04-07
1
-1
/
+1
*
reiserfs: add check for an invalid ih_entry_count
Rustam Kovhaev
2021-01-09
1
-0
/
+6
*
reiserfs: Fix memory leak in reiserfs_parse_options()
Jan Kara
2020-10-29
1
-4
/
+4
*
reiserfs: only call unlock_new_inode() if I_NEW
Eric Biggers
2020-10-29
1
-1
/
+2
*
reiserfs: Fix oops during mount
Jan Kara
2020-10-17
1
-0
/
+7
*
reiserfs: Initialize inode keys properly
Jan Kara
2020-10-17
1
-5
/
+1
*
reiserfs: prevent NULL pointer dereference in reiserfs_insert_item()
Yunfeng Ye
2020-02-28
1
-1
/
+2
*
reiserfs: Fix spurious unlock in reiserfs_fill_super() error handling
Jan Kara
2020-02-28
1
-1
/
+1
*
reiserfs: Fix memory leak of journal device string
Jan Kara
2020-02-05
1
-0
/
+2
*
reiserfs: fix handling of -EOPNOTSUPP in reiserfs_for_each_xattr
Jeff Mahoney
2020-01-23
1
-2
/
+6
*
reiserfs: fix extended attributes on the root directory
Jeff Mahoney
2019-12-21
6
-14
/
+32
*
reiserfs: propagate errors from fill_with_dentries() properly
Jann Horn
2018-11-27
1
-0
/
+7
*
reiserfs: change j_timestamp type to time64_t
Arnd Bergmann
2018-09-15
1
-1
/
+1
*
reiserfs: fix broken xattr handling (heap corruption, bad retval)
Jann Horn
2018-08-24
1
-1
/
+3
*
reiserfs: fix buffer overflow with long warning messages
Eric Biggers
2018-07-22
1
-60
/
+81
*
do d_instantiate/unlock_new_inode combinations safely
Al Viro
2018-05-30
1
-8
/
+4
*
fs/reiserfs/journal.c: add missing resierfs_warning() arg
Andrew Morton
2018-04-24
1
-1
/
+1
*
reiserfs: Make cancel_old_flush() reliable
Jan Kara
2018-03-22
3
-7
/
+17
*
reiserfs: avoid a -Wmaybe-uninitialized warning
Arnd Bergmann
2018-02-25
2
-2
/
+1
*
reiserfs: remove unneeded i_version bump
Jeff Layton
2018-02-03
1
-1
/
+0
*
reiserfs: don't preallocate blocks for extended attributes
Jeff Mahoney
2018-01-31
1
-1
/
+1
*
reiserfs: fix race in prealloc discard
Jeff Mahoney
2018-01-31
1
-2
/
+10
*
reiserfs: Don't clear SGID when inheriting ACLs
Jan Kara
2017-07-27
1
-5
/
+7
*
fs: add i_blocksize()
Fabian Frederick
2017-06-14
2
-2
/
+2
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2016-10-10
7
-19
/
+23
|
\
|
*
Merge remote-tracking branch 'ovl/rename2' into for-linus
Al Viro
2016-10-10
1
-1
/
+5
|
|
\
|
|
*
fs: rename "rename2" i_op to "rename"
Miklos Szeredi
2016-09-27
1
-1
/
+1
|
|
*
fs: support RENAME_NOREPLACE for local filesystems
Miklos Szeredi
2016-09-27
1
-2
/
+6
|
*
|
fs: Replace CURRENT_TIME_SEC with current_time() for inode timestamps
Deepa Dinamani
2016-09-27
7
-18
/
+18
|
|
/
*
|
Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...
Linus Torvalds
2016-10-10
2
-12
/
+0
|
\
\
|
*
|
vfs: Remove {get,set,remove}xattr inode operations
Andreas Gruenbacher
2016-10-07
2
-12
/
+0
|
|
/
*
|
fs: Give dentry to inode_change_ok() instead of inode
Jan Kara
2016-09-22
1
-1
/
+1
*
|
posix_acl: Clear SGID bit when setting file permissions
Jan Kara
2016-09-22
1
-6
/
+2
*
|
reiserfs: Unlock superblock before calling reiserfs_quota_on_mount()
Mike Galbraith
2016-09-16
1
-1
/
+11
|
/
*
reiserfs: fix "new_insert_key may be used uninitialized ..."
Jeff Mahoney
2016-08-02
1
-1
/
+2
*
Merge branch 'for-4.8/drivers' of git://git.kernel.dk/linux-block
Linus Torvalds
2016-07-26
1
-1
/
+1
|
\
|
*
block: get rid of bio_rw and READA
Christoph Hellwig
2016-07-20
1
-1
/
+1
*
|
Merge branch 'for-4.8/core' of git://git.kernel.dk/linux-block
Linus Torvalds
2016-07-26
4
-12
/
+12
|
\
|
|
*
fs: have ll_rw_block users pass in op and flags separately
Mike Christie
2016-06-07
3
-7
/
+7
|
*
fs: have submit_bh users pass in op and flags separately
Mike Christie
2016-06-07
2
-5
/
+5
*
|
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...
Linus Torvalds
2016-06-19
1
-2
/
+7
|
\
\
|
|
/
|
/
|
|
*
reiserfs: check kstrdup failure
Mikulas Patocka
2016-05-25
1
-2
/
+7
*
|
switch xattr_handler->set() to passing dentry and inode separately
Al Viro
2016-05-27
3
-12
/
+15
*
|
lib/uuid.c: move generate_random_uuid() to uuid.c
Andy Shevchenko
2016-05-20
1
-1
/
+1
|
/
*
Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2016-05-17
1
-4
/
+3
|
\
|
*
direct-io: eliminate the offset argument to ->direct_IO
Christoph Hellwig
2016-05-01
1
-4
/
+3
*
|
more trivial ->iterate_shared conversions
Al Viro
2016-05-09
1
-1
/
+1
[next]