ext4: use module parameters instead of debugfs for mballoc_debug
[deliverable/linux.git] / fs /
2013-02-09  Theodore Ts'oext4: use module parameters instead of debugfs for...
2013-02-09  Theodore Ts'oext4: start handle at the last possible moment when...
2013-02-09  Theodore Ts'oext4: fix the number of credits needed for acl ops...
2013-02-09  Theodore Ts'oext4: fix the number of credits needed for ext4_unlink...
2013-02-09  Theodore Ts'oext4: fix the number of credits needed for ext4_ext_mig...
2013-02-09  Theodore Ts'oext4: start handle at the last possible moment in ext4_...
2013-02-09  Theodore Ts'oext4: start handle at the last possible moment in ext4_...
2013-02-09  Theodore Ts'oext4: grab page before starting transaction handle...
2013-02-09  Theodore Ts'oext4: pass context information to jbd2__journal_start()
2013-02-08  Theodore Ts'oext4: move the jbd2 wrapper functions out of super.c
2013-02-08  Theodore Ts'ojbd2: add tracepoints which provide per-handle statistics
2013-02-07  Theodore Ts'ojbd2: track request delay statistics
2013-02-04  Theodore Ts'oext4: optimize mballoc for large allocations
2013-02-03  Theodore Ts'oext4: check incompatible mount options while mounting...
2013-02-03  Jan Karaext4: print error when argument of inode_readahead_blk...
2013-02-03  Jan Karaext4: make mount option parsing loop more logical
2013-02-03  Jan Karaext4: move several mount options to standard handling...
2013-02-02  Cong Dingext4: reduce one "if" comparison in ext4_dirhash()
2013-02-02  Niu Yaweiext4: fix race in ext4_mb_add_n_trim()
2013-02-02  Akria Fujitaext4: fix smatch warning in move_extent.c's mext_replac...
2013-02-02  Julia Lawallext4: use WARN in ext4_alloc_blocks
2013-01-30  Eric Sandeenjbd2: don't wake kjournald unnecessarily
2013-01-30  Jan Karaext4: fix possible use-after-free with AIO
2013-01-29  Guo Chaoext4: remove unnecessary NULL pointer check
2013-01-29  Guo Chaoext4: remove useless assignment in dx_probe()
2013-01-29  Guo Chaoext4: remove unused variable in add_dirent_to_buf()
2013-01-29  Guo Chaoext4: release buffer when checksum failed
2013-01-29  Lukas Czernerext4: remove explicit WARN_ON when ext4_map_blocks...
2013-01-29  Lukas Czernerext4: remove unused variable flags
2013-01-29  Jan Karaext4: fix ext4_writepage() to achieve data=ordered...
2013-01-29  Jan Karaext4: Make ext4_bio_writepage() handle unprepared buffers
2013-01-28  Jan Karaext4: simplify mpage_add_bh_to_extent()
2013-01-28  Jan Karaext4: dirty page has always buffers attached
2013-01-28  Jan Karaext4: simplify list handling in ext4_do_flush_completed...
2013-01-28  Jan Karaext4: move work from io_end to inode
2013-01-28  Jan Karaext4: remove __ext4_journalled_writepage() from mpage_d...
2013-01-28  Jan Karaext4: use redirty_page_for_writepage() in ext4_bio_writ...
2013-01-28  Jan Karaext4: Always use ext4_bio_write_page() for writeout
2013-01-28  Zheng Liuext4: add punching hole support for non-extent-mapped...
2013-01-25  Chen Gangext4: fix memory leak when quota options are specified...
2013-01-25  Theodore Ts'oext4: release sysfs kobject when failing to enable...
2013-01-17  Zheng Liuext4: add tracepoint in punching hole
2013-01-13  Theodore Ts'oext4: trigger the lazy inode table initialization after...
2013-01-12  Eryu Guanext4: check bh in ext4_read_block_bitmap()
2013-01-12  Wang Shilongext4: use unlikely to improve the efficiency of the...
2013-01-12  Theodore Ts'oext4: return ENOMEM if sb_getblk() fails
2013-01-09  Linus TorvaldsMerge branch 'fixes' of git://git.linaro.org/people...
2013-01-09  Linus TorvaldsMerge tag 'edac_fixes_for_3.8' of git://git./linux...
2013-01-09  Linus TorvaldsMerge tag 'fixes' of git://git./linux/kernel/git/arm...
2013-01-09  Linus TorvaldsMerge branch 'drm-fixes' of git://people.freedesktop...
2013-01-08  Olof JohanssonMerge branch 'v3.8-samsung-fixes-2' of git://git./linux...
2013-01-08  Olof JohanssonMerge tag 'mxs-fixes-3.8' of git://git.linaro.org/peopl...
2013-01-08  Olof JohanssonMerge tag 'imx-fixes-3.8' of git://git.linaro.org/peopl...
2013-01-08  Linus TorvaldsMerge tag 'sound-3.8' of git://git./linux/kernel/git...
2013-01-08  Linus TorvaldsMerge git://git./linux/kernel/git/davem/net
2013-01-08  Olof JohanssonMerge tag 'nomadik-fixes-for-arm-soc' of git://git...
2013-01-08  David S. MillerMerge branch 'master' of git://1984.lsi.us.es/nf
2013-01-08  Linus TorvaldsMerge tag 'pm+acpi-for-3.8-rc3' of git://git./linux...
2013-01-07  Linus TorvaldsMerge branch 'for-next' of git://git.samba.org/sfrench...
2013-01-07  Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2013-01-07  Linus TorvaldsMerge tag 'ext4_for_linus' of git://git./linux/kernel...
2013-01-07  Linus TorvaldsMerge tag 'nfs-for-3.8-2' of git://git.linux-nfs.org...
2013-01-07  Linus TorvaldsMerge branch 'upstream' of git://git.linux-mips.org...
2013-01-07  Linus TorvaldsMerge branch 'next' of git://git.monstr.eu/linux-2...
2013-01-07  Eric Dumazettcp: fix MSG_SENDPAGE_NOTLAST logic
2013-01-07  Guo Chaoext4: remove duplicate call to ext4_bread() in ext4_ini...
2013-01-07  Guo Chaoext4: release buffer in failed path in dx_probe()
2013-01-07  Valerie Auroraext4: fix configuration dependencies for ext4 ACLs...
2013-01-07  James MorrisMerge branch 'for-Linus' of git://git./linux/kernel...
2013-01-05  Nickolai Zeldovichnfs: avoid dereferencing null pointer in initiate_bulk_...
2013-01-04  John W. LinvilleMerge branch 'master' of git://git./linux/kernel/git...
2013-01-04  Linus TorvaldsMerge tag 'arm64-fixes' of git://git./linux/kernel...
2013-01-04  Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2013-01-04  Linus TorvaldsMerge branch 'drm-next' of git://people.freedesktop...
2013-01-04  Trond MyklebustNFS: Ensure that we free the rpc_task after read and...
2013-01-04  Xi Wangnfs: fix null checking in nfs_get_option_str()
2013-01-04  Yanchuan Nianpnfs: Increase the refcount when LAYOUTGET fails the...
2013-01-04  Linus TorvaldsMerge tag 'driver-core-3.8-rc2' of git://git./linux...
2013-01-03  Greg Kroah-Hartmanmisc: remove __dev* attributes.
2013-01-03  Greg Kroah-Hartmanpstore: remove __dev* attributes.
2013-01-03  Weston Andros AdamsonNFS: Fix access to suid/sgid executables
2013-01-03  Linus TorvaldsMerge tag 'pinctrl-fixes' of git://git./linux/kernel...
2013-01-03  Linus TorvaldsMerge tag 'for-linus' of git://git./linux/kernel/git...
2013-01-03  Linus TorvaldsMerge git://git./linux/kernel/git/steve/gfs2-3.0-fixes
2013-01-03  Tony LindgrenMerge tag 'omap-fixes-a2-for-v3.8-rc' of git://git...
2013-01-03  Linus TorvaldsMerge branch 'fixes-for-3.8' of git://git./linux/kernel...
2013-01-03  Linus TorvaldsMerge git://www.linux-watchdog.org/linux-watchdog
2013-01-03  Linus TorvaldsMerge tag '3.8-pci-fixes' of git://git./linux/kernel...
2013-01-03  Linus TorvaldsMerge tag 'ecryptfs-3.8-rc2-fixes' of git://git./linux...
2013-01-03  Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2013-01-02  Linus TorvaldsMerge tag 'ext4_for_linus' of git://git./linux/kernel...
2013-01-02  Hugh Dickinsmempolicy: remove arg from mpol_parse_str, mpol_to_str
2013-01-02  Eric Wongepoll: prevent missed events on EPOLL_CTL_MOD
2013-01-02  Bob PetersonGFS2: Reset rd_last_alloc when it reaches the end of...
2013-01-02  Bob PetersonGFS2: Stop looking for free blocks at end of rgrp
2013-01-02  Abhijith DasGFS2: Fix race in gfs2_rs_alloc
2013-01-02  Nathan StrazGFS2: Initialize hex string to '0'
2013-01-02  Pavel ShilovskyCIFS: Don't let read only caching for mandatory byte...
2013-01-02  Pavel ShilovskyCIFS: Fix write after setting a read lock for read...
2013-01-02  Pavel ShilovskyRevert "CIFS: Fix write after setting a read lock for...
next
This page took 0.050817 seconds and 8 git commands to generate.