| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'driver-core-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2013-07-02 | 5 | -10/+52 |
|\ |
|
| * | Merge 3.10-rc7 into driver-core-next | Greg Kroah-Hartman | 2013-06-25 | 3 | -21/+40 |
| |\ |
|
| * \ | Merge 3.10-rc6 into driver-core-next | Greg Kroah-Hartman | 2013-06-18 | 67 | -572/+1095 |
| |\ \ |
|
| * | | | sysfs_notify is only possible on file attributes | Nick Dyer | 2013-06-08 | 1 | -4/+6 |
| * | | | Finally eradicate CONFIG_HOTPLUG | Stephen Rothwell | 2013-06-03 | 1 | -3/+2 |
| * | | | debugfs: write_file_bool() - ensure strtobool() operates on valid data | Mathias Krause | 2013-06-03 | 1 | -0/+1 |
| * | | | debugfs: add get/set for atomic types | Seth Jennings | 2013-06-03 | 1 | -0/+42 |
| * | | | Merge 3.10-rc3 into driver-core-next | Greg Kroah-Hartman | 2013-05-27 | 55 | -446/+541 |
| |\ \ \ |
|
| * | | | | sysfs: kill sysfs_sb declaration in fs/sysfs/inode.c. | Rami Rosen | 2013-05-17 | 1 | -2/+0 |
| * | | | | sysfs: sysfs_link_sibling(): fix typo in comment | Warner Wang | 2013-05-17 | 1 | -1/+1 |
* | | | | | Merge tag 'fscache-20130702' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2013-07-02 | 13 | -736/+755 |
|\ \ \ \ \ |
|
| * | | | | | FS-Cache: Don't use spin_is_locked() in assertions | David Howells | 2013-06-19 | 1 | -3/+2 |
| * | | | | | FS-Cache: The retrieval remaining-pages counter needs to be atomic_t | David Howells | 2013-06-19 | 1 | -5/+5 |
| * | | | | | cachefiles: remove unused macro list_to_page() | Haicheng Li | 2013-06-19 | 1 | -2/+0 |
| * | | | | | FS-Cache: Simplify cookie retention for fscache_objects, fixing oops | David Howells | 2013-06-19 | 11 | -241/+191 |
| * | | | | | FS-Cache: Fix object state machine to have separate work and wait states | David Howells | 2013-06-19 | 9 | -542/+574 |
| * | | | | | FS-Cache: Wrap checks on object state | David Howells | 2013-06-19 | 5 | -12/+12 |
| * | | | | | FS-Cache: Uninline fscache_object_init() | David Howells | 2013-06-19 | 1 | -2/+38 |
| * | | | | | FS-Cache: Don't sleep in page release if __GFP_FS is not set | David Howells | 2013-06-19 | 1 | -1/+1 |
| * | | | | | CacheFiles: name i_mutex lock class explicitly | J. Bruce Fields | 2013-06-19 | 1 | -1/+1 |
| * | | | | | fs/fscache: remove spin_lock() from the condition in while() | Sebastian Andrzej Siewior | 2013-06-19 | 1 | -6/+10 |
* | | | | | | Merge tag 'dlm-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/teiglan... | Linus Torvalds | 2013-07-02 | 4 | -50/+149 |
|\ \ \ \ \ \ |
|
| * | | | | | | dlm: Avoid LVB truncation | Bart Van Assche | 2013-06-26 | 1 | -4/+4 |
| * | | | | | | dlm: log an error for unmanaged lockspaces | David Teigland | 2013-06-25 | 1 | -1/+8 |
| * | | | | | | dlm: config: using strlcpy instead of strncpy | Zhao Hongjiang | 2013-06-25 | 1 | -2/+3 |
| * | | | | | | dlm: remove duplicated include from lowcomms.c | Wei Yongjun | 2013-06-19 | 1 | -1/+0 |
| * | | | | | | dlm: disable nagle for SCTP | Mike Christie | 2013-06-14 | 1 | -0/+6 |
| * | | | | | | dlm: retry failed SCTP sends | Mike Christie | 2013-06-14 | 1 | -29/+75 |
| * | | | | | | dlm: try other IPs when sctp init assoc fails | Mike Christie | 2013-06-14 | 1 | -11/+50 |
| * | | | | | | dlm: clear correct bit during sctp init failure handling | Mike Christie | 2013-06-14 | 1 | -1/+1 |
| * | | | | | | dlm: set sctp assoc id during setup | Mike Christie | 2013-06-14 | 1 | -0/+1 |
| * | | | | | | dlm: clear correct init bit during sctp setup | Mike Christie | 2013-06-14 | 1 | -1/+1 |
* | | | | | | | Merge tag 'for-f2fs-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ja... | Linus Torvalds | 2013-07-02 | 18 | -447/+741 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | f2fs: fix to recover i_size from roll-forward | Jaegeuk Kim | 2013-07-02 | 1 | -1/+22 |
| * | | | | | | | f2fs: remove the unused argument "sbi" of func destroy_fsync_dnodes() | Gu Zheng | 2013-07-02 | 1 | -3/+2 |
| * | | | | | | | f2fs: remove reusing any prefree segments | Jaegeuk Kim | 2013-07-02 | 1 | -55/+1 |
| * | | | | | | | f2fs: code cleanup and simplify in func {find/add}_gc_inode | Gu Zheng | 2013-07-02 | 1 | -12/+5 |
| * | | | | | | | f2fs: optimize the init_dirty_segmap function | Namjae Jeon | 2013-07-02 | 1 | -4/+4 |
| * | | | | | | | f2fs: fix an endian conversion bug detected by sparse | Jaegeuk Kim | 2013-07-02 | 1 | -2/+2 |
| * | | | | | | | f2fs: fix crc endian conversion | Jaegeuk Kim | 2013-07-02 | 2 | -10/+21 |
| * | | | | | | | f2fs: add remount_fs callback support | Namjae Jeon | 2013-06-17 | 1 | -82/+153 |
| * | | | | | | | f2fs: recover wrong pino after checkpoint during fsync | Jaegeuk Kim | 2013-06-14 | 6 | -9/+45 |
| * | | | | | | | f2fs: optimize do_write_data_page() | Haicheng Li | 2013-06-14 | 1 | -2/+3 |
| * | | | | | | | f2fs: make locate_dirty_segment() as static | Haicheng Li | 2013-06-14 | 2 | -2/+1 |
| * | | | | | | | f2fs: remove unnecessary parameter "offset" from __add_sum_entry() | Haicheng Li | 2013-06-14 | 1 | -5/+5 |
| * | | | | | | | f2fs: avoid freqeunt write_inode calls | Jaegeuk Kim | 2013-06-14 | 4 | -0/+18 |
| * | | | | | | | f2fs: optimise the truncate_data_blocks_range() range | Namjae Jeon | 2013-06-14 | 1 | -1/+1 |
| * | | | | | | | f2fs: use the F2FS specific flags in f2fs_ioctl() | Namjae Jeon | 2013-06-14 | 1 | -2/+2 |
| * | | | | | | | f2fs: sync dir->i_size with its block allocation | Jaegeuk Kim | 2013-06-12 | 3 | -5/+7 |
| * | | | | | | | f2fs: fix i_blocks translation on various types of files | Jaegeuk Kim | 2013-06-11 | 3 | -1/+5 |