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
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
2019-09-25
fs/reiserfs/stree.c: remove set but not used variables
zhengbin
1
-4
/
+0
2019-09-25
fs/reiserfs/journal.c: remove set but not used variables
zhengbin
1
-9
/
+1
2019-09-25
fs: reiserfs: remove unnecessary check of bh in remove_from_transaction()
Jia-Ju Bai
1
-3
/
+2
2019-08-30
fs: Fill in max and min timestamps in superblock
Deepa Dinamani
1
-0
/
+3
2019-07-16
fs/reiserfs/journal.c: change return type of dirty_one_transaction
Hariprasad Kelam
1
-4
/
+2
2019-07-01
vfs: create a generic checking and prep function for FS_IOC_SETFLAGS
Darrick J. Wong
1
-6
/
+4
2019-05-21
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
1
-0
/
+1
2019-05-14
reiserfs: add comment to explain endianness issue in xattr_hash
Bharath Vedartham
1
-0
/
+9
2019-05-13
Merge tag 'fs_for_v5.2-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-1
/
+1
2019-05-01
reiserfs: convert to ->free_inode()
Al Viro
1
-8
/
+2
2019-04-15
fs/reiserfs/journal.c: Make remove_journal_hash static
Bharath Vedartham
1
-1
/
+1
2018-10-31
reiserfs: remove workaround code for GCC 3.x
Masahiro Yamada
1
-9
/
+0
2018-10-31
reiserfs: propagate errors from fill_with_dentries() properly
Jann Horn
1
-0
/
+7
2018-08-22
reiserfs: fix broken xattr handling (heap corruption, bad retval)
Jann Horn
1
-1
/
+3
2018-08-22
reiserfs: change j_timestamp type to time64_t
Arnd Bergmann
1
-1
/
+1
2018-08-22
reiserfs: remove obsolete print_time function
Arnd Bergmann
1
-12
/
+4
2018-08-22
reiserfs: use monotonic time for j_trans_start_time
Arnd Bergmann
3
-14
/
+21
2018-07-14
reiserfs: fix buffer overflow with long warning messages
Eric Biggers
1
-60
/
+81
2018-06-15
Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
2
-3
/
+3
2018-06-14
Merge branch 'vfs_timespec64' of https://github.com/deepa-hub/vfs into vfs-ti...
Arnd Bergmann
2
-3
/
+3
2018-06-12
treewide: Use array_size() in vzalloc()
Kees Cook
2
-2
/
+4
2018-06-12
treewide: Use array_size() in vmalloc()
Kees Cook
1
-1
/
+1
2018-06-12
treewide: kzalloc() -> kcalloc()
Kees Cook
1
-1
/
+2
2018-06-12
treewide: kmalloc() -> kmalloc_array()
Kees Cook
1
-4
/
+6
2018-06-05
vfs: change inode times to use struct timespec64
Deepa Dinamani
2
-3
/
+3
2018-06-04
Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...
Linus Torvalds
1
-15
/
+1
2018-05-16
proc: introduce proc_create_single{,_data}
Christoph Hellwig
1
-15
/
+1
[next]