Commit Graph

218956 Commits (21fc977551da43ec21ae0ebb859411afd4243d2b)
 

Author SHA1 Message Date
Guenter Roeck 11e578129a hwmon: (lm90) Fix checkpatch errors 15 years ago
Guenter Roeck 28e7438faa hwmon: Add tempX_emergency attribute to sysfs ABI 15 years ago
Andreas Herrmann 628b4504cf hwmon: (k8temp) Remove superfluous CPU family check 15 years ago
Linus Torvalds 81280572ca Merge branch 'upstream-merge' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 15 years ago
Theodore Ts'o a107e5a3a4 Merge branch 'next' into upstream-merge 15 years ago
Linus Torvalds b83db1deb2 Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6 15 years ago
Linus Torvalds 7d2f280e75 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6 15 years ago
Theodore Ts'o a269029d0e ext4,jbd2: convert tracepoints to use major/minor numbers 15 years ago
Dmitry Monakhov 3d287de3b8 ext4: optimize orphan_list handling for ext4_setattr 15 years ago
Nicolas Kaiser beed5ecbaa ext4: fix unbalanced mutex unlock in error path of ext4_li_request_new 15 years ago
Linus Torvalds e3e1288e86 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_tx 15 years ago
Linus Torvalds 9ae6d03922 Merge branch 'viafb-next' of git://github.com/schandinat/linux-2.6 15 years ago
Linus Torvalds bdab225015 Merge git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-2.6-mn10300 15 years ago
Linus Torvalds 7c5814c719 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6 15 years ago
Linus Torvalds a042e26137 Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip 15 years ago
Linus Torvalds f66dd539fe Merge branch 'module' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus 15 years ago
Linus Torvalds 17bb51d56c Merge branch 'akpm-incoming-2' 15 years ago
Linus Torvalds 0671b7674f Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip 15 years ago
Linus Torvalds 0b2d8d9e56 proc_bus_pci_ioctl: remove pointless BKL usage 15 years ago
Kazuya Mio a6371b636f ext4: fix compile error in ext4_fallocate() 15 years ago
Eric Sandeen eee4adc709 ext4: move ext4_mb_{get,put}_buddy_cache_lock and make them static 15 years ago
Theodore Ts'o 61d08673de ext4: rename mark_bitmap_end() to ext4_mark_bitmap_end() 15 years ago
Theodore Ts'o 4a873a472b ext4: move flush_completed_IO to fs/ext4/fsync.c and make it static 15 years ago
Theodore Ts'o bf89d16f6e ext4: rename {ext,idx}_pblock and inline small extent functions 15 years ago
Theodore Ts'o 1f109d5a17 ext4: make various ext4 functions be static 15 years ago
Theodore Ts'o 5dabfc78dc ext4: rename {exit,init}_ext4_*() to ext4_{exit,init}_*() 15 years ago
Theodore Ts'o 7f93cff90f ext4: fix kernel oops if the journal superblock has a non-zero j_errno 15 years ago
Eric Sandeen 72f84e6560 ext4: update writeback_index based on last page scanned 15 years ago
Eric Sandeen 5b41d92437 ext4: implement writeback livelock avoidance using page tagging 15 years ago
Eric Sandeen bbd08344e3 ext4: tidy up a void argument in inode.c 15 years ago
Lukas Czerner 27ee40df2b ext4: add batched_discard into ext4 feature list 15 years ago
Lukas Czerner 7360d1731e ext4: Add batched discard support for ext4 15 years ago
Lukas Czerner 367a51a339 fs: Add FITRIM ioctl 15 years ago
Lukas Czerner 77ca6cdf0a ext4: Use return value from sb_issue_discard() 15 years ago
Namhyung Kim 877836905d ext4: Check return value of sb_getblk() and friends 15 years ago
Theodore Ts'o bd2d0210cf ext4: use bio layer instead of buffer layer in mpage_da_submit_io 15 years ago
Theodore Ts'o 1de3e3df91 ext4: move mpage_put_bnr_to_bhs()'s functionality to mpage_da_submit_io() 15 years ago
Theodore Ts'o 3ecdb3a193 ext4: inline walk_page_buffers() into mpage_da_submit_io 15 years ago
Theodore Ts'o cb20d51883 ext4: inline ext4_writepage() into mpage_da_submit_io() 15 years ago
Theodore Ts'o a42afc5f56 ext4: simplify ext4_writepage() 15 years ago
Theodore Ts'o 5a87b7a5da ext4: call mpage_da_submit_io() from mpage_da_map_blocks() 15 years ago
Theodore Ts'o 16828088f9 ext4: use KMEM_CACHE instead of kmem_cache_create 15 years ago
Theodore Ts'o 7845c04975 ext4: use search_dirblock() in ext4_dx_find_entry() 15 years ago
Theodore Ts'o 8941ec8bb6 ext4: avoid uninitialized memory references in ext3_htree_next_block() 15 years ago
Eric Sandeen 640e939656 ext4: remove unused ext4_sb_info members 15 years ago
Eric Sandeen c999af2b34 ext4: queue conversion after adding to inode's completed IO list 15 years ago
Eric Sandeen 3e1e5f5016 ext4: don't use ext4_allocation_contexts for tracing 15 years ago
Eric Sandeen 4d5476164a ext4: fix oops in trace_ext4_mb_release_group_pa 15 years ago
Toshiyuki Okajima 0c9169ccad ext4: fix potential infinite loop in ext4_da_writepages() 15 years ago
Toshiyuki Okajima e0d10bfa91 ext4: improve llseek error handling for overly large seek offsets 15 years ago