summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* sysfs: Implement sysfs tagged directory support.Eric W. Biederman2010-05-2113-51/+181
* kobj: Add basic infrastructure for dealing with namespaces.Eric W. Biederman2010-05-215-14/+204
* sysfs: Remove double free sysfs_get_sbEric W. Biederman2010-05-211-1/+0Star
* sysfs: Basic support for multiple super blocksEric W. Biederman2010-05-212-2/+59
* generate "change" uevent for loop deviceDavid Zeuthen2010-05-211-1/+9
* Driver core: Protect device shutdown from hot unplug events.Hugh Daschbach2010-05-211-3/+22
* firmware loader: do not allocate firmare id separatelyDmitry Torokhov2010-05-211-13/+4Star
* firmware loader: split out builtin firmware handlingDmitry Torokhov2010-05-211-26/+50
* firmware loader: rely on driver core to create class attributeDmitry Torokhov2010-05-211-35/+24Star
* firmware class: export nowait to userspaceJohannes Berg2010-05-211-5/+11
* lockdep: Add novalidate class for dev->mutex conversionPeter Zijlstra2010-05-214-0/+25
* drivers/base: Convert dev->sem to mutexThomas Gleixner2010-05-215-8/+8
* platform_bus: allow custom extensions to system PM methodsKevin Hilman2010-05-211-4/+4
* devtmpfs: support !CONFIG_TMPFSPeter Korsgaard2010-05-214-3/+13
* driver core: module.c: Use kasprintfJulia Lawall2010-05-211-3/+1Star
* Driver core: don't initialize wakeup flagsAlan Stern2010-05-211-1/+0Star
* driver-core: fix potential race condition in drivers/base/dd.cStefani Seibold2010-05-211-2/+2
* Driver core: Reduce the level of request_firmware() messagesRafael J. Wysocki2010-05-211-3/+2Star
* kref: remove kref_setNeilBrown2010-05-214-18/+6Star
* firmware_class: fix memory leak - free allocated pagesDavid Woodhouse2010-05-212-6/+21
* drivers/base/cpu.c: fix the output from /sys/devices/system/cpu/offlineJan Beulich2010-05-211-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryu...Linus Torvalds2010-05-2114-350/+423
|\
| * nilfs2: disallow remount of snapshot from/to a regular mountRyusuke Konishi2010-05-101-34/+23Star
| * nilfs2: use huge_encode_dev/huge_decode_devRyusuke Konishi2010-05-101-2/+2
| * nilfs2: update comment on deactivate_super at nilfs_get_sbRyusuke Konishi2010-05-101-1/+1
| * nilfs2: replace MS_VERBOSE with MS_SILENTRyusuke Konishi2010-05-101-1/+2
| * nilfs2: add missing initialization of s_modeRyusuke Konishi2010-05-101-0/+1
| * nilfs2: fix misuse of open_bdev_exclusive/close_bdev_exclusiveRyusuke Konishi2010-05-101-3/+7
| * nilfs2: enlarge s_volume_name member in nilfs_super_blockJiro SEKIBA2010-05-101-2/+1Star
| * nilfs2: use checkpoint number instead of timestamp to select super blockRyusuke Konishi2010-05-101-3/+7
| * nilfs2: add missing endian conversion on super block magic numberRyusuke Konishi2010-05-101-2/+2
| * nilfs2: make nilfs_sc_*_ops staticRyusuke Konishi2010-05-101-3/+3
| * nilfs2: add kernel doc comments to persistent object allocator functionsRyusuke Konishi2010-05-102-1/+160
| * nilfs2: change sc_timer from a pointer to an embedded one in struct nilfs_sc_...Li Hong2010-05-102-19/+14Star
| * nilfs2: remove nilfs_segctor_init() in segment.cLi Hong2010-05-101-8/+1Star
| * nilfs2: insert checkpoint number in segment summary headerRyusuke Konishi2010-05-105-3/+12
| * nilfs2: add a print message after loading nilfs2Li Hong2010-05-101-0/+1
| * nilfs2: cleanup multi kmem_cache_{create,destroy} codeLi Hong2010-05-107-164/+97Star
| * nilfs2: move out checksum routines to segment buffer codeRyusuke Konishi2010-05-103-36/+39
| * nilfs2: move pointer to super root block into logsRyusuke Konishi2010-05-104-26/+25Star
| * nilfs2: change default of 'errors' mount option to 'remount-ro' modeRyusuke Konishi2010-05-102-5/+5
| * nilfs2: Combine nilfs_btree_release_path() and nilfs_btree_free_path()Li Hong2010-05-101-17/+5Star
| * nilfs2: Combine nilfs_btree_alloc_path() and nilfs_btree_init_path()Li Hong2010-05-101-22/+17Star
| * nilfs2: fix style problems in nilfs2_fs.hRyusuke Konishi2010-05-101-4/+4
| * nilfs2: update comment for struct nilfs_dat_entryQinghuang Feng2010-05-101-4/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmwLinus Torvalds2010-05-2120-185/+368
|\ \
| * | GFS2: Fix typoSteven Whitehouse2010-05-141-1/+1
| * | GFS2: stuck in inode wait, no glocks stuckBob Peterson2010-05-121-48/+30Star
| * | GFS2: Eliminate useless err variableBob Peterson2010-05-121-3/+1Star
| * | GFS2: Fix writing to non-page aligned gfs2_quota structuresAbhijith Das2010-05-101-25/+61