summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix up over-eager 'wait_queue_t' renamingLinus Torvalds2017-07-105-20/+20
* Merge tag 'for-linus-4.13-v2' of git://github.com/cminyard/linux-ipmiLinus Torvalds2017-07-108-214/+533
|\
| * ipmi:ssif: Add missing unlock in error branchCorey Minyard2017-06-301-0/+5
| * char: ipmi: constify bmc_dev_attr_group and bmc_device_typeArvind Yadav2017-06-291-2/+2
| * ipmi:ssif: Check dev before setting drvdataCorey Minyard2017-06-281-1/+2
| * ipmi: Convert DMI handling over to a platform deviceCorey Minyard2017-06-192-204/+219
| * ipmi: Create a platform device for a DMI-specified IPMI interfaceCorey Minyard2017-06-194-0/+290
| * ipmi: use rcu lock around call to intf->handlers->sender()Tony Camuso2017-06-191-0/+5
| * ipmi:ssif: Use i2c_adapter_id instead of adapter->nrCorey Minyard2017-06-161-2/+3
| * ipmi: Use the proper default value for register size in ACPICorey Minyard2017-06-091-4/+4
| * ipmi_ssif: remove redundant null check on array client->adapter->nameColin Ian King2017-05-181-2/+1
| * ipmi/watchdog: fix watchdog timeout set on rebootValentin Vidic2017-05-081-3/+4
| * ipmi_ssif: unlock on allocation failureDan Carpenter2017-05-081-0/+2
* | Merge tag 'xfs-4.13-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2017-07-10112-1855/+2116
|\ \
| * | xfs: don't crash on unexpected holes in dir/attr btreesDarrick J. Wong2017-07-084-5/+5
| * | xfs: rename MAXPATHLEN to XFS_SYMLINK_MAXLENDarrick J. Wong2017-07-076-8/+8
| * | xfs: fix contiguous dquot chunk iteration livelockBrian Foster2017-07-051-2/+7
| * | xfs: Switch to iomap for SEEK_HOLE / SEEK_DATAChristoph Hellwig2017-07-032-364/+14
| * | vfs: Add iomap_seek_hole and iomap_seek_data helpersAndreas Gruenbacher2017-07-032-0/+98
| * | vfs: Add page_cache_seek_hole_data helperAndreas Gruenbacher2017-07-032-0/+126
| * | xfs: remove a whitespace-only line from xfs_fs_get_nextdqblkChristoph Hellwig2017-07-021-1/+0
| * | xfs: rewrite xfs_dq_get_next_id using xfs_iext_lookup_extentChristoph Hellwig2017-07-021-44/+22
| * | xfs: Check for m_errortag initialization in xfs_errortag_testCarlos Maiolino2017-07-021-0/+11
| * | xfs: grab dquots without taking the ilockDarrick J. Wong2017-06-282-4/+12
| * | xfs: fix semicolon.cocci warningskbuild test robot2017-06-281-1/+1
| * | xfs: Don't clear SGID when inheriting ACLsJan Kara2017-06-283-5/+6
| * | xfs: free cowblocks and retry on buffered write ENOSPCBrian Foster2017-06-281-0/+1
| * | xfs: replace log_badcrc_factor knob with error injection tagBrian Foster2017-06-284-41/+7
| * | xfs: convert drop_writes to use the errortag mechanismDarrick J. Wong2017-06-285-68/+15
| * | xfs: remove unneeded parameter from XFS_TEST_ERRORDarrick J. Wong2017-06-2813-40/+26
| * | xfs: expose errortag knobs via sysfsDarrick J. Wong2017-06-283-1/+157
| * | xfs: make errortag a per-mountpoint structureDarrick J. Wong2017-06-285-89/+111
| * | xfs: free uncommitted transactions during log recoveryBrian Foster2017-06-241-1/+20
| * | xfs: don't allow bmap on rt filesDarrick J. Wong2017-06-201-2/+5
| * | xfs: allow reading of already-locked remote symbolic linkDarrick J. Wong2017-06-202-3/+4
| * | xfs: pass along transaction context when reading xattr block buffersDarrick J. Wong2017-06-204-36/+57
| * | xfs: pass along transaction context when reading directory block buffersDarrick J. Wong2017-06-203-7/+14
| * | xfs: return the hash value of a leaf1 directory blockDarrick J. Wong2017-06-203-10/+12
| * | xfs: refactor the ifork block counting functionDarrick J. Wong2017-06-202-43/+70
| * | xfs: make _bmap_count_blocks consistent wrt delalloc extent behaviorDarrick J. Wong2017-06-201-10/+13
| * | xfs: separate function to check if inode shares extentsDarrick J. Wong2017-06-192-36/+54
| * | xfs: reflink find shared should take a transactionDarrick J. Wong2017-06-193-12/+13
| * | xfs: check if an inode is cached and allocatedDarrick J. Wong2017-06-192-2/+54
| * | xfs: export _inobt_btrec_to_irec and _ialloc_cluster_alignment for scrubDarrick J. Wong2017-06-192-17/+32
| * | xfs: plumb in needed functions for range querying of various btreesDarrick J. Wong2017-06-192-0/+48
| * | xfs: export various function for the online scrubberDarrick J. Wong2017-06-1914-12/+41
| * | xfs: always compile the btree inorder check functionsDarrick J. Wong2017-06-196-26/+0
| * | xfs: remove double-underscore integer typesDarrick J. Wong2017-06-1961-642/+634
| * | xfs: optimize _btree_query_allDarrick J. Wong2017-06-191-5/+7
| * | xfs: remove bli from AIL before release on transaction abortBrian Foster2017-06-191-9/+12