aboutsummaryrefslogtreecommitdiffstats
path: root/fs/reiserfs/namei.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-11Merge tag 'pull-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-7/+0
2023-12-21reiserfs_add_entry(): get rid of pointless namelen checksAl Viro1-7/+0
2023-11-25reiserfs: Avoid touching renamed directory if parent does not changeJan Kara1-25/+29
2023-10-18reiserfs: convert to new timestamp accessorsJeff Layton1-4/+4
2023-07-24reiserfs: convert to ctime accessor functionsJeff Layton1-5/+6
2023-07-10reiserfs: convert to simple_rename_timestampJeff Layton1-6/+1
2023-03-06reiserfs: rework priv inode handlingChristian Brauner1-5/+45
2023-01-19fs: port inode_init_owner() to mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->rename() to pass mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->mknod() to pass mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->mkdir() to pass mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->symlink() to pass mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->create() to pass mnt_idmapChristian Brauner1-1/+1
2022-12-13Merge tag 'lsm-pr-20221212' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+4
2022-11-22reiserfs: Add missing calls to reiserfs_security_free()Roberto Sassu1-0/+4
2022-10-20fs: rename current get acl methodChristian Brauner1-2/+2
2021-05-17reiserfs: Fix fall-through warnings for ClangGustavo A. R. Silva1-0/+1
2021-04-12reiserfs: convert to fileattrMiklos Szeredi1-0/+2
2021-01-24fs: make helpers idmap mount awareChristian Brauner1-8/+11
2021-01-24inode: make init and permission helpers idmapped mount awareChristian Brauner1-1/+1
2020-04-07reiserfs: clean up several indentation issuesColin Ian King1-5/+5
2019-10-31reiserfs: fix extended attributes on the root directoryJeff Mahoney1-2/+5
2018-06-14Merge branch 'vfs_timespec64' of https://github.com/deepa-hub/vfs into vfs-ti...Arnd Bergmann1-1/+1
2018-06-05vfs: change inode times to use struct timespec64Deepa Dinamani1-1/+1
2018-05-11do d_instantiate/unlock_new_inode combinations safelyAl Viro1-8/+4
2016-12-09vfs: remove ".readlink = generic_readlink" assignmentsMiklos Szeredi1-1/+0
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-7/+11
2016-10-10Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro1-1/+5
2016-10-07vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher1-9/+0
2016-09-27fs: Replace CURRENT_TIME_SEC with current_time() for inode timestampsDeepa Dinamani1-6/+6
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-04-10reiserfs: switch to generic_{get,set,remove}xattr()Al Viro1-9/+9
2015-12-30switch ->get_link() to delayed_call, kill ->put_link()Al Viro1-1/+0
2015-12-08replace ->follow_link() with new method that could stay in RCU modeAl Viro1-1/+1
2015-12-08don't put symlink bodies in pagecache into highmemAl Viro1-0/+1
2015-11-09fs/reiserfs/namei.c: remove unnecessary new_valid_dev() checkYaowei Bai1-3/+0
2015-07-23reiserfs: Handle error from dquot_initialize()Jan Kara1-15/+48
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells1-6/+6
2014-05-06reiserfs: cleanup, remove unnecessary parensJeff Mahoney1-10/+11
2014-05-06reiserfs: cleanup, remove leading whitespace from labelsJeff Mahoney1-7/+7
2014-05-06reiserfs: cleanup, remove sb argument from journal_mark_dirtyJeff Mahoney1-3/+3
2014-05-06reiserfs: cleanup, remove sb argument from journal_endJeff Mahoney1-19/+19
2014-05-06reiserfs: cleanup, remove nblocks argument from journal_endJeff Mahoney1-19/+19
2014-05-06reiserfs: cleanup, reformat comments to normal kernel styleJeff Mahoney1-159/+261
2014-05-06reiserfs: cleanup, rename key and item accessors to more friendly namesJeff Mahoney1-7/+7
2014-01-25reiserfs: use generic posix ACL infrastructureChristoph Hellwig1-2/+2
2013-08-08reiserfs: locking, handle nested locks properlyJeff Mahoney1-16/+8
2012-07-23don't expose I_NEW inodes via dentry->d_inodeAl Viro1-4/+4
2012-07-14don't pass nameidata to ->create()Al Viro1-1/+1
2012-07-14stop passing nameidata to ->lookup()Al Viro1-1/+1
2012-03-20move private bits of reiserfs_fs.h to fs/reiserfs/reiserfs.hAl Viro1-1/+1
2012-03-20move reiserfs_acl.h to fs/reiserfs/acl.hAl Viro1-1/+1
2012-03-20take private bits of reiserfs_xattr.h to fs/reiserfs/xattr.hAl Viro1-1/+1
2012-01-03reiserfs: propagate umode_tAl Viro1-1/+1
2012-01-03switch ->mknod() to umode_tAl Viro1-1/+1
2012-01-03switch ->create() to umode_tAl Viro1-1/+1
2012-01-03switch vfs_mkdir() and ->mkdir() to umode_tAl Viro1-1/+1
2011-11-02filesystems: add set_nlink()Miklos Szeredi1-2/+2
2011-11-02filesystems: add missing nlink wrappersMiklos Szeredi1-6/+6
2011-07-25fs: take the ACL checks to common codeChristoph Hellwig1-3/+3
2011-07-20kill check_acl callback of generic_permission()Al Viro1-1/+3
2011-05-28reiserfs: remove unnecessary dentry_unhash from rmdir, dir renameSage Weil1-5/+0
2011-05-26vfs: push dentry_unhash on rename_dir into file systemsSage Weil1-0/+3
2011-05-26vfs: push dentry_unhash on rmdir into file systemsSage Weil1-0/+2
2011-03-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds1-4/+5
2011-03-15fs: Remove i_nlink check from file system link callbackAneesh Kumar K.V1-4/+0
2011-03-08Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into nextJames Morris1-4/+5
2011-03-03fix reiserfs mkdir() breakageAl Viro1-1/+1
2011-02-01fs/vfs/security: pass last path component to LSM on inode creationEric Paris1-4/+5
2010-10-25new helper: ihold()Al Viro1-1/+1
2010-05-21reiserfs: replace inode uid,gid,mode initialization with helper functionDmitry Monakhov1-14/+4
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2010-03-05dquot: cleanup dquot initialize routineChristoph Hellwig1-11/+11
2010-03-05dquot: move dquot initialization responsibility into the filesystemChristoph Hellwig1-0/+17
2010-03-05dquot: cleanup dquot drop routineChristoph Hellwig1-1/+1
2010-01-02reiserfs: Fix unwanted recursive reiserfs lock in reiserfs_unlink()Frederic Weisbecker1-3/+4
2009-09-14kill-the-bkl/reiserfs: fix recursive reiserfs lock in reiserfs_mkdir()Frederic Weisbecker1-3/+4
2009-09-14kill-the-bkl/reiserfs: don't hold the write recursively in reiserfs_lookup()Frederic Weisbecker1-3/+10
2009-05-09reiserfs: remove privroot hiding in lookupJeff Mahoney1-15/+2
2009-03-30Merge branch 'reiserfs-updates' from Jeff MahoneyLinus Torvalds1-96/+84
2009-03-30reiserfs: strip trailing whitespaceJeff Mahoney1-15/+15
2009-03-30reiserfs: add atomic addition of selinux attributes during inode creationJeff Mahoney1-4/+33
2009-03-30reiserfs: journaled xattrsJeff Mahoney1-11/+3
2009-03-30reiserfs: eliminate per-super xattr lockJeff Mahoney1-29/+0
2009-03-30reiserfs: remove IS_PRIVATE helpersJeff Mahoney1-3/+4
2009-03-30reiserfs: use reiserfs_error()Jeff Mahoney1-12/+12
2009-03-30reiserfs: rework reiserfs_panicJeff Mahoney1-10/+8
2009-03-30reiserfs: rework reiserfs_warningJeff Mahoney1-24/+21
2009-03-26reiserfs: Use lowercase names of quota functionsJan Kara1-3/+3
2008-12-31nfsd race fixes: reiserfsAl Viro1-0/+8
2008-11-14CRED: Wrap task credential accesses in the ReiserFS filesystemDavid Howells1-2/+2
2008-10-23[PATCH] switch all filesystems over to d_obtain_aliasChristoph Hellwig1-10/+1
2008-04-28reiserfs: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-4/+4
2008-03-30NULL noise: fs/*, mm/*, kernel/*Al Viro1-1/+1
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap1-1/+0
2007-02-12[PATCH] mark struct inode_operations const 3Arjan van de Ven1-3/+3
2006-12-08[PATCH] struct path: rename Reiserfs's struct pathJosef "Jeff" Sipek1-3/+3
2006-10-03BUG_ON conversion for fs/reiserfsEric Sesterhenn1-6/+3
2006-10-01[PATCH] r/o bind mounts: monitor zeroing of i_nlinkDave Hansen1-2/+2
2006-10-01[PATCH] r/o bind mount prepwork: inc_nlink() helperDave Hansen1-3/+3
2006-10-01[PATCH] r/o bind mounts: unlink: monitor i_nlinkDave Hansen1-3/+3
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-03-02[PATCH] reiserfs: fix unaligned bitmap usageJeff Mahoney1-4/+4
2006-02-01[PATCH] reiserfs: remove kmalloc wrapperPekka Enberg1-8/+8
2006-01-14[PATCH] reiserfs: remove d_splice_alias NULL check from reiserfs_lookupPekka Enberg1-5/+1
2005-08-13[PATCH] Fix error handling in reiserfsJan Kara1-0/+3
2005-07-12reiserfs: run scripts/Lindent on reiserfs codeLinus Torvalds1-1244/+1330
2005-06-24[PATCH] quota: reiserfs: improve quota credit estimatesJan Kara1-11/+14
2005-05-05[PATCH] reiserfs: use NULL instead of 0Randy.Dunlap1-1/+1
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+1491