aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext3/namei.c
AgeCommit message (Expand)AuthorFilesLines
2005-01-07[PATCH] sched: ext3: fix scheduling latencies in ext3Ingo Molnar1-0/+1
2005-01-07[PATCH] ext3 htree telldir() fixTheodore Y. Ts'o1-2/+6
2005-01-04[PATCH] Sync in core time granuality with filesystemsAndi Kleen1-7/+7
2004-12-12[PATCH] reduce ext3 log spamming (blank lines)David Brownell1-1/+1
2004-10-18[PATCH] xattr consolidation v3 - ext3James Morris1-6/+10
2004-09-21[PATCH] ext3 endianness annotations and bugfixesAlexander Viro1-20/+17
2004-06-30[PATCH] sparse: NULL vs 0 - filesystemsMika Kukkonen1-8/+8
2004-06-17[PATCH] ext3: htree readdir fixAlex Tomas1-0/+2
2004-06-17[PATCH] Ext3: Retry allocation after transaction commit (v2)Theodore Y. Ts'o1-5/+20
2004-06-04[PATCH] ext3: htree rename fixAndreas Dilger1-5/+9
2004-06-02[PATCH] ext3_orphan_del may double-decrement bh->b_countAndrew Morton1-2/+0
2004-05-09[PATCH] ext3 error handling fixesAndrew Morton1-13/+22
2004-04-14[PATCH] ext3: journalled quotasAndrew Morton1-8/+18
2004-04-13[PATCH] Fix ext3 add_nondir d_instantiate()Andrew Morton1-5/+3
2004-02-03[PATCH] Fix more gcc 3.4 warningsAndrew Morton1-1/+1
2003-09-22[PATCH] 32-bit dev_t: switch-overAlexander Viro1-1/+1
2003-09-04[PATCH] large dev_t - second series (9/15)Alexander Viro1-0/+3
2003-08-31[PATCH] Fix ext3 htree corruption on big-endian platformsAndrew Morton1-1/+1
2003-08-20[PATCH] fix for htree corruptionAndrew Morton1-4/+5
2003-07-03[PATCH] Pass 'nameidata' to ->create()Trond Myklebust1-1/+2
2003-07-03[PATCH] Add open intent information to the 'struct nameidata'Trond Myklebust1-1/+1
2003-06-25[PATCH] htree: set the dir index bit in the right placeAndrew Morton1-1/+1
2003-06-20[PATCH] ext3/JBD: remove trailing whitespaceAndrew Morton1-24/+22
2003-06-17[PATCH] ext3: fix data=journal modeAndrew Morton1-8/+2
2003-06-17[PATCH] ext3: move lock_kernel() down into the JBD layer.Andrew Morton1-56/+12
2003-05-12[PATCH] Fix ext3 htree / NFS compatibility problemsAndrew Morton1-36/+82
2003-03-22[PATCH] ext3: fix use-after-free bugAndrew Morton1-8/+8
2003-02-27[PATCH] Fix ext3/VFS double freeing warningAlex Tomas1-1/+1
2003-01-14[PATCH] ext3 ino_t removalAndrew Morton1-8/+8
2002-12-31Fix up numerous '`xxxxx' is not at beginning of declaration' style warnings.Dave Jones1-1/+1
2002-12-29[PATCH] Fix missing brelse() on ext3 htree error pathAndrew Morton1-1/+3
2002-12-21[PATCH] ext3 use-after-free bugfixAndrew Morton1-6/+5
2002-12-03[PATCH] C99 initializer for fx/ext3/namei.cArt Haas1-7/+7
2002-11-21[PATCH] fix endian problem in ext3 htree codeAndrew Morton1-2/+3
2002-11-19[PATCH] *_mknod prototypeAndries E. Brouwer1-1/+1
2002-11-06Fix ext3 htree rename bug.Theodore Y. Ts'o1-1/+20
2002-11-06Check for failed kmalloc() in ext3_htree_store_dirent()Theodore Y. Ts'o1-4/+7
2002-11-06Add '.' and '..' entries to be returned by readdir of htree directoriesTheodore Y. Ts'o1-0/+9
2002-11-04[PATCH] `event' removal: other filesystemsAndrew Morton1-4/+4
2002-10-30Port of (bugfixed) 0.8.50 acl-ext3 to 2.5.Theodore Y. Ts'o1-2/+9
2002-10-30Port of (bugfixed) 0.8.50 xattr-ext3 to 2.5 (w/ hch cleanups. mbcache API)Theodore Y. Ts'o1-6/+16
2002-10-07[PATCH] ext3 indexed directory supportAndrew Morton1-126/+1207
2002-09-15[PATCH] ext3 ceanup: use EXT3_SBAndrew Morton1-3/+3
2002-07-28[PATCH] use c99 initialisers in ext3Andrew Morton1-9/+9
2002-06-11[PATCH] ext3 ordering fixAndrew Morton1-4/+4
2002-06-02[PATCH] direct-to-BIO writeback for writeback-mode ext3Andrew Morton1-2/+8
2002-06-02[PATCH] rename block_symlink() to page_symlink()Andrew Morton1-2/+2
2002-05-27[PATCH] dirsyncAndrew Morton1-8/+8
2002-05-22[PATCH] include buffer_head.h in actual users instead of fs.h (9/10)Christoph Hellwig1-0/+1
2002-05-19[PATCH] get rid of <linux/locks.h>Christoph Hellwig1-1/+0
2002-05-06[PATCH] PATCH - kNFSd/ext3 in 2.5.14 - export_operations support for ext3Neil Brown1-0/+39
2002-02-17[PATCH] BKL shifting - ->rename()Alexander Viro1-2/+6
2002-02-14[PATCH] (4/5) more BKL shiftingAlexander Viro1-5/+9
2002-02-14[PATCH] (3/5) more BKL shiftingAlexander Viro1-5/+8
2002-02-14[PATCH] (2/5) more BKL shiftingAlexander Viro1-1/+5
2002-02-14[PATCH] (1/5) more BKL shiftingAlexander Viro1-1/+5
2002-02-12[PATCH] BKL shifted inside ->unlink()Alexander Viro1-2/+6
2002-02-12[PATCH] BKL shifted into ->mknod()Alexander Viro1-2/+6
2002-02-12[PATCH] BKL shifted into ->create()Alexander Viro1-3/+7
2002-02-11[PATCH] BKL shifted into ->lookup()Alexander Viro1-1/+6
2002-02-08[PATCH] includes cleanup, 2nd try.Dave Jones1-1/+1
2002-02-05v2.5.2.2 -> v2.5.2.3Linus Torvalds1-21/+21
2002-02-04v2.4.14.1 -> v2.4.14.2Linus Torvalds1-0/+1125