| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | xfs: remove unused trans pointer arg from xlog_recover_unmount_trans() | Eric Sandeen | 2014-04-14 | 1 | -3/+2 |
| * | | xfs: remove unused ail pointer arg from xfs_trans_ail_cursor_done() | Eric Sandeen | 2014-04-14 | 4 | -8/+6 |
| * | | xfs: remove unused xfs_mount arg from xfs_symlink_hdr_ok() | Eric Sandeen | 2014-04-14 | 3 | -3/+2 |
| * | | xfs: remove unused bp arg from xfs_iflush_fork() | Eric Sandeen | 2014-04-14 | 3 | -6/+4 |
| * | | xfs: remove unused pag ptr arg from iterator execute functions | Eric Sandeen | 2014-04-14 | 3 | -13/+6 |
| * | | xfs: remove unused length arg from alloc_block ops | Eric Sandeen | 2014-04-14 | 5 | -7/+4 |
| * | | xfs: remove unused mp arg from xfs_calc_dquots_per_chunk() | Eric Sandeen | 2014-04-14 | 3 | -6/+4 |
| * | | xfs: remove unused mp arg from xfs_dir2 dataptr/byte functions | Eric Sandeen | 2014-04-14 | 3 | -13/+13 |
| * | | xfs: remove unused tp arg from xfs_da_reada_buf & callers | Eric Sandeen | 2014-04-14 | 6 | -15/+12 |
| * | | xfs: remove unused bip arg from xfs_buf_item_log_segment() | Eric Sandeen | 2014-04-14 | 1 | -2/+1 |
| * | | xfs: remove unused flags arg from _xfs_buf_get_pages() | Eric Sandeen | 2014-04-14 | 1 | -5/+4 |
| * | | xfs: remove unused args from xfs_alloc_buftarg() | Eric Sandeen | 2014-04-14 | 3 | -9/+5 |
| * | | xfs: remove unused blocksize arg from xfs_setsize_buftarg() | Eric Sandeen | 2014-04-14 | 3 | -8/+3 |
| * | | xfs: remove unused level arg from xfs_btree_read_buf_block() | Eric Sandeen | 2014-04-14 | 1 | -19/+13 |
| * | | xfs: remove unused mp arg from xfs_bmap_forkoff_reset() | Eric Sandeen | 2014-04-14 | 1 | -2/+1 |
| * | | xfs: remove unused mp arg from xfs_bmdr_maxrecs() | Eric Sandeen | 2014-04-14 | 3 | -7/+5 |
| * | | xfs: remove unused mp arg from xfs_attr3_rmt_hdr_ok() | Eric Sandeen | 2014-04-14 | 1 | -2/+1 |
| * | | xfs: remove unused tp arg from xfs_bmap_last_offset() and callers | Eric Sandeen | 2014-04-14 | 8 | -23/+20 |
| |/ |
|
* | | xfs: list_lru_init returns a negative error | Dave Chinner | 2014-05-15 | 1 | -12/+14 |
* | | xfs: negate xfs_icsb_init_counters error value | Dave Chinner | 2014-05-15 | 1 | -1/+1 |
* | | xfs: negate mount workqueue init error value | Dave Chinner | 2014-05-15 | 1 | -1/+1 |
* | | xfs: fix wrong err sign on xfs_set_acl() | Dave Chinner | 2014-05-15 | 1 | -2/+2 |
* | | xfs: fix wrong errno from xfs_initxattrs | Dave Chinner | 2014-05-15 | 1 | -4/+4 |
* | | xfs: correct error sign on COLLAPSE_RANGE errors | Dave Chinner | 2014-05-15 | 1 | -2/+2 |
* | | xfs: xfs_commit_metadata returns wrong errno | Dave Chinner | 2014-05-15 | 1 | -1/+1 |
* | | xfs: fix incorrect error sign in xfs_file_aio_read | Dave Chinner | 2014-05-15 | 1 | -1/+1 |
* | | xfs: xfs_dir_fsync() returns positive errno | Dave Chinner | 2014-05-15 | 1 | -1/+1 |
* | | Linux 3.15-rc5v3.15-rc5 | Linus Torvalds | 2014-05-09 | 1 | -1/+1 |
* | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2014-05-09 | 38 | -77/+150 |
|\ \ |
|
| * | | x86, vdso, time: Cast tv_nsec to u64 for proper shifting in update_vsyscall() | Boris Ostrovsky | 2014-05-09 | 1 | -1/+1 |
| * | | x86: Fix typo in MSR_IA32_MISC_ENABLE_LIMIT_CPUID macro | Andres Freund | 2014-05-09 | 1 | -1/+1 |
| * | | x86: Fix typo preventing msr_set/clear_bit from having an effect | Andres Freund | 2014-05-09 | 1 | -1/+1 |
| * | | x86/intel: Add quirk to disable HPET for the Baytrail platform | Feng Tang | 2014-05-08 | 1 | -0/+16 |
| * | | x86/hpet: Make boot_hpet_disable extern | Feng Tang | 2014-05-08 | 2 | -1/+2 |
| * | | x86-64, build: Fix stack protector Makefile breakage with 32-bit userland | George Spelvin | 2014-05-07 | 1 | -0/+1 |
| * | | x86/reboot: Add reboot quirk for Certec BPC600 | Christian Gmeiner | 2014-05-07 | 1 | -0/+10 |
| * | | asmlinkage: Add explicit __visible to drivers/*, lib/*, kernel/* | Andi Kleen | 2014-05-05 | 9 | -16/+16 |
| * | | asmlinkage, x86: Add explicit __visible to arch/x86/* | Andi Kleen | 2014-05-05 | 18 | -34/+34 |
| * | | asmlinkage: Revert "lto: Make asmlinkage __visible" | Andi Kleen | 2014-05-05 | 1 | -2/+2 |
| * | | x86, build: Don't get confused by local symbols | H. Peter Anvin | 2014-05-05 | 1 | -2/+2 |
| * | | Merge tag 'efi-urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/mflem... | Ingo Molnar | 2014-05-04 | 1 | -19/+64 |
| |\ \ |
|
| | * | | x86/efi: earlyprintk=efi,keep fix | Dave Young | 2014-05-03 | 1 | -19/+64 |
* | | | | Merge tag 'xfs-for-linus-3.15-rc5' of git://oss.sgi.com/xfs/xfs | Linus Torvalds | 2014-05-08 | 9 | -50/+77 |
|\ \ \ \ |
|
| * | | | | xfs: remote attribute overwrite causes transaction overrun | Dave Chinner | 2014-05-06 | 5 | -14/+42 |
| * | | | | xfs: initialize default acls for ->tmpfile() | Brian Foster | 2014-05-06 | 1 | -26/+29 |
| * | | | | xfs: fully support v5 format filesystems | Dave Chinner | 2014-05-05 | 3 | -10/+6 |
* | | | | | Merge tag 'trace-fixes-v3.15-rc4-v2' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2014-05-08 | 2 | -3/+3 |
|\ \ \ \ \ |
|
| * | | | | | tracepoint: Fix use of tracepoint funcs after rcu free | Mathieu Desnoyers | 2014-05-08 | 1 | -2/+2 |
| * | | | | | trace: module: Maintain a valid user count | Romain Izard | 2014-05-08 | 1 | -1/+1 |
* | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto... | Linus Torvalds | 2014-05-08 | 7 | -4/+76 |
|\ \ \ \ \ \ |
|