summaryrefslogtreecommitdiff
path: root/fs/ext4
AgeCommit message (Expand)Author
2010-10-28ext4: improve llseek error handling for overly large seek offsetsToshiyuki Okajima
2010-10-28ext4: don't update sb journal_devnum when RO devMaciej Żenczykowski
2010-10-28ext4: use sb_issue_zeroout in ext4_ext_zerooutLukas Czerner
2010-10-28ext4: use sb_issue_zeroout in setup_new_group_blocksLukas Czerner
2010-10-28ext4: add interface to advertise ext4 features in sysfsLukas Czerner
2010-10-28ext4: add support for lazy inode table initializationLukas Czerner
2010-10-28ext4: fix NULL pointer dereference in print_daily_error_info()Sergey Senozhatsky
2010-10-28ext4: don't hold spinlock while calling ext4_issue_discard()Lukas Czerner
2010-10-28ext4: check for negative error code from sb_issue_discardLukas Czerner
2010-10-28ext4: don't bump up LONG_MAX nr_to_write by a factor of 8Eric Sandeen
2010-10-28ext4: stop looping in ext4_num_dirty_pages when max_pages reachedEric Sandeen
2010-10-28ext4: use dedicated slab caches for group_info structuresCurt Wohlgemuth
2010-10-28ext4: fix EOFBLOCKS_FL handlingTheodore Ts'o
2010-10-26fs: do not assign default i_ino in new_inodeChristoph Hellwig
2010-10-26new helper: ihold()Al Viro
2010-10-26fs: kill block_prepare_writeChristoph Hellwig
2010-10-23Merge branch 'for-2.6.37/barrier' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2010-10-22Merge branch 'vfs' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds
2010-10-04BKL: Remove BKL from ext4 filesystemJan Blunck
2010-10-04BKL: Explicitly add BKL around get_sb/fill_superJan Blunck
2010-09-16block: remove BLKDEV_IFL_WAITChristoph Hellwig
2010-09-10ext3/ext4: Factor out disk addressability checkPatrick J. LoPresti
2010-09-10ext4: do not send discards as barriersChristoph Hellwig
2010-09-10block: pass gfp_mask and flags to sb_issue_discardChristoph Hellwig
2010-08-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2010-08-09mbcache: Remove unused featuresAndreas Gruenbacher
2010-08-09convert ext4 to ->evict_inode()Al Viro
2010-08-09remove inode_setattrChristoph Hellwig
2010-08-09introduce __block_write_beginChristoph Hellwig
2010-08-09sort out blockdev_direct_IO variantsChristoph Hellwig
2010-08-07Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds
2010-08-05ext4: Adding error check after calling ext4_mb_regular_allocator()Aditya Kali
2010-08-05ext4: Fix dirtying of journalled buffers in data=journal modeJan Kara
2010-08-05ext4: re-inline ext4_rec_len_(to|from)_disk functionsEric Sandeen
2010-08-04Merge branch 'master' into for-nextJiri Kosina
2010-08-04fix comment typo "choosed" -> "chosen"Uwe Kleine-König
2010-08-04jbd2: Change j_state_lock to be a rwlock_tTheodore Ts'o
2010-08-02ext4: Add mount options in superblockTheodore Ts'o
2010-08-01ext4: force block allocation on quota_offDmitry Monakhov
2010-08-01ext4: fix freeze deadlock under IOEric Sandeen
2010-07-29ext4: drop inode from orphan list if ext4_delete_inode() failsTheodore Ts'o
2010-07-27ext4: check to make make sure bd_dev is set before dereferencing itTheodore Ts'o
2010-07-27ext4: don't print scary messages for allocation failures post-abortEric Sandeen
2010-07-27ext4: fix EFBIG edge case when writing to large non-extent fileToshiyuki Okajima
2010-07-27ext4: fix ext4_get_blocks referencesEric Sandeen
2010-07-27ext4: Always journal quota file modificationsJan Kara
2010-07-27ext4: Fix potential memory leak in ext4_fill_superCyrill Gorcunov
2010-07-27ext4: Don't error out the fs if the user tries to make a file too bigTheodore Ts'o
2010-07-27ext4: allocate stripe-multiple IOs on stripe boundariesEric Sandeen
2010-07-27ext4: move aio completion after unwritten extent conversionjiayingz@google.com (Jiaying Zhang)