summaryrefslogtreecommitdiff
path: root/fs/reiserfs
AgeCommit message (Expand)AuthorFilesLines
2021-08-15reiserfs: check directory items on read from diskShreyansh Chouhan1-5/+26
2021-08-15reiserfs: add check for root_inode in reiserfs_fill_superYu Kuai1-0/+8
2021-07-20reiserfs: add check for invalid 1st journal blockPavel Skripkin1-0/+14
2021-04-07reiserfs: update reiserfs_xattrs_initialized() conditionTetsuo Handa1-1/+1
2021-01-09reiserfs: add check for an invalid ih_entry_countRustam Kovhaev1-0/+6
2020-10-29reiserfs: Fix memory leak in reiserfs_parse_options()Jan Kara1-4/+4
2020-10-29reiserfs: only call unlock_new_inode() if I_NEWEric Biggers1-1/+2
2020-10-17reiserfs: Fix oops during mountJan Kara1-0/+7
2020-10-17reiserfs: Initialize inode keys properlyJan Kara1-5/+1
2020-02-28reiserfs: prevent NULL pointer dereference in reiserfs_insert_item()Yunfeng Ye1-1/+2
2020-02-28reiserfs: Fix spurious unlock in reiserfs_fill_super() error handlingJan Kara1-1/+1
2020-02-05reiserfs: Fix memory leak of journal device stringJan Kara1-0/+2
2020-01-23reiserfs: fix handling of -EOPNOTSUPP in reiserfs_for_each_xattrJeff Mahoney1-2/+6
2019-12-21reiserfs: fix extended attributes on the root directoryJeff Mahoney6-14/+32
2018-11-27reiserfs: propagate errors from fill_with_dentries() properlyJann Horn1-0/+7
2018-09-15reiserfs: change j_timestamp type to time64_tArnd Bergmann1-1/+1
2018-08-24reiserfs: fix broken xattr handling (heap corruption, bad retval)Jann Horn1-1/+3
2018-07-22reiserfs: fix buffer overflow with long warning messagesEric Biggers1-60/+81
2018-05-30do d_instantiate/unlock_new_inode combinations safelyAl Viro1-8/+4
2018-04-24fs/reiserfs/journal.c: add missing resierfs_warning() argAndrew Morton1-1/+1
2018-03-22reiserfs: Make cancel_old_flush() reliableJan Kara3-7/+17
2018-02-25reiserfs: avoid a -Wmaybe-uninitialized warningArnd Bergmann2-2/+1
2018-02-03reiserfs: remove unneeded i_version bumpJeff Layton1-1/+0
2018-01-31reiserfs: don't preallocate blocks for extended attributesJeff Mahoney1-1/+1
2018-01-31reiserfs: fix race in prealloc discardJeff Mahoney1-2/+10
2017-07-28reiserfs: Don't clear SGID when inheriting ACLsJan Kara1-5/+7
2017-06-14fs: add i_blocksize()Fabian Frederick2-2/+2
2016-10-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds7-19/+23
2016-10-11Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro1-1/+5
2016-10-11Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2-12/+0
2016-10-08vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher2-12/+0
2016-09-28fs: Replace CURRENT_TIME_SEC with current_time() for inode timestampsDeepa Dinamani7-18/+18
2016-09-27fs: rename "rename2" i_op to "rename"Miklos Szeredi1-1/+1
2016-09-27fs: support RENAME_NOREPLACE for local filesystemsMiklos Szeredi1-2/+6
2016-09-22fs: Give dentry to inode_change_ok() instead of inodeJan Kara1-1/+1
2016-09-22posix_acl: Clear SGID bit when setting file permissionsJan Kara1-6/+2
2016-09-16reiserfs: Unlock superblock before calling reiserfs_quota_on_mount()Mike Galbraith1-1/+11
2016-08-03reiserfs: fix "new_insert_key may be used uninitialized ..."Jeff Mahoney1-1/+2
2016-07-27Merge branch 'for-4.8/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2016-07-27Merge branch 'for-4.8/core' of git://git.kernel.dk/linux-blockLinus Torvalds4-12/+12
2016-07-21block: get rid of bio_rw and READAChristoph Hellwig1-1/+1
2016-06-19Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds1-2/+7
2016-06-07fs: have ll_rw_block users pass in op and flags separatelyMike Christie3-7/+7
2016-06-07fs: have submit_bh users pass in op and flags separatelyMike Christie2-5/+5
2016-05-27switch xattr_handler->set() to passing dentry and inode separatelyAl Viro3-12/+15
2016-05-25reiserfs: check kstrdup failureMikulas Patocka1-2/+7
2016-05-21lib/uuid.c: move generate_random_uuid() to uuid.cAndy Shevchenko1-1/+1
2016-05-18Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-4/+3
2016-05-09more trivial ->iterate_shared conversionsAl Viro1-1/+1
2016-05-03reiserfs: open-code reiserfs_mutex_lock_safe() in reiserfs_unpack()Al Viro1-1/+5