summaryrefslogtreecommitdiffstats
path: root/fs/reiserfs
Commit message (Expand)AuthorAgeFilesLines
* fs/reiserfs/journal.c: change return type of dirty_one_transactionHariprasad Kelam2019-07-171-4/+2Star
* vfs: create a generic checking and prep function for FS_IOC_SETFLAGSDarrick J. Wong2019-07-011-6/+4Star
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* reiserfs: add comment to explain endianness issue in xattr_hashBharath Vedartham2019-05-151-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-021-8/+2Star
|/
* reiserfs: remove workaround code for GCC 3.xMasahiro Yamada2018-10-311-9/+0Star
* 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/+4Star
* 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-062-3/+3
* | | treewide: Use array_size() in vzalloc()Kees Cook2018-06-132-2/+4
* | | treewide: Use array_size() in vmalloc()Kees Cook2018-06-131-1/+1
* | | treewide: kzalloc() -> kcalloc()Kees Cook2018-06-131-1/+2
* | | treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-131-4/+6
* | | Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2018-06-041-15/+1Star
|\ \ \ | |/ / |/| |
| * | proc: introduce proc_create_single{,_data}Christoph Hellwig2018-05-161-15/+1Star
| |/
* / do d_instantiate/unlock_new_inode combinations safelyAl Viro2018-05-111-8/+4Star
|/
* fs/reiserfs/journal.c: add missing resierfs_warning() argAndrew Morton2018-04-111-1/+1
* reiserfs: Remove VLA from fs/reiserfs/reiserfs.hKyle Spiers2018-03-091-1/+1
* fs/*/Kconfig: drop links to 404-compliant http://acl.bestbits.atAdam Borowski2018-01-011-5/+1Star
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2017-12-011-1/+0Star
|\
| * reiserfs: remove unneeded i_version bumpJeff Layton2017-11-271-1/+0Star
* | Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds2017-11-275-20/+20
|/
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-0212-0/+12
* Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2017-09-154-12/+12
|\
| * VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells2017-07-174-12/+12
* | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2017-09-071-1/+1
|\ \
| * | reiserfs: fix spelling mistake: "tranasction" -> "transaction"Colin Ian King2017-08-161-1/+1
* | | Merge tag 'wberr-v4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jl...Linus Torvalds2017-09-062-2/+2
|\ \ \ | |/ / |/| |
| * | fs: convert a pile of fsync routines to errseq_t based reportingJeff Layton2017-08-012-2/+2
| |/
* | reiserfs: preserve i_mode if __reiserfs_set_acl() failsErnesto A. Fernández2017-07-181-3/+6
* | reiserfs: Don't clear SGID when inheriting ACLsJan Kara2017-07-171-5/+7
|/
* Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2017-07-151-4/+0Star
|\
| * VFS: Don't use save/replace_mount_options if not using generic_show_optionsDavid Howells2017-07-061-4/+0Star
* | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2017-07-131-3/+11
|\ \
| * | reiserfs: fix race in prealloc discardJeff Mahoney2017-06-231-2/+10
| * | reiserfs: don't preallocate blocks for extended attributesJeff Mahoney2017-06-231-1/+1
| |/
* / sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar2017-06-201-1/+1
|/
* reiserfs: Make flush bios explicitely syncJan Kara2017-05-241-2/+2
* reiserfs: use designated initializersKees Cook2017-05-091-12/+12
* reiserfs: Remove i_attrs_to_sd_attrs()Jan Kara2017-04-193-28/+1Star
* reiserfs: Remove useless setting of i_flagsJan Kara2017-04-191-4/+0Star
* reiserfs: Set flags on quota files directlyJan Kara2017-04-191-3/+54