| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 | Linus Torvalds | 2010-03-08 | 12 | -126/+189 |
|\ |
|
| * | sysfs: Kill unused sysfs_sb variable. | Eric W. Biederman | 2010-03-07 | 2 | -3/+0 |
| * | sysfs: Pass super_block to sysfs_get_inode | Eric W. Biederman | 2010-03-07 | 4 | -5/+6 |
| * | sysfs: Implement sysfs_rename_link | Eric W. Biederman | 2010-03-07 | 1 | -0/+38 |
| * | sysfs: Pack sysfs_dirent more tightly. | Eric W. Biederman | 2010-03-07 | 1 | -1/+1 |
| * | sysfs: Serialize updates to the vfs inode | Eric W. Biederman | 2010-03-07 | 1 | -4/+4 |
| * | sysfs: Use one lockdep class per sysfs attribute. | Eric W. Biederman | 2010-03-07 | 1 | -2/+5 |
| * | sysfs: Only take active references on attributes. | Eric W. Biederman | 2010-03-07 | 3 | -1/+6 |
| * | sysfs: Remove sysfs_get/put_active_two | Eric W. Biederman | 2010-03-07 | 4 | -77/+38 |
| * | Driver core: Constify struct sysfs_ops in struct kobj_type | Emese Revfy | 2010-03-07 | 6 | -10/+10 |
| * | kobject: Constify struct kset_uevent_ops | Emese Revfy | 2010-03-07 | 1 | -1/+1 |
| * | sysfs: Cache the last sysfs_dirent to improve readdir scalability v2 | Eric W. Biederman | 2010-03-07 | 1 | -22/+60 |
| * | sysfs: Add sysfs_add/remove_files utility functions | Andi Kleen | 2010-03-07 | 1 | -0/+20 |
* | | FS-Cache: Remove the EXPERIMENTAL flag | Christian Kujau | 2010-03-08 | 1 | -1/+0 |
|/ |
|
* | seq_file: fix new kernel-doc warnings | Randy Dunlap | 2010-03-07 | 1 | -2/+2 |
* | Revert "lib: build list_sort() only if needed" | Linus Torvalds | 2010-03-07 | 1 | -1/+0 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/joern/logfs | Linus Torvalds | 2010-03-06 | 17 | -0/+9004 |
|\ |
|
| * | [LogFS] Change magic number | Joern Engel | 2010-03-06 | 1 | -1/+1 |
| * | [LogFS] Remove h_version field | Joern Engel | 2010-03-06 | 2 | -6/+5 |
| * | [LogFS] Check feature flags | Joern Engel | 2010-03-05 | 2 | -2/+12 |
| * | [LogFS] Only write journal if dirty | Joern Engel | 2010-03-04 | 6 | -13/+19 |
| * | [LogFS] Fix bdev erases | Joern Engel | 2010-03-04 | 6 | -20/+97 |
| * | [LogFS] Silence gcc | Joern Engel | 2009-12-07 | 1 | -1/+1 |
| * | [LogFS] Prevent 64bit divisions in hash_index | Joern Engel | 2009-11-28 | 1 | -5/+10 |
| * | [LogFS] Plug memory leak on error paths | Joern Engel | 2009-11-23 | 1 | -2/+6 |
| * | [LogFS] add new flash file system | Joern Engel | 2009-11-20 | 17 | -0/+8903 |
* | | Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs | Linus Torvalds | 2010-03-06 | 26 | -1484/+1344 |
|\ \ |
|
| * \ | Merge branch 'for-2.6.34-rc1-batch2' into for-linus | Alex Elder | 2010-03-05 | 26 | -1484/+1344 |
| |\ \ |
|
| | * | | xfs: return inode fork offset in bulkstat for fsr | Dave Chinner | 2010-03-05 | 2 | -1/+4 |
| | * | | xfs: Increase the default size of the reserved blocks pool | Dave Chinner | 2010-03-05 | 1 | -20/+29 |
| | * | | xfs: truncate delalloc extents when IO fails in writeback | Dave Chinner | 2010-03-05 | 1 | -10/+114 |
| | * | | xfs: check for more work before sleeping in xfssyncd | Dave Chinner | 2010-03-05 | 1 | -3/+3 |
| | * | | xfs: Fix a build warning in xfs_aops.c | Dave Chinner | 2010-03-05 | 1 | -1/+1 |
| | * | | xfs: fix locking for inode cache radix tree tag updates | Christoph Hellwig | 2010-03-01 | 2 | -8/+15 |
| | * | | xfs: remove xfs_ipin/xfs_iunpin | Christoph Hellwig | 2010-03-01 | 3 | -37/+11 |
| | * | | xfs: cleanup xfs_iunpin_wait/xfs_iunpin_nowait | Christoph Hellwig | 2010-03-01 | 1 | -28/+12 |
| | * | | xfs: kill xfs_lrw.h | Christoph Hellwig | 2010-03-01 | 4 | -30/+4 |
| | * | | xfs: factor common xfs_trans_bjoin code | Christoph Hellwig | 2010-03-01 | 1 | -150/+66 |
| | * | | xfs: stop passing opaque handles to xfs_log.c routines | Christoph Hellwig | 2010-03-01 | 4 | -64/+62 |
| | * | | xfs: split xfs_bmap_btalloc | Christoph Hellwig | 2010-03-01 | 1 | -101/+119 |
| | * | | xfs: fix xfs_fsblock_t tracing | Christoph Hellwig | 2010-03-01 | 2 | -22/+6 |
| | * | | xfs: fix inode pincount check in fsync | Christoph Hellwig | 2010-03-01 | 1 | -9/+4 |
| | * | | xfs: Non-blocking inode locking in IO completion | Dave Chinner | 2010-03-01 | 1 | -37/+56 |
| | * | | xfs: implement optimized fdatasync | Christoph Hellwig | 2010-03-01 | 4 | -13/+25 |
| | * | | xfs: remove wrapper for the fsync file operation | Christoph Hellwig | 2010-03-01 | 3 | -131/+117 |
| | * | | xfs: remove wrappers for read/write file operations | Christoph Hellwig | 2010-03-01 | 1 | -171/+114 |
| | * | | xfs: merge xfs_lrw.c into xfs_file.c | Christoph Hellwig | 2010-03-01 | 5 | -809/+743 |
| | * | | xfs: fix dquota trace format | Christoph Hellwig | 2010-03-01 | 1 | -5/+5 |
| | * | | xfs: increase readdir buffer size | Eric Sandeen | 2010-03-01 | 1 | -2/+2 |
* | | | | Merge branch 'for-2.6.34' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 2010-03-06 | 11 | -106/+124 |
|\ \ \ \ |
|