summaryrefslogtreecommitdiffstats
path: root/fs/reiserfs
AgeCommit message (Expand)AuthorLines
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
2018-06-15Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds-3/+3
2018-06-14Merge branch 'vfs_timespec64' of https://github.com/deepa-hub/vfs into vfs-ti...Arnd Bergmann-3/+3
2018-06-12treewide: Use array_size() in vzalloc()Kees Cook-2/+4
2018-06-12treewide: Use array_size() in vmalloc()Kees Cook-1/+1
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook-1/+2
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook-4/+6
2018-06-05vfs: change inode times to use struct timespec64Deepa Dinamani-3/+3
2018-06-04Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds-15/+1
2018-05-16proc: introduce proc_create_single{,_data}Christoph Hellwig-15/+1
2018-05-11do d_instantiate/unlock_new_inode combinations safelyAl Viro-8/+4
2018-04-11fs/reiserfs/journal.c: add missing resierfs_warning() argAndrew Morton-1/+1
2018-03-09reiserfs: Remove VLA from fs/reiserfs/reiserfs.hKyle Spiers-1/+1
2018-01-01fs/*/Kconfig: drop links to 404-compliant http://acl.bestbits.atAdam Borowski-5/+1
2017-11-30Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds-1/+0
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds-20/+20
2017-11-27reiserfs: remove unneeded i_version bumpJeff Layton-1/+0
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+12
2017-09-14Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds-12/+12
2017-09-07Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds-1/+1
2017-09-06Merge tag 'wberr-v4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jl...Linus Torvalds-2/+2
2017-08-16reiserfs: fix spelling mistake: "tranasction" -> "transaction"Colin Ian King-1/+1
2017-08-01fs: convert a pile of fsync routines to errseq_t based reportingJeff Layton-2/+2
2017-07-18reiserfs: preserve i_mode if __reiserfs_set_acl() failsErnesto A. Fernández-3/+6
2017-07-17reiserfs: Don't clear SGID when inheriting ACLsJan Kara-5/+7
2017-07-17VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells-12/+12