summaryrefslogtreecommitdiffstats
path: root/fs/reiserfs
Commit message (Expand)AuthorAgeFilesLines
* 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-216-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: Make cancel_old_flush() reliableJan Kara2018-03-223-7/+17
* reiserfs: avoid a -Wmaybe-uninitialized warningArnd Bergmann2018-02-252-2/+1
* reiserfs: remove unneeded i_version bumpJeff Layton2018-02-031-1/+0
* reiserfs: don't preallocate blocks for extended attributesJeff Mahoney2018-01-311-1/+1
* reiserfs: fix race in prealloc discardJeff Mahoney2018-01-311-2/+10
* reiserfs: Don't clear SGID when inheriting ACLsJan Kara2017-07-271-5/+7
* fs: add i_blocksize()Fabian Frederick2017-06-142-2/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-107-19/+23
|\
| * Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro2016-10-101-1/+5
| |\
| | * fs: rename "rename2" i_op to "rename"Miklos Szeredi2016-09-271-1/+1
| | * fs: support RENAME_NOREPLACE for local filesystemsMiklos Szeredi2016-09-271-2/+6
| * | fs: Replace CURRENT_TIME_SEC with current_time() for inode timestampsDeepa Dinamani2016-09-277-18/+18
| |/
* | Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2016-10-102-12/+0
|\ \
| * | vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher2016-10-072-12/+0
| |/
* | fs: Give dentry to inode_change_ok() instead of inodeJan Kara2016-09-221-1/+1
* | posix_acl: Clear SGID bit when setting file permissionsJan Kara2016-09-221-6/+2
* | reiserfs: Unlock superblock before calling reiserfs_quota_on_mount()Mike Galbraith2016-09-161-1/+11
|/
* reiserfs: fix "new_insert_key may be used uninitialized ..."Jeff Mahoney2016-08-021-1/+2
* Merge branch 'for-4.8/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2016-07-261-1/+1
|\
| * block: get rid of bio_rw and READAChristoph Hellwig2016-07-201-1/+1
* | Merge branch 'for-4.8/core' of git://git.kernel.dk/linux-blockLinus Torvalds2016-07-264-12/+12
|\|
| * fs: have ll_rw_block users pass in op and flags separatelyMike Christie2016-06-073-7/+7
| * fs: have submit_bh users pass in op and flags separatelyMike Christie2016-06-072-5/+5
* | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2016-06-191-2/+7
|\ \ | |/ |/|
| * reiserfs: check kstrdup failureMikulas Patocka2016-05-251-2/+7
* | switch xattr_handler->set() to passing dentry and inode separatelyAl Viro2016-05-273-12/+15
* | lib/uuid.c: move generate_random_uuid() to uuid.cAndy Shevchenko2016-05-201-1/+1
|/
* Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-05-171-4/+3
|\
| * direct-io: eliminate the offset argument to ->direct_IOChristoph Hellwig2016-05-011-4/+3
* | more trivial ->iterate_shared conversionsAl Viro2016-05-091-1/+1