aboutsummaryrefslogtreecommitdiffstats
path: root/fs/namei.c
AgeCommit message (Expand)AuthorFilesLines
2004-07-12[PATCH] __vfs_follow_link() made inline againAlexander Viro1-55/+55
2004-07-10[PATCH] intrinsic automount and mountpoint degradation supportDavid Howells1-0/+10
2004-06-29[PATCH] Combined patch for remaining trivial sparse warnings in allnoconfig b...Mika Kukkonen1-3/+2
2004-06-27[PATCH] minor CAP_DAC_OVERRIDE fixAndries E. Brouwer1-1/+4
2004-06-23[PATCH] symlink: fix missing 'depth' initializationAlexander Viro1-1/+3
2004-06-23[PATCH] symlink 2/9: ext2 conversion and helper functionsAlexander Viro1-2/+47
2004-06-23[PATCH] symlink 1/9: infrastructure and explanationAlexander Viro1-3/+26
2004-06-20[PATCH] O_NOATIME supportCesar Eduardo Barros1-0/+5
2004-05-21Add 'mode' argument to vfs_symlink.Linus Torvalds1-2/+2
2004-04-11[PATCH] Light-weight Auditing FrameworkAndrew Morton1-2/+13
2004-03-18[PATCH] add touch_atime() helperAlexander Viro1-2/+2
2004-03-06[PATCH] fastcall / regparm fixesAndrew Morton1-4/+4
2004-02-18[PATCH] fix access() POSIX complianceAndrew Morton1-1/+2
2004-02-10[PATCH] open writecount scalability cleanupIngo Molnar1-11/+15
2004-02-03[PATCH] Remove uneeded dentry assignmentAndrew Morton1-1/+0
2004-02-03[PATCH] namei.c: take vfsmount_lockAndrew Morton1-7/+9
2003-10-01[PATCH] Pass nameidata to security_inode_permission hookAndrew Morton1-4/+5
2003-09-29o kernel/ksyms.c: move relevant EXPORT_SYMBOLs to fs/namei.cArnaldo Carvalho de Melo1-0/+31
2003-09-22[PATCH] 32-bit dev_t: switch-overAlexander Viro1-1/+1
2003-09-22[PATCH] prepare for 32-bit dev_t: mknod()/ustat()Alexander Viro1-3/+7
2003-08-19[PATCH] Support dentry revalidation under open(".")Trond Myklebust1-2/+16
2003-08-06[PATCH] export lookup_create()Andrew Morton1-2/+9
2003-07-10[PATCH] separate locking for vfsmountsAndrew Morton1-12/+10
2003-07-07[PATCH] make create() follow symlinks againTrond Myklebust1-0/+2
2003-07-03[PATCH] Pass 'nameidata' to ->permission()Trond Myklebust1-16/+18
2003-07-03[PATCH] Pass 'nameidata' to ->create()Trond Myklebust1-4/+5
2003-07-03[PATCH] Add open intent information to the 'struct nameidata'Trond Myklebust1-17/+31
2003-06-16[PATCH] nfs_unlink() fix and trivial nfs_fhget cleanupFrank Cusack1-0/+4
2003-06-13[PATCH] lsm: Remove inode_permission_lite hook (3/4)Chris Wright1-1/+1
2003-06-09[PATCH] nfs_unlink() problem fixFrank Cusack1-1/+3
2003-05-29[PATCH] speed up the unlink speedupAndrew Morton1-1/+1
2003-05-07[PATCH] s/UPDATE_ATIME/update_atime/ cleanupAndrew Morton1-2/+2
2003-04-15[PATCH] fix fs->lock deadlock with emulated name lookupDavid Mosberger1-0/+1
2003-04-08Annotate fs/namei.c with user pointer annotations.Linus Torvalds1-12/+12
2003-04-02[PATCH] real_lookup race fixAndrew Morton1-7/+10
2003-03-11Merge kroah.com:/home/greg/linux/BK/bleed-2.5Greg Kroah-Hartman1-6/+3
2003-03-10Use cond_sched() instead of manual expansion of it.Linus Torvalds1-4/+1
2003-03-09Merge kroah.com:/home/greg/linux/BK/bleed-2.5Greg Kroah-Hartman1-6/+3
2003-03-06Fix a very theoretical race between the new RCU lookup andLinus Torvalds1-0/+10
2003-02-15mergeGreg Kroah-Hartman1-6/+3
2003-02-14[PATCH] dcache_rcu: revert fast_walk codeAndrew Morton1-84/+54
2003-02-03Merge bk://lsm.bkbits.net/linus-2.5Greg Kroah-Hartman1-6/+3
2003-02-03[PATCH] fix i_sem contention in sys_unlink()Andrew Morton1-0/+12
2003-01-15[PATCH] Replace inode_post_lookup hook with d_instantiate hookStephen D. Smalley1-6/+3
2003-01-10[PATCH] misc fixesAndrew Morton1-1/+3
2002-12-05[PATCH] namei.c_path_lookup takes lock unnecessarilyRusty Russell1-2/+2
2002-12-01Oops. LSM cleanups reversed the sense of a error return test.Linus Torvalds1-1/+1
2002-11-26LSM: change if statements into something more readable for the fs/* files.Greg Kroah-Hartman1-11/+22
2002-11-23MergeGreg Kroah-Hartman1-35/+23
2002-11-19[PATCH] rename get_lease to break_leaseMatthew Wilcox1-1/+1
2002-11-17[PATCH] dcache usage cleanupsManeesh Soni1-1/+1
2002-11-16[PATCH] include mount.h explicitly were neededChristoph Hellwig1-1/+1
2002-10-30Port of 0.8.50 acl-ms-posixacl patch to 2.5Theodore Y. Ts'o1-5/+8
2002-10-17LSM: change all of the VFS related security calls to the new format.Greg Kroah-Hartman1-35/+23
2002-09-17[PATCH] designated initializer patches for fs_Art Haas1-2/+2
2002-09-07[PATCH] Use kmap_atomic() for generic_file_write()Andrew Morton1-1/+2
2002-07-22Merge kroah.com:/home/greg/linux/BK/bleeding_edge-2.5Greg Kroah-Hartman1-26/+100
2002-07-22mergeGreg Kroah-Hartman1-26/+100
2002-07-21[PATCH] LSM: file related LSM hooksStephen D. Smalley1-27/+100
2002-07-21[PATCH] Fix dcache deadlock introduced by previous fixAlexander Viro1-1/+5
2002-07-21[PATCH] fix for nfs_unlink and vfs_unlinkAlexander Viro1-9/+4
2002-06-17[PATCH] remove path_initAndries E. Brouwer1-16/+0
2002-06-17[PATCH] Push BKL into ->permission() callsPaul Menage1-7/+2
2002-06-02[PATCH] rename block_symlink() to page_symlink()Andrew Morton1-0/+40
2002-05-21[PATCH] (4/) BKL removal in d_move()Alexander Viro1-8/+2
2002-05-21[PATCH] split namei.h out of fs.hChristoph Hellwig1-0/+1
2002-04-30[PATCH] missing checks in exec_permission_light()Alexander Viro1-0/+6
2002-04-29[PATCH] page writeback locking updateAndrew Morton1-1/+1
2002-04-29[PATCH] cleanup page flagsAndrew Morton1-1/+1
2002-04-29[PATCH] Re: 2.5.11 breakageAlexander Viro1-120/+154
2002-04-24[PATCH] FastWalk DcacheHanna V. Linder1-6/+113
2002-04-09[PATCH] open_namei cleanup, nfsctl permission check fixAlexander Viro1-73/+75
2002-04-03[PATCH] IS_DEADDIR checks (2.5)Alexander Viro1-5/+3
2002-03-08Fix missing '!' in set_fs_altroot() Linus Torvalds1-1/+1
2002-03-06[PATCH] Re: "rename" breakage?Alexander Viro1-1/+1
2002-03-05[PATCH] Re: "rename" breakage?Alexander Viro1-41/+101
2002-03-01[PATCH] path_lookup()Alexander Viro1-158/+74
2002-03-01[PATCH] removal of LOOKUP_POSITIVEAlexander Viro1-8/+3
2002-02-17[PATCH] BKL shifting - ->rename()Alexander Viro1-4/+6
2002-02-14[PATCH] (5/5) more BKL shiftingAlexander Viro1-0/+2
2002-02-14[PATCH] (4/5) more BKL shiftingAlexander Viro1-2/+0
2002-02-14[PATCH] (3/5) more BKL shiftingAlexander Viro1-2/+2
2002-02-14[PATCH] (2/5) more BKL shiftingAlexander Viro1-2/+0
2002-02-14[PATCH] (1/5) more BKL shiftingAlexander Viro1-2/+0
2002-02-12[PATCH] BKL shifted inside ->unlink()Alexander Viro1-2/+0
2002-02-12[PATCH] BKL shifted into ->mknod()Alexander Viro1-2/+0
2002-02-12[PATCH] BKL shifted into ->create()Alexander Viro1-2/+0
2002-02-11[PATCH] BKL shifted into ->lookup()Alexander Viro1-4/+0
2002-02-11[PATCH] (2.5.4) death of ->i_zombieAlexander Viro1-161/+165
2002-02-05v2.5.2.1 -> v2.5.2.1.1Linus Torvalds1-1/+1
2002-02-05v2.5.1.11 -> v2.5.2v2.5.2Linus Torvalds1-2/+3
2002-02-04v2.5.1.6 -> v2.5.1.7Linus Torvalds1-3/+3
2002-02-04v2.5.1.5 -> v2.5.1.6Linus Torvalds1-3/+3
2002-02-04v2.5.0.4 -> v2.5.0.5Linus Torvalds1-0/+2
2002-02-04v2.4.12.3 -> v2.4.12.4Linus Torvalds1-2/+6
2002-02-04v2.4.11 -> v2.4.12Linus Torvalds1-7/+8
2002-02-04v2.4.10.6 -> v2.4.11Linus Torvalds1-5/+21
2002-02-04v2.4.9.11 -> v2.4.9.12Linus Torvalds1-0/+4
2002-02-04v2.4.9.8 -> v2.4.9.9Linus Torvalds1-1/+1
2002-02-04v2.4.9.7 -> v2.4.9.8Linus Torvalds1-0/+1
2002-02-04v2.4.9.3 -> v2.4.9.4Linus Torvalds1-12/+32
2002-02-04v2.4.6.9 -> v2.4.7Linus Torvalds1-0/+4
2002-02-04v2.4.6.6 -> v2.4.6.7Linus Torvalds1-6/+8
2002-02-04v2.4.5.9 -> v2.4.6Linus Torvalds1-2/+2
2002-02-04v2.4.5.2 -> v2.4.5.3Linus Torvalds1-10/+4
2002-02-04v2.4.5.1 -> v2.4.5.2Linus Torvalds1-15/+10
2002-02-04v2.4.4.3 -> v2.4.4.4Linus Torvalds1-9/+7
2002-02-04v2.4.3.5 -> v2.4.3.6Linus Torvalds1-1/+1
2002-02-04v2.4.2.6 -> v2.4.2.7Linus Torvalds1-4/+2
2002-02-04v2.4.2.4 -> v2.4.2.5Linus Torvalds1-1/+1
2002-02-04Import changesetLinus Torvalds1-0/+1997