aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext2
AgeCommit message (Expand)AuthorFilesLines
2004-08-22[PATCH] vprintk for ext2 errorsMatt Mackall1-22/+23
2004-08-22[PATCH] ext2_readdir() filp->f_pos fixJan Blunck1-3/+8
2004-07-28[PATCH] ext2_readdir() return value fixJan Blunck1-4/+6
2004-07-12[PATCH] sparse: more fs/* NULL noise removalAlexander Viro1-1/+2
2004-07-11[PATCH] sparse: misc NULL noise in fs/*Alexander Viro1-1/+1
2004-06-30[PATCH] sparse: NULL vs 0 - filesystemsMika Kukkonen1-1/+1
2004-06-26[PATCH] ext2_setattr retval fixAndrew Morton1-2/+2
2004-06-23[PATCH] symlink 2/9: ext2 conversion and helper functionsAlexander Viro1-11/+7
2004-05-28[PATCH] sparse: ext2 __user annotation (ioctl)Alexander Viro1-4/+4
2004-05-24[PATCH] ext2: fix build with DEBUG=yAndrew Morton1-2/+2
2004-05-19[PATCH] use-before-uninitialized value in ext3(2)_find_ goalAndrew Morton1-0/+1
2004-04-18[PATCH] direct-IO return type fixesAndrew Morton1-1/+1
2004-04-12[PATCH] ext2fs sb= mount option fixAndrew Morton1-2/+5
2004-04-11[PATCH] speed up ext2 fsync() and fdatasync()Andrew Morton2-13/+20
2004-03-24[PATCH] ext2&3: use the right i_flags in find_group_orlov()Andrew Morton1-1/+1
2004-03-11[PATCH] Remove arbitrary #acl entries limits on ext[23] when readingAndrew Morton1-10/+13
2004-03-11[PATCH] readdir() cleanupsAndrew Morton1-1/+0
2004-03-06[PATCH] ext2/ext3 -ENOSPC bugAndrew Morton1-2/+2
2004-03-03[PATCH] d_alloc_root() fixes: ext2Alexander Viro1-9/+12
2004-02-18[PATCH] fix access() POSIX complianceAndrew Morton1-1/+2
2004-02-05[PATCH] ext2: update inode ctime on rename()Andrew Morton1-0/+7
2004-02-05[PATCH] ext2/3: incorrect increment of i_blocks when keeping the same xattr b...Andrew Morton1-18/+17
2004-01-20[PATCH] Move XATTR_SECURITY_PREFIX macro to common locationAndrew Morton1-2/+0
2004-01-19[PATCH] ext2: fix build when EXT2_DEBUG is setAndrew Morton2-5/+6
2004-01-19[PATCH] ext2: s_next_generation lockingAndrew Morton2-0/+3
2004-01-19[PATCH] ext2_new_inode nanocleanupAndrew Morton1-10/+10
2004-01-18[PATCH] bdev: switch to f_mappingAndrew Morton1-1/+1
2003-11-18[PATCH] fs/ext[23]/xattr.c pointer arithmetic fixAndrew Morton1-3/+5
2003-11-18[PATCH] ext2 block allocator fixesAndrew Morton1-3/+16
2003-11-18[PATCH] remove ext2_reserve_inode()Andrew Morton1-35/+0
2003-11-18[PATCH] Fix bugs in ext2_new_inode()Andrew Morton1-23/+29
2003-11-09[PATCH] ext2 block allocation race fixAndrew Morton1-4/+6
2003-10-15[PATCH] ext2/ext3 acl signedness fixesAndrew Morton1-1/+1
2003-10-05[PATCH] lib/parser: Use "%u" instead "%d" (5/6)Hirofumi Ogawa1-3/+3
2003-10-01[PATCH] table-driven filesystems option parsingAndrew Morton1-122/+131
2003-10-01[PATCH] dev_t forward compatibility fixAndrew Morton1-0/+1
2003-09-22[PATCH] 32-bit dev_t: switch-overAlexander Viro2-5/+17
2003-09-08[PATCH] sparse fix ext2_readlinkAndries E. Brouwer1-1/+2
2003-09-04[PATCH] large dev_t - second series (15/15)Alexander Viro1-2/+2
2003-09-04[PATCH] large dev_t - second series (9/15)Alexander Viro1-2/+8
2003-09-04[PATCH] large dev_t - second series (7/15)Alexander Viro1-1/+1
2003-08-31[PATCH] Fix typo in #ifdef for ext2 xattr supportAndrew Morton1-1/+1
2003-08-01[PATCH] don't init statics to 0 (fs/)Randy Dunlap1-1/+1
2003-07-25Merge bk://kernel.bkbits.net/lord/xfs-2.5Stephen Lord1-1/+1
2003-07-25[PATCH] fs/ Makefile cleanupSam Ravnborg1-13/+5
2003-07-24Add an IO completion handler to the direct_IO path to allow the initiatorStephen Lord1-1/+1
2003-07-10[PATCH] misc fixesAndrew Morton1-4/+1
2003-07-06[PATCH] xattr: fine-grained lockingAndrew Morton6-144/+141
2003-07-06[PATCH] xattrr: preparation for fine-grained lockingAndrew Morton1-2/+13
2003-07-06[PATCH] xattr: update-in-place optimisationAndrew Morton1-16/+26
2003-07-06[PATCH] xattr: blockdev inode selection fixAndrew Morton1-2/+3
2003-07-06[PATCH] xattr: cleanupsAndrew Morton2-63/+77
2003-07-03[PATCH] Pass 'nameidata' to ->permission()Trond Myklebust3-4/+4
2003-07-03[PATCH] Pass 'nameidata' to ->create()Trond Myklebust1-1/+1
2003-07-03[PATCH] Add open intent information to the 'struct nameidata'Trond Myklebust1-1/+1
2003-07-02[PATCH] ext2: inode allocation race fixAndrew Morton1-37/+50
2003-06-20[PATCH] Add system calls statfs64 and fstatfs64Andrew Morton1-2/+2
2003-05-25[PATCH] change get_sb prototypeAndries E. Brouwer1-1/+1
2003-05-25[PATCH] mark shrinkable slabs as being reclaimableAndrew Morton1-1/+1
2003-05-12[PATCH] Reserve the ext2/ext3 EAs for the Lustre filesystemAndrew Morton1-0/+1
2003-05-07[PATCH] ext2 xattr handler for security modulesAndrew Morton4-3/+78
2003-05-07[PATCH] s/UPDATE_ATIME/update_atime/ cleanupAndrew Morton1-1/+1
2003-04-16[PATCH] Fix orlov allocator boundary caseAndrew Morton1-0/+9
2003-04-12[PATCH] use spinlocking in the ext2 inode allocatorAndrew Morton2-63/+118
2003-04-12[PATCH] use spinlocking in the ext2 block allocatorAndrew Morton3-57/+90
2003-04-08[PATCH] Missing brelse() in ext2/ext3 extended attribute codeAndrew Morton1-3/+4
2003-04-02[PATCH] handle bad inodes in put_inodeAndrew Morton1-3/+8
2003-03-22[PATCH] make the bdevname() API saneAndrew Morton1-1/+2
2003-03-22[PATCH] remove lock_kernel() from readdir implementations.Andrew Morton1-3/+1
2003-03-22[PATCH] Implement a/c/time speedup in ext2 & ext3Andrew Morton1-0/+1
2003-03-16[PATCH] ext2: block allocation fixAndrew Morton1-1/+1
2003-03-16[PATCH] Ext2/3 noatime and dirsync fixesAndrew Morton4-28/+21
2003-03-10[PATCH] ext2: fix directory handling bugAndrew Morton1-0/+3
2003-03-08[PATCH] Extended attribute sharing and debug macro typo fixesAndrew Morton1-1/+1
2003-03-08[PATCH] ext2: fix error-path double-freeAndrew Morton1-1/+0
2003-03-02[PATCH] ext2: clear ext3 htree flag on directoriesAndrew Morton2-1/+4
2003-02-25[XFS] Remove flags argument from xattr inode operations againChristoph Hellwig5-51/+46
2003-02-14[PATCH] xattr: trusted extended attributesAndrew Morton4-7/+83
2003-02-14[PATCH] xattr: allow kernel code to override EA permissionsAndrew Morton1-19/+22
2003-02-14[PATCH] xattr: infrastructure for permission overridesAndrew Morton4-22/+24
2003-02-14[PATCH] xattr: listxattr fixAndrew Morton3-13/+11
2003-02-10[PATCH] Fix synchronous writers to wait properly for the resultAndrew Morton5-30/+15
2003-02-09[PATCH] simple EXT2 patchMikulas Patocka1-1/+1
2003-02-03kbuild: Remove export-objs := ... statementsKai Germaschewski1-2/+0
2003-02-02[PATCH] quota semaphore fixAndrew Morton1-0/+6
2003-02-02[PATCH] ext2_new_block cleanups and fixesAndrew Morton1-8/+11
2003-02-02[PATCH] fix handling of ext2 allocation failuresAndrew Morton1-1/+1
2003-01-07[PATCH] AIO support for raw/O_DIRECTAndrew Morton1-2/+3
2002-12-31[PATCH] include <linux/vfs.h> only in files actually needing itChristoph Hellwig1-0/+1
2002-12-21[PATCH] rename locals in ext2_new_block()Andrew Morton1-38/+47
2002-12-21[PATCH] ext2: smarter block allocation startupAndrew Morton1-3/+14
2002-12-21[PATCH] ext2/3: better starting group for S_ISREG filesAndrew Morton1-5/+19
2002-12-21[PATCH] ext2/3 commentary and cleanupAndrew Morton1-0/+21
2002-12-14[PATCH] Remove Rules.make from Makefiles (3/3)Brian Gerst1-2/+0
2002-12-14[PATCH] ext2 synchronous mount fixAndrew Morton1-1/+5
2002-12-14[PATCH] ext2/ext3_free_blocks() extra checkAndrew Morton1-2/+3
2002-12-14[PATCH] remove PF_SYNCAndrew Morton1-2/+2
2002-11-23o uaccess.h: remove include sched.h, it only needs thread_info.hArnaldo Carvalho de Melo1-0/+2
2002-11-21[PATCH] no-buffer-head ext2 optionAndrew Morton4-7/+51
2002-11-21[PATCH] Remove mapping->vm_writebackAndrew Morton1-1/+0
2002-11-21[PATCH] ext2/ext3 Orlov directory accounting fixAndrew Morton1-1/+3
2002-11-21[PATCH] Make inode_ops->setxattr value parameter constAndrew Morton2-2/+2
2002-11-19[PATCH] *_mknod prototypeAndries E. Brouwer1-1/+1
2002-11-18[PATCH] C99 initializer for fs/ext2/dir.cArt Haas1-15/+15
2002-11-17Merge home.transmeta.com:/home/torvalds/v2.5/nsec-statLinus Torvalds2-12/+14
2002-11-17[PATCH] nanosecond stat timefieldsAndi Kleen2-12/+14
2002-11-10[PATCH] bdevname() cleanupsAlexander Viro1-2/+2
2002-11-06Fix meta_bg compatibility with e2fsprogs 1.30.Theodore Y. Ts'o1-1/+4
2002-11-05[PATCH] Make ->readpages palatable to NFSTrond Myklebust1-1/+1
2002-11-04[PATCH] C99 designated initializers for fs/ext2Art Haas2-12/+12
2002-11-04[PATCH] `event' removal: ext2Andrew Morton3-2/+2
2002-11-01[PATCH] Fixup Orlov block allocator for ext2Theodore Y. Ts'o2-18/+26
2002-10-31[PATCH] Orlov block allocator for ext2Andrew Morton3-3/+171
2002-10-30Port of (bugfixed) 0.8.50 acl-ext2 to 2.5Theodore Y. Ts'o10-22/+784
2002-10-30Port of (bugfixed) 0.8.50 xattr-ext2 to 2.5 (w/ hch cleanups. mbcache API)Theodore Y. Ts'o11-23/+1440
2002-10-30Ext2/3 forward compatibility: inode sizeTheodore Y. Ts'o4-1/+18
2002-10-30Ext2/3 forward compatibility: on-line resizingTheodore Y. Ts'o1-2/+20
2002-10-30Default mount options from superblock for ext2/3 filesystemsTheodore Y. Ts'o1-90/+104
2002-10-28[PATCH] permit direct IO with finer-than-fs-blocksize alignmentsAndrew Morton1-1/+1
2002-10-11Fix warnings of the formRichard Henderson2-5/+8
2002-10-09Merge toomuch.toronto.redhat.com:/md0/linus-2.5Benjamin LaHaise1-0/+2
2002-10-08[PATCH] 64-bit sector_t - filesystemsAndrew Morton1-1/+1
2002-10-08merge with linus' treeBenjamin LaHaise1-0/+2
2002-10-08[PATCH] struct super_block cleanup - finalBrian Gerst1-3/+3
2002-10-06MergeLinus Torvalds1-1/+3
2002-10-06[PATCH] add struct file* to ->direct_IO addr space opChuck Lever1-1/+3
2002-10-04[PATCH] remove write_mapping_buffers()Andrew Morton1-8/+1
2002-09-24several updates for testing aio_{read,write}Benjamin LaHaise1-0/+2
2002-09-22[PATCH] use the queue congestion API in ext2_preread_inode()Andrew Morton1-1/+8
2002-09-19[PATCH] clean up argument passing in writeback pathsAndrew Morton1-2/+2
2002-09-13[PATCH] readv/writev speedupAndrew Morton2-4/+6
2002-09-07[PATCH] Use kmap_atomic() for generic_file_write()Andrew Morton1-6/+5
2002-08-13[PATCH] designated initialisers for ext2Andrew Morton6-51/+51
2002-08-13[PATCH] random fixesAndrew Morton1-0/+3
2002-07-28MergeLinus Torvalds1-0/+1
2002-07-28[PATCH] direct IO updatesAndrew Morton1-1/+14
2002-07-27VFS: implement sendfile file operationChristoph Hellwig1-0/+1
2002-07-23[PATCH] type safe(r) list_entry repacement: container_ofNeil Brown1-1/+1
2002-07-14[PATCH] 2.5 i_size_high fixupAndreas Dilger1-1/+1
2002-07-14[PATCH] direct-to-BIO for O_DIRECTAndrew Morton1-4/+3
2002-07-04[PATCH] Remove ext2's buffer_head cacheAndrew Morton3-235/+107
2002-06-19[PATCH] TRIVIAL EPERM -> EACCESSAndreas Dilger1-1/+1
2002-06-19[PATCH] ext2 staticsStephen Rothwell3-7/+6
2002-06-11[PATCH] ext2_put_inode race fixAndrew Morton1-2/+1
2002-06-02[PATCH] rename block_symlink() to page_symlink()Andrew Morton1-2/+1
2002-05-27[PATCH] dirsyncAndrew Morton4-16/+15
2002-05-27[PATCH] rename writeback_mapping to writepagesAndrew Morton1-3/+3
2002-05-27[PATCH] direct-to-BIO writebackAndrew Morton1-1/+1
2002-05-27[PATCH] direct-to-BIO readaheadAndrew Morton1-17/+47
2002-05-24kbuild: Use standard multi-part object declaration in fs/*Kai Germaschewski1-9/+3
2002-05-23Merge penguin:v2.5/linuxLinus Torvalds7-1/+7
2002-05-22[PATCH] include buffer_head.h in actual users instead of fs.h (9/10)Christoph Hellwig7-1/+7
2002-05-23EXPORT_SYMBOL: Remove EXPORT_NO_SYMBOLS from fs/*Kai Germaschewski1-2/+0
2002-05-20Fix ext2 compilationKai Germaschewski2-0/+2
2002-05-19[PATCH] get rid of <linux/locks.h>Christoph Hellwig5-5/+1
2002-05-19[PATCH] improved I/O scheduling for indirect blocksAndrew Morton1-2/+16
2002-05-19[PATCH] ext2: preread inode backing blocksAndrew Morton1-0/+39
2002-05-19[PATCH] i_dirty_buffers locking fixAndrew Morton2-3/+4
2002-05-02[PATCH] VM dirty page balancingAndrew Morton1-0/+2
2002-04-30[PATCH] shift BKL out of vfs_readdirDave Hansen1-0/+4
2002-04-29[PATCH] page writeback locking updateAndrew Morton1-1/+1
2002-04-29[PATCH] cleanup of bh->flagsAndrew Morton1-2/+2
2002-04-29[PATCH] remove i_dirty_data_buffersAndrew Morton1-1/+0
2002-04-29[PATCH] cleanup write_one_pageAndrew Morton1-14/+11
2002-04-29[PATCH] cleanup page flagsAndrew Morton1-5/+5
2002-04-29[PATCH] ext2 directory handlingAndrew Morton1-15/+80
2002-04-23Fix include files for write_super BKL move.v2.5.10Linus Torvalds1-0/+1
2002-04-23[PATCH] Locking in sync_old_buffersDave Hansen1-1/+2
2002-04-21[PATCH] buffer_head leakAlexander Viro1-0/+1
2002-04-15[PATCH] PATCH - Create "export_operations" interface for filesystems to describeNeil Brown2-0/+38
2002-04-03Andrew Morton's ext2 sync mount speedup. Description:Jeff Garzik3-23/+10
2002-04-02strtok -> strsep fixesLinus Torvalds1-3/+3
2002-04-01[PATCH] ext2_fill_super breakageAndrew Morton1-2/+2
2002-03-12[PATCH] correction to super_block cleanupsBrian Gerst1-0/+1
2002-03-12[PATCH] struct super_block cleanup - ext2Brian Gerst1-5/+14
2002-03-12[PATCH] struct super_block cleanup - ext2Brian Gerst5-133/+143
2002-03-10[PATCH] (4/4) ->kill_sb() switchoverAlexander Viro1-0/+1
2002-03-07ext2 minor cleanup: ext2_fsync_inode is only used from ext2_fsync_file, so me...Benjamin LaHaise2-6/+0
2002-02-17Merge home.transmeta.com:/home/torvalds/v2.5/mortonLinus Torvalds1-2/+7
2002-02-17[PATCH] IS_SYNC diretory handlingAndrew Morton1-2/+7
2002-02-17[PATCH] BKL shifting - ->rename()Alexander Viro1-1/+0
2002-02-14[PATCH] (5/5) more BKL shiftingAlexander Viro1-13/+2
2002-02-14[PATCH] (3/5) more BKL shiftingAlexander Viro1-4/+5
2002-02-12[PATCH] SMP-safe ext2/namei.cAlexander Viro2-10/+9
2002-02-12[PATCH] BKL shifted into ->create()Alexander Viro1-0/+2
2002-02-12[PATCH] ext2/inode.c cleanup.Alexander Viro1-102/+71
2002-02-11[PATCH] BKL shifted into ->truncate()Alexander Viro1-3/+1
2002-02-11MergeLinus Torvalds1-1/+6
2002-02-11[PATCH] BKL shifted into ->lookup()Alexander Viro1-1/+6
2002-02-11Fix up typo from Al's ext2 balloc cleanups.Linus Torvalds1-1/+1
2002-02-11[PATCH] BKL-free ext2_get_block()Alexander Viro4-51/+45
2002-02-09[PATCH] fix for typo in ext2_new_inode()Alexander Viro1-1/+1
2002-02-08[PATCH] includes cleanup, 2nd try.Dave Jones3-3/+3
2002-02-08[PATCH] fs/ext2/balloc.c cleanupAlexander Viro1-62/+54
2002-02-08[PATCH] ext2_new_block() cleanupAlexander Viro1-155/+171
2002-02-08[PATCH] (5/5) ext2_free_blocks() cleanupAlexander Viro1-4/+4
2002-02-08[PATCH] (4/5) ext2_free_blocks() cleanupAlexander Viro1-6/+1
2002-02-08[PATCH] (3/5) ext2_free_blocks() cleanupAlexander Viro1-6/+16
2002-02-08[PATCH] (2/5) ext2_free_blocks() cleanupAlexander Viro1-2/+1
2002-02-08[PATCH] (1/5) ext2_free_blocks() cleanupAlexander Viro1-5/+15