summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'xfs-filestreams-lookup' into for-nextDave Chinner2014-05-1510-806/+403
|\
| * xfs: add filestream allocator tracepointsChristoph Hellwig2014-04-224-21/+68
| * xfs: remove xfs_filestream_associateChristoph Hellwig2014-04-223-58/+15
| * xfs: don't create a slab cache for filestream itemsChristoph Hellwig2014-04-223-32/+4
| * xfs: rewrite the filestream allocator using the dentry cacheChristoph Hellwig2014-04-223-544/+171
| * xfs: remove XFS_IFILESTREAMChristoph Hellwig2014-04-224-8/+1
| * xfs: embedd mru_elem into parent structureChristoph Hellwig2014-04-223-146/+107
| * xfs: handle duplicate entries in xfs_mru_cache_insertChristoph Hellwig2014-04-221-3/+11
| * xfs: split xfs_bmap_btalloc_nullfbChristoph Hellwig2014-04-221-83/+117
| * xfs: don't try to use the filestream allocator for metadata allocationsChristoph Hellwig2014-04-141-22/+20
* | Merge branch 'xfs-unused-args-cleanup' into for-nextDave Chinner2014-05-1543-166/+113
|\ \
| * | xfs: remove unused calculation in xfs_dir2_sf_addname()Eric Sandeen2014-04-141-14/+7
| * | xfs: remove pointless pointer increment in xfs_dir2_block_compact()Eric Sandeen2014-04-141-1/+0
| * | xfs: remove unused trans pointer arg from xlog_recover_unmount_trans()Eric Sandeen2014-04-141-3/+2
| * | xfs: remove unused ail pointer arg from xfs_trans_ail_cursor_done()Eric Sandeen2014-04-144-8/+6
| * | xfs: remove unused xfs_mount arg from xfs_symlink_hdr_ok()Eric Sandeen2014-04-143-3/+2
| * | xfs: remove unused bp arg from xfs_iflush_fork()Eric Sandeen2014-04-143-6/+4
| * | xfs: remove unused pag ptr arg from iterator execute functionsEric Sandeen2014-04-143-13/+6
| * | xfs: remove unused length arg from alloc_block opsEric Sandeen2014-04-145-7/+4
| * | xfs: remove unused mp arg from xfs_calc_dquots_per_chunk()Eric Sandeen2014-04-143-6/+4
| * | xfs: remove unused mp arg from xfs_dir2 dataptr/byte functionsEric Sandeen2014-04-143-13/+13
| * | xfs: remove unused tp arg from xfs_da_reada_buf & callersEric Sandeen2014-04-146-15/+12
| * | xfs: remove unused bip arg from xfs_buf_item_log_segment()Eric Sandeen2014-04-141-2/+1
| * | xfs: remove unused flags arg from _xfs_buf_get_pages()Eric Sandeen2014-04-141-5/+4
| * | xfs: remove unused args from xfs_alloc_buftarg()Eric Sandeen2014-04-143-9/+5
| * | xfs: remove unused blocksize arg from xfs_setsize_buftarg()Eric Sandeen2014-04-143-8/+3
| * | xfs: remove unused level arg from xfs_btree_read_buf_block()Eric Sandeen2014-04-141-19/+13
| * | xfs: remove unused mp arg from xfs_bmap_forkoff_reset()Eric Sandeen2014-04-141-2/+1
| * | xfs: remove unused mp arg from xfs_bmdr_maxrecs()Eric Sandeen2014-04-143-7/+5
| * | xfs: remove unused mp arg from xfs_attr3_rmt_hdr_ok()Eric Sandeen2014-04-141-2/+1
| * | xfs: remove unused tp arg from xfs_bmap_last_offset() and callersEric Sandeen2014-04-148-23/+20
| |/
* | xfs: list_lru_init returns a negative errorDave Chinner2014-05-151-12/+14
* | xfs: negate xfs_icsb_init_counters error value Dave Chinner2014-05-151-1/+1
* | xfs: negate mount workqueue init error valueDave Chinner2014-05-151-1/+1
* | xfs: fix wrong err sign on xfs_set_acl()Dave Chinner2014-05-151-2/+2
* | xfs: fix wrong errno from xfs_initxattrsDave Chinner2014-05-151-4/+4
* | xfs: correct error sign on COLLAPSE_RANGE errorsDave Chinner2014-05-151-2/+2
* | xfs: xfs_commit_metadata returns wrong errnoDave Chinner2014-05-151-1/+1
* | xfs: fix incorrect error sign in xfs_file_aio_readDave Chinner2014-05-151-1/+1
* | xfs: xfs_dir_fsync() returns positive errnoDave Chinner2014-05-151-1/+1
* | Linux 3.15-rc5v3.15-rc5Linus Torvalds2014-05-091-1/+1
* | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-05-0938-77/+150
|\ \
| * | x86, vdso, time: Cast tv_nsec to u64 for proper shifting in update_vsyscall()Boris Ostrovsky2014-05-091-1/+1
| * | x86: Fix typo in MSR_IA32_MISC_ENABLE_LIMIT_CPUID macroAndres Freund2014-05-091-1/+1
| * | x86: Fix typo preventing msr_set/clear_bit from having an effectAndres Freund2014-05-091-1/+1
| * | x86/intel: Add quirk to disable HPET for the Baytrail platformFeng Tang2014-05-081-0/+16
| * | x86/hpet: Make boot_hpet_disable externFeng Tang2014-05-082-1/+2
| * | x86-64, build: Fix stack protector Makefile breakage with 32-bit userlandGeorge Spelvin2014-05-071-0/+1
| * | x86/reboot: Add reboot quirk for Certec BPC600Christian Gmeiner2014-05-071-0/+10
| * | asmlinkage: Add explicit __visible to drivers/*, lib/*, kernel/*Andi Kleen2014-05-069-16/+16