summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* xfs: add CRC checks for quota blocksChristoph Hellwig2013-04-215-17/+141
* xfs: add CRC checks to the AGIDave Chinner2013-04-215-15/+65
* xfs: add CRC checks to the AGFLChristoph Hellwig2013-04-215-44/+119
* xfs: add CRC checks to the AGFDave Chinner2013-04-215-27/+91
* xfs: add support for large btree blocksChristoph Hellwig2013-04-2117-209/+645
* xfs: increase hexdump output in xfs_corruption_errorDave Chinner2013-04-211-1/+1
* xfs: Update xfs_log_commit_cil() commentsJeff Liu2013-04-161-4/+0Star
* xfs: Remove the obsolete XLOG_CIL_HARD_SPACE_LIMIT() macrosJeff Liu2013-04-161-1/+0Star
* xfs: don't free EFIs before the EFDs are committedDave Chinner2013-04-053-19/+23
* xfs: Add ratelimited printk for different alert levelsRich Johnston2013-04-032-0/+27
* xfs: Fix WARN_ON(delalloc) in xfs_vm_releasepage()Jan Kara2013-03-221-6/+6
* xfs: xfs_iomap_prealloc_size() tracepointBrian Foster2013-03-222-0/+27
* xfs: add quota-driven speculative preallocation throttlingBrian Foster2013-03-221-0/+82
* xfs: xfs_dquot prealloc throttling watermarks and low free spaceBrian Foster2013-03-224-7/+57
* xfs: pass xfs_dquot to xfs_qm_adjust_dqlimits() instead of xfs_disk_dquot_tBrian Foster2013-03-224-11/+12
* xfs: push rounddown_pow_of_two() to after prealloc throttleBrian Foster2013-03-221-2/+17
* xfs: reorganize xfs_iomap_prealloc_size to remove indentationBrian Foster2013-03-221-31/+32
* xfs: take inode version into account in XFS_LITINOChristoph Hellwig2013-03-145-10/+13
* xfs: ensure we capture IO errors correctlyDave Chinner2013-03-141-0/+6
* xfs: Remove obsoleted m_inode_shrink from xfs_mount structureJeff Liu2013-03-141-1/+0Star
* xfs: rearrange some code in xfs_bmap for better localityDave Chinner2013-03-071-2206/+2069Star
* xfs: rename random32() to prandom_u32()Akinobu Mita2013-03-074-4/+4
* xfs: don't verify buffers after IO errorsDave Chinner2013-03-071-1/+3
* xfs: fix xfs_iomap_eof_prealloc_initial_size typeMark Tinguely2013-03-071-1/+1
* xfs: increase prealloc size to double that of the previous extentBrian Foster2013-03-071-1/+1
* xfs: fix potential infinite loop in xfs_iomap_prealloc_size()Brian Foster2013-03-071-1/+1
* Linux 3.9-rc1Linus Torvalds2013-03-041-2/+2
* Merge tag 'disintegrate-fbdev-20121220' of git://git.infradead.org/users/dhow...Linus Torvalds2013-03-038-254/+284
|\
| * UAPI: (Scripted) Disintegrate include/videoDavid Howells2012-12-208-254/+284
* | Merge tag 'stable/for-linus-3.9-rc1-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2013-03-035-49/+57
|\ \
| * | xenbus: fix compile failure on ARM with Xen enabledSteven Noonan2013-03-011-0/+1
| * | xen/pci: We don't do multiple MSI's.Konrad Rzeszutek Wilk2013-03-011-0/+9
| * | xen/pat: Disable PAT using pat_enabled value.Konrad Rzeszutek Wilk2013-02-281-1/+9
| * | xen/acpi: xen cpu hotplug minor updatesLiu Jinsong2013-02-251-22/+12Star
| * | xen/acpi: xen memory hotplug minor updatesLiu Jinsong2013-02-251-26/+26
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-03-0326-171/+108Star
|\ \ \
| * | | constify path_get/path_put and fs_struct.c stuffAl Viro2013-03-025-10/+10
| * | | fix nommu breakage in shmem.cAl Viro2013-03-021-3/+2Star
| * | | cache the value of file_inode() in struct fileAl Viro2013-03-023-2/+6
| * | | 9p: if v9fs_fid_lookup() gets to asking server, it'd better have hashed dentryAl Viro2013-02-281-3/+17
| * | | 9p: make sure ->lookup() adds fid to the right dentryAl Viro2013-02-281-2/+5
| * | | 9p: untangle ->lookup() a bitAl Viro2013-02-281-18/+9Star
| * | | 9p: double iput() in ->lookup() if d_materialise_unique() failsAl Viro2013-02-281-1/+0Star
| * | | 9p: v9fs_fid_add() can't fail nowAl Viro2013-02-284-22/+11Star
| * | | v9fs: get rid of v9fs_dentryAl Viro2013-02-283-51/+9Star
| * | | 9p: turn fid->dlist into hlistAl Viro2013-02-284-11/+9Star
| * | | 9p: don't bother with private lock in ->d_fsdata; dentry->d_lock will do just...Al Viro2013-02-282-7/+6Star
| * | | more file_inode() open-coded instancesAl Viro2013-02-2710-45/+38Star
| * | | selinux: opened file can't have NULL or negative ->f_path.dentryAl Viro2013-02-271-9/+0Star
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2013-03-031-0/+1
|\ \ \ \