aboutsummaryrefslogtreecommitdiff
path: root/fs/reiserfs
AgeCommit message (Expand)AuthorFilesLines
2020-04-07reiserfs: clean up several indentation issuesGravatar Colin Ian King 3-11/+12
2020-03-24block: remove __bdevnameGravatar Christoph Hellwig 1-3/+2
2020-01-31Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-1/+2
2020-01-31reiserfs: prevent NULL pointer dereference in reiserfs_insert_item()Gravatar Yunfeng Ye 1-1/+2
2020-01-30Merge tag 'for_v5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Gravatar Linus Torvalds 4-10/+3
2020-01-21fs/reiserfs: remove unused macrosGravatar Alex Shi 3-9/+0
2020-01-16reiserfs: fix handling of -EOPNOTSUPP in reiserfs_for_each_xattrGravatar Jeff Mahoney 1-2/+6
2019-12-16reiserfs: Fix spurious unlock in reiserfs_fill_super() error handlingGravatar Jan Kara 1-1/+1
2019-12-16reiserfs: Fix memory leak of journal device stringGravatar Jan Kara 1-0/+2
2019-11-05reiserfs: replace open-coded atomic_dec_and_mutex_lock()Gravatar Nikitas Angelinas 1-8/+2
2019-10-31reiserfs: fix extended attributes on the root directoryGravatar Jeff Mahoney 6-14/+32
2019-09-25fs/reiserfs/do_balan.c: remove set but not used variableGravatar Jason Yan 1-2/+1
2019-09-25fs/reiserfs/journal.c: remove set but not used variableGravatar Jason Yan 1-4/+3
2019-09-25fs/reiserfs/do_balan.c: remove set but not used variablesGravatar zhengbin 1-11/+1
2019-09-25fs/reiserfs/fix_node.c: remove set but not used variablesGravatar zhengbin 1-5/+1
2019-09-25fs/reiserfs/prints.c: remove set but not used variablesGravatar zhengbin 1-3/+0
2019-09-25fs/reiserfs/objectid.c: remove set but not used variablesGravatar zhengbin 1-2/+1
2019-09-25fs/reiserfs/lbalance.c: remove set but not used variablesGravatar zhengbin 1-2/+1
2019-09-25fs/reiserfs/stree.c: remove set but not used variablesGravatar zhengbin 1-4/+0
2019-09-25fs/reiserfs/journal.c: remove set but not used variablesGravatar zhengbin 1-9/+1
2019-09-25fs: reiserfs: remove unnecessary check of bh in remove_from_transaction()Gravatar Jia-Ju Bai 1-3/+2
2019-08-30fs: Fill in max and min timestamps in superblockGravatar Deepa Dinamani 1-0/+3
2019-07-16fs/reiserfs/journal.c: change return type of dirty_one_transactionGravatar Hariprasad Kelam 1-4/+2
2019-07-01vfs: create a generic checking and prep function for FS_IOC_SETFLAGSGravatar Darrick J. Wong 1-6/+4
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigGravatar Thomas Gleixner 1-0/+1
2019-05-14reiserfs: add comment to explain endianness issue in xattr_hashGravatar Bharath Vedartham 1-0/+9
2019-05-13Merge tag 'fs_for_v5.2-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-1/+1
2019-05-01reiserfs: convert to ->free_inode()Gravatar Al Viro 1-8/+2
2019-04-15fs/reiserfs/journal.c: Make remove_journal_hash staticGravatar Bharath Vedartham 1-1/+1
2018-10-31reiserfs: remove workaround code for GCC 3.xGravatar Masahiro Yamada 1-9/+0
2018-10-31reiserfs: propagate errors from fill_with_dentries() properlyGravatar Jann Horn 1-0/+7
2018-08-22reiserfs: fix broken xattr handling (heap corruption, bad retval)Gravatar Jann Horn 1-1/+3
2018-08-22reiserfs: change j_timestamp type to time64_tGravatar Arnd Bergmann 1-1/+1
2018-08-22reiserfs: remove obsolete print_time functionGravatar Arnd Bergmann 1-12/+4
2018-08-22reiserfs: use monotonic time for j_trans_start_timeGravatar Arnd Bergmann 3-14/+21
2018-07-14reiserfs: fix buffer overflow with long warning messagesGravatar Eric Biggers 1-60/+81
2018-06-15Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 2-3/+3
2018-06-14Merge branch 'vfs_timespec64' of https://github.com/deepa-hub/vfs into vfs-ti...Gravatar Arnd Bergmann 2-3/+3
2018-06-12treewide: Use array_size() in vzalloc()Gravatar Kees Cook 2-2/+4
2018-06-12treewide: Use array_size() in vmalloc()Gravatar Kees Cook 1-1/+1
2018-06-12treewide: kzalloc() -> kcalloc()Gravatar Kees Cook 1-1/+2
2018-06-12treewide: kmalloc() -> kmalloc_array()Gravatar Kees Cook 1-4/+6
2018-06-05vfs: change inode times to use struct timespec64Gravatar Deepa Dinamani 2-3/+3
2018-06-04Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Gravatar Linus Torvalds 1-15/+1
2018-05-16proc: introduce proc_create_single{,_data}Gravatar Christoph Hellwig 1-15/+1
2018-05-11do d_instantiate/unlock_new_inode combinations safelyGravatar Al Viro 1-8/+4
2018-04-11fs/reiserfs/journal.c: add missing resierfs_warning() argGravatar Andrew Morton 1-1/+1
2018-03-09reiserfs: Remove VLA from fs/reiserfs/reiserfs.hGravatar Kyle Spiers 1-1/+1
2018-01-01fs/*/Kconfig: drop links to 404-compliant http://acl.bestbits.atGravatar Adam Borowski 1-5/+1
2017-11-30Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Gravatar Linus Torvalds 1-1/+0