summaryrefslogtreecommitdiffstats
path: root/fs/reiserfs
AgeCommit message (Expand)Author
2021-07-20reiserfs: add check for invalid 1st journal blockPavel Skripkin
2021-04-07reiserfs: update reiserfs_xattrs_initialized() conditionTetsuo Handa
2021-01-06reiserfs: add check for an invalid ih_entry_countRustam Kovhaev
2020-10-30reiserfs: Fix memory leak in reiserfs_parse_options()Jan Kara
2020-10-30reiserfs: only call unlock_new_inode() if I_NEWEric Biggers
2020-10-17reiserfs: Fix oops during mountJan Kara
2020-10-17reiserfs: Initialize inode keys properlyJan Kara
2020-02-24reiserfs: prevent NULL pointer dereference in reiserfs_insert_item()Yunfeng Ye
2020-02-24reiserfs: Fix spurious unlock in reiserfs_fill_super() error handlingJan Kara
2020-02-05reiserfs: Fix memory leak of journal device stringJan Kara
2020-01-23reiserfs: fix handling of -EOPNOTSUPP in reiserfs_for_each_xattrJeff Mahoney
2019-12-17reiserfs: fix extended attributes on the root directoryJeff Mahoney
2018-11-27reiserfs: propagate errors from fill_with_dentries() properlyJann Horn
2018-08-22reiserfs: fix broken xattr handling (heap corruption, bad retval)Jann Horn
2018-08-22reiserfs: change j_timestamp type to time64_tArnd Bergmann
2018-08-22reiserfs: remove obsolete print_time functionArnd Bergmann
2018-08-22reiserfs: use monotonic time for j_trans_start_timeArnd Bergmann
2018-07-14reiserfs: fix buffer overflow with long warning messagesEric Biggers
2018-06-15Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2018-06-14Merge branch 'vfs_timespec64' of https://github.com/deepa-hub/vfs into vfs-ti...Arnd Bergmann
2018-06-12treewide: Use array_size() in vzalloc()Kees Cook
2018-06-12treewide: Use array_size() in vmalloc()Kees Cook
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook
2018-06-05vfs: change inode times to use struct timespec64Deepa Dinamani
2018-06-04Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2018-05-16proc: introduce proc_create_single{,_data}Christoph Hellwig
2018-05-11do d_instantiate/unlock_new_inode combinations safelyAl Viro
2018-04-11fs/reiserfs/journal.c: add missing resierfs_warning() argAndrew Morton
2018-03-09reiserfs: Remove VLA from fs/reiserfs/reiserfs.hKyle Spiers
2018-01-01fs/*/Kconfig: drop links to 404-compliant http://acl.bestbits.atAdam Borowski
2017-11-30Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds
2017-11-27reiserfs: remove unneeded i_version bumpJeff Layton
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-09-14Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2017-09-07Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds
2017-09-06Merge tag 'wberr-v4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jl...Linus Torvalds
2017-08-16reiserfs: fix spelling mistake: "tranasction" -> "transaction"Colin Ian King
2017-08-01fs: convert a pile of fsync routines to errseq_t based reportingJeff Layton
2017-07-18reiserfs: preserve i_mode if __reiserfs_set_acl() failsErnesto A. Fernández
2017-07-17reiserfs: Don't clear SGID when inheriting ACLsJan Kara
2017-07-17VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells
2017-07-15Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2017-07-13Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds
2017-07-06VFS: Don't use save/replace_mount_options if not using generic_show_optionsDavid Howells
2017-06-23reiserfs: fix race in prealloc discardJeff Mahoney
2017-06-23reiserfs: don't preallocate blocks for extended attributesJeff Mahoney
2017-06-20sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar
2017-05-24reiserfs: Make flush bios explicitely syncJan Kara