aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext3
AgeCommit message (Expand)AuthorFilesLines
2004-08-22[PATCH] vprintk for ext3 errorsMatt Mackall1-28/+25
2004-08-22[PATCH] ext3 barrier supportJens Axboe1-7/+23
2004-07-11[PATCH] sparse: misc NULL noise in fs/*Alexander Viro1-1/+1
2004-06-30[PATCH] sparse: NULL vs 0 - filesystemsMika Kukkonen5-27/+27
2004-06-26[PATCH] ext3: direct-io transaction extending fixAndrew Morton1-6/+22
2004-06-23[PATCH] symlink 4/9: simple filesystemsAlexander Viro1-12/+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'o5-27/+71
2004-06-08[PATCH] ext3: journal_flush() needs journal_lock_updates()Andrew Morton1-1/+5
2004-06-04[PATCH] ext3: htree rename fixAndreas Dilger1-5/+9
2004-06-03[PATCH] sparse: trivial fs annotationsAlexander Viro1-4/+4
2004-06-02[PATCH] ext3_orphan_del may double-decrement bh->b_countAndrew Morton1-2/+0
2004-06-02[PATCH] fix possible NULL pointer in fs/ext3/super.c.Andrew Morton1-0/+1
2004-05-24[PATCH] ext3: remove duplicated ext3_std_error() callAndrew Morton1-2/+0
2004-05-19[PATCH] use-before-uninitialized value in ext3(2)_find_ goalAndrew Morton1-0/+1
2004-05-09[PATCH] ext3 error handling fixesAndrew Morton1-13/+22
2004-05-09[PATCH] Fix ext3 bogus ENOSPCAndrew Morton1-2/+15
2004-05-09[PATCH] Fix deadlock in journalled quotaAndrew Morton1-0/+36
2004-04-26[PATCH] Minor fixes for ext3 journalled quotasAndrew Morton1-2/+10
2004-04-26[PATCH] Per-sb dquot dirty listsAndrew Morton1-4/+6
2004-04-22[PATCH] writeback livelock fixAndrew Morton1-3/+3
2004-04-18[PATCH] direct-IO return type fixesAndrew Morton1-2/+2
2004-04-17[PATCH] remove buffer_error()Andrew Morton1-2/+0
2004-04-14[PATCH] ext3: journalled quotasAndrew Morton3-68/+336
2004-04-13[PATCH] Fix ext3 add_nondir d_instantiate()Andrew Morton1-5/+3
2004-04-12[PATCH] ext3fs sb= mount option fixAndrew Morton1-1/+4
2004-04-11[PATCH] Add commit=0 to ext3, meaning "set commit to default".Andrew Morton1-0/+4
2004-04-11[PATCH] ext3 fsync() and fdatasync() speedupAndrew Morton1-10/+28
2004-04-11[PATCH] Quota locking fixesAndrew Morton1-12/+39
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-9/+12
2004-03-11[PATCH] readdir() cleanupsAndrew Morton1-2/+0
2004-03-06[PATCH] ext2/ext3 -ENOSPC bugAndrew Morton1-2/+2
2004-03-03[PATCH] d_alloc_root() fixes: ext3Alexander Viro1-10/+12
2004-02-22[PATCH] ext3: fix scheduling-in-spinlock bugAndrew Morton1-3/+4
2004-02-18[PATCH] fix access() POSIX complianceAndrew Morton1-1/+2
2004-02-18[PATCH] Remove BDEV_RAW and friendsAndrew Morton1-3/+3
2004-02-05[PATCH] ext2/3: incorrect increment of i_blocks when keeping the same xattr b...Andrew Morton1-18/+19
2004-02-03[PATCH] Fix more gcc 3.4 warningsAndrew Morton1-1/+1
2004-01-20[PATCH] ext3: update a_ops when running `chattr +j'Andrew Morton1-0/+1
2004-01-20[PATCH] Move XATTR_SECURITY_PREFIX macro to common locationAndrew Morton1-2/+0
2004-01-19[PATCH] ext3: s_next_generation fixesAndrew Morton2-2/+7
2004-01-18[PATCH] bdev: switch to f_mappingAndrew Morton1-1/+1
2003-12-29[PATCH] Fix ext3 space accounting bug on ENOSPCAndrew Morton1-1/+1
2003-12-29[PATCH] Ext3+quota deadlock fixAndrew Morton1-5/+5
2003-12-29[PATCH] ext3: bd_claim for journal deviceAndrew Morton1-0/+8
2003-11-18[PATCH] fs/ext[23]/xattr.c pointer arithmetic fixAndrew Morton1-3/+4
2003-11-18[PATCH] ext3_new_inode fixletAndrew Morton1-2/+8
2003-10-15[PATCH] ext2/ext3 acl signedness fixesAndrew Morton1-1/+1
2003-10-15[PATCH] ext3: i_disksize locking fixAndrew Morton1-12/+5
2003-10-05[PATCH] lib/parser: Use "%u" instead "%d" (5/6)Hirofumi Ogawa1-3/+3
2003-10-04[PATCH] ext3 block allocator locking fixAndrew Morton2-6/+8
2003-10-01[PATCH] table-driven filesystems option parsingAndrew Morton1-161/+185
2003-10-01[PATCH] dev_t forward compatibility fixAndrew Morton1-0/+1
2003-09-28[PATCH] ext3 sparse fixesAndries E. Brouwer2-5/+6
2003-09-22[PATCH] 32-bit dev_t: switch-overAlexander Viro3-7/+18
2003-09-09[PATCH] ext3: remove debug codeAndrew Morton1-79/+0
2003-09-04[PATCH] large dev_t - second series (15/15)Alexander Viro2-3/+3
2003-09-04[PATCH] large dev_t - second series (9/15)Alexander Viro1-0/+3
2003-09-04[PATCH] large dev_t - second series (7/15)Alexander Viro1-1/+1
2003-08-31[PATCH] ext3_setxattr() oops fixAndrew Morton1-5/+10
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-08-20[PATCH] ext3 block allocator cleanupAndrew Morton1-79/+71
2003-08-18[PATCH] async write errors: report truncate and io errors onAndrew Morton1-1/+1
2003-08-03[PATCH] Fix 32/64-bit bug in ext3Theodore Y. Ts'o1-1/+2
2003-08-01[PATCH] don't init statics to 0 (fs/)Randy Dunlap2-2/+2
2003-07-31[PATCH] direct-io support for XFS unwritten extentsAndrew Morton1-1/+2
2003-07-31[PATCH] ext3: don't start a commit in write_super()Andrew Morton1-1/+0
2003-07-31[PATCH] Fix race in ext3_getblkAndrew Morton1-4/+4
2003-07-31[PATCH] ext3: avoid reading empty inode blocksAndrew Morton1-17/+104
2003-07-25[PATCH] fs/ Makefile cleanupSam Ravnborg1-13/+5
2003-07-17[PATCH] Ext3 xattr credits fix for quotasAndrew Morton2-3/+3
2003-07-17[PATCH] ext3 extended attribute fixesAndrew Morton1-4/+3
2003-07-10[PATCH] i_size atomic accessAndrew Morton1-2/+2
2003-07-06[PATCH] xattr: fine-grained lockingAndrew Morton5-156/+160
2003-07-06[PATCH] xattrr: preparation for fine-grained lockingAndrew Morton1-2/+13
2003-07-06[PATCH] xattr: update-in-place optimisationAndrew Morton1-17/+26
2003-07-06[PATCH] xattr: blockdev inode selection fixAndrew Morton1-2/+3
2003-07-06[PATCH] xattr: cleanupsAndrew Morton2-61/+76
2003-07-03[PATCH] Pass 'nameidata' to ->permission()Trond Myklebust3-4/+4
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-07-03Re-organize "ext3_get_inode_loc()" and make it easier toLinus Torvalds1-49/+52
2003-06-28[PATCH] ext3: remove the version numberAndrew Morton1-8/+6
2003-06-25[PATCH] htree: set the dir index bit in the right placeAndrew Morton1-1/+1
2003-06-25[PATCH] ext3: fix page lock vs journal_start ranking bugAndrew Morton1-18/+27
2003-06-20[PATCH] ext3/JBD: remove trailing whitespaceAndrew Morton12-122/+116
2003-06-20[PATCH] Restore Daniel Phillips' copyrightAndrew Morton1-0/+3
2003-06-20[PATCH] Add system calls statfs64 and fstatfs64Andrew Morton1-1/+1
2003-06-17[PATCH] ext3: disable O_DIRECT in journalled-data modeAndrew Morton1-1/+0
2003-06-17[PATCH] JBD: fix locking around log_start_commit()Andrew Morton1-4/+5
2003-06-17[PATCH] ext3: fix data=journal for small blocksizeAndrew Morton1-1/+13
2003-06-17[PATCH] ext3: remove mount-time diagnostic messagesAndrew Morton1-18/+2
2003-06-17[PATCH] ext3: Fix leak in ext3_acl_chmod()Andrew Morton1-1/+3
2003-06-17[PATCH] ext3: fix error-path handle leakAndrew Morton1-7/+5
2003-06-17[PATCH] ext3: add a dump_stack()Andrew Morton1-0/+1
2003-06-17[PATCH] ext3: fix data=journal modeAndrew Morton2-182/+248
2003-06-17[PATCH] ext3: ext3_writepage race fixAndrew Morton1-1/+3
2003-06-17[PATCH] JBD: journal_release_buffer: handle credits fixAndrew Morton2-5/+10
2003-06-17[PATCH] JBD: fix race over access to b_committed_dataAndrew Morton1-19/+35
2003-06-17[PATCH] ext3: scalable counters and locksAndrew Morton3-108/+119
2003-06-17[PATCH] ext3: concurrent block/inode allocationAndrew Morton3-172/+264
2003-06-17[PATCH] ext3: move lock_kernel() down into the JBD layer.Andrew Morton4-114/+22
2003-06-02[PATCH] ext3: fix for blocksize < PAGE_CACHE_SIZEAndrew Morton1-1/+8
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] ext3: htree memory leak fixAndrew Morton1-1/+1
2003-05-12[PATCH] htree nfs fixAndrew Morton2-4/+7
2003-05-12[PATCH] Fix ext3 htree / NFS compatibility problemsAndrew Morton2-38/+98
2003-05-12[PATCH] Reserve the ext2/ext3 EAs for the Lustre filesystemAndrew Morton1-0/+1
2003-05-12[PATCH] Quota write transaction size fixAndrew Morton1-2/+4
2003-05-07[PATCH] ext3 xattr handler for security modulesAndrew Morton4-3/+79
2003-05-07[PATCH] s/UPDATE_ATIME/update_atime/ cleanupAndrew Morton1-2/+2
2003-05-07[PATCH] misc fixesAndrew Morton1-2/+0
2003-04-29[PATCH] fs/ext3/super.c fix for orphan recovery error pathAndrew Morton1-6/+6
2003-04-27[PATCH] open_by_devnum()Alexander Viro1-8/+4
2003-04-12[PATCH] Fix deadlock with ext3+quotaAndrew Morton1-0/+58
2003-04-08[PATCH] Missing brelse() in ext2/ext3 extended attribute codeAndrew Morton1-3/+4
2003-04-02[PATCH] ext3 journal commit I/O error fixAndrew Morton1-2/+1
2003-04-02[PATCH] ext3_commit_write speedupAndrew Morton1-7/+17
2003-04-02[PATCH] ext3_mark_inode_dirty() speedupAndrew Morton1-21/+15
2003-04-02[PATCH] handle bad inodes in put_inodeAndrew Morton1-2/+7
2003-03-28[PATCH] speed up ext3_sync_file()Andrew Morton1-10/+19
2003-03-28[PATCH] ext3: fix max file sizeAndrew Morton1-2/+2
2003-03-22[PATCH] ext3: fix use-after-free bugAndrew Morton6-23/+90
2003-03-22[PATCH] make the bdevname() API saneAndrew Morton2-4/+10
2003-03-22[PATCH] remove lock_kernel() from readdir implementations.Andrew Morton1-9/+9
2003-03-22[PATCH] Implement a/c/time speedup in ext2 & ext3Andrew Morton1-0/+1
2003-03-16[PATCH] Ext2/3 noatime and dirsync fixesAndrew Morton3-28/+21
2003-03-10[PATCH] ext3: error handling robustnessAndrew Morton1-4/+11
2003-03-08[PATCH] Extended attribute sharing and debug macro typo fixesAndrew Morton1-1/+1
2003-03-06[PATCH] ext3: fix error-path memory leakAndrew Morton1-1/+1
2003-03-06[PATCH] missed unlock_kernel() in ext3+htreeAndrew Morton1-1/+3
2003-02-27[PATCH] Fix ext3/VFS double freeing warningAlex Tomas1-1/+1
2003-02-25Merge master.kernel.org:/home/hch/BK/xfs/linux-2.5Linus Torvalds2-15/+65
2003-02-25[XFS] Remove flags argument from xattr inode operations againChristoph Hellwig5-52/+47
2003-02-24[PATCH] ext3: speed up O_SYNC writesAndrew Morton1-14/+46
2003-02-24[PATCH] ext3: fix htree memory leaksAndrew Morton1-1/+19
2003-02-14[PATCH] Fix ext3 build when EXT3_DEBUG is definedAndrew Morton3-6/+7
2003-02-14[PATCH] xattr: trusted extended attributesAndrew Morton4-7/+84
2003-02-14[PATCH] xattr: allow kernel code to override EA permissionsAndrew Morton1-20/+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-14[PATCH] error checking in ext3 xattr codeAndrew Morton1-3/+3
2003-02-14[PATCH] fix ext3 BUG due to race with truncateAndrew Morton1-5/+12
2003-02-12Fix acl_set_handle() compile that got broken by the xattrLinus Torvalds1-1/+1
2003-02-12[PATCH] xattr: lock_kernel() balancing fixAndrew Morton3-22/+54
2003-02-10[PATCH] Don't run unlock_super() in ext3_fill_super()Andrew Morton1-2/+0
2003-02-10[PATCH] ext3: Remove journal_try_start()Andrew Morton1-4/+1
2003-02-10[PATCH] Fix synchronous writers to wait properly for the resultAndrew Morton1-4/+2
2003-02-05[PATCH] Fix signed use of i_blocks in ext3 truncateAndrew Morton1-16/+31
2003-02-03kbuild: Remove export-objs := ... statementsKai Germaschewski1-2/+0
2003-01-14[PATCH] fix ext3 memory leakAndrew Morton1-17/+19
2003-01-14[PATCH] ext3 ino_t removalAndrew Morton2-24/+20
2003-01-07[PATCH] AIO support for raw/O_DIRECTAndrew Morton1-3/+4
2002-12-31[PATCH] include <linux/vfs.h> only in files actually needing itChristoph Hellwig1-0/+1
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-21[PATCH] ext3: 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-18/+0
2002-12-14[PATCH] Remove Rules.make from Makefiles (3/3)Brian Gerst1-2/+0
2002-12-14[PATCH] ext3: fix error-path bh leakAndrew Morton1-0/+1
2002-12-14[PATCH] ext2/ext3_free_blocks() extra checkAndrew Morton1-2/+3
2002-12-14[PATCH] remove PF_SYNCAndrew Morton1-3/+4
2002-12-14[PATCH] Reserve an additional transaction block inAndrew Morton1-1/+1
2002-12-14[PATCH] implement ext3_sync_fsAndrew Morton1-23/+27
2002-12-14[PATCH] Remove fail_writepage, reduxAndrew Morton1-4/+3
2002-12-05[PATCH] backward ext3 endianness conversionRusty Russell1-1/+1
2002-12-03[PATCH] C99 initializer for fx/ext3/namei.cArt Haas1-7/+7
2002-12-02[PATCH] add the `oldalloc' and `orlov' mount options to ext3Andrew Morton1-0/+4
2002-11-21[PATCH] ext2/ext3 Orlov directory accounting fixAndrew Morton1-1/+3
2002-11-21[PATCH] fix endian problem in ext3 htree codeAndrew Morton1-2/+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-17Merge home.transmeta.com:/home/torvalds/v2.5/nsec-statLinus Torvalds2-10/+11
2002-11-17[PATCH] nanosecond stat timefieldsAndi Kleen2-10/+11
2002-11-16[PATCH] don't include net.h in fs.hChristoph Hellwig1-0/+1
2002-11-10[PATCH] bdevname() cleanupsAlexander Viro2-7/+7
2002-11-10[PATCH] misc fixesAndrew Morton1-0/+1
2002-11-06Fix and simplify port of Orlov allocator to ext3.Theodore Y. Ts'o1-40/+11
2002-11-06Fix meta_bg compatibility with e2fsprogs 1.30.Theodore Y. Ts'o1-1/+4
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'o2-6/+12
2002-11-06Add '.' and '..' entries to be returned by readdir of htree directoriesTheodore Y. Ts'o1-0/+9
2002-11-05[PATCH] Make ->readpages palatable to NFSTrond Myklebust1-1/+1
2002-11-04[PATCH] `i_version' initialization fixManfred Spraul1-1/+1
2002-11-04[PATCH] C99 designated initializers for fs/ext3Art Haas2-12/+12
2002-11-04[PATCH] `event' removal: other filesystemsAndrew Morton3-5/+5
2002-11-01[PATCH] Orlov block allocator for ext3Theodore Y. Ts'o2-77/+270
2002-10-30Port of (bugfixed) 0.8.50 acl-ext3 to 2.5.Theodore Y. Ts'o9-23/+788
2002-10-30Port of (bugfixed) 0.8.50 xattr-ext3 to 2.5 (w/ hch cleanups. mbcache API)Theodore Y. Ts'o10-22/+1443
2002-10-30Ext2/3 forward compatibility: inode sizeTheodore Y. Ts'o2-10/+8
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-88/+84
2002-10-28[PATCH] much miscellanyAndrew Morton1-0/+4
2002-10-28[PATCH] permit direct IO with finer-than-fs-blocksize alignmentsAndrew Morton1-1/+1
2002-10-11Fix warnings of the formRichard Henderson1-3/+6