string: factorize skip_spaces and export it to be generally available
[safe/jmp/linux-2.6] / fs / ext3 /
2008-07-25 Duane Griffinext3: handle deleting corrupted indirect blocks
2008-07-25 Hidehiro Kawaiext3: don't read inode block if the buffer has a write...
2008-07-25 Duane Griffinext3: handle corrupted orphan list at mount
2008-07-25 Shen Fengext3: remove double definitions of xattr macros
2008-07-25 Shen Fengext3: improve some code in rb tree part of dir.c
2008-07-25 Jan Karaext3: correct mount option parsing to detect when quota...
2008-07-25 Jan Karaext3: fix typos in messages and comments (journalled...
2008-07-25 Jan Karaext3: fix synchronization of quota files in journal...
2008-07-04 Jan Karaext3: add missing unlock to error path in ext3_quota_wr...
2008-06-06 Josef Bacikext3: fix online resize bug
2008-05-15 Tiger Yangext3/4: fix uninitialized bs in ext3/4_xattr_set_handle()
2008-04-30 Roel Kluinext3: fix test ext_generic_write_end() copied return...
2008-04-28 Harvey Harrisonext3: replace remaining __FUNCTION__ occurrences
2008-04-28 Jan Karaext3: fix mount messages when quota disabled
2008-04-28 Aneesh Kumar K.Vext3: retry block allocation if new blocks are allocate...
2008-04-28 Jan Karaext3: fix hang on umount with quotas when journal is...
2008-04-28 Jan Karaext3: fix update of mtime and ctime on rename
2008-04-28 Julia Lawallfs/ext3: use BUG_ON
2008-04-28 Akinobu Mitaext3: check ext3_journal_get_write_access() errors
2008-04-28 Akinobu Mitaext3: use ext3_get_group_desc()
2008-04-28 Akinobu Mitaext3: add missing ext3_journal_stop()
2008-04-28 Akinobu Mitaext3: use ext3_group_first_block_no()
2008-04-28 Adrian Bunkmake ext3_xattr_list() static
2008-04-28 Marcin Slusarzext3: convert byte order of constant instead of variable
2008-04-28 Hisashi Hifumiext3: fdatasync should skip metadata writeout when...
2008-04-28 Jan Karaquota: ext3: make ext3 handle quotaon on remount
2008-04-21 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2008-04-21 Benoit Boissinotext*: spelling fix prefered -> preferred
2008-04-19 Dave Hansen[PATCH] r/o bind mounts: elevate write count for ioctls()
2008-04-16 Jan Karavfs: fix possible deadlock in ext2, ext3, ext4 when...
2008-03-20 Josef Bacikext3: fix wrong gfp type under transaction
2008-03-05 Josef Bacikext3: fix mount option parsing
2008-02-15 Jan BlunckIntroduce path_put()
2008-02-15 Jan BlunckEmbed a struct path into struct nameidata instead of...
2008-02-08 Marcin Slusarzext3: replace all adds to little endians variables...
2008-02-07 David Howellsiget: stop EXT3 from using iget() and read_inode()
2008-02-06 Jan Karaext3: fix lock inversion in direct IO
2008-02-06 Mariusz Kozlowskiext3: remove unused code from ext3_find_entry()
2008-02-06 Akinobu Mitaext[234]: cleanup ext[234]_bg_num_gdb()
2008-02-06 Akinobu Mitaext[234]: remove unused argument for ext[234]_find_goal()
2008-02-06 Akinobu Mitaext[234]: use ext[234]_get_group_desc()
2008-02-06 Akinobu Mitaext[234]: fix comment for nonexistent variable
2008-02-06 Aneesh Kumar K.Vext3: change the default behaviour on error
2008-02-06 Aneesh Kumar K.Vext3: return after ext3_error in case of failures
2008-02-06 Aneesh Kumar K.Vext3: add block bitmap validation
2008-02-05 Christoph LameterPagecache zeroing: zero_user_segment, zero_user_segment...
2008-01-29 Aneesh Kumar K.Vext3: Fix the max file size for ext3 file system.
2007-12-18 Andries E. Brouwerext3, ext4: avoid divide by zero
2007-11-15 Jan KaraFix 64KB blocksize in ext3 directories
2007-11-15 Jan KaraForbid user to change file flags on quota files
2007-11-13 Linus TorvaldsRevert "ext2/ext3/ext4: add block bitmap validation"
2007-10-22 Christoph Hellwigexportfs: make struct export_operations const
2007-10-22 Christoph Hellwigext3: new export ops
2007-10-19 Jose R. SantosJBD: Fix JBD warnings when compiling with CONFIG_JBD_DEBUG
2007-10-19 Mingming CaoJBD/ext3 cleanups: convert to kzalloc
2007-10-18 Stephen Hemmingersparse pointer use of zero as null
2007-10-18 Eric Sandeenext3: fix setup_new_group_blocks locking
2007-10-18 Takashi Satoext3: support large blocksize up to PAGESIZE
2007-10-17 Eric Sandeenext3: lighten up resize transaction requirements
2007-10-17 Eric Sandeenext3: remove #ifdef CONFIG_EXT3_INDEX
2007-10-17 Mathieu DesnoyersFix f_version type: should be u64 instead of unsigned...
2007-10-17 Aneesh Kumar K.Vext2/ext3/ext4: add block bitmap validation
2007-10-17 Eric Sandeenremove unused bh in calls to ext234_get_group_desc
2007-10-17 Miklos Szerediext3: show all mount options
2007-10-17 Philippe De Muyterfs: mark nibblemap const
2007-10-17 Christoph LameterSlab API: remove useless ctor parameter and reorder...
2007-10-17 Peter Zijlstralib: percpu_counter_init error handling
2007-10-17 Peter Zijlstralib: percpu_counter_sum_positive
2007-10-17 Peter Zijlstralib: percpu_counter_sub
2007-10-17 Peter Zijlstralib: percpu_counter_add
2007-10-16 Nick Pigginext3: convert to new aops
2007-10-16 Fengguang Wureadahead: combine file_ra_state.prev_index/prev_offset...
2007-09-19 Eric Sandeenext34: ensure do_split leaves enough free space in...
2007-09-19 Eric Sandeendir_index: error out instead of BUG on corrupt dx dirs
2007-09-12 Jan Karaquota: fix infinite loop
2007-07-26 Eric Sandeenfix inode_table test in ext234_check_descriptors
2007-07-20 Paul Mundtmm: Remove slab destructors from kmem_cache_create().
2007-07-19 Rusty Russellreadahead: split ondemand readahead interface into...
2007-07-19 Fengguang Wureadahead: convert ext3/ext4 invocations
2007-07-17 Satyam SharmaIntroduce is_owner_or_cap() to wrap CAP_FOWNER use...
2007-07-17 Christoph Hellwigknfsd: exportfs: add exportfs.h header
2007-07-16 Badari Pulavartyext3: statfs speed up
2007-07-16 Borislav Petkovext3: fix error handling in ext3_create_journal()
2007-07-16 vignesh babuis_power_of_2: ext3/super.c
2007-07-16 Dave Hansenext3: remove extra IS_RDONLY() check
2007-07-16 Jan Karaext3: fix deadlock in ext3_remount() and orphan list...
2007-07-16 Vasily Averinext3/ext4: orphan list corruption due bad inode
2007-07-16 Vasily Averinext3/ext4: orphan list check on destroy_inode
2007-07-10 Jens Axboesendfile: remove .sendfile from filesystems that use...
2007-06-24 Kirill Korotaevext3: lost brelse in ext3_read_inode()
2007-05-17 Christoph LameterRemove SLAB_CTOR_CONSTRUCTOR
2007-05-09 Nate Dillerext3: use zero_user_page
2007-05-08 Jan Karaext3: copy i_flags to inode flags on write
2007-05-08 Randy Dunlapheader cleaning: don't include smp_lock.h when not...
2007-05-08 Dmitriy Monakhovext3: dirindex error pointer issues
2007-05-08 Markus Rechbergerext2/3/4: fix file date underflow on ext2 3 filesystems...
2007-05-07 Christoph Lameterslab allocators: Remove SLAB_DEBUG_INITIAL flag
2007-05-07 Peter Zijlstramm: remove destroy_dirty_buffers from invalidate_bdev()
2007-04-02 Andrew Morton[PATCH] revert "retries in ext3_prepare_write() violate...
2007-03-23 Andrew Morton[PATCH] "ext[34]: EA block reference count racing fix...
next