aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext4/super.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-10-27Merge branch 'next' into upstream-mergeTheodore Ts'o1-21/+510
2010-10-27ext4: fix unbalanced mutex unlock in error path of ext4_li_request_newNicolas Kaiser1-14/+8
2010-10-27ext4: make various ext4 functions be staticTheodore Ts'o1-1/+1
2010-10-27ext4: rename {exit,init}_ext4_*() to ext4_{exit,init}_*()Theodore Ts'o1-16/+16
2010-10-27ext4: fix kernel oops if the journal superblock has a non-zero j_errnoTheodore Ts'o1-2/+5
2010-10-27ext4: add batched_discard into ext4 feature listLukas Czerner1-0/+2
2010-10-27ext4: Add batched discard support for ext4Lukas Czerner1-0/+1
2010-10-27ext4: use bio layer instead of buffer layer in mpage_da_submit_ioTheodore Ts'o1-1/+7
2010-10-27ext4: don't update sb journal_devnum when RO devMaciej Żenczykowski1-1/+1
2010-10-27ext4: add interface to advertise ext4 features in sysfsLukas Czerner1-2/+50
2010-10-27ext4: add support for lazy inode table initializationLukas Czerner1-3/+437
2010-10-27ext4: fix NULL pointer dereference in print_daily_error_info()Sergey Senozhatsky1-0/+1
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-10ext3/ext4: Factor out disk addressability checkPatrick J. LoPresti1-5/+3
2010-08-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds1-5/+5
2010-08-09convert ext4 to ->evict_inode()Al Viro1-5/+5
2010-08-07Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-98/+236
2010-08-03jbd2: Change j_state_lock to be a rwlock_tTheodore Ts'o1-2/+2
2010-08-01ext4: Add mount options in superblockTheodore Ts'o1-6/+23
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-27ext4: check to make make sure bd_dev is set before dereferencing itTheodore Ts'o1-4/+13
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: Once a day, printk file system error information to dmesgTheodore Ts'o1-0/+59
2010-07-27ext4: Save error information to the superblock for analysisTheodore Ts'o1-19/+61
2010-07-27ext4: Pass line numbers to ext4_error() and friendsTheodore Ts'o1-19/+28
2010-06-29ext4: Pass line number to ext4_journal_abort_handle()Theodore Ts'o1-4/+5
2010-06-29ext4: Enhance ext4_grp_locked_error() to take block and function numbersTheodore Ts'o1-3/+10
2010-06-29ext4: clean up ext4_abort() so __func__ is now implicitTheodore Ts'o1-6/+5
2010-06-16Merge branch 'master' into for-nextJiri Kosina1-51/+66
2010-06-16fix typos concerning "initiali[zs]e"Uwe Kleine-König1-1/+1
2010-06-14ext4: remove vestiges of nobh supportChristoph Hellwig1-16/+5
2010-05-30Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6Linus Torvalds1-15/+22
2010-05-24quota: rename default quotactl methods to dquot_Christoph Hellwig1-10/+10
2010-05-24quota: drop remount argument to ->quota_on and ->quota_offChristoph Hellwig1-6/+3
2010-05-24quota: move unmount handling into the filesystemChristoph Hellwig1-0/+2
2010-05-24quota: kill the vfs_dq_off and vfs_dq_quota_on_remount wrappersChristoph Hellwig1-5/+3
2010-05-24quota: move remount handling into the filesystemChristoph Hellwig1-0/+10
2010-05-17ext4: Drop whitespace at end of linesTheodore Ts'o1-2/+2
2010-05-16ext4: Use bitops to read/modify i_flags in struct ext4_inode_infoDmitry Monakhov1-0/+1
2010-05-16ext4: Show journal_checksum optionJan Kara1-0/+2
2010-05-16ext4: Remove extraneous newlines in ext4_msg() callsCurt Wohlgemuth1-1/+1
2010-05-16ext4: Print mount options in when mounting and add a remount messageCurt Wohlgemuth1-1/+10
2010-05-16ext4: init statistics after journal recoveryDmitry Monakhov1-22/+18
2010-05-16ext4: don't return to userspace after freezing the fs with a mutex heldEric Sandeen1-10/+10
2010-03-25Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-11/+18
2010-03-24ext4: Don't use delayed allocation by default when used instead of ext3Jan Kara1-9/+16