Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'for-next' into for-linus | Jiri Kosina | 2010-03-08 | 24 | -1728/+26 |
|\ | |||||
| * | Remove fs/ntfs/ChangeLog | Jiri Kosina | 2010-02-24 | 1 | -1702/+0 |
| * | tree-wide: Assorted spelling fixes | Daniel Mack | 2010-02-09 | 12 | -12/+12 |
| * | tree-wide: fix 'lenght' typo in comments and code | Daniel Mack | 2010-02-05 | 3 | -3/+3 |
| * | fix ext3/ext4 comment typo compain -> complain | Thadeu Lima de Souza Cascardo | 2010-02-05 | 2 | -2/+2 |
| * | bio: Fix outdated comment about bio_alloc_bioset() | Jaak Ristioja | 2010-02-05 | 1 | -4/+3 |
| * | Fix misspelling of "should" and "shouldn't" in comments. | Adam Buchbinder | 2010-02-05 | 1 | -1/+1 |
| * | fs/qnx4: decrement sizeof size in strncmp | Julia Lawall | 2010-02-04 | 1 | -1/+2 |
| * | Fix misspellings of "invocation" in comments. | Adam Buchbinder | 2010-02-04 | 2 | -2/+2 |
| * | Fix misspellings of "truly" in comments. | Adam Buchbinder | 2010-02-04 | 2 | -2/+2 |
* | | 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 |
|\ \ \ \ \ | |||||
| * \ \ \ \ | Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs into for-2.6.34-incoming | J. Bruce Fields | 2010-03-04 | 201 | -2415/+3128 |
| |\ \ \ \ \ | | | |/ / / | | |/| | | | |||||
| * | | | | | nfsd4: fix minor memory leak | J. Bruce Fields | 2010-03-03 | 1 | -0/+2 |
| * | | | | | NFSD: NFSv4 callback client should use RPC_TASK_SOFTCONN | Chuck Lever | 2010-02-24 | 1 | -1/+2 |
| * | | | | | xfs_export_operations.commit_metadata | Ben Myers | 2010-02-20 | 1 | -0/+20 |