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-19reiserfs: 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-29reiserfs: Fix memory leak in reiserfs_parse_options()Jan Kara1-4/+4
2020-10-29reiserfs: 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-06reiserfs: 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
2019-09-26fs/reiserfs/do_balan.c: remove set but not used variableJason Yan1-2/+1
2019-09-26fs/reiserfs/journal.c: remove set but not used variableJason Yan1-4/+3
2019-09-26fs/reiserfs/do_balan.c: remove set but not used variableszhengbin1-11/+1
2019-09-26fs/reiserfs/fix_node.c: remove set but not used variableszhengbin1-5/+1
2019-09-26fs/reiserfs/prints.c: remove set but not used variableszhengbin1-3/+0
2019-09-26fs/reiserfs/objectid.c: remove set but not used variableszhengbin1-2/+1
2019-09-26fs/reiserfs/lbalance.c: remove set but not used variableszhengbin1-2/+1
2019-09-26fs/reiserfs/stree.c: remove set but not used variableszhengbin1-4/+0
2019-09-26fs/reiserfs/journal.c: remove set but not used variableszhengbin1-9/+1
2019-09-26fs: reiserfs: remove unnecessary check of bh in remove_from_transaction()Jia-Ju Bai1-3/+2
2019-08-30fs: Fill in max and min timestamps in superblockDeepa Dinamani1-0/+3
2019-07-17fs/reiserfs/journal.c: change return type of dirty_one_transactionHariprasad Kelam1-4/+2
2019-07-01vfs: create a generic checking and prep function for FS_IOC_SETFLAGSDarrick J. Wong1-6/+4
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-05-15reiserfs: add comment to explain endianness issue in xattr_hashBharath Vedartham1-0/+9
2019-05-14Merge tag 'fs_for_v5.2-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2019-05-02reiserfs: convert to ->free_inode()Al Viro1-8/+2
2019-04-15fs/reiserfs/journal.c: Make remove_journal_hash staticBharath Vedartham1-1/+1
2018-10-31reiserfs: remove workaround code for GCC 3.xMasahiro Yamada1-9/+0
2018-10-31reiserfs: 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