summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Linux 2.6.31.8v2.6.31.8Greg Kroah-Hartman2009-12-141-1/+1
* ext4: Fix potential fiemap deadlock (mmap_sem vs. i_data_sem)Theodore Ts'o2009-12-141-2/+2
* signal: Fix alternate signal stack checkSebastian Andrzej Siewior2009-12-141-3/+10
* SCSI: scsi_lib_dma: fix bug with dma maps on nested scsi objectsJames Bottomley2009-12-145-8/+30
* SCSI: osd_protocol.h: Add missing #includeMartin Michlmayr2009-12-141-0/+1
* SCSI: megaraid_sas: fix 64 bit sense pointer truncationYang, Bo2009-12-141-4/+4
* ext4: Fix insufficient checks in EXT4_IOC_MOVE_EXTAkira Fujita2009-12-142-12/+25
* ext4: Wait for proper transaction commit on fsyncJan Kara2009-12-147-31/+81
* ext4: fix incorrect block reservation on quota transfer.Dmitry Monakhov2009-12-141-1/+1
* ext4: quota macros cleanupDmitry Monakhov2009-12-145-10/+14
* ext4: ext4_get_reserved_space() must return bytes instead of blocksDmitry Monakhov2009-12-141-1/+1
* ext4: remove blocks from inode prealloc list on failureCurt Wohlgemuth2009-12-141-0/+19
* ext4: wait for log to commit when umountingJosef Bacik2009-12-141-4/+6
* ext4: Avoid data / filesystem corruption when write fails to copy dataJan Kara2009-12-141-5/+15
* ext4: Return the PTR_ERR of the correct pointer in setup_new_group_blocks()Roel Kluin2009-12-141-1/+1
* jbd2: Add ENOMEM checking in and for jbd2_journal_write_metadata_buffer()Theodore Ts'o2009-12-142-0/+8
* ext4: move_extent_per_page() cleanupAkira Fujita2009-12-141-21/+9
* ext4: initialize moved_len before calling ext4_move_extents()Kazuya Mio2009-12-142-11/+4
* ext4: Fix double-free of blocks with EXT4_IOC_MOVE_EXTAkira Fujita2009-12-141-4/+5
* ext4: make "norecovery" an alias for "noload"Eric Sandeen2009-12-142-2/+6
* ext4: make trim/discard optional (and off by default)Eric Sandeen2009-12-144-9/+33
* ext4: fix error handling in ext4_ind_get_blocks()Jan Kara2009-12-141-1/+1
* ext4: avoid issuing unnecessary barriersTheodore Ts'o2009-12-141-5/+3
* ext4: fix block validity checks so they work correctly with meta_bgTheodore Ts'o2009-12-142-5/+2
* ext4: fix uninit block bitmap initialization when s_meta_first_bg is non-zeroTheodore Ts'o2009-12-141-1/+7
* ext4: don't update the superblock in ext4_statfs()Theodore Ts'o2009-12-141-2/+0
* ext4: journal all modifications in ext4_xattr_set_handleEric Sandeen2009-12-141-3/+4
* ext4: fix i_flags access in ext4_da_writepages_trans_blocks()Julia Lawall2009-12-141-1/+1
* ext4: make sure directory and symlink blocks are revokedTheodore Ts'o2009-12-142-3/+5
* ext4: plug a buffer_head leak in an error path of ext4_iget()Theodore Ts'o2009-12-141-8/+3
* ext4: fix possible recursive locking warning in EXT4_IOC_MOVE_EXTAkira Fujita2009-12-141-1/+1
* ext4: fix lock order problem in ext4_move_extents()Akira Fujita2009-12-141-64/+53
* ext4: fix the returned block count if EXT4_IOC_MOVE_EXT failsAkira Fujita2009-12-141-66/+73
* ext4: avoid divide by zero when trying to mount a corrupted file systemTheodore Ts'o2009-12-141-4/+4
* ext4: fix potential buffer head leak when add_dirent_to_buf() returns ENOSPCTheodore Ts'o2009-12-141-18/+12
* ext4: Fix return value of ext4_split_unwritten_extents() to fix direct I/OMingming2009-12-141-6/+7
* ext4: code clean up for dio fallocate handlingMingming2009-12-141-5/+4
* ext4: skip conversion of uninit extents after direct IO if there isn't anyMingming2009-12-143-6/+21
* ext4: fix ext4_ext_direct_IO()'s return value after converting uninit extentsMingming2009-12-142-3/+8
* ext4: discard preallocation when restarting a transaction during truncateAneesh Kumar K.V2009-12-141-1/+2
* ext4: retry failed direct IO allocationsEric Sandeen2009-12-141-0/+4
* ext4: fix a BUG_ON crash by checking that page has buffers attached to itTheodore Ts'o2009-12-141-11/+11
* ext4: Fix time encoding with extra epoch bitsTheodore Ts'o2009-12-141-3/+3
* ext4: Handle nested ext4_journal_start/stop calls without a journalCurt Wohlgemuth2009-12-143-13/+38
* ext4: Make sure ext4_dirty_inode() updates the inode in no journal modeCurt Wohlgemuth2009-12-141-15/+4
* ext4: Avoid updating the inode table bh twice in no journal modeFrank Mayhar2009-12-141-21/+16
* ext4: EXT4_IOC_MOVE_EXT: Check for different original and donor inodes firstTheodore Ts'o2009-12-141-8/+8
* ext4: async direct IO for holes and fallocate supportMingming Cao2009-12-145-39/+233
* ext4: Use end_io callback to avoid direct I/O fallback to buffered I/OMingming Cao2009-12-143-1/+210
* ext4: Split uninitialized extents for direct I/OMingming Cao2009-12-146-42/+419