summaryrefslogtreecommitdiff
path: root/fs/reiserfs
AgeCommit message (Expand)AuthorFilesLines
2023-09-23reiserfs: Check the return value from __getblk()Matthew Wilcox1-1/+3
2023-05-17reiserfs: Add security prefix to xattr name in reiserfs_security_write()Roberto Sassu1-2/+6
2023-02-06fs: reiserfs: remove useless new_opts in reiserfs_remountDongliang Mu1-6/+0
2023-01-18reiserfs: Add missing calls to reiserfs_security_free()Roberto Sassu2-1/+5
2021-08-12reiserfs: check directory items on read from diskShreyansh Chouhan1-5/+26
2021-08-12reiserfs: add check for root_inode in reiserfs_fill_superYu Kuai1-0/+8
2021-07-20reiserfs: add check for invalid 1st journal blockPavel Skripkin1-0/+14
2021-04-07reiserfs: update reiserfs_xattrs_initialized() conditionTetsuo Handa1-1/+1
2021-01-06reiserfs: add check for an invalid ih_entry_countRustam Kovhaev1-0/+6
2020-10-30reiserfs: Fix memory leak in reiserfs_parse_options()Jan Kara1-4/+4
2020-10-30reiserfs: only call unlock_new_inode() if I_NEWEric Biggers1-1/+2
2020-10-17reiserfs: Fix oops during mountJan Kara1-0/+7
2020-10-17reiserfs: Initialize inode keys properlyJan Kara1-5/+1
2020-02-24reiserfs: prevent NULL pointer dereference in reiserfs_insert_item()Yunfeng Ye1-1/+2
2020-02-24reiserfs: Fix spurious unlock in reiserfs_fill_super() error handlingJan Kara1-1/+1
2020-02-05reiserfs: Fix memory leak of journal device stringJan Kara1-0/+2
2020-01-23reiserfs: fix handling of -EOPNOTSUPP in reiserfs_for_each_xattrJeff Mahoney1-2/+6
2019-12-17reiserfs: fix extended attributes on the root directoryJeff Mahoney6-14/+32
2018-11-27reiserfs: propagate errors from fill_with_dentries() properlyJann Horn1-0/+7
2018-08-22reiserfs: fix broken xattr handling (heap corruption, bad retval)Jann Horn1-1/+3
2018-08-22reiserfs: change j_timestamp type to time64_tArnd Bergmann1-1/+1
2018-08-22reiserfs: remove obsolete print_time functionArnd Bergmann1-12/+4
2018-08-22reiserfs: use monotonic time for j_trans_start_timeArnd Bergmann3-14/+21
2018-07-14reiserfs: fix buffer overflow with long warning messagesEric Biggers1-60/+81
2018-06-15Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2-3/+3
2018-06-14Merge branch 'vfs_timespec64' of https://github.com/deepa-hub/vfs into vfs-ti...Arnd Bergmann2-3/+3
2018-06-13treewide: Use array_size() in vzalloc()Kees Cook2-2/+4
2018-06-13treewide: Use array_size() in vmalloc()Kees Cook1-1/+1
2018-06-13treewide: kzalloc() -> kcalloc()Kees Cook1-1/+2
2018-06-13treewide: kmalloc() -> kmalloc_array()Kees Cook1-4/+6
2018-06-06vfs: change inode times to use struct timespec64Deepa Dinamani2-3/+3
2018-06-04Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds1-15/+1
2018-05-16proc: introduce proc_create_single{,_data}Christoph Hellwig1-15/+1
2018-05-11do d_instantiate/unlock_new_inode combinations safelyAl Viro1-8/+4
2018-04-11fs/reiserfs/journal.c: add missing resierfs_warning() argAndrew Morton1-1/+1
2018-03-09reiserfs: Remove VLA from fs/reiserfs/reiserfs.hKyle Spiers1-1/+1
2018-01-01fs/*/Kconfig: drop links to 404-compliant http://acl.bestbits.atAdam Borowski1-5/+1
2017-12-01Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds1-1/+0
2017-11-28Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds5-20/+20
2017-11-27reiserfs: remove unneeded i_version bumpJeff Layton1-1/+0
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman12-0/+12
2017-09-15Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds4-12/+12
2017-09-08Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds1-1/+1
2017-09-07Merge tag 'wberr-v4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jl...Linus Torvalds2-2/+2
2017-08-16reiserfs: fix spelling mistake: "tranasction" -> "transaction"Colin Ian King1-1/+1
2017-08-01fs: convert a pile of fsync routines to errseq_t based reportingJeff Layton2-2/+2
2017-07-18reiserfs: preserve i_mode if __reiserfs_set_acl() failsErnesto A. Fernández1-3/+6
2017-07-17reiserfs: Don't clear SGID when inheriting ACLsJan Kara1-5/+7
2017-07-17VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells4-12/+12
2017-07-15Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds1-4/+0