| Commit message (Expand) | Author | Age |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2012-01-08 |
|\ |
|
| * | btrfs: free-space-cache.c: remove extra semicolon. | Justin P. Mattock | 2011-12-15 |
| * | fat: Spelling s/obsolate/obsolete/g | Geert Uytterhoeven | 2011-12-15 |
| * | treewide: Fix comment and string typo 'bufer' | Paul Bolle | 2011-12-06 |
| * | treewide: Fix typos in various parts of the kernel, and fix some comments. | Justin P. Mattock | 2011-12-02 |
| * | qnx4fs: Use kmemdup rather than duplicating its implementation | Thomas Meyer | 2011-11-20 |
| * | Merge branch 'master' into for-next | Jiri Kosina | 2011-11-13 |
| |\ |
|
| * | | namespace: mnt_want_write: Remove unused label 'out' | Kautuk Consul | 2011-10-29 |
* | | | Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2012-01-08 |
|\ \ \ |
|
| * \ \ | Merge branch 'pm-sleep' into pm-for-linus | Rafael J. Wysocki | 2011-12-25 |
| |\ \ \ |
|
| | * \ \ | Merge branch 'master' into pm-sleep | Rafael J. Wysocki | 2011-12-21 |
| | |\ \ \ |
|
| | * | | | | Freezer / sunrpc / NFS: don't allow TASK_KILLABLE sleeps to block the freezer | Jeff Layton | 2011-12-06 |
| | * | | | | Merge branch 'pm-freezer' of git://git.kernel.org/pub/scm/linux/kernel/git/tj... | Rafael J. Wysocki | 2011-11-23 |
| | |\ \ \ \ |
|
| | | * | | | | freezer: implement and use kthread_freezable_should_stop() | Tejun Heo | 2011-11-21 |
| | | * | | | | freezer: unexport refrigerator() and update try_to_freeze() slightly | Tejun Heo | 2011-11-21 |
* | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmw | Linus Torvalds | 2012-01-08 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | GFS2: local functions should be static | H Hartley Sweeten | 2011-12-06 |
| * | | | | | | | GFS2: We only need one ACL getting function | Steven Whitehouse | 2011-11-23 |
| * | | | | | | | GFS2: Fix multi-block allocation | Steven Whitehouse | 2011-11-22 |
| * | | | | | | | GFS2: decouple quota allocations from block allocations | Bob Peterson | 2011-11-22 |
| * | | | | | | | GFS2: split function rgblk_search | Bob Peterson | 2011-11-21 |
| * | | | | | | | GFS2: Fix up "off by one" in the previous patch | Steven Whitehouse | 2011-11-21 |
| * | | | | | | | GFS2: move toward a generic multi-block allocator | Bob Peterson | 2011-11-21 |
| * | | | | | | | GFS2: O_(D)SYNC support for fallocate | Steven Whitehouse | 2011-11-21 |
| * | | | | | | | GFS2: remove vestigial al_alloced | Bob Peterson | 2011-11-18 |
| * | | | | | | | GFS2: combine gfs2_alloc_block and gfs2_alloc_di | Bob Peterson | 2011-11-15 |
| * | | | | | | | GFS2: Add non-try locks back to get_local_rgrp | Bob Peterson | 2011-11-15 |
| * | | | | | | | GFS2: f_ra is always valid in dir readahead function | Steven Whitehouse | 2011-11-09 |
| * | | | | | | | GFS2: Fix very unlikley memory leak in ACL xattr code | Steven Whitehouse | 2011-11-09 |
| * | | | | | | | GFS2: More automated code analysis fixes | Steven Whitehouse | 2011-11-08 |
| * | | | | | | | GFS2: Add readahead to sequential directory traversal | Bob Peterson | 2011-11-08 |
| * | | | | | | | GFS2: Fix up REQ flags | Steven Whitehouse | 2011-11-08 |
* | | | | | | | | Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs | Linus Torvalds | 2012-01-08 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | xfs: mark the xfssyncd workqueue as non-reentrant | Christoph Hellwig | 2011-12-19 |
| * | | | | | | | | xfs: simplify xfs_qm_detach_gdquots | Christoph Hellwig | 2011-12-16 |
| * | | | | | | | | xfs: fix acl count validation in xfs_acl_from_disk() | Xi Wang | 2011-12-16 |
| * | | | | | | | | xfs: remove unused XBT_FORCE_SLEEP bit | Eric Sandeen | 2011-12-16 |
| * | | | | | | | | xfs: remove XFS_QMOPT_DQSUSER | Christoph Hellwig | 2011-12-15 |
| * | | | | | | | | xfs: kill xfs_qm_idtodq | Christoph Hellwig | 2011-12-15 |
| * | | | | | | | | xfs: merge xfs_qm_dqinit_core into the only caller | Christoph Hellwig | 2011-12-15 |
| * | | | | | | | | xfs: add a xfs_dqhold helper | Christoph Hellwig | 2011-12-15 |
| * | | | | | | | | xfs: simplify xfs_qm_dqattach_grouphint | Christoph Hellwig | 2011-12-15 |
| * | | | | | | | | xfs: nest qm_dqfrlist_lock inside the dquot qlock | Christoph Hellwig | 2011-12-14 |
| * | | | | | | | | xfs: flatten the dquot lock ordering | Christoph Hellwig | 2011-12-14 |
| * | | | | | | | | xfs: implement lazy removal for the dquot freelist | Christoph Hellwig | 2011-12-13 |
| * | | | | | | | | xfs: remove XFS_DQ_INACTIVE | Christoph Hellwig | 2011-12-13 |
| * | | | | | | | | xfs: cleanup xfs_qm_dqlookup | Christoph Hellwig | 2011-12-13 |
| * | | | | | | | | xfs: cleanup dquot locking helpers | Christoph Hellwig | 2011-12-12 |
| * | | | | | | | | xfs: remove the sync_mode argument to xfs_qm_dqflush_all | Christoph Hellwig | 2011-12-12 |
| * | | | | | | | | xfs: remove xfs_qm_sync | Christoph Hellwig | 2011-12-12 |