summaryrefslogtreecommitdiffstats
path: root/fs/ext4
AgeCommit message (Expand)AuthorFilesLines
2010-10-27ext4: improve llseek error handling for overly large seek offsetsToshiyuki Okajima3-2/+45
2010-10-27ext4: don't update sb journal_devnum when RO devMaciej Żenczykowski1-1/+1
2010-10-27ext4: use sb_issue_zeroout in ext4_ext_zerooutLukas Czerner1-62/+7
2010-10-27ext4: use sb_issue_zeroout in setup_new_group_blocksLukas Czerner1-33/+13
2010-10-27ext4: add interface to advertise ext4 features in sysfsLukas Czerner3-11/+65
2010-10-27ext4: add support for lazy inode table initializationLukas Czerner3-3/+597
2010-10-27ext4: fix NULL pointer dereference in print_daily_error_info()Sergey Senozhatsky1-0/+1
2010-10-27ext4: don't hold spinlock while calling ext4_issue_discard()Lukas Czerner1-2/+2
2010-10-27ext4: check for negative error code from sb_issue_discardLukas Czerner1-1/+1
2010-10-27ext4: don't bump up LONG_MAX nr_to_write by a factor of 8Eric Sandeen1-3/+6
2010-10-27ext4: stop looping in ext4_num_dirty_pages when max_pages reachedEric Sandeen1-1/+3
2010-10-27ext4: use dedicated slab caches for group_info structuresCurt Wohlgemuth2-21/+78
2010-10-27ext4: fix EOFBLOCKS_FL handlingTheodore Ts'o1-29/+69
2010-10-25fs: do not assign default i_ino in new_inodeChristoph Hellwig1-0/+1
2010-10-25new helper: ihold()Al Viro1-1/+1
2010-10-25fs: kill block_prepare_writeChristoph Hellwig1-6/+5
2010-10-22Merge branch 'for-2.6.37/barrier' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2-4/+3
2010-10-22Merge branch 'vfs' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds1-11/+0
2010-10-04BKL: Remove BKL from ext4 filesystemJan Blunck1-15/+0
2010-10-04BKL: Explicitly add BKL around get_sb/fill_superJan Blunck1-2/+6
2010-09-16block: remove BLKDEV_IFL_WAITChristoph Hellwig2-5/+3
2010-09-10ext3/ext4: Factor out disk addressability checkPatrick J. LoPresti1-5/+3
2010-09-10ext4: do not send discards as barriersChristoph Hellwig1-1/+1
2010-09-10block: pass gfp_mask and flags to sb_issue_discardChristoph Hellwig1-1/+2
2010-08-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds5-31/+49
2010-08-09mbcache: Remove unused featuresAndreas Gruenbacher1-7/+5
2010-08-09convert ext4 to ->evict_inode()Al Viro4-10/+16
2010-08-09remove inode_setattrChristoph Hellwig1-4/+12
2010-08-09introduce __block_write_beginChristoph Hellwig1-7/+4
2010-08-09sort out blockdev_direct_IO variantsChristoph Hellwig1-3/+12
2010-08-07Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds18-441/+658
2010-08-05ext4: Adding error check after calling ext4_mb_regular_allocator()Aditya Kali1-17/+17
2010-08-05ext4: Fix dirtying of journalled buffers in data=journal modeJan Kara1-1/+17
2010-08-05ext4: re-inline ext4_rec_len_(to|from)_disk functionsEric Sandeen2-26/+37
2010-08-04Merge branch 'master' into for-nextJiri Kosina1-3/+7
2010-08-04fix comment typo "choosed" -> "chosen"Uwe Kleine-König1-1/+1
2010-08-03jbd2: Change j_state_lock to be a rwlock_tTheodore Ts'o2-4/+4
2010-08-01ext4: Add mount options in superblockTheodore Ts'o2-8/+30
2010-08-01ext4: force block allocation on quota_offDmitry Monakhov1-1/+14
2010-08-01ext4: fix freeze deadlock under IOEric Sandeen1-2/+2
2010-07-29ext4: drop inode from orphan list if ext4_delete_inode() failsTheodore Ts'o1-0/+1
2010-07-27ext4: check to make make sure bd_dev is set before dereferencing itTheodore Ts'o1-4/+13
2010-07-27ext4: don't print scary messages for allocation failures post-abortEric Sandeen2-11/+17
2010-07-27ext4: fix EFBIG edge case when writing to large non-extent fileToshiyuki Okajima1-1/+2
2010-07-27ext4: fix ext4_get_blocks referencesEric Sandeen2-9/+6
2010-07-27ext4: Always journal quota file modificationsJan Kara1-14/+5
2010-07-27ext4: Fix potential memory leak in ext4_fill_superCyrill Gorcunov1-3/+5
2010-07-27ext4: Don't error out the fs if the user tries to make a file too bigTheodore Ts'o1-4/+2
2010-07-27ext4: allocate stripe-multiple IOs on stripe boundariesEric Sandeen1-4/+3
2010-07-27ext4: move aio completion after unwritten extent conversionjiayingz@google.com (Jiaying Zhang)2-6/+15