summaryrefslogtreecommitdiffstats
path: root/fs/reiserfs
Commit message (Expand)AuthorAgeFilesLines
* reiserfs: Add security prefix to xattr name in reiserfs_security_write()Roberto Sassu2023-05-171-2/+6
* fs: reiserfs: remove useless new_opts in reiserfs_remountDongliang Mu2023-02-061-6/+0
* reiserfs: Add missing calls to reiserfs_security_free()Roberto Sassu2023-01-182-1/+5
* reiserfs: check directory items on read from diskShreyansh Chouhan2021-08-151-5/+26
* reiserfs: add check for root_inode in reiserfs_fill_superYu Kuai2021-08-151-0/+8
* reiserfs: add check for invalid 1st journal blockPavel Skripkin2021-07-201-0/+14
* reiserfs: update reiserfs_xattrs_initialized() conditionTetsuo Handa2021-04-071-1/+1
* reiserfs: add check for an invalid ih_entry_countRustam Kovhaev2021-01-091-0/+6
* reiserfs: Fix memory leak in reiserfs_parse_options()Jan Kara2020-10-291-4/+4
* reiserfs: only call unlock_new_inode() if I_NEWEric Biggers2020-10-291-1/+2
* reiserfs: Fix oops during mountJan Kara2020-10-171-0/+7
* reiserfs: Initialize inode keys properlyJan Kara2020-10-171-5/+1
* reiserfs: prevent NULL pointer dereference in reiserfs_insert_item()Yunfeng Ye2020-02-281-1/+2
* reiserfs: Fix spurious unlock in reiserfs_fill_super() error handlingJan Kara2020-02-281-1/+1
* reiserfs: Fix memory leak of journal device stringJan Kara2020-02-051-0/+2
* reiserfs: fix handling of -EOPNOTSUPP in reiserfs_for_each_xattrJeff Mahoney2020-01-231-2/+6
* reiserfs: fix extended attributes on the root directoryJeff Mahoney2019-12-176-14/+32
* reiserfs: propagate errors from fill_with_dentries() properlyJann Horn2018-11-271-0/+7
* reiserfs: change j_timestamp type to time64_tArnd Bergmann2018-09-151-1/+1
* reiserfs: fix broken xattr handling (heap corruption, bad retval)Jann Horn2018-08-241-1/+3
* reiserfs: fix buffer overflow with long warning messagesEric Biggers2018-07-221-60/+81
* do d_instantiate/unlock_new_inode combinations safelyAl Viro2018-05-301-8/+4
* fs/reiserfs/journal.c: add missing resierfs_warning() argAndrew Morton2018-04-241-1/+1
* reiserfs: remove unneeded i_version bumpJeff Layton2018-02-031-1/+0
* 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-144-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/+0
|\
| * VFS: Don't use save/replace_mount_options if not using generic_show_optionsDavid Howells2017-07-061-4/+0
* | 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-081-12/+12
* reiserfs: Remove i_attrs_to_sd_attrs()Jan Kara2017-04-193-28/+1
* reiserfs: Remove useless setting of i_flagsJan Kara2017-04-191-4/+0
* reiserfs: Set flags on quota files directlyJan Kara2017-04-191-3/+54
* reiserfs: Protect dquot_writeback_dquots() by s_umount semaphoreJan Kara2017-04-051-0/+14
* reiserfs: Make cancel_old_flush() reliableJan Kara2017-04-053-7/+17
* reiserfs: avoid a -Wmaybe-uninitialized warningArnd Bergmann2017-03-232-2/+1
* fs: add i_blocksize()Fabian Frederick2017-02-272-2/+2
* fs/reiserfs: atomically read inode sizeFabian Frederick2017-02-271-1/+1
* Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/...Linus Torvalds2016-12-171-1/+0
|\