tree-wide: convert open calls to remove spaces to skip_spaces() lib function
[safe/jmp/linux-2.6] / fs / ext4 / super.c
2009-12-15 André Goddard Rosatree-wide: convert open calls to remove spaces to skip_...
2009-12-11 Linus TorvaldsMerge branch 'for_linus' of git://git./linux/kernel...
2009-12-10 Jan Karaext4: Support for 64-bit quota format
2009-12-10 Theodore Ts'oext4: Do not override ext2 or ext3 if built they are...
2009-12-09 Jan Karaext4: Wait for proper transaction commit on fsync
2009-12-09 Josef Bacikext4: wait for log to commit when umounting
2009-12-07 Theodore Ts'oext4: Use ext4 file system driver for ext2/ext3 file...
2009-11-19 Eric Sandeenext4: make "norecovery" an alias for "noload"
2009-11-19 Eric Sandeenext4: make trim/discard optional (and off by default)
2009-11-23 Theodore Ts'oext4: don't update the superblock in ext4_statfs()
2009-11-23 Theodore Ts'oext4: remove failed journal checksum check
2009-11-23 Theodore Ts'oext4: avoid divide by zero when trying to mount a corru...
2009-11-02 Linus TorvaldsRevert "ext4: Remove journal_checksum mount option...
2009-10-01 Eric Sandeenext4: drop ext4dev compat
2009-09-30 Theodore Ts'oext4: Use tracepoints for mb_history trace file
2009-09-29 Theodore Ts'oext4, jbd2: Drop unneeded printks at mount and unmount...
2009-09-29 Curt Wohlgemuthext4: Handle nested ext4_journal_start/stop calls witho...
2009-09-28 Mingming Caoext4: async direct IO for holes and fallocate support
2009-09-28 Mingming Caoext4: Use end_io callback to avoid direct I/O fallback...
2009-09-29 Theodore Ts'oext4: Adjust ext4_da_writepages() to write out larger...
2009-09-22 Alexey Dobriyanconst: make struct super_block::s_qcop const
2009-09-22 Alexey Dobriyanconst: make struct super_block::dq_op const
2009-09-16 Eric Sandeenext4: limit block allocations for indirect-block files...
2009-09-15 Theodore Ts'oext4: Fix include/trace/events/ext4.h to work with...
2009-09-11 Theodore Ts'oext4: Fix initalization of s_flex_groups
2009-09-10 Theodore Ts'oext4: Don't update superblock write time when filesyste...
2009-09-05 Theodore Ts'oext4: Remove journal_checksum mount option and enable...
2009-08-18 Eric Sandeenext4: Add feature set check helper for mount & remount...
2009-08-18 Eric Sandeenext4: reject too-large filesystems on 32-bit kernels
2009-07-28 Theodore Ts'oext4: Avoid null pointer dereference when decoding...
2009-06-24 Al Viroswitch ext4 to inode->i_acl
2009-06-20 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.dk/linux...
2009-06-19 Bartlomiej Zolnier... block: rename CONFIG_LBD to CONFIG_LBDAF
2009-06-13 Andreas Dilgerext4: teach the inode allocator to use a goal inode...
2009-06-13 Theodore Ts'oext4: move the abort flag from s_mount_opts to s_mount_...
2009-06-13 Theodore Ts'oext4: change s_mount_opt to be an unsigned int
2009-06-12 Alessio Igor BoganiPush BKL down into ->remount_fs()
2009-06-12 Christoph Hellwig->write_super lock_super pushdown
2009-06-12 Al ViroPush lock_super() into the ->remount_fs() of filesystem...
2009-06-12 Christoph Hellwigpush BKL down into ->put_super
2009-06-12 Al ViroNo need to do lock_super() for exclusion in generic_shu...
2009-06-12 Christoph Hellwigremove ->write_super call in generic_shutdown_super
2009-06-11 Linus TorvaldsMerge branch 'for-2.6.31' of git://git.kernel.dk/linux...
2009-06-04 Eric Sandeenext4: Change all super.c messages to print the device
2009-06-03 Andreas Dilgerext4: super.c whitespace cleanup
2009-05-25 Theodore Ts'oext4: Clean up calls to ext4_get_group_desc()
2009-05-22 Martin K. Petersenblock: Do away with the notion of hardsect_size
2009-05-18 Manish Katiyarext4: Fix memory leak in ext4_fill_super() in case...
2009-05-17 Theodore Ts'oext4: Add a comprehensive block validity check to ext4_...
2009-05-03 Aneesh Kumar K.Vext4: Convert ext4_lock_group to use sb_bgl_lock
2009-05-02 Curt Wohlgemuthext4: Make the length of the mb_history file tunable
2009-05-01 Theodore Ts'oext4: Move fs/ext4/group.h into ext4.h
2009-05-01 Theodore Ts'oext4: Move fs/ext4/namei.h into ext4.h
2009-06-17 Theodore Ts'oext4: convert instrumentation from markers to tracepoints
2009-04-26 Theodore Ts'oext4: Replace lock/unlock_super() with an explicit...
2009-04-26 Theodore Ts'oext4: Replace lock/unlock_super() with an explicit...
2009-05-01 Theodore Ts'oext4: ext4_mark_recovery_complete() doesn't need to...
2009-04-25 Theodore Ts'oext4: Remove outdated comment about lock_super()
2009-05-01 Theodore Ts'oext4: Avoid races caused by on-line resizing and SMP...
2009-05-01 Theodore Ts'oext4: Use separate super_operations structure for no_jo...
2009-05-01 Theodore Ts'oext4: Fix and simplify s_dirt handling
2009-05-01 Theodore Ts'oext4: Simplify ext4_commit_super()'s function signature
2009-04-25 Theodore Ts'oext4: Use is_power_of_2() for clarity
2009-04-28 Theodore Ts'oext4: Fallback to vmalloc if kmalloc can't allocate...
2009-04-07 From: Thiemo Nagelext4: check block device size on mount
2009-03-28 Theodore Ts'oext4: Regularize mount options
2009-03-26 Jan Karaext4: Use lowercase names of quota functions
2009-03-26 Mingming Caoext4: quota reservation for delayed allocation
2009-03-26 Jan Karaext4: Remove unnecessary quota functions
2009-03-17 Theodore Ts'oext4: Add auto_da_alloc mount option
2009-03-05 Theodore Ts'oext4: Use struct flex_groups to calculate get_orlov_stats()
2009-03-05 Theodore Ts'oext4: Use atomic_t's in struct flex_groups
2009-03-31 Theodore Ts'oext4: remove /proc tuning knobs
2009-03-31 Theodore Ts'oext4: Add sysfs support
2009-03-01 Theodore Ts'oext4: Track lifetime disk writes
2009-02-28 Theodore Ts'oext4: Remove duplicate call to ext4_commit_super()...
2009-02-15 Pekka Enbergext4: allocate ->s_blockgroup_lock separately
2009-02-10 Jan KaraRevert "ext4: wait on all pending commits in ext4_sync_...
2009-01-10 Takashi Satofilesystem freeze: add error handling of write_super_lo...
2009-01-09 Linus TorvaldsMerge branch 'for_linus' of git://git./linux/kernel...
2009-01-06 Theodore Ts'oext4: Remove "extents" mount option
2009-01-06 Theodore Ts'oext4: Make printk's consistently prefixed with "EXT4...
2009-01-06 Theodore Ts'oext4: Add sanity checks for the superblock before mount...
2009-01-06 Theodore Ts'oext4: Add mount option to set kjournald's I/O priority
2009-01-05 Jan Karaext4: Add default allocation routines for quota structures
2009-01-05 Jan Karaext4: Use sb_any_quota_loaded() instead of sb_any_quota...
2009-01-06 Theodore Ts'oext4: Remove code to create the journal inode
2009-01-06 Toshiyuki Okajimaext4: provide function to release metadata pages under...
2009-01-06 Aneesh Kumar K.Vext4: Use high 16 bits of the block group descriptor...
2009-01-06 Aneesh Kumar K.Vext4: fix BUG when calling ext4_error with locked block...
2008-12-29 Jens AxboeGet rid of CONFIG_LSF
2008-11-22 Aneesh Kumar K.Vext4: sparse fixes
2009-01-06 Theodore Ts'oext4: Make ext4_group_t be an unsigned int
2009-01-04 Theodore Ts'oext4: add fsync batch tuning knobs
2009-01-06 Theodore Ts'oext4: remove extraneous newlines from calls to ext4_err...
2009-01-07 Frank Mayharext4: Allow ext4 to run without a journal
2008-11-26 Roel Kluinext4: Use simple_strtol() instead of simple_strtoul...
2009-01-06 Aneesh Kumar K.Vext4: avoid ext4_error when mounting a fs with a single bg
2008-11-03 Theodore Ts'oext4: wait on all pending commits in ext4_sync_fs()
2008-11-04 Aneesh Kumar K.Vext4: Convert to host order before using the values.
next