summaryrefslogtreecommitdiffstats
path: root/fs/reiserfs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for_v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2020-08-065-9/+9
|\
| * reiserfs: delete duplicated wordsRandy Dunlap2020-08-054-8/+8
| * reiserfs: reiserfs.h: delete a duplicated wordRandy Dunlap2020-07-271-1/+1
* | block: move block-related definitions out of fs.hChristoph Hellwig2020-06-241-0/+1
|/
* Merge tag 'for_v5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2020-06-041-1/+1
|\
| * reiserfs: Replace kmalloc with kcalloc in the commentLiao Pingfang2020-05-291-1/+1
* | Merge tag 'for-5.8/block-2020-06-01' of git://git.kernel.dk/linux-blockLinus Torvalds2020-06-021-1/+1
|\ \
| * | block: remove the error_sector argument to blkdev_issue_flushChristoph Hellwig2020-05-221-1/+1
| |/
* / fs: convert mpage_readpages to mpage_readaheadMatthew Wilcox (Oracle)2020-06-021-5/+3
|/
* reiserfs: clean up several indentation issuesColin Ian King2020-04-073-11/+12
* block: remove __bdevnameChristoph Hellwig2020-03-241-3/+2
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-01-311-1/+2
|\
| * reiserfs: prevent NULL pointer dereference in reiserfs_insert_item()Yunfeng Ye2020-01-311-1/+2
* | Merge tag 'for_v5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2020-01-304-10/+3
|\ \ | |/ |/|
| * fs/reiserfs: remove unused macrosAlex Shi2020-01-213-9/+0
| * reiserfs: Fix spurious unlock in reiserfs_fill_super() error handlingJan Kara2019-12-161-1/+1
| * reiserfs: Fix memory leak of journal device stringJan Kara2019-12-161-0/+2
* | reiserfs: fix handling of -EOPNOTSUPP in reiserfs_for_each_xattrJeff Mahoney2020-01-161-2/+6
|/
* reiserfs: replace open-coded atomic_dec_and_mutex_lock()Nikitas Angelinas2019-11-051-8/+2
* reiserfs: fix extended attributes on the root directoryJeff Mahoney2019-10-316-14/+32
* fs/reiserfs/do_balan.c: remove set but not used variableJason Yan2019-09-251-2/+1
* fs/reiserfs/journal.c: remove set but not used variableJason Yan2019-09-251-4/+3
* fs/reiserfs/do_balan.c: remove set but not used variableszhengbin2019-09-251-11/+1
* fs/reiserfs/fix_node.c: remove set but not used variableszhengbin2019-09-251-5/+1
* fs/reiserfs/prints.c: remove set but not used variableszhengbin2019-09-251-3/+0
* fs/reiserfs/objectid.c: remove set but not used variableszhengbin2019-09-251-2/+1
* fs/reiserfs/lbalance.c: remove set but not used variableszhengbin2019-09-251-2/+1
* fs/reiserfs/stree.c: remove set but not used variableszhengbin2019-09-251-4/+0
* fs/reiserfs/journal.c: remove set but not used variableszhengbin2019-09-251-9/+1
* fs: reiserfs: remove unnecessary check of bh in remove_from_transaction()Jia-Ju Bai2019-09-251-3/+2
* fs: Fill in max and min timestamps in superblockDeepa Dinamani2019-08-301-0/+3
* fs/reiserfs/journal.c: change return type of dirty_one_transactionHariprasad Kelam2019-07-161-4/+2
* vfs: create a generic checking and prep function for FS_IOC_SETFLAGSDarrick J. Wong2019-07-011-6/+4
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* reiserfs: add comment to explain endianness issue in xattr_hashBharath Vedartham2019-05-141-0/+9
* Merge tag 'fs_for_v5.2-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-05-131-1/+1
|\
| * fs/reiserfs/journal.c: Make remove_journal_hash staticBharath Vedartham2019-04-151-1/+1
* | reiserfs: convert to ->free_inode()Al Viro2019-05-011-8/+2
|/
* reiserfs: remove workaround code for GCC 3.xMasahiro Yamada2018-10-311-9/+0
* reiserfs: propagate errors from fill_with_dentries() properlyJann Horn2018-10-311-0/+7
* reiserfs: fix broken xattr handling (heap corruption, bad retval)Jann Horn2018-08-221-1/+3
* reiserfs: change j_timestamp type to time64_tArnd Bergmann2018-08-221-1/+1
* reiserfs: remove obsolete print_time functionArnd Bergmann2018-08-221-12/+4
* reiserfs: use monotonic time for j_trans_start_timeArnd Bergmann2018-08-223-14/+21
* reiserfs: fix buffer overflow with long warning messagesEric Biggers2018-07-141-60/+81
* Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-06-152-3/+3
|\
| * Merge branch 'vfs_timespec64' of https://github.com/deepa-hub/vfs into vfs-ti...Arnd Bergmann2018-06-142-3/+3
| |\
| | * vfs: change inode times to use struct timespec64Deepa Dinamani2018-06-052-3/+3
* | | treewide: Use array_size() in vzalloc()Kees Cook2018-06-122-2/+4
* | | treewide: Use array_size() in vmalloc()Kees Cook2018-06-121-1/+1