summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-06-08xfs: kill xfs_qmopsChristoph Hellwig23-628/+380
2009-06-08xfs: validate quota log items during log recoveryChristoph Hellwig1-6/+32
2009-06-08xfs: update max log sizeChristoph Hellwig1-4/+7
2009-06-01xfs: prevent deadlock in xfs_qm_shake()Felix Blyakher1-1/+1
2009-05-27xfs: fix overflow in xfs_growfs_data_privateEric Sandeen1-1/+1
2009-05-08xfs: fix double unlock in xfs_swap_extents()Felix Blyakher1-3/+5
2009-04-29xfs: fix getbmap vs mmap deadlockChristoph Hellwig1-17/+35
2009-04-29xfs: a couple getbmap cleanupsChristoph Hellwig1-83/+79
2009-04-29xfs: add more checks to superblock validationOlaf Weber1-0/+3
2009-04-29xfs_file_last_byte() needs to acquire ilockLachlan McIlroy1-0/+2
2009-04-06xfs: remove xfs_flush_spaceDave Chinner2-48/+16
2009-04-06xfs: flush delayed allcoation blocks on ENOSPC in createDave Chinner1-0/+7
2009-04-06xfs: block callers of xfs_flush_inodes() correctlyDave Chinner2-3/+10
2009-04-06xfs: make inode flush at ENOSPC synchronousDave Chinner4-28/+18
2009-04-06xfs: use xfs_sync_inodes() for device flushingDave Chinner5-30/+38
2009-04-06xfs: inform the xfsaild of the push target before sleepingDave Chinner1-18/+19
2009-04-06xfs: prevent unwritten extent conversion from blocking I/O completionDave Chinner3-17/+31
2009-04-06xfs: fix double free of inodeDave Chinner1-9/+14
2009-04-06xfs: validate log feature fields correctlyDave Chinner1-11/+30
2009-03-31Revert "xfs: increase the maximum number of supported ACL entries"Felix Blyakher1-1/+1
2009-03-31Merge branch 'master' of git://git.kernel.org/pub/scm/fs/xfs/xfsFelix Blyakher38-292/+204
2009-03-31Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Felix Blyakher5554-206447/+427794
2009-03-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds18-70/+68
2009-03-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds15-58/+72
2009-03-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-cpumaskLinus Torvalds69-129/+48
2009-03-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-lguest-an...Linus Torvalds12-92/+181
2009-03-31Merge branch 'hwmon-for-linus' of git://jdelvare.pck.nerim.net/jdelvare-2.6Linus Torvalds18-327/+588
2009-03-31Merge branch 'locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds21-379/+730
2009-03-31Merge branch 'proc-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ad...Linus Torvalds60-281/+103
2009-03-31Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds18-256/+461
2009-03-31dma-debug: fix printk formats (i386)Randy Dunlap1-4/+4
2009-03-31reiserfs: xattr_create is unused with xattrs disabledJeff Mahoney1-0/+2
2009-03-31reiserfs: fix build breakageAlexander Beregalov1-1/+2
2009-03-31lockdep: fix deadlock in lockdep_trace_allocPeter Zijlstra1-2/+19
2009-03-31Revert "proc: revert /proc/uptime to ->read_proc hook"Alexey Dobriyan1-20/+18
2009-03-31proc 2/2: remove struct proc_dir_entry::ownerAlexey Dobriyan55-232/+26
2009-03-31proc 1/2: do PDE usecounting even for ->read_proc, ->write_procAlexey Dobriyan3-11/+40
2009-03-31proc: fix sparse warnings in pagemap_read()Milind Arun Choudhary1-4/+4
2009-03-31proc: move fs/proc/inode-alloc.txt comment into a source fileRandy Dunlap2-14/+15
2009-03-31lockdep: annotate reclaim context (__GFP_NOFS), fix SLOBIngo Molnar1-1/+1
2009-03-31Merge branch 'drm-next' of git://git.kernel.org/pub/scm/linux/kernel/git/airl...Linus Torvalds39-434/+27309
2009-03-31Merge branch 'iommu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds40-844/+1899
2009-03-30PCI PM: Make pci_prepare_to_sleep() disable wake-up if neededRafael J. Wysocki1-1/+1
2009-03-30radeonfb: Use __pci_complete_power_transition()Rafael J. Wysocki1-1/+1
2009-03-30PCI PM: Introduce __pci_[start|complete]_power_transition() (rev. 2)Rafael J. Wysocki2-18/+52
2009-03-30PCI PM: Restore config spaces of all devices during early resumeRafael J. Wysocki1-7/+9
2009-03-30PCI PM: Make pci_set_power_state() handle devices with no PM supportRafael J. Wysocki1-6/+12
2009-03-30PCI PM: Put devices into low power states during late suspend (rev. 2)Rafael J. Wysocki1-53/+81
2009-03-30PCI PM: Move pci_restore_standard_config to pci-driver.cRafael J. Wysocki3-22/+17
2009-03-30PCI PM: Use pci_set_power_state during early resumeRafael J. Wysocki1-39/+9