summaryrefslogtreecommitdiffstats
path: root/fs/reiserfs
AgeCommit message (Expand)AuthorLines
2020-11-26reiserfs: add check for an invalid ih_entry_countRustam Kovhaev-0/+6
2020-10-01reiserfs: Fix oops during mountJan Kara-0/+7
2020-09-22reiserfs: Initialize inode keys properlyJan Kara-5/+1
2020-09-16reiserfs: only call unlock_new_inode() if I_NEWEric Biggers-1/+2
2020-08-28reiserfs: Fix memory leak in reiserfs_parse_options()Jan Kara-4/+4
2020-08-06Merge tag 'for_v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds-9/+9
2020-08-05reiserfs: delete duplicated wordsRandy Dunlap-8/+8
2020-07-27reiserfs: reiserfs.h: delete a duplicated wordRandy Dunlap-1/+1
2020-06-24block: move block-related definitions out of fs.hChristoph Hellwig-0/+1
2020-06-04Merge tag 'for_v5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds-1/+1
2020-06-02Merge tag 'for-5.8/block-2020-06-01' of git://git.kernel.dk/linux-blockLinus Torvalds-1/+1
2020-06-02fs: convert mpage_readpages to mpage_readaheadMatthew Wilcox (Oracle)-5/+3
2020-05-29reiserfs: Replace kmalloc with kcalloc in the commentLiao Pingfang-1/+1
2020-05-22block: remove the error_sector argument to blkdev_issue_flushChristoph Hellwig-1/+1
2020-04-07reiserfs: clean up several indentation issuesColin Ian King-11/+12
2020-03-24block: remove __bdevnameChristoph Hellwig-3/+2
2020-01-31Merge branch 'akpm' (patches from Andrew)Linus Torvalds-1/+2
2020-01-31reiserfs: prevent NULL pointer dereference in reiserfs_insert_item()Yunfeng Ye-1/+2
2020-01-30Merge tag 'for_v5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds-10/+3
2020-01-21fs/reiserfs: remove unused macrosAlex Shi-9/+0
2020-01-16reiserfs: fix handling of -EOPNOTSUPP in reiserfs_for_each_xattrJeff Mahoney-2/+6
2019-12-16reiserfs: Fix spurious unlock in reiserfs_fill_super() error handlingJan Kara-1/+1
2019-12-16reiserfs: Fix memory leak of journal device stringJan Kara-0/+2
2019-11-05reiserfs: replace open-coded atomic_dec_and_mutex_lock()Nikitas Angelinas-8/+2
2019-10-31reiserfs: fix extended attributes on the root directoryJeff Mahoney-14/+32
2019-09-25fs/reiserfs/do_balan.c: remove set but not used variableJason Yan-2/+1
2019-09-25fs/reiserfs/journal.c: remove set but not used variableJason Yan-4/+3
2019-09-25fs/reiserfs/do_balan.c: remove set but not used variableszhengbin-11/+1
2019-09-25fs/reiserfs/fix_node.c: remove set but not used variableszhengbin-5/+1
2019-09-25fs/reiserfs/prints.c: remove set but not used variableszhengbin-3/+0
2019-09-25fs/reiserfs/objectid.c: remove set but not used variableszhengbin-2/+1
2019-09-25fs/reiserfs/lbalance.c: remove set but not used variableszhengbin-2/+1
2019-09-25fs/reiserfs/stree.c: remove set but not used variableszhengbin-4/+0
2019-09-25fs/reiserfs/journal.c: remove set but not used variableszhengbin-9/+1
2019-09-25fs: reiserfs: remove unnecessary check of bh in remove_from_transaction()Jia-Ju Bai-3/+2
2019-08-30fs: Fill in max and min timestamps in superblockDeepa Dinamani-0/+3
2019-07-16fs/reiserfs/journal.c: change return type of dirty_one_transactionHariprasad Kelam-4/+2
2019-07-01vfs: create a generic checking and prep function for FS_IOC_SETFLAGSDarrick J. Wong-6/+4
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+1
2019-05-14reiserfs: add comment to explain endianness issue in xattr_hashBharath Vedartham-0/+9
2019-05-13Merge tag 'fs_for_v5.2-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel...Linus Torvalds-1/+1
2019-05-01reiserfs: convert to ->free_inode()Al Viro-8/+2
2019-04-15fs/reiserfs/journal.c: Make remove_journal_hash staticBharath Vedartham-1/+1
2018-10-31reiserfs: remove workaround code for GCC 3.xMasahiro Yamada-9/+0
2018-10-31reiserfs: propagate errors from fill_with_dentries() properlyJann Horn-0/+7
2018-08-22reiserfs: fix broken xattr handling (heap corruption, bad retval)Jann Horn-1/+3
2018-08-22reiserfs: change j_timestamp type to time64_tArnd Bergmann-1/+1
2018-08-22reiserfs: remove obsolete print_time functionArnd Bergmann-12/+4
2018-08-22reiserfs: use monotonic time for j_trans_start_timeArnd Bergmann-14/+21
2018-07-14reiserfs: fix buffer overflow with long warning messagesEric Biggers-60/+81